land:Parcel
Modified to include parcel class and an official ID
Element information
Namespace: http://www.landxml.org/schema/LandXML-1.1
Schema document: external/landxml/1.1/LandXML-1.1.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- land:Center [0..1] Represents a 2D or 3D Center PointDefined by either a coordinate text value ("north east" or "north east elev") or a CgPoint number reference "pntRef" attribute.
- land:CoordGeom [0..1] A sequential list of Line and/or Curve and/or Spiral elements.After the sequential list of elements an optional vertical geometry may be defined as a profile, which may be as simple as a list of PVIs (point to point 3D line string).
- VolumeGeom [0..*] Defines the properties of 3Dcoordinate Geometry Collection
- land:Parcels [0..1] A collection of Parcels
- land:Title [0..*] This may be expanded, but the LandXML schema is not really aimed at providing title information so I think name is sufficient
- land:Feature [0..*] Used to include additional information that is not explicitly defined by the LandXML schema, Feature may contain one or more Property, DocFileRef or nested Feature elements. NOTE: to allow any valid content, the explicit definitions for Property, DocFileRef and Feature have been commented out, but are still expected in common use.Each Property element defines one piece of data.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [1..1] | xsd:string | ||
oID | [0..1] | xsd:string | ||
area | [0..1] | xsd:double | ||
desc | [0..1] | xsd:string | ||
dirClosure | [0..1] | land:direction | ||
distClosure | [0..1] | xsd:double | ||
owner | [0..1] | xsd:string | ||
parcelType | [0..1] | xsd:string | ||
setbackFront | [0..1] | xsd:double | ||
setbackRear | [0..1] | xsd:double | ||
setbackSide | [0..1] | xsd:double | ||
state | [0..1] | land:parcelStateType | ||
taxId | [0..1] | xsd:string | ||
class | [0..1] | xsd:string | ||
exclussionArea | [0..1] | xsd:double | ||
useOfParcel | [0..1] | xsd:string | ||
parcelFormat | [0..1] | xsd:string | ||
buildingNo | [0..1] | xsd:string | ||
buildingLevelNo | [0..1] | xsd:string | ||
volume | [0..1] | xsd:string | ||
pclRef | [0..1] | land:parcelNameRefs |
Used in
- Anonymous type of element land:Parcels
Sample instance
<land:Parcel name="string"> <land:Center>Any text, intermingled with:1.0 1.0</land:Center> <land:CoordGeom> <land:Line> <land:Start>Any text, intermingled with:1.0 1.0</land:Start> <land:End>Any text, intermingled with:1.0 1.0</land:End> <land:Feature> <!--any element--> </land:Feature> </land:Line> <land:Feature> <!--any element--> </land:Feature> </land:CoordGeom> <VolumeGeom name="string"> <land:CoordGeom> <land:Line>... </land:Line> <land:Feature> <!--any element--> </land:Feature> </land:CoordGeom> </VolumeGeom> <land:Parcels> <land:Feature> <!--any element--> </land:Feature> </land:Parcels> <land:Title name="string">Any text</land:Title> <land:Feature> <!--any element--> </land:Feature> </land:Parcel>