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.3 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.2 |
- Property 'absoluteSpeed'. Lower cardinality changed.
- Property 'relativeSpeedToMaster'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property absoluteSpeed
- XSDelement [position: "1"]
- Property relativeSpeedToMaster
- XSDelement [position: "2"]
|
To XSD