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. |
|
userDefinedActions |
UserDefinedAction |
0..* |
XSDunwrapped,
XSDelement
|
An optional list of user defined actions. |
|
privates |
Private |
0..* |
XSDunwrapped,
XSDelement
|
An optional list of private actions. |
|
XSD 1.3 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>
|
|
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. |
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property globalActions
- XSDunwrapped [xsdElementName: "GlobalAction"]
- XSDelement [position: "1"]
- Property userDefinedActions
- XSDunwrapped [xsdElementName: "UserDefinedAction"]
- XSDelement [position: "2"]
- Property privates
- XSDunwrapped [xsdElementName: "Private"]
- XSDelement [position: "3"]
|
To XSD