<xsd:complexType name="UnitQuantity">
<xsd:annotation>
<xsd:documentation xml:lang="en">A quantity and associated unit.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="quantityUnit" type="QuantityUnit" minOccurs="0">
<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="quantity" type="NonNegativeDecimal" 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>
|