http://www.csapi.org/schema/parlayx/multimedia_messaging/v2_4
The DeliveryStatus Simple Type

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

 Collapse XML
-<xsd:simpleType  name="DeliveryStatus">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>List of delivery status values.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:restriction  base="xsd:string">
-<xsd:enumeration  value="DeliveredToTerminal">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Successful delivery to Terminal.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
-<xsd:enumeration  value="DeliveryUncertain">
-<xsd:annotation>
-<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:annotation>
-<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:annotation>
-<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:annotation>
-<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:annotation>
-<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>

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