Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:ThermodynamicTemperaturePerThermodynamicTemperatureUom
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/degC
degree Celsius per degree Celsius
enumeration degF/degF
degree Fahrenheit per degree Fahrenheit
enumeration degR/degR
degree Rankine per degree Rankine
enumeration Euc
euclid
enumeration K/K
kelvin per kelvin
Used by
Source
<xs:simpleType name="ThermodynamicTemperaturePerThermodynamicTemperatureUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="degC/degC">
      <xs:annotation>
        <xs:documentation>degree Celsius per degree Celsius</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="degF/degF">
      <xs:annotation>
        <xs:documentation>degree Fahrenheit per degree Fahrenheit</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="degR/degR">
      <xs:annotation>
        <xs:documentation>degree Rankine per degree Rankine</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Euc">
      <xs:annotation>
        <xs:documentation>euclid</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="K/K">
      <xs:annotation>
        <xs:documentation>kelvin per kelvin</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>