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

Enumeration to indicate delivery status. Used in confirmation callbacks.


Simple Type DeliveryStatus
DeliveryStatus 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
Success

The notification was successfully delivered.

Failure

The notification could not successfully be delivered.

 Collapse XML
-<xsd:simpleType  name="DeliveryStatus">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Enumeration to indicate delivery status. Used in confirmation callbacks.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:restriction  base="xsd:string">
-<xsd:enumeration  value="Success">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>The notification was successfully delivered.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration  value="Failure">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>The notification could not successfully be delivered.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>

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