Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:ThermodynamicTemperatureUom
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_UomEnum.tmp#UomEnum
Type restriction of eml:UomEnum
Type hierarchy
Facets
maxLength 32
enumeration degC
degree Celsius
enumeration degF
degree Fahrenheit
enumeration degR
degree Rankine
enumeration K
degree kelvin
Used by
Source
<xs:simpleType name="ThermodynamicTemperatureUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="degC">
      <xs:annotation>
        <xs:documentation>degree Celsius</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="degF">
      <xs:annotation>
        <xs:documentation>degree Fahrenheit</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="degR">
      <xs:annotation>
        <xs:documentation>degree Rankine</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="K">
      <xs:annotation>
        <xs:documentation>degree kelvin</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>