namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||||||||||||
type | restriction of xs:string | ||||||||||||||||
used by |
|
||||||||||||||||
facets |
|
||||||||||||||||
annotation |
|
||||||||||||||||
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> |