| namespace | https://mmixm.aero/base/4 | |||||||||||||||||||||||||||||||||
| type | restriction of xs:string | |||||||||||||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||||||||||||
| used by |
|
|||||||||||||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||||||||||||||
| source | <xs:simpleType name="UomWeight"> <xs:annotation> <xs:documentation>Unit of measure for weight</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="G"> <xs:annotation> <xs:documentation>Grams</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KG"> <xs:annotation> <xs:documentation>Kilograms</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LB"> <xs:annotation> <xs:documentation>Pounds</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OZ"> <xs:annotation> <xs:documentation>Ounces</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="T"> <xs:annotation> <xs:documentation>Metric ton/tonne</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TON"> <xs:annotation> <xs:documentation>Imperial ton</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |