Class LaneChangeTarget

Applied Stereotypes:
XSDcomplexType, union

Defines the target lane of the LaneChangeAction.

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

XSD 1.1 Representation


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

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property relativeTargetLane
    • xor
    • XSDelement [position: "1"]
  • Property absoluteTargetLane
    • xor
    • XSDelement [position: "2"]

To XSD To XSD Tree