Class SynchronizeAction

Applied Stereotypes:
XSDcomplexType

Synchronizes an entity's arrival at a destination with a master entity. Both entities are provided with their own reference position which shall be reached at the same time. Final speed can be specified. Note that the reference positions can be different or identical.

Used in:
PrivateAction
Properties
Name Type Cardinality AppliedStereotypes Description
masterEntityRef Entity 1..1 XSDattribute nameRef A reference to the master entity.
targetPositionMaster Position 1..1 The target position for the master entity.
targetPosition Position 1..1 The target position for the entity that should be synchronized.
finalSpeed FinalSpeed 0..1 The speed that the synchronized entity should have at its target position.

XSD 1.0 Representation


<xsd:complexType name="SynchronizeAction">
<xsd:all>
<xsd:element name="TargetPositionMaster" type="Position"/>
<xsd:element name="TargetPosition" type="Position"/>
<xsd:element name="FinalSpeed" type="FinalSpeed" minOccurs="0"/>
</xsd:all>
<xsd:attribute name="masterEntityRef" type="String" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree