Class AbsoluteTargetLane
- Applied Stereotypes:
-
XSDcomplexType
Defines the number (ID) and (optionally) the layer of the target lane.
- Used in:
-
LaneChangeTarget
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
layer |
LaneLayerType |
0..1 |
XSDattribute
|
Which layer to consider: "permanent" or "temporary".
Default: "temporary".
If temporary layer is not found, fall back to permanent. |
| |
value |
string |
1..1 |
XSDattribute
|
Number (ID) of the target lane the entity will change to. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="AbsoluteTargetLane">
<xsd:attribute name="value" type="String" use="required"/>
<xsd:attribute name="layer" type="LaneLayerType"/>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
-
Annotation changed
-
- New Value
- Defines the number (ID) and (optionally) the layer of the target lane.
- From 1.3.0
- Defines the number (ID) of the target lane.
- Property 'layer' created.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property layer
-
Property value
|
To XSD