Class LongitudinalAction

Applied Stereotypes:
XSDcomplexType, union

Controls the longitudinal behavior of an entity.

Used in:
PrivateAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  speedAction SpeedAction 1..1 xor, XSDelement This action describes the transition between the current speed of an entity and its target speed.
  longitudinalDistanceAction LongitudinalDistanceAction 1..1 xor, XSDelement This action defines a transition to a defined longitudinal distance to a referenced entity.
  speedProfileAction SpeedProfileAction 1..1 xor, XSDelement This action describes the change of speed in terms of a series of speed targets over time.
XSD 1.3 Representation


<xsd:complexType name="LongitudinalAction">
<xsd:choice>
<xsd:element name="SpeedAction" type="SpeedAction"/>
<xsd:element name="LongitudinalDistanceAction" type="LongitudinalDistanceAction"/>
<xsd:element name="SpeedProfileAction" type="SpeedProfileAction"/>
</xsd:choice>
</xsd:complexType>

Change log from version 1.2
  • Property 'speedAction'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'longitudinalDistanceAction'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'speedProfileAction'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property speedAction
    • xor
    • XSDelement [position: "1"]
  • Property longitudinalDistanceAction
    • xor
    • XSDelement [position: "2"]
  • Property speedProfileAction
    • xor
    • XSDelement [position: "3"]

To XSD