<xs:simpleType name="PressurePerVolumeUom">
<xs:restriction base="eml:UomEnum">
<xs:enumeration value="Pa/m3">
<xs:annotation>
<xs:documentation>pascal per cubic metre</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="psi2.d/(cP.ft3)">
<xs:annotation>
<xs:documentation>psi squared day per centipoise cubic foot</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|