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


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