Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:VolumetricHeatTransferCoefficientUom
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 Btu[IT]/(h.ft3.deltaF)
BTU per hour cubic foot delta Fahrenheit
enumeration Btu[IT]/(s.ft3.deltaF)
(BTU per second) per cubic foot delta Fahrenheit
enumeration kW/(m3.deltaK)
killowatt per cubic metre delta kelvin
enumeration W/(m3.deltaK)
watt per cubic metre delta kelvin
Used by
Source
<xs:simpleType name="VolumetricHeatTransferCoefficientUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="Btu[IT]/(h.ft3.deltaF)">
      <xs:annotation>
        <xs:documentation>BTU per hour cubic foot delta Fahrenheit</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Btu[IT]/(s.ft3.deltaF)">
      <xs:annotation>
        <xs:documentation>(BTU per second) per cubic foot delta Fahrenheit</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kW/(m3.deltaK)">
      <xs:annotation>
        <xs:documentation>killowatt per cubic metre delta kelvin</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="W/(m3.deltaK)">
      <xs:annotation>
        <xs:documentation>watt per cubic metre delta kelvin</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>