Class Init

Applied Stereotypes:
XSDcomplexType

Defines the actions which are executed during the initialization phase of a scenario.

Used in:
Storyboard
Properties
  Name Type Cardinality AppliedStereotypes Description
  actions InitActions 1..1 XSDelement A list of actions initially executed when the enclosing storyboard starts.
XSD 1.4 Representation


<xsd:complexType name="Init">
<xsd:sequence>
<xsd:element name="Actions" type="InitActions"/>
</xsd:sequence>
</xsd:complexType>

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

To XSD