<xsd:complexType name="CommodityMultipleExercise">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining the multiple exercise provisions of an American style commodity option.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="integralMultipleQuantity" type="CommodityNotionalQuantity" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The integral multiple quantity defines a lower limit of the Notional Quantity that can be exercised and also defines a unit multiple of the Notional Quantity that can be exercised, i.e. only integer multiples of this Notional Quantity can be exercised.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="minimumNotionalQuantity" type="CommodityNotionalQuantity">
<xsd:annotation>
<xsd:documentation xml:lang="en">The minimum Notional Quantity that can be exercised on a given Exercise Date. See multipleExercise.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|