Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:VolumePerTimePerVolumeUom
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 bbl/(d.acre.ft)
barrel per day acre foot
enumeration m3/(s.m3)
cubic metre per time cubic metre
Used by
Source
<xs:simpleType name="VolumePerTimePerVolumeUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="bbl/(d.acre.ft)">
      <xs:annotation>
        <xs:documentation>barrel per day acre foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m3/(s.m3)">
      <xs:annotation>
        <xs:documentation>cubic metre per time cubic metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>