diagram |
|
namespace |
http://www.landxml.org/schema/LandXML-1.2 |
properties |
|
children |
Center CoordGeom VolumeGeom Parcels Title Exclusions LocationAddress Feature |
used by |
|
attributes |
|
annotation |
documentation | Modified to include parcel class and an official ID |
|
source |
<xs:element name="Parcel">
<xs:annotation>
<xs:documentation>Modified to include parcel class and an official ID</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice maxOccurs="unbounded">
<xs:element ref="Center" minOccurs="0"/>
<xs:element ref="CoordGeom"/>
<xs:element ref="VolumeGeom" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Parcels" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Title" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Exclusions" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="LocationAddress" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="oID" type="xs:string"/>
<xs:attribute name="area" type="xs:double"/>
<xs:attribute name="desc" type="xs:string"/>
<xs:attribute name="dirClosure" type="direction"/>
<xs:attribute name="distClosure" type="xs:double"/>
<xs:attribute name="owner" type="xs:string"/>
<xs:attribute name="parcelType" type="xs:string"/>
<xs:attribute name="setbackFront" type="xs:double"/>
<xs:attribute name="setbackRear" type="xs:double"/>
<xs:attribute name="setbackSide" type="xs:double"/>
<xs:attribute name="state" type="parcelStateType"/>
<xs:attribute name="taxId" type="xs:string"/>
<xs:attribute name="class" type="parcelClass"/>
<xs:attribute name="useOfParcel" type="useOfParcelType"/>
<xs:attribute name="parcelFormat" type="parcelFormat"/>
<xs:attribute name="buildingNo" type="xs:string"/>
<xs:attribute name="buildingLevelNo" type="xs:string"/>
<xs:attribute name="volume" type="xs:string"/>
<xs:attribute name="pclRef" type="parcelNameRef"/>
<xs:attribute name="lotEntitlements" type="xs:string"/>
<xs:attribute name="liabilityApportionment" type="xs:string"/>
</xs:complexType>
</xs:element> |