simpleType metArea
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute Metric/@areaUnit
facets
enumeration hectare
enumeration squareMeter
enumeration squareMillimeter
enumeration squareCentimeter
source <xs:simpleType name="metArea">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="hectare"/>
   
<xs:enumeration value="squareMeter"/>
   
<xs:enumeration value="squareMillimeter"/>
   
<xs:enumeration value="squareCentimeter"/>
 
</xs:restriction>
</xs:simpleType>


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