Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:TemperatureIntervalUom
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 deltaC
delta Celsius
enumeration deltaF
delta Fahrenheit
enumeration deltaK
delta kelvin
enumeration deltaR
delta Rankine
Used by
Source
<xs:simpleType name="TemperatureIntervalUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="deltaC">
      <xs:annotation>
        <xs:documentation>delta Celsius</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="deltaF">
      <xs:annotation>
        <xs:documentation>delta Fahrenheit</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="deltaK">
      <xs:annotation>
        <xs:documentation>delta kelvin</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="deltaR">
      <xs:annotation>
        <xs:documentation>delta Rankine</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>