Class LaneChangeTarget

Applied Stereotypes:
XSDcomplexType, union

Defines the target lane of the LaneChangeAction.

Used in:
LaneChangeAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  relativeTargetLane RelativeTargetLane 1..1 xor, XSDelement Lane change direction relative to entity's lane.
  absoluteTargetLane AbsoluteTargetLane 1..1 xor, XSDelement Lane change target lane number.
XSD 1.3 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.2
  • Property 'relativeTargetLane'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'absoluteTargetLane'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property relativeTargetLane
    • xor
    • XSDelement [position: "1"]
  • Property absoluteTargetLane
    • xor
    • XSDelement [position: "2"]

To XSD