<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:element ref="Center" minOccurs="0" />
<xs:element ref="CoordGeom" minOccurs="0" />
<xs:element name="VolumeGeom" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Defines the properties of 3Dcoordinate Geometry Collection</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="4" maxOccurs="unbounded">
<xs:element ref="CoordGeom" />
</xs:choice>
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="state" type="stateType" />
<xs:attribute name="oID" type="xs:string" />
</xs:complexType>
</xs:element>
<xs:element ref="Parcels" minOccurs="0" />
<xs:element ref="Title" minOccurs="0" maxOccurs="unbounded" />
<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="xs:string" />
<xs:attribute name="exclussionArea" type="xs:double" />
<xs:attribute name="useOfParcel" type="xs:string" />
<xs:attribute name="parcelFormat" type="xs:string" />
<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="parcelNameRefs" />
</xs:complexType>
</xs:element>
|