Definition Type: SimpleType
Name: TemperatureUnitsContentType
Namespace: http://www.xfront.com/UnitsOfMeasure
Containing Schema: CodeList_UnitsOfMeasureCode_XFront.xsd
Documentation:
This code list represents the System Internationale's unit of measure for temperature.
Collapse XSD Schema Diagram:
XSD Diagram of TemperatureUnitsContentType in schema codelist_unitsofmeasurecode_xfront_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="TemperatureUnitsContentType">
    <xsd:annotation>
        <xsd:documentation>
                This code list represents the System Internationale's unit of measure for temperature.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="celsius">
            <xsd:annotation>
                <xsd:documentation source="http://www.unc.edu/~rowlett/units/">Celsius</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="farenheit">
            <xsd:annotation>
                <xsd:documentation source="http://www.unc.edu/~rowlett/units/">Farenheit</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="kelvin">
            <xsd:annotation>
                <xsd:documentation source="http://www.unc.edu/~rowlett/units/">Kelvin</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration celsius
Enumeration farenheit
Enumeration kelvin
Collapse Derivation Tree:
Collapse References:
sqdt:unitCode