<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>
|