http://www.ibm.com/schema/soa/pxnotify/v1_0
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


Enumeration | Description |
Success |
The notification was successfully delivered.
|
Failure |
The notification could not successfully be
delivered.
|
(Success | Failure).
XML |
-<xsd:simpleType name="DeliveryStatus">
-<xsd:documentation xml:lang="en">
<xhtml:p>Enumeration to indicate delivery status. Used in confirmation
callbacks.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:enumeration value="Success">
-<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: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>
|
Uses |
Type (1)
|
Used-By |
|