Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:MolarVolumeUom
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 dm3/kmol
cubic decimetre per kilogram-mole
enumeration ft3/lbmol
cubic foot per pound-mass-mole
enumeration L/kmol
litre per kilogram-mole
enumeration L/mol
litre per gram-mole
enumeration m3/kmol
cubic metre per kilogram-mole
enumeration m3/mol
cubic metre per gram-mole
Used by
Source
<xs:simpleType name="MolarVolumeUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="dm3/kmol">
      <xs:annotation>
        <xs:documentation>cubic decimetre per kilogram-mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ft3/lbmol">
      <xs:annotation>
        <xs:documentation>cubic foot per pound-mass-mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="L/kmol">
      <xs:annotation>
        <xs:documentation>litre per kilogram-mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="L/mol">
      <xs:annotation>
        <xs:documentation>litre per gram-mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m3/kmol">
      <xs:annotation>
        <xs:documentation>cubic metre per kilogram-mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m3/mol">
      <xs:annotation>
        <xs:documentation>cubic metre per gram-mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>