simpleType impHeight
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute Imperial/@heightUnit
facets
enumeration foot
enumeration USSurveyFoot
enumeration inch
source <xs:simpleType name="impHeight">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="foot"/>
   
<xs:enumeration value="USSurveyFoot"/>
   
<xs:enumeration value="inch"/>
 
</xs:restriction>
</xs:simpleType>


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