Class Storyboard
- Applied Stereotypes:
-
XSDcomplexType
Top container for the dynamic content of a scenario.
- Used in:
-
ScenarioDefinition
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
init |
Init |
1..1 |
XSDelement
|
Initialization of the storyboard instance. Initial conditions are set and initial actions are applied to entities. |
| |
stories |
Story |
0..* |
XSDunwrapped,
XSDelement
|
List of stories defined in a story board. |
| |
stopTrigger |
Trigger |
0..1 |
XSDelement
|
Trigger to stop the Storyboard instance. If no trigger is defined, the Storyboard will be never stopped. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="Storyboard">
<xsd:sequence>
<xsd:element name="Init" type="Init"/>
<xsd:element name="Story" type="Story" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="StopTrigger" type="Trigger" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'init'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'stories'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
- Property 'stories'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'stopTrigger'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property init
-
Property stories
-
Property stopTrigger
|
To XSD