element RetWallPnt
diagram LandXML-1.2Doc_p157.png
namespace http://www.landxml.org/schema/LandXML-1.2
type extension of PointType3dReq
properties
content complex
mixed true
used by
element RetWall
facets
minLength 0
maxLength 3
attributes
Name  Type  Use  Default  Fixed  annotation
namexs:string      
descxs:string      
codexs:string      
statestateType      
pntRefpointNameRef      
featureReffeatureNameRefoptional      
pointGeometrypointGeometryType      
DTMAttributeDTMAttributeType      
timeStampxs:dateTimeoptional      
rolesurveyRoleTypeoptional      
heightxs:doublerequired      
offsetxs:doublerequired      
annotation
documentation
A retaining wall point defined by a space delimited "northing easting elevation" text value with height and offset attributes to define the wall point
documentation
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.
documentation
The offset value is negative for left and positive for right.
source <xs:element name="RetWallPnt">
 
<xs:annotation>
   
<xs:documentation>A retaining wall point defined by a space delimited "northing easting elevation" text value with height and offset attributes to define the wall point</xs:documentation>
   
<xs:documentation>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.</xs:documentation>
   
<xs:documentation>The offset value is negative for left and positive for right.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType mixed="true">
   
<xs:simpleContent>
     
<xs:extension base="PointType3dReq">
       
<xs:attribute name="height" type="xs:double" use="required"/>
       
<xs:attribute name="offset" type="xs:double" use="required"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute RetWallPnt/@height
type xs:double
properties
isRef 0
use required
source <xs:attribute name="height" type="xs:double" use="required"/>

attribute RetWallPnt/@offset
type xs:double
properties
isRef 0
use required
source <xs:attribute name="offset" type="xs:double" use="required"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy