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.
- Property 'longitudinalDistanceAction'. Lower cardinality changed.
- Property 'speedProfileAction'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property speedAction
- XSDelement [position: "1"]
- Property longitudinalDistanceAction
- XSDelement [position: "2"]
- Property speedProfileAction
- XSDelement [position: "3"]
|
To XSD