Class Trigger

Applied Stereotypes:
XSDcomplexType

A trigger is defined as an association of condition groups. A trigger evaluates to true if at least one of the associated condition groups evaluates to true, otherwise it evaluates to false (OR operation).

Used in:
Act , Event , Storyboard
Properties
  Name Type Cardinality AppliedStereotypes Description
  conditionGroups ConditionGroup 0..* XSDunwrapped, XSDelement List of condition groups as a container of conditions. Omitting this attribute is deprecated.
XSD 1.4 Representation


<xsd:complexType name="Trigger">
<xsd:sequence>
<xsd:element name="ConditionGroup" type="ConditionGroup" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>

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

To XSD