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.
  parameterDeclarations ParameterDeclaration 0..* XSDwrapped, XSDelement Definition of additional parameters.
  events Event 1..* XSDunwrapped, XSDelement List of events that are comprised by the maneuver.
XSD 1.3 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.
events XSDunwrapped This property represents an unwrapped list in XSD. The element name 'Event' is used for the list elements.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property name
    • XSDattribute
  • Property parameterDeclarations
    • XSDwrapped [wrapperMin: "0"; wrapperMax: "1"]
    • XSDelement [position: "1"]
  • Property events
    • XSDunwrapped [xsdElementName: "Event"]
    • XSDelement [position: "2"]

To XSD