Class Maneuver

Applied Stereotypes:
XSDcomplexType
Implements Interfaces:
StoryboardElement , CatalogElement

A container for Events. Can be stored in a maneuver catalog. Allows declaration of parameters within its scope.

Used in:
ManeuverGroup , Catalog
Properties
Name Type Cardinality AppliedStereotypes Description
name string 1..1 XSDattribute Name of the maneuver.
parameterDeclarations ParameterDeclaration 0..* XSDwrapped Definition of additional parameters.
events Event 1..* XSDunwrapped List of events that are comprised by the maneuver.

Migration Information from XSD 0.9.1
Derived From:
OSCManeuver
Property Name XSD Type XSD 0.9.1 Name Migration
name Attribute name
parameterDeclarations Element ParameterDeclaration Renamed
events Element Event Renamed

XSD 1.0 Representation


<xsd:complexType name="Maneuver">
<xsd:sequence>
<xsd:element name="ParameterDeclarations" type="ParameterDeclarations" minOccurs="0"/>
<xsd:element name="Event" maxOccurs="unbounded" type="Event"/>
</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.
events XSDunwrapped This property represents an unwrapped list in XSD. The element name 'Event' is used for the list elements.

To XSD To XSLT To XSD Tree