<xsd:group name="CommodityNotionalQuantity.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">The different options for specifying the Notional Quantity. A flat notional for the term of the contract may be specified, or else the Notional Quantity per Calculation Period. In the latter case, there must be a notional quantity step specified for each Calculation Period, regardless of whether the Notional Quantity changes or remains the same between periods.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:sequence>
<xsd:element name="notionalQuantity" type="CommodityNotionalQuantity">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Notional Quantity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="totalNotionalQuantity" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Total Notional Quantity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:group>
|