namespace | http://www.fixm.aero/base/4.2 | |||||||||||||
type | restriction of xs:string | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xs:simpleType name="UomVolumeType"> <xs:annotation> <xs:documentation>The reference quantities used to express the value of volume. [ISO 19103, chapter 6.5.7.16]</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="US_GAL"> <xs:annotation> <xs:documentation>US Gallon.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="L"> <xs:annotation> <xs:documentation>Litre.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |