<simpleType name="TemperatureUnitOfMeasurementCodeType">
<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:
CEL = degree Celsius
FAH = degree Fahrenheit
</documentation>
</annotation>
<restriction base="NMTOKEN">
<enumeration value="CEL" />
<enumeration value="FAH" />
</restriction>
</simpleType>
|