| Namespace |
http://www.energistics.org/energyml/data/commonv2 |
|
Diagram
|
|
| Type |
restriction of eml:UomEnum |
| Type hierarchy |
|
|
Facets
|
| maxLength |
32 |
|
| enumeration |
1/bbl |
|
| enumeration |
1/ft3 |
|
| enumeration |
1/gal[UK] |
|
| enumeration |
1/gal[US] |
|
| enumeration |
1/L |
|
| enumeration |
1/m3 |
|
|
|
Used by
|
|
|
Source
|
<xs:simpleType name="ReciprocalVolumeUom">
<xs:restriction base="eml:UomEnum">
<xs:enumeration value="1/bbl">
<xs:annotation>
<xs:documentation>per barrel</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1/ft3">
<xs:annotation>
<xs:documentation>per cubic foot</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1/gal[UK]">
<xs:annotation>
<xs:documentation>per UK gallon</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1/gal[US]">
<xs:annotation>
<xs:documentation>per US gallon</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1/L">
<xs:annotation>
<xs:documentation>per litre</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1/m3">
<xs:annotation>
<xs:documentation>per cubic metre</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|
|