Class LaneOffsetActionDynamics

Applied Stereotypes:
XSDcomplexType

Defines shape and lateral acceleration which are used to do the lane offset action.

Used in:
LaneOffsetAction
Properties
Name Type Cardinality AppliedStereotypes Description
dynamicsShape DynamicsShape 1..1 XSDattribute Geometrical shape of the LaneOffsetAction's dynamics.
maxLateralAcc double 0..1 XSDattribute Maximum lateral acceleration used to initially reach and afterwards keep the lane offset. Missing value is interpreted as 'inf'. Unit: m/s2; Range: [0..inf[.

XSD 1.1 Representation


<xsd:complexType name="LaneOffsetActionDynamics">
<xsd:attribute name="dynamicsShape" type="DynamicsShape" use="required"/>
<xsd:attribute name="maxLateralAcc" type="Double"/>
</xsd:complexType>

Change log from version 1.0
  • Annotation changed
    • New Value
      Defines shape and lateral acceleration which are used to do the lane offset action.
      From 1.0.0
      Defines shape, duration and lateral acceleration which are used to do the lane offset action.
  • Property 'maxLateralAcc'. Annotation changed.
    • New Value
      Maximum lateral acceleration used to initially reach and afterwards keep the lane offset. Missing value is interpreted as 'inf'. Unit: m/s2; Range: [0..inf[.
      From 1.0.0
      Maximum lateral acceleration used to initially reach and afterwards keep the lane offset. Unit: m/s2; Range: [0..inf[.

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property dynamicsShape
    • XSDattribute
  • Property maxLateralAcc
    • XSDattribute

To XSD To XSD Tree