<xs:simpleType name="LengthPerMassUom">
<xs:restriction base="eml:UomEnum">
<xs:enumeration value="ft/lbm">
<xs:annotation>
<xs:documentation>foot per pound-mass</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="m/kg">
<xs:annotation>
<xs:documentation>metre per kilogram</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|