xsd-derived:faultHandlers
Element information
Namespace: http://docs.oasis-open.org/wsbpel/2.0/process/abstract
Schema document: ws-bpel_abstract_common_base.xsd
Type: xsd-derived:tFaultHandlers
Properties: Global, Qualified
Content
- Sequence [1..1]
- xsd-derived:documentation [0..*]
- Any element [0..*] Namespace: ##other, Process Contents: lax
- xsd-derived:catch [0..*] This element can contain all activities including the activities compensate, compensateScope and rethrow.
- xsd-derived:catchAll [0..1] This element can contain all activities including the activities compensate, compensateScope and rethrow.
from type xsd-derived:tExtensibleElements
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type xsd-derived:tExtensibleElements |
Used in
- Type xsd-derived:tProcess (Element xsd-derived:process)
- Type xsd-derived:tScope (Element xsd-derived:scope)
Sample instance
<xsd-derived:faultHandlers> <xsd-derived:documentation>Any text, intermingled with: <!--any element--> </xsd-derived:documentation> <!--any element--> <xsd-derived:catch> <xsd-derived:documentation>Any text, intermingled with: <!--any element--> </xsd-derived:documentation> <!--any element--> <xsd-derived:assign> <xsd-derived:documentation>Any text, intermingled with: <!--any element--> </xsd-derived:documentation> <!--any element--> <xsd-derived:targets>... </xsd-derived:targets> <xsd-derived:sources>... </xsd-derived:sources> <xsd-derived:copy>... </xsd-derived:copy> </xsd-derived:assign> </xsd-derived:catch> <xsd-derived:catchAll> <xsd-derived:documentation>Any text, intermingled with: <!--any element--> </xsd-derived:documentation> <!--any element--> <xsd-derived:assign> <xsd-derived:documentation>Any text, intermingled with: <!--any element--> </xsd-derived:documentation> <!--any element--> <xsd-derived:targets>... </xsd-derived:targets> <xsd-derived:sources>... </xsd-derived:sources> <xsd-derived:copy>... </xsd-derived:copy> </xsd-derived:assign> </xsd-derived:catchAll> </xsd-derived:faultHandlers>