namespace | https://mmixm.aero/base/2.1.0 | ||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:simpleType name="UomVolume"> <xs:annotation> <xs:documentation>Unit of measure for volume</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="CFT"> <xs:annotation> <xs:documentation>Cubic feet</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GAL"> <xs:annotation> <xs:documentation>US Gallon</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="L"> <xs:annotation> <xs:documentation>Liter</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |