<xs:element name="Ditch">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:choice>
<xs:attribute name="staStart" type="station" use="required" />
<xs:attribute name="staEnd" type="station" use="required" />
<xs:attribute name="bottomWidth" type="xs:double" use="required" />
<xs:attribute name="bottomShape" type="ditchBottomShape" />
</xs:complexType>
</xs:element>
|