<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>
<!--View Generation: SKIPPED quantityFrequency - Other-represented by total quantity-->
<!--View Generation: SKIPPED quantity - Other-represented by total quantity-->
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|