Class LaneChangeTarget

Applied Stereotypes:
XSDcomplexType, union

Defines the target lane of the LaneChangeAction.

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


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

Change log from version 1.3
  • Property 'absoluteTargetLane'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'relativeTargetLane'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property absoluteTargetLane
    • xor
    • XSDelement
  • Property relativeTargetLane
    • xor
    • XSDelement

To XSD