Class SpeedAction

Applied Stereotypes:
XSDcomplexType

This action describes the transition of an entity's longitudinal speed to a target longitudinal speed. SpeedActionDynamics specifies the transition with respects to time or distance combined with a shape.

Used in:
LongitudinalAction
Properties
Name Type Cardinality AppliedStereotypes Description
speedActionDynamics TransitionDynamics 1..1 Defines how the target speed is reached.
speedActionTarget SpeedActionTarget 1..1 Defines the target speed which should be reached.

Migration Information from XSD 0.9.1
Derived From:
OSCPrivateAction.Longitudinal.Speed
Property Name XSD Type XSD 0.9.1 Name Migration
speedActionDynamics Element Dynamics Renamed
speedActionTarget Element Target Renamed

XSD 1.0 Representation


<xsd:complexType name="SpeedAction">
<xsd:all>
<xsd:element name="SpeedActionDynamics" type="TransitionDynamics"/>
<xsd:element name="SpeedActionTarget" type="SpeedActionTarget"/>
</xsd:all>
</xsd:complexType>

To XSD To XSLT To XSD Tree