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 1..* XSDunwrapped, XSDelement List of stories defined in a story board.
stopTrigger Trigger 1..1 XSDelement Trigger to stop the Storyboard instance.

XSD 1.1 Representation


<xsd:complexType name="Storyboard">
<xsd:sequence>
<xsd:element name="Init" type="Init"/>
<xsd:element name="Story" type="Story" maxOccurs="unbounded"/>
<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.

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property init
    • XSDelement [position: "1"]
  • Property stories
    • XSDunwrapped [xsdElementName: "Story"]
    • XSDelement [position: "2"]
  • Property stopTrigger
    • XSDelement [position: "3"]

To XSD To XSD Tree