Class InitActions

Applied Stereotypes:
XSDcomplexType

A list of action instances (GlobalAction, UserDefinedAction, PrivateAction instances) which are executed during the initialization phase of a scenario.

Used in:
Init
Properties
Name Type Cardinality AppliedStereotypes Description
globalActions GlobalAction 0..* XSDunwrapped An optional list of global actions.
userDefinedActions UserDefinedAction 0..* XSDunwrapped An optional list of user defined actions.
privates Private 0..* XSDunwrapped An optional list of private actions.

Migration Information from XSD 0.9.1
Derived From:
OpenSCENARIO.xsd/OpenSCENARIO.Storyboard.Init.Actions
Property Name XSD Type XSD 0.9.1 Name Migration
globalActions Element GlobalAction Renamed
userDefinedActions Element UserDefinedAction Renamed
privates Element Private Renamed

XSD 1.0 Representation


<xsd:complexType name="InitActions">
<xsd:sequence>
<xsd:element name="GlobalAction" type="GlobalAction" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="UserDefinedAction" type="UserDefinedAction" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Private" minOccurs="0" maxOccurs="unbounded" type="Private"/>
</xsd:sequence>
</xsd:complexType>

XSD Transformation
UML Element Stereotype Description
globalActions XSDunwrapped This property represents an unwrapped list in XSD. The element name 'GlobalAction' is used for the list elements.
userDefinedActions XSDunwrapped This property represents an unwrapped list in XSD. The element name 'UserDefinedAction' is used for the list elements.
privates XSDunwrapped This property represents an unwrapped list in XSD. The element name 'Private' is used for the list elements.

To XSD To XSLT To XSD Tree