Class SpeedActionTarget

Applied Stereotypes:
XSDcomplexType, union

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 1..1 xor, XSDelement Defines the target speed as relative speed to a reference entity. Unit: [m/s].
  absoluteTargetSpeed AbsoluteTargetSpeed 1..1 xor, XSDelement Defines the target speed as absolute speed. Unit: [m/s].
XSD 1.3 Representation


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

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

To XSD