xpdl:TriggerResultLink

BPMN: if the Trigger or Result Type is Link then this must be present.

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
CatchThrow restriction of xsd:NMTOKEN CATCH optional
Name xsd:NMTOKEN optional
The link can only be used within one process as a shorthand for a long sequence flow .
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Source

<xsd:element name="TriggerResultLink">
  <xsd:annotation>
    <xsd:documentation>BPMN: if the Trigger or Result Type is Link then this must be present.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="CatchThrow" use="optional" default="CATCH">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="CATCH"/>
          <xsd:enumeration value="THROW"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="Name" type="xsd:NMTOKEN" use="optional">
      <xsd:annotation>
        <xsd:documentation>The link can only be used within one process as a shorthand for a long sequence flow .</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample