namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||||||||
type | restriction of xs:string | ||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
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> |