6.43 SmartReply Request Schema

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

File name

Defining section/specification

ComposeMail.xsd

6.5

RightsManagement.xsd

[MS-ASRM] section 6

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:rm=
     "RightsManagement" xmlns="ComposeMail" targetNamespace="ComposeMail" 
     elementFormDefault="qualified" attributeFormDefault="unqualified">
   <xs:include schemaLocation="ComposeMail.xsd"/>
   <xs:import namespace="RightsManagement" schemaLocation=
       "RightsManagement.xsd"/>
   <xs:element name="SmartReply">
     <xs:complexType>
       <xs:all>
         <xs:element ref="ClientId"/>
         <xs:element ref="Source"/>
         <xs:element ref="AccountId" minOccurs="0"/>
         <xs:element ref="SaveInSentItems" minOccurs="0"/>
         <xs:element ref="ReplaceMime" minOccurs="0"/>
         <xs:element ref="Mime"/>
         <xs:element ref="rm:TemplateID" minOccurs="0"/>
       </xs:all>
     </xs:complexType>
   </xs:element>
 </xs:schema>