<simpleType name="QuantityUnitOfMeasurementCodeType">
<annotation>
<documentation>Indicator defining the measurement used. Code values in this list are contained within the UN/CEFACT Rec. 20 Unit of Measure code list (available at: http://www.unece.org/cefact/codesfortrade/rec20.xml). Code value descriptions from that list are as follows:
BLL - barrels (US)
CMQ - cubic centimeters
GLL = gallons (US)
LBR = pounds
LTR - litres
STN - net tons</documentation>
</annotation>
<restriction base="NMTOKEN">
<enumeration value="BLL" />
<enumeration value="CMQ" />
<enumeration value="GLL" />
<enumeration value="LBR" />
<enumeration value="LTR" />
<enumeration value="STN" />
</restriction>
</simpleType>
|