3.1.4.1.3.3 tSMS_SENDER
The tSMS_SENDER complex type specifies the limitations or properties of text message delivery supported by this server.
-
<xs:complexType name="tSMS_SENDER"> <xs:sequence> <xs:element name="LONG_SMS_SENDER" type="tns:tLONG_SMS_SENDER" minOccurs="0" /> </xs:sequence> <xs:attribute name="maxRecipientsPerMessage" type="xs:unsignedInt" use="required" /> <xs:attribute name="maxMessagesPerSend" type="xs:unsignedInt" use="required" /> <xs:attribute name="maxSbcsPerMessage" type="xs:unsignedInt" use="required" /> <xs:attribute name="maxDbcsPerMessage" type="xs:unsignedInt" use="required" /> </xs:complexType>
LONG_SMS_SENDER: Indicates that this server supports delivery of concatenated text message. It MUST conform to the XML schema of the tLONG_SMS_SENDER complex type specified in section 3.1.4.1.3.4.
maxRecipientsPerMessage: Specifies the maximum number of recipients allowed for delivering a text message.
maxMessagesPerSend: Specifies the maximum number of separate text messages allowed in a single xmsData string. xmsData is specified in section 3.1.4.3.2.3.
maxSbcsPerMessage: Specifies the maximum number of characters allowed for a text message purely consisting of US ASCII characters.
maxDbcsPerMessage: Specifies the maximum number of characters allowed for a text message containing double byte characters.