6.36 SendMail Request Schema
This section contains the contents of the SendMailRequest.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 |
|
RightsManagement.xsd |
-
<?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="SendMail"> <xs:complexType> <xs:all> <xs:element ref="ClientId"/> <xs:element ref="AccountId" minOccurs="0"/> <xs:element ref="SaveInSentItems" minOccurs="0"/> <xs:element ref="Mime"/> <xs:element ref="rm:TemplateID" minOccurs="0"/> </xs:all> </xs:complexType> </xs:element> </xs:schema>