Definition Type: Element
Name: RetWallPnt
Namespace: http://www.landxml.org/schema/LandXML-1.1
Type: land:PointType3dReq
Containing Schema: LandXML-1.1.xsd
Abstract
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 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.
Collapse XSD Schema Diagram:
Drilldown into role in schema landxml-1_1_xsd Drilldown into timeStamp in schema landxml-1_1_xsd Drilldown into DTMAttribute in schema landxml-1_1_xsd Drilldown into pointGeometry in schema landxml-1_1_xsd Drilldown into pntRef in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into code in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsd Drilldown into PointType3dReq in schema landxml-1_1_xsd Drilldown into offset in schema landxml-1_1_xsd Drilldown into height in schema landxml-1_1_xsdXSD Diagram of RetWallPnt in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
name land:name (Optional)
desc land:desc (Optional)
code land:code (Optional)
state land:state (Optional)
pntRef land:pntRef (Optional)
pointGeometry land:pointGeometry (Optional)
DTMAttribute land:DTMAttribute (Optional)
timeStamp land:timeStamp Optional
role land:role Optional
height land:height Required
offset land:offset Required
Collapse Derivation Tree: