Definition Type: ComplexType
Name: tFaultHandlers
Namespace: http://docs.oasis-open.org/wsbpel/2.0/process/abstract
Type: xsd-derived:tExtensibleElements
Containing Schema: ws-bpel_abstract_common_base.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into catchAll in schema ws-bpel_abstract_common_base_xsd Drilldown into catch in schema ws-bpel_abstract_common_base_xsd Drilldown into documentation in schema ws-bpel_abstract_common_base_xsd Drilldown into tExtensibleElements in schema ws-bpel_abstract_common_base_xsdXSD Diagram of tFaultHandlers in schema ws-bpel_abstract_common_base_xsd (OASIS Web Services Business Process Execution Language (WSBPEL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="tFaultHandlers">
    <xsd:complexContent>
        <xsd:extension base="tExtensibleElements">
            <xsd:sequence>
                <xsd:element ref="catch" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="catchAll" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
documentation xsd-derived:documentation 0 unbounded
catch xsd-derived:catch 0 unbounded
catchAll xsd-derived:catchAll 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xsd-derived:faultHandlers