Class Trigger

Applied Stereotypes:
XSDcomplexType

A trigger is then 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.

XSD 1.1 Representation


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

XSD Transformation
UML Element Stereotype Description
conditionGroups XSDunwrapped This property represents an unwrapped list in XSD. The element name 'ConditionGroup' is used for the list elements.

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property conditionGroups
    • XSDunwrapped [xsdElementName: "ConditionGroup"]
    • XSDelement [position: "1"]

To XSD To XSD Tree