6.37 SendMail Response Schema

This section contains the contents of the SendMailResponse.xsd file. The additional file that this schema file requires to operate correctly is listed in the following table.

File name

Defining section

ComposeMail.xsd

6.5

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="ComposeMail" 
     targetNamespace="ComposeMail" elementFormDefault="qualified" 
     attributeFormDefault="unqualified">
   <xs:include schemaLocation="ComposeMail.xsd"/>
   <xs:element name="SendMail">
     <xs:complexType>
       <xs:all>
         <xs:element ref="Status" minOccurs="0"/>
       </xs:all>
     </xs:complexType>
   </xs:element>
 </xs:schema>