http://www.csapi.org/schema/parlayx/sms/v2_2
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
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.

 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="DeliveredToNetwork">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Successful delivery to network.</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="DeliveredToTerminal">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Successful delivered to Terminal.</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. 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>

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