Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:MolarEnergyUom
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]/lbmol
BTU per pound-mass-mole
enumeration J/mol
joule per gram-mole
enumeration kcal[th]/mol
thousand calorie per gram-mole
enumeration kJ/kmol
kilojoule per kilogram-mole
enumeration MJ/kmol
megajoule per kilogram-mole
Used by
Source
<xs:simpleType name="MolarEnergyUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="Btu[IT]/lbmol">
      <xs:annotation>
        <xs:documentation>BTU per pound-mass-mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="J/mol">
      <xs:annotation>
        <xs:documentation>joule per gram-mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kcal[th]/mol">
      <xs:annotation>
        <xs:documentation>thousand calorie per gram-mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kJ/kmol">
      <xs:annotation>
        <xs:documentation>kilojoule per kilogram-mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MJ/kmol">
      <xs:annotation>
        <xs:documentation>megajoule per kilogram-mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>