simpleType impArea
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute Imperial/@areaUnit
facets
enumeration acre
enumeration squareFoot
enumeration squareInch
enumeration squareMiles
source <xs:simpleType name="impArea">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="acre"/>
   
<xs:enumeration value="squareFoot"/>
   
<xs:enumeration value="squareInch"/>
   
<xs:enumeration value="squareMiles"/>
 
</xs:restriction>
</xs:simpleType>


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