<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>
|