land:PlanFeatures
A collection of planimetric features not otherwise defined by the schema, such as building footprints, guard rails, tree lines, lightpoles or signage.
Typically a PlanFeatures element will contain a collection of similar items.
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:PlanFeature [1..*] A planimetric feature not otherwise defined by the schema, such as building footprints, guard rails, tree lines, lightpoles or signage.
- 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 |
---|---|---|---|---|
desc | [0..1] | xsd:string | ||
name | [0..1] | xsd:string | ||
state | [0..1] | land:stateType |
Used in
- Anonymous type of element land:LandXML
Sample instance
<land:PlanFeatures> <land:PlanFeature> <land:CoordGeom> <land:Line>... </land:Line> <land:Feature> <!--any element--> </land:Feature> </land:CoordGeom> </land:PlanFeature> <land:Feature> <!--any element--> </land:Feature> </land:PlanFeatures>