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, XSDelement An optional list of global actions.
  privates Private 0..* XSDunwrapped, XSDelement An optional list of private actions.
  userDefinedActions UserDefinedAction 0..* XSDunwrapped, XSDelement An optional list of user defined actions.
XSD 1.4 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" type="Private" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>

Change log from version 1.3
  • Property 'globalActions'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
  • Property 'globalActions'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'privates'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
  • Property 'privates'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'userDefinedActions'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
  • Property 'userDefinedActions'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property globalActions
    • XSDunwrapped
    • XSDelement
  • Property privates
    • XSDunwrapped
    • XSDelement
  • Property userDefinedActions
    • XSDunwrapped
    • XSDelement

To XSD