Class FinalSpeed

Applied Stereotypes:
XSDcomplexType, union

Final speed definition for a SynchronizeAction.

Used in:
SynchronizeAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  absoluteSpeed AbsoluteSpeed 1..1 xor, XSDelement The absolute speed a synchronized entity should have at its target position.
  relativeSpeedToMaster RelativeSpeedToMaster 1..1 xor, XSDelement The speed a synchronized entity should have relative to its master entity at its target position.
XSD 1.4 Representation


<xsd:complexType name="FinalSpeed">
<xsd:choice>
<xsd:element name="AbsoluteSpeed" type="AbsoluteSpeed"/>
<xsd:element name="RelativeSpeedToMaster" type="RelativeSpeedToMaster"/>
</xsd:choice>
</xsd:complexType>

Change log from version 1.3
  • Property 'absoluteSpeed'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'relativeSpeedToMaster'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property absoluteSpeed
    • xor
    • XSDelement
  • Property relativeSpeedToMaster
    • xor
    • XSDelement

To XSD