Definition Type: Element
Name: Parcel
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
Modified to include parcel class and an official ID
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into Title in schema landxml-1_1_xsd Drilldown into Parcels in schema landxml-1_1_xsd Drilldown into VolumeGeom in schema landxml-1_1_xsd Drilldown into CoordGeom in schema landxml-1_1_xsd Drilldown into Center in schema landxml-1_1_xsd Drilldown into pclRef in schema landxml-1_1_xsd Drilldown into volume in schema landxml-1_1_xsd Drilldown into buildingLevelNo in schema landxml-1_1_xsd Drilldown into buildingNo in schema landxml-1_1_xsd Drilldown into parcelFormat in schema landxml-1_1_xsd Drilldown into useOfParcel in schema landxml-1_1_xsd Drilldown into exclussionArea in schema landxml-1_1_xsd Drilldown into class in schema landxml-1_1_xsd Drilldown into taxId in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into setbackSide in schema landxml-1_1_xsd Drilldown into setbackRear in schema landxml-1_1_xsd Drilldown into setbackFront in schema landxml-1_1_xsd Drilldown into parcelType in schema landxml-1_1_xsd Drilldown into owner in schema landxml-1_1_xsd Drilldown into distClosure in schema landxml-1_1_xsd Drilldown into dirClosure in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into area in schema landxml-1_1_xsd Drilldown into oID in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsdXSD Diagram of Parcel in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Center land:Center 0 (1)
CoordGeom land:CoordGeom 0 (1)
VolumeGeom land:VolumeGeom 0 unbounded
Parcels land:Parcels 0 (1)
Title land:Title 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name land:name Required
oID land:oID (Optional)
area land:area (Optional)
desc land:desc (Optional)
dirClosure land:dirClosure (Optional)
distClosure land:distClosure (Optional)
owner land:owner (Optional)
parcelType land:parcelType (Optional)
setbackFront land:setbackFront (Optional)
setbackRear land:setbackRear (Optional)
setbackSide land:setbackSide (Optional)
state land:state (Optional)
taxId land:taxId (Optional)
class land:class (Optional)
exclussionArea land:exclussionArea (Optional)
useOfParcel land:useOfParcel (Optional)
parcelFormat land:parcelFormat (Optional)
buildingNo land:buildingNo (Optional)
buildingLevelNo land:buildingLevelNo (Optional)
volume land:volume (Optional)
pclRef land:pclRef (Optional)