Class SpeedActionTarget

Applied Stereotypes:
union, XSDcomplexType

Specifies the target speed of a SpeedAction. Can be either an absolute speed value or a speed value relative to another entity.

Used in:
SpeedAction
Properties
Name Type Cardinality AppliedStereotypes Description
relativeTargetSpeed RelativeTargetSpeed 0..1 xor Defines the target speed as relative speed to a reference entity. Unit: m/s.
absoluteTargetSpeed AbsoluteTargetSpeed 0..1 xor Defines the target speed as absolute speed.Unit: m/s.

Migration Information from XSD 0.9.1
Derived From:
OSCPrivateAction.Longitudinal.Speed.Target
Property Name XSD Type XSD 0.9.1 Name Migration
relativeTargetSpeed Element Relative Renamed
absoluteTargetSpeed Element Absolute Renamed

XSD 1.0 Representation


<xsd:complexType name="SpeedActionTarget">
<xsd:choice>
<xsd:element name="RelativeTargetSpeed" type="RelativeTargetSpeed"/>
<xsd:element name="AbsoluteTargetSpeed" type="AbsoluteTargetSpeed"/>
</xsd:choice>
</xsd:complexType>

To XSD To XSLT To XSD Tree