Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:MassPerVolumePerLengthUom
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 g/cm4
gram per centimetre to the fourth power
enumeration kg/dm4
kilogram per decimetre to the fourth power
enumeration kg/m4
kilogram per metre to the fourth power
enumeration lbm/(gal[UK].ft)
pound-mass per UK gallon foot
enumeration lbm/(gal[US].ft)
pound-mass per US gallon foot
enumeration lbm/ft4
pound-mass per foot to the fourth power
enumeration Pa.s2/m3
pascal second squared per cubic metre
Used by
Source
<xs:simpleType name="MassPerVolumePerLengthUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="g/cm4">
      <xs:annotation>
        <xs:documentation>gram per centimetre to the fourth power</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kg/dm4">
      <xs:annotation>
        <xs:documentation>kilogram per decimetre to the fourth power</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kg/m4">
      <xs:annotation>
        <xs:documentation>kilogram per metre to the fourth power</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lbm/(gal[UK].ft)">
      <xs:annotation>
        <xs:documentation>pound-mass per UK gallon foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lbm/(gal[US].ft)">
      <xs:annotation>
        <xs:documentation>pound-mass per US gallon foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lbm/ft4">
      <xs:annotation>
        <xs:documentation>pound-mass per foot to the fourth power</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Pa.s2/m3">
      <xs:annotation>
        <xs:documentation>pascal second squared per cubic metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>