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.4 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.3
|
- Property 'laneChangeAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'laneOffsetAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'lateralDistanceAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
-
Property laneChangeAction
-
Property laneOffsetAction
-
Property lateralDistanceAction
|
To XSD