<xs:element name="DecisionSightDistance">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
</xs:choice>
<xs:attribute name="station" type="station" />
<xs:attribute name="maneuver" type="maneuverType" />
</xs:complexType>
</xs:element>
|