Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:TemperatureIntervalPerPressureUom
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/kPa
delta Celsius per kilopascal
enumeration deltaF/psi
delta Fahrenheit per psi
enumeration deltaK/Pa
delta kelvin per Pascal
Used by
Source
<xs:simpleType name="TemperatureIntervalPerPressureUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="deltaC/kPa">
      <xs:annotation>
        <xs:documentation>delta Celsius per kilopascal</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="deltaF/psi">
      <xs:annotation>
        <xs:documentation>delta Fahrenheit per psi</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="deltaK/Pa">
      <xs:annotation>
        <xs:documentation>delta kelvin per Pascal</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>