simpleType impVolume
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute Imperial/@volumeUnit
facets
enumeration US_gallon
enumeration IMP_gallon
enumeration cubicInch
enumeration cubicFeet
enumeration cubicYard
enumeration acreFeet
source <xs:simpleType name="impVolume">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="US_gallon"/>
   
<xs:enumeration value="IMP_gallon"/>
   
<xs:enumeration value="cubicInch"/>
   
<xs:enumeration value="cubicFeet"/>
   
<xs:enumeration value="cubicYard"/>
   
<xs:enumeration value="acreFeet"/>
 
</xs:restriction>
</xs:simpleType>


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