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 Initialization of the storyboard instance. Initial conditions are set and initial actions are applied to entities.
stories Story 1..* XSDunwrapped List of stories defined in a story board.
stopTrigger Trigger 1..1 Trigger to stop the Storyboard instance.

Migration Information from XSD 0.9.1
Derived From:
OpenSCENARIO.xsd/OpenSCENARIO.Storyboard
Property Name XSD Type XSD 0.9.1 Name Migration
init Element Init
stories Element Story Renamed
stopTrigger Element EndConditions Renamed

XSD 1.0 Representation


<xsd:complexType name="Storyboard">
<xsd:sequence>
<xsd:element name="Init" type="Init"/>
<xsd:element name="Story" maxOccurs="unbounded" type="Story"/>
<xsd:element name="StopTrigger" type="Trigger"/>
</xsd:sequence>
</xsd:complexType>

XSD Transformation
UML Element Stereotype Description
stories XSDunwrapped This property represents an unwrapped list in XSD. The element name 'Story' is used for the list elements.

To XSD To XSLT To XSD Tree