<xs:element name="RetWall">
<xs:annotation>
<xs:documentation>The retaining wall is defined by a sequential collection of points along the wall.</xs:documentation>
<xs:documentation>Each point has a location (northing/easting/elevation), height of wall and offset to the wall point.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="RetWallPnt" minOccurs="2" maxOccurs="unbounded" />
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="name" type="xs:string" />
<xs:attribute name="state" type="stateType" />
</xs:complexType>
</xs:element>
|