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

XSD 1.1 Representation


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

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property relativeTargetSpeed
    • xor
    • XSDelement [position: "1"]
  • Property absoluteTargetSpeed
    • xor
    • XSDelement [position: "2"]

To XSD To XSD Tree