Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:AreaPerMassUom
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 cm2/g
square centimetre per gram
enumeration ft2/lbm
square foot per pound-mass
enumeration m2/g
square metre per gram
enumeration m2/kg
square metre per kilogram
Used by
Source
<xs:simpleType name="AreaPerMassUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="cm2/g">
      <xs:annotation>
        <xs:documentation>square centimetre per gram</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ft2/lbm">
      <xs:annotation>
        <xs:documentation>square foot per pound-mass</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m2/g">
      <xs:annotation>
        <xs:documentation>square metre per gram</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m2/kg">
      <xs:annotation>
        <xs:documentation>square metre per kilogram</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>