<xsd:complexType name="LateralAction">
<xsd:choice>
<xsd:element name="LaneChangeAction" type="LaneChangeAction"/>
<xsd:element name="LaneOffsetAction" type="LaneOffsetAction"/>
<xsd:element name="LateralDistanceAction" type="LateralDistanceAction"/>
</xsd:choice>
</xsd:complexType>
|