Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:MassPerTimePerAreaUom
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.ft/(cm3.s)
gram foot per cubic centimetre second
enumeration g.m/(cm3.s)
gram metre per cubic centimetre second
enumeration kg/(m2.s)
kilogram per square metre second
enumeration kPa.s/m
kilopascal second per metre
enumeration lbm/(ft2.h)
pound-mass per square foot hour
enumeration lbm/(ft2.s)
pound-mass per square foot second
enumeration MPa.s/m
megapascal second per metre
Used by
Source
<xs:simpleType name="MassPerTimePerAreaUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="g.ft/(cm3.s)">
      <xs:annotation>
        <xs:documentation>gram foot per cubic centimetre second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="g.m/(cm3.s)">
      <xs:annotation>
        <xs:documentation>gram metre per cubic centimetre second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kg/(m2.s)">
      <xs:annotation>
        <xs:documentation>kilogram per square metre second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kPa.s/m">
      <xs:annotation>
        <xs:documentation>kilopascal second per metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lbm/(ft2.h)">
      <xs:annotation>
        <xs:documentation>pound-mass per square foot hour</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lbm/(ft2.s)">
      <xs:annotation>
        <xs:documentation>pound-mass per square foot second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MPa.s/m">
      <xs:annotation>
        <xs:documentation>megapascal second per metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>