simpleType UomVolume
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
attribute Volume/@uom
facets
Kind Value Annotation
enumeration CFT
documentation
Cubic feet
enumeration GAL
documentation
US Gallon
enumeration L
documentation
Liter
annotation
documentation
Unit of measure for volume
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>


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