Class Story
- Applied Stereotypes:
-
XSDcomplexType
- Implements Interfaces:
-
StoryboardElement
Grouping of independent executable parts of a scenario. The name of a story must be unique within an OpenSCENARIO file.
- Used in:
-
Storyboard
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
name |
string |
1..1 |
XSDattribute
|
Name of the story, must be unique within an OpenSCENARIO file. |
| |
acts |
Act |
1..* |
XSDunwrapped,
XSDelement
|
Defines the acts of the story. |
| |
parameterDeclarations |
ParameterDeclaration |
0..* |
XSDwrapped,
XSDelement
|
Definition of additional parameters. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="Story">
<xsd:sequence>
<xsd:element name="ParameterDeclarations" type="ParameterDeclarations" minOccurs="0"/>
<xsd:element name="Act" type="Act" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="name" type="String" use="required"/>
</xsd:complexType>
|
|
|
XSD Transformation
|
| UML Element |
Stereotype |
Description |
| parameterDeclarations |
XSDwrapper |
This property represents a wrapped list. In XSD, the complex type ParameterDeclarations is used as a wrapper. |
|
|
Change log from version 1.3
|
- Property 'acts'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
- Property 'acts'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'parameterDeclarations'. Stereotype <<XSDwrapped>>. Tagged value 'wrapperMin' removed.
- Property 'parameterDeclarations'. Stereotype <<XSDwrapped>>. Tagged value 'wrapperMax' removed.
- Property 'parameterDeclarations'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property name
-
Property acts
-
Property parameterDeclarations
|
To XSD