xpdl:WebServiceFaultCatch

Element Information

Model

xpdl:Message{0,1} , (xpdl:BlockActivity | xpdl:TransitionRef) , ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

QName Type Fixed Default Use Inheritable Annotation
FaultName xsd:NMTOKEN optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Source

<xsd:element name="WebServiceFaultCatch">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="Message" type="xpdl:MessageType" minOccurs="0"/>
      <xsd:choice>
        <xsd:element ref="xpdl:BlockActivity"/>
        <xsd:element ref="xpdl:TransitionRef"/>
      </xsd:choice>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="FaultName" type="xsd:NMTOKEN" use="optional"/>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample