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.
- Property 'absoluteTargetLane'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property relativeTargetLane
- XSDelement [position: "1"]
- Property absoluteTargetLane
- XSDelement [position: "2"]
|
To XSD