<xs:element name="Superelevation">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="BeginRunoutSta" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="BeginRunoffSta" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="FullSuperSta" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="FullSuperelev" maxOccurs="unbounded" />
<xs:element ref="RunoffSta" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="StartofRunoutSta" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="EndofRunoutSta" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="AdverseSE" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:choice>
<xs:attribute name="staStart" type="station" />
<xs:attribute name="staEnd" type="station" />
</xs:complexType>
</xs:element>
|