http://www.ibm.com/schema/soa/pxnotify/v1_0
The FailureType Simple Type

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 Clikc here to hide Comment
EnumerationDescription
ServiceException

Failures related to service exceptions.

PolicyException

Failures related to policy exceptions.

InvocationException

Failures related to invocation exceptions.

 Collapse XML
-<xsd:simpleType  name="FailureType">
-<xsd:annotation>
-<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:restriction  base="xsd:string">
-<xsd:enumeration  value="ServiceException">
-<xsd:annotation>
-<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:annotation>
-<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:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Failures related to invocation exceptions.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>

 Collapse Uses
 Collapse Type (1)
string 
 
 Collapse Used-By
Generated by WSDLdoc ©