Class FinalSpeed
- Applied Stereotypes:
-
XSDcomplexType,
union
Final speed definition for a SynchronizeAction.
- Used in:
-
SynchronizeAction
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
absoluteSpeed |
AbsoluteSpeed |
0..1 |
xor,
XSDelement
|
The absolute speed a synchronized entity should have at its target position. |
|
relativeSpeedToMaster |
RelativeSpeedToMaster |
0..1 |
xor,
XSDelement
|
The speed a synchronized entity should have relative to its master entity at its target position. |
|
XSD 1.2 Representation |
<xsd:complexType name="FinalSpeed">
<xsd:choice>
<xsd:element name="AbsoluteSpeed" type="AbsoluteSpeed" minOccurs="0"/>
<xsd:element name="RelativeSpeedToMaster" type="RelativeSpeedToMaster" minOccurs="0"/>
</xsd:choice>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property absoluteSpeed
- XSDelement [position: "1"]
- Property relativeSpeedToMaster
- XSDelement [position: "2"]
|
To XSD