Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:AmountOfSubstanceUom
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
kilogram-mole
enumeration lbmol
pound-mass-mole
enumeration mmol
milligram-mole
enumeration mol
gram-mole
enumeration umol
microgram-mole
Used by
Source
<xs:simpleType name="AmountOfSubstanceUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="kmol">
      <xs:annotation>
        <xs:documentation>kilogram-mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lbmol">
      <xs:annotation>
        <xs:documentation>pound-mass-mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mmol">
      <xs:annotation>
        <xs:documentation>milligram-mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mol">
      <xs:annotation>
        <xs:documentation>gram-mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="umol">
      <xs:annotation>
        <xs:documentation>microgram-mole</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>