| Namespace |
http://www.energistics.org/energyml/data/commonv2 |
|
Diagram
|
|
| Type |
restriction of eml:UomEnum |
| Type hierarchy |
|
|
Facets
|
| maxLength |
32 |
|
| enumeration |
bar2 |
|
| enumeration |
GPa2 |
|
| enumeration |
kPa2 |
|
| enumeration |
kpsi2 |
|
| enumeration |
Pa2 |
|
| enumeration |
psi2 |
|
|
|
Used by
|
|
|
Source
|
<xs:simpleType name="PressureSquaredUom">
<xs:restriction base="eml:UomEnum">
<xs:enumeration value="bar2">
<xs:annotation>
<xs:documentation>bar squared</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GPa2">
<xs:annotation>
<xs:documentation>gigapascal squared</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kPa2">
<xs:annotation>
<xs:documentation>kilopascal squared</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kpsi2">
<xs:annotation>
<xs:documentation>(thousand psi) squared</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pa2">
<xs:annotation>
<xs:documentation>pascal squared</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="psi2">
<xs:annotation>
<xs:documentation>psi squared</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|
|