<xsd:complexType name="CommodityNotionalQuantity">
<xsd:annotation>
<xsd:documentation xml:lang="en">Commodity Notional.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="quantityUnit" type="QuantityUnit">
<xsd:annotation>
<xsd:documentation xml:lang="en">Quantity Unit is the unit of measure applicable for the quantity on the Transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="quantityFrequency" type="CommodityQuantityFrequency" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The frequency at which the Notional Quantity is deemed to apply for purposes of calculating the Total Notional Quantity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="quantity" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Amount of commodity per quantity frequency.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|