Class LaneChangeTarget

Applied Stereotypes:
union, XSDcomplexType

Defines the target lane of the LaneChangeAction.

Used in:
LaneChangeAction
Properties
Name Type Cardinality AppliedStereotypes Description
relativeTargetLane RelativeTargetLane 0..1 xor Lane change direction relative to entity's lane.
absoluteTargetLane AbsoluteTargetLane 0..1 xor Lane change target lane number.

Migration Information from XSD 0.9.1
Derived From:
OSCPrivateAction.Lateral.LaneChange.Target
Property Name XSD Type XSD 0.9.1 Name Migration
relativeTargetLane Element RelativeTargetLane
absoluteTargetLane Element AbsoluteTargetLane

XSD 1.0 Representation


<xsd:complexType name="LaneChangeTarget">
<xsd:choice>
<xsd:element name="RelativeTargetLane" type="RelativeTargetLane"/>
<xsd:element name="AbsoluteTargetLane" type="AbsoluteTargetLane"/>
</xsd:choice>
</xsd:complexType>

To XSD To XSLT To XSD Tree