xpdl:TriggerRule

BPMN: if the TriggerType is Rule then this must be present. Deprecated in BPMN1.1

Element Information

Model

ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

QName Type Fixed Default Use Inheritable Annotation
RuleName xsd:string required
This is the nameof a Rule element.
Deprecated in BPMN1.1
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Source

<xsd:element name="TriggerRule">
  <xsd:annotation>
    <xsd:documentation>BPMN: if the TriggerType is Rule then this must be present. Deprecated in BPMN1.1</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="RuleName" type="xsd:string" use="required">
      <xsd:annotation>
        <xsd:documentation>This is the nameof a Rule element.</xsd:documentation>
        <xsd:documentation>Deprecated in BPMN1.1</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample