Class LateralAction

Applied Stereotypes:
XSDcomplexType, union

Controls the lateral behavior of an entity.

Used in:
PrivateAction
Properties
Name Type Cardinality AppliedStereotypes Description
laneChangeAction LaneChangeAction 0..1 xor, XSDelement Action defining a lane change.
laneOffsetAction LaneOffsetAction 0..1 xor, XSDelement This action defines a transition to a defined lane offset.
lateralDistanceAction LateralDistanceAction 0..1 xor, XSDelement This action defines a transition to a lateral distance to a referenced entity.

XSD 1.1 Representation


<xsd:complexType name="LateralAction">
<xsd:choice>
<xsd:element name="LaneChangeAction" type="LaneChangeAction" minOccurs="0"/>
<xsd:element name="LaneOffsetAction" type="LaneOffsetAction" minOccurs="0"/>
<xsd:element name="LateralDistanceAction" type="LateralDistanceAction" minOccurs="0"/>
</xsd:choice>
</xsd:complexType>

Change log from version 1.0
  • Property 'laneOffsetAction'. Annotation changed.
    • New Value
      This action defines a transition to a defined lane offset.
      From 1.0.0
      Action defining a continuously kept lane offset.
  • Property 'lateralDistanceAction'. Annotation changed.
    • New Value
      This action defines a transition to a lateral distance to a referenced entity.
      From 1.0.0
      Action defining a continuously kept lateral distance to a specific entity.

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property laneChangeAction
    • xor
    • XSDelement [position: "1"]
  • Property laneOffsetAction
    • xor
    • XSDelement [position: "2"]
  • Property lateralDistanceAction
    • xor
    • XSDelement [position: "3"]

To XSD To XSD Tree