<xs:simpleType name="PressureTimePerVolumeUom">
<xs:restriction base="eml:UomEnum">
<xs:enumeration value="Pa.s/m3">
<xs:annotation>
<xs:documentation>pascal second per cubic metre</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="psi.d/bbl">
<xs:annotation>
<xs:documentation>psi day per barrel</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|