xpdl:TriggerResultMessage

BPMN: If the Trigger or Result Type is Message then this must be present

Element Information

Model

xpdl:Message{0,1} , xpdl:WebServiceOperation{0,1} , 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
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Source

<xsd:element name="TriggerResultMessage">
  <xsd:annotation>
    <xsd:documentation>BPMN: If the Trigger or Result Type is Message then this must be present</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="Message" type="xpdl:MessageType" minOccurs="0"/>
      <xsd:element ref="xpdl:WebServiceOperation" minOccurs="0"/>
      <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:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample