namespace | https://mmixm.aero/base/2.1.0 | |||||||||||||||||||||||
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:restriction> </xs:simpleType> |