Class Action

Applied Stereotypes:
union, XSDcomplexType
Implements Interfaces:
StoryboardElement

An action serves to create or modify all dynamic elements of a scenario.

Used in:
Event
Properties
Name Type Cardinality AppliedStereotypes Description
name string 1..1 XSDattribute Name of this action.
globalAction GlobalAction 0..1 xor The GlobalAction to be executed when the enclosing Action is startedis started.
userDefinedAction UserDefinedAction 0..1 xor The UserDefinedAction to be executed when the enclosing Action is started.
privateAction PrivateAction 0..1 xor The PrivateAction to be executed when the enclosing Action is started.

Migration Information from XSD 0.9.1
Derived From:
OSCManeuver.Event.Action
Property Name XSD Type XSD 0.9.1 Name Migration
name Attribute name
globalAction Element Global Renamed
userDefinedAction Element UserDefined Renamed
privateAction Element Private Renamed

XSD 1.0 Representation


<xsd:complexType name="Action">
<xsd:choice>
<xsd:element name="GlobalAction" type="GlobalAction"/>
<xsd:element name="UserDefinedAction" type="UserDefinedAction"/>
<xsd:element name="PrivateAction" type="PrivateAction"/>
</xsd:choice>
<xsd:attribute name="name" type="String" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree