http://www.ibm.com/schema/soa/pxnotify/v1_0
Enumeration indicating the type of failure received during
invocation. This enumeration is used for confirmation of delivery to
indicate a failure outcome.
Simple Type
FailureType
FailureType is derived from
string type. There are several restrictions on the value. The schema processor preserves value's whitespace. Enumeration values are


Enumeration | Description |
ServiceException |
Failures related to service exceptions.
|
PolicyException |
Failures related to policy exceptions.
|
InvocationException |
Failures related to invocation exceptions.
|
(ServiceException | PolicyException | InvocationException).
XML |
-<xsd:simpleType name="FailureType">
-<xsd:documentation xml:lang="en">
<xhtml:p>Enumeration indicating the type of failure received during
invocation. This enumeration is used for confirmation of delivery to
indicate a failure outcome.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:enumeration value="ServiceException">
-<xsd:documentation xml:lang="en">
<xhtml:p>Failures related to service exceptions.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="PolicyException">
-<xsd:documentation xml:lang="en">
<xhtml:p>Failures related to policy exceptions.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="InvocationException">
-<xsd:documentation xml:lang="en">
<xhtml:p>Failures related to invocation exceptions.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|
Uses |
Type (1)
|
Used-By |
Element (1)
|