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.
    • New Value
      1
      From 1.2.0
      0
  • Property 'laneOffsetAction'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'lateralDistanceAction'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
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