6.17 FolderUpdate Response Schema

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

File name

Defining section

FolderHierarchy.xsd

6.13

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