simpleType parcelStateType
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute Parcel/@state
facets
enumeration affected
enumeration created
enumeration encroached
enumeration extinguished
enumeration referenced
enumeration proposed
enumeration existing
enumeration adjoining
annotation
documentation
This is an extension of the LandXML state type, but is specific to parcels
source <xs:simpleType name="parcelStateType">
 
<xs:annotation>
   
<xs:documentation>This is an extension of the LandXML state type, but is specific to parcels</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="affected"/>
   
<xs:enumeration value="created"/>
   
<xs:enumeration value="encroached"/>
   
<xs:enumeration value="extinguished"/>
   
<xs:enumeration value="referenced"/>
   
<xs:enumeration value="proposed"/>
   
<xs:enumeration value="existing"/>
   
<xs:enumeration value="adjoining"/>
 
</xs:restriction>
</xs:simpleType>


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