Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:MassPerTimePerLengthUom
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 kg/(m.s)
kilogram per metre second
enumeration lbm/(ft.h)
pound-mass per hour foot
enumeration lbm/(ft.s)
pound-mass per second foot
enumeration Pa.s
pascal second
Used by
Source
<xs:simpleType name="MassPerTimePerLengthUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="kg/(m.s)">
      <xs:annotation>
        <xs:documentation>kilogram per metre second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lbm/(ft.h)">
      <xs:annotation>
        <xs:documentation>pound-mass per hour foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lbm/(ft.s)">
      <xs:annotation>
        <xs:documentation>pound-mass per second foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Pa.s">
      <xs:annotation>
        <xs:documentation>pascal second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>