Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:VolumePerAreaUom
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 1E6 bbl/acre
million barrel per acre
enumeration bbl/acre
barrel per acre
enumeration ft3/ft2
cubic foot per square foot
enumeration m3/m2
cubic metre per square metre
Used by
Source
<xs:simpleType name="VolumePerAreaUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="1E6 bbl/acre">
      <xs:annotation>
        <xs:documentation>million barrel per acre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="bbl/acre">
      <xs:annotation>
        <xs:documentation>barrel per acre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ft3/ft2">
      <xs:annotation>
        <xs:documentation>cubic foot per square foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m3/m2">
      <xs:annotation>
        <xs:documentation>cubic metre per square metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>