land:DataPoints
The sub element PntList3D is group of points is defined by a 3D north/east/elev list of points that define the geometry.
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
- Any text (mixed) content, intermingled with:
- Sequence [1..*]
- land:PntList3D [0..*] A sequential space delimited list of 3D coordinates with a minimum of 2 points (6 values). Primarily used to store lists of northing/easting/elevation for Terrain Surface data. Example: "0.000 86.52 50.0 6.267 86.89 50.0 12.413 87.01 50.0 26.020 87.83 50.0"
- 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 | [0..1] | xsd:string | ||
desc | [0..1] | xsd:string | ||
code | [0..1] | xsd:string | ||
state | [0..1] | land:stateType | ||
pntRef | [0..1] | land:pointNameRef | ||
pointGeometry | [0..1] | land:pointGeometryType | ||
DTMAttribute | [0..1] | land:DTMAttributeType |
Used in
- Anonymous type of element land:SourceData
Sample instance
<land:DataPoints>Any text, intermingled with: <land:PntList3D>1.0 1.0</land:PntList3D> <land:Feature> <!--any element--> </land:Feature> </land:DataPoints>