Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:AmountOfSubstancePerTimeUom
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 kat
katal
enumeration kmol/h
kilogram-mole per hour
enumeration kmol/s
kilogram-mole per second
enumeration lbmol/h
pound-mass-mole per hour
enumeration lbmol/s
pound-mass-mole per second
enumeration mol/s
gram-mole per second
Used by
Source
<xs:simpleType name="AmountOfSubstancePerTimeUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="kat">
      <xs:annotation>
        <xs:documentation>katal</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kmol/h">
      <xs:annotation>
        <xs:documentation>kilogram-mole per hour</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kmol/s">
      <xs:annotation>
        <xs:documentation>kilogram-mole per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lbmol/h">
      <xs:annotation>
        <xs:documentation>pound-mass-mole per hour</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lbmol/s">
      <xs:annotation>
        <xs:documentation>pound-mass-mole per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mol/s">
      <xs:annotation>
        <xs:documentation>gram-mole per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>