simpleType UomVolumeType
namespace http://www.fixm.aero/base/4.2
type restriction of xs:string
properties
base xs:string
used by
attribute VolumeType/@uom
facets
Kind Value Annotation
enumeration US_GAL
documentation
US Gallon.
enumeration L
documentation
Litre.
annotation
documentation
The reference quantities used to express the value of volume. [ISO 19103, chapter 6.5.7.16]
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy