Definition Type: SimpleType
Name: TemperatureUnitOfMeasurementCodeType
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXCodeLists.xsd
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
Collapse XSD Schema Diagram:
XSD Diagram of TemperatureUnitOfMeasurementCodeType in schema pidxcodelists_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration CEL
Enumeration FAH
Collapse Derivation Tree:
Collapse References:
pidx:TemperatureUnitOfMeasurement