Class LateralAction
- Applied Stereotypes:
-
XSDcomplexType,
union
Controls the lateral behavior of an entity.
- Used in:
-
PrivateAction
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
laneChangeAction |
LaneChangeAction |
1..1 |
xor,
XSDelement
|
Action defining a lane change. |
|
laneOffsetAction |
LaneOffsetAction |
1..1 |
xor,
XSDelement
|
This action defines a transition to a defined lane offset. |
|
lateralDistanceAction |
LateralDistanceAction |
1..1 |
xor,
XSDelement
|
This action defines a transition to a lateral distance to a referenced entity. |
|
XSD 1.3 Representation |
<xsd:complexType name="LateralAction">
<xsd:choice>
<xsd:element name="LaneChangeAction" type="LaneChangeAction"/>
<xsd:element name="LaneOffsetAction" type="LaneOffsetAction"/>
<xsd:element name="LateralDistanceAction" type="LateralDistanceAction"/>
</xsd:choice>
</xsd:complexType>
|
|
Change log from version 1.2 |
- Property 'laneChangeAction'. Lower cardinality changed.
- Property 'laneOffsetAction'. Lower cardinality changed.
- Property 'lateralDistanceAction'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property laneChangeAction
- XSDelement [position: "1"]
- Property laneOffsetAction
- XSDelement [position: "2"]
- Property lateralDistanceAction
- XSDelement [position: "3"]
|
To XSD