Class Act

Applied Stereotypes:
XSDcomplexType
Implements Interfaces:
StoryboardElement

A container for maneuver groups. An Act can be only executed once, whereby the included maneuver groups can be executed several times depending on the maximum execution count within the maneuver groups. New executions are only allowed to start when all contained maneuver groups are either in the complete or standby state and the start trigger evaluates to true.

Used in:
Story
Properties
  Name Type Cardinality AppliedStereotypes Description
  name string 1..1 XSDattribute Name of this act.
  stopTrigger Trigger 0..1 XSDelement Defines a trigger that stops the act.
  maneuverGroups ManeuverGroup 1..* XSDunwrapped, XSDelement A list of maneuver groups representing the act.
  startTrigger Trigger 0..1 XSDelement Defines a trigger that starts the act. If no trigger is defined, the act starts when the Storyboard enters runningState.
XSD 1.4 Representation


<xsd:complexType name="Act">
<xsd:sequence>
<xsd:element name="ManeuverGroup" type="ManeuverGroup" maxOccurs="unbounded"/>
<xsd:element name="StartTrigger" type="Trigger" minOccurs="0"/>
<xsd:element name="StopTrigger" type="Trigger" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="name" type="String" use="required"/>
</xsd:complexType>

Change log from version 1.3
  • Property 'stopTrigger'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'maneuverGroups'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
  • Property 'maneuverGroups'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'startTrigger'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property name
    • XSDattribute
  • Property stopTrigger
    • XSDelement
  • Property maneuverGroups
    • XSDunwrapped
    • XSDelement
  • Property startTrigger
    • XSDelement

To XSD