land:RetWallPnt
A retaining wall point defined by a space delimited "northing easting elevation" text value with height and offset attributes to define the wall point
The height value is positive if the northing/easting/elevation point is at the bottom of the wall, negative if the point is at the top of the wall.
The offset value is negative for left and positive for right.
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
from type land:PointType3dReq
from type land:Point3dReq
from type land:Point
- xsd:double
- Minimum length of list: 0
- Maximum length of list: 3
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [0..1] | xsd:string | from type land:PointType3dReq | |
desc | [0..1] | xsd:string | from type land:PointType3dReq | |
code | [0..1] | xsd:string | from type land:PointType3dReq | |
state | [0..1] | land:stateType | from type land:PointType3dReq | |
pntRef | [0..1] | land:pointNameRef | from type land:PointType3dReq | |
pointGeometry | [0..1] | land:pointGeometryType | from type land:PointType3dReq | |
DTMAttribute | [0..1] | land:DTMAttributeType | from type land:PointType3dReq | |
timeStamp | [0..1] | xsd:dateTime | from type land:PointType3dReq | |
role | [0..1] | land:surveyRoleType | from type land:PointType3dReq | |
height | [1..1] | xsd:double | ||
offset | [1..1] | xsd:double |
Used in
- Anonymous type of element land:RetWall
Sample instance
<land:RetWallPnt height="1.0" offset="1.0">Any text, intermingled with:1.0 1.0</land:RetWallPnt>