<xs:simpleType name="LengthPerPressureUom">
<xs:restriction base="eml:UomEnum">
<xs:enumeration value="ft/psi">
<xs:annotation>
<xs:documentation>foot per psi</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="m/kPa">
<xs:annotation>
<xs:documentation>metre per kilopascal</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="m/Pa">
<xs:annotation>
<xs:documentation>metre per Pascal</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|