Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:MassPerLengthUom
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/cm2
kilogram metre per square centimetre
enumeration kg/m
kilogram per metre
enumeration klbm/in
thousand pound-mass per inch
enumeration lbm/ft
pound-mass per foot
enumeration Mg/in
megagram per inch
Used by
Source
<xs:simpleType name="MassPerLengthUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="kg.m/cm2">
      <xs:annotation>
        <xs:documentation>kilogram metre per square centimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kg/m">
      <xs:annotation>
        <xs:documentation>kilogram per metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="klbm/in">
      <xs:annotation>
        <xs:documentation>thousand pound-mass per inch</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="lbm/ft">
      <xs:annotation>
        <xs:documentation>pound-mass per foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Mg/in">
      <xs:annotation>
        <xs:documentation>megagram per inch</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>