6.42 SmartForward Response Schema

This section contains the contents of the SmartForwardResponse.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="SmartForward">
     <xs:complexType>
       <xs:all>
         <xs:element ref="Status" minOccurs="0"/>
       </xs:all>
     </xs:complexType>
   </xs:element>
 </xs:schema>