http://www.csapi.org/schema/parlayx/multimedia_messaging/v2_4
List of delivery status values.
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 |
DeliveredToTerminal |
Successful delivery to Terminal.
|
DeliveryUncertain |
Delivery status unknown: e.g. because it was
handed off to another network.
|
DeliveryImpossible |
Unsuccessful delivery; the message could not
be delivered before it expired.
|
MessageWaiting |
The message is still queued for delivery. This is
a temporary state, pending transition to one of the preceding
states.
|
DeliveredToNetwork |
Successful delivery to the network enabler responsible
for distributing the multimedia message further in the
network.
|
DeliveryNotificationNotSupported |
Unable to provide delivery receipt notification.
NotifyMessageDeliveryReceipt function will provide
DeliveryNotificationNotSupported to indicate that delivery
receipt for the specified address in a SendMessageRequest is
not supported.
|
(DeliveredToTerminal | DeliveryUncertain | DeliveryImpossible | MessageWaiting | DeliveredToNetwork | DeliveryNotificationNotSupported).
XML |
-<xsd:simpleType name="DeliveryStatus">
-<xsd:documentation xml:lang="en">
<xhtml:p>List of delivery status values.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:enumeration value="DeliveredToTerminal">
-<xsd:documentation xml:lang="en">
<xhtml:p>Successful delivery to Terminal.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="DeliveryUncertain">
-<xsd:documentation xml:lang="en">
<xhtml:p>Delivery status unknown: e.g. because it was
handed off to another network.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="DeliveryImpossible">
-<xsd:documentation xml:lang="en">
<xhtml:p>Unsuccessful delivery; the message could not
be delivered before it expired.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="MessageWaiting">
-<xsd:documentation xml:lang="en">
<xhtml:p>The message is still queued for delivery. This is
a temporary state, pending transition to one of the preceding
states.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="DeliveredToNetwork">
-<xsd:documentation xml:lang="en">
<xhtml:p>Successful delivery to the network enabler responsible
for distributing the multimedia message further in the
network.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration value="DeliveryNotificationNotSupported">
-<xsd:documentation xml:lang="en">
<xhtml:p>Unable to provide delivery receipt notification.
NotifyMessageDeliveryReceipt function will provide
DeliveryNotificationNotSupported to indicate that delivery
receipt for the specified address in a SendMessageRequest is
not supported.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|
Uses |
Type (1)
|
Used-By |
Element (1)
|