Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:ReciprocalVolumeUom
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 1/bbl
per barrel
enumeration 1/ft3
per cubic foot
enumeration 1/gal[UK]
per UK gallon
enumeration 1/gal[US]
per US gallon
enumeration 1/L
per litre
enumeration 1/m3
per cubic metre
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>