| Namespace |
http://www.energistics.org/energyml/data/commonv2 |
|
Diagram
|
|
| Type |
restriction of eml:UomEnum |
| Type hierarchy |
|
|
Facets
|
| maxLength |
32 |
|
| enumeration |
0.01 lbm/ft2 |
pound-mass per hundred square foot
|
|
| enumeration |
kg/m2 |
kilogram per square metre
|
|
| enumeration |
lbm/ft2 |
pound-mass per square foot
|
|
| enumeration |
Mg/m2 |
megagram per square metre
|
|
| enumeration |
ton[US]/ft2 |
US ton-mass per square foot
|
|
|
|
Used by
|
|
|
Source
|
<xs:simpleType name="MassPerAreaUom">
<xs:restriction base="eml:UomEnum">
<xs:enumeration value="0.01 lbm/ft2">
<xs:annotation>
<xs:documentation>pound-mass per hundred square foot</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kg/m2">
<xs:annotation>
<xs:documentation>kilogram per square metre</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="lbm/ft2">
<xs:annotation>
<xs:documentation>pound-mass per square foot</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mg/m2">
<xs:annotation>
<xs:documentation>megagram per square metre</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ton[US]/ft2">
<xs:annotation>
<xs:documentation>US ton-mass per square foot</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|
|