land:RetWall
The retaining wall is defined by a sequential collection of points along the wall.
Each point has a location (northing/easting/elevation), height of wall and offset to the wall point.
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:RetWallPnt [2..*] A retaining wall point defined by a space delimited "northing easting elevation" text value with height and offset attributes to define the wall pointThe 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.
- 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:Breaklines
Sample instance
<land:RetWall> <land:RetWallPnt height="1.0" offset="1.0">Any text, intermingled with:1.0 1.0</land:RetWallPnt> <land:Feature> <!--any element--> </land:Feature> </land:RetWall>