6.44 SmartReply Response Schema
This section contains the contents of the SmartReplyResponse.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 |
-
<?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="SmartReply"> <xs:complexType> <xs:all> <xs:element ref="Status" minOccurs="0"/> </xs:all> </xs:complexType> </xs:element> </xs:schema>