Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:AmountOfSubstancePerVolumeUom
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 kmol/m3
kilogram-mole per cubic metre
enumeration lbmol/ft3
pound-mass-mole per cubic foot
enumeration lbmol/gal[UK]
pound-mass-mole per UK gallon
enumeration lbmol/gal[US]
pound-mass-mole per US gallon
enumeration mol/m3
gram-mole per cubic metre
Used by
Source
<xs:simpleType name="AmountOfSubstancePerVolumeUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="kmol/m3">
      <xs:annotation>
        <xs:documentation>kilogram-mole per cubic metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lbmol/ft3">
      <xs:annotation>
        <xs:documentation>pound-mass-mole per cubic foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lbmol/gal[UK]">
      <xs:annotation>
        <xs:documentation>pound-mass-mole per UK gallon</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lbmol/gal[US]">
      <xs:annotation>
        <xs:documentation>pound-mass-mole per US gallon</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mol/m3">
      <xs:annotation>
        <xs:documentation>gram-mole per cubic metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>