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.
  speedProfileAction SpeedProfileAction 1..1 xor, XSDelement This action describes the change of speed in terms of a series of speed targets over time.
  longitudinalDistanceAction LongitudinalDistanceAction 1..1 xor, XSDelement This action defines a transition to a defined longitudinal distance to a referenced entity.
XSD 1.4 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.3
  • Property 'speedAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'speedProfileAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'longitudinalDistanceAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property speedAction
    • xor
    • XSDelement
  • Property speedProfileAction
    • xor
    • XSDelement
  • Property longitudinalDistanceAction
    • xor
    • XSDelement

To XSD