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.3 Representation |
<xsd:complexType name="Init">
<xsd:sequence>
<xsd:element name="Actions" type="InitActions"/>
</xsd:sequence>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property actions
- XSDelement [position: "1"]
|
To XSD