Class TeleportAction

Applied Stereotypes:
XSDcomplexType

Specifying a target position an entity is teleported to.

Used in:
PrivateAction
Properties
Name Type Cardinality AppliedStereotypes Description
position Position 1..1 The position the entity/entities are teleported to.

XSD 1.0 Representation


<xsd:complexType name="TeleportAction">
<xsd:sequence>
<xsd:element name="Position" type="Position"/>
</xsd:sequence>
</xsd:complexType>

To XSD To XSLT To XSD Tree