Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:VolumePerTimeLengthUom
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 1000 bbl.ft/d
thousand barrel foot per day
enumeration 1000 m4/d
thousand (cubic metre per day) metre
enumeration m4/s
metre to the fourth power per second
Used by
Source
<xs:simpleType name="VolumePerTimeLengthUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="1000 bbl.ft/d">
      <xs:annotation>
        <xs:documentation>thousand barrel foot per day</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1000 m4/d">
      <xs:annotation>
        <xs:documentation>thousand (cubic metre per day) metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m4/s">
      <xs:annotation>
        <xs:documentation>metre to the fourth power per second</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>