Class Maneuver
- Applied Stereotypes:
-
XSDcomplexType
- Implements Interfaces:
-
CatalogElement ,
StoryboardElement
A container for Events. Can be stored in a maneuver catalog. Allows declaration of parameters within its scope.
- Used in:
-
Catalog ,
ManeuverGroup
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
name |
string |
1..1 |
XSDattribute
|
Name of the maneuver. |
| |
events |
Event |
1..* |
XSDunwrapped,
XSDelement
|
List of events that are comprised by the maneuver. |
| |
parameterDeclarations |
ParameterDeclaration |
0..* |
XSDwrapped,
XSDelement
|
Definition of additional parameters. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="Maneuver">
<xsd:sequence>
<xsd:element name="ParameterDeclarations" type="ParameterDeclarations" minOccurs="0"/>
<xsd:element name="Event" type="Event" 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 'events'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
- Property 'events'. 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 events
-
Property parameterDeclarations
|
To XSD