http://www.csapi.org/schema/parlayx/sms/v2_2
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 |
DeliveredToNetwork |
Successful delivery to network.
|
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.
|
DeliveredToTerminal |
Successful delivered to Terminal.
|
DeliveryNotificationNotSupported |
Unable to provide delivery receipt notification.
NotifySMSDeliveryReceipt function will provide
DeliveryNotificationNotSupported to indicate that delivery
receipt for the specified address in a SendSMSRequest is not
supported.
|
(DeliveredToNetwork | DeliveryUncertain | DeliveryImpossible | MessageWaiting | DeliveredToTerminal | 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="DeliveredToNetwork">
-<xsd:documentation xml:lang="en">
<xhtml:p>Successful delivery to network.</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="DeliveredToTerminal">
-<xsd:documentation xml:lang="en">
<xhtml:p>Successful delivered to Terminal.</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.
NotifySMSDeliveryReceipt function will provide
DeliveryNotificationNotSupported to indicate that delivery
receipt for the specified address in a SendSMSRequest is not
supported.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|
Uses |
Type (1)
|
Used-By |
Element (1)
|