7.33 http://schemas.microsoft.com/office/server/word/2009/08/addSyncJob Schema

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/office/server/word/2009/08/addSyncJob" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
   <xs:import namespace="http://schemas.microsoft.com/office/server/word/2009/08/conversionJobSettings"/>
   <xs:element name="AddSyncJobRequest">
     <xs:complexType>
       <xs:sequence>
         <xs:element minOccurs="0" name="JobId" type="xs:unsignedLong"/>
         <xs:element xmlns:q16="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="PartitionId" nillable="true" type="q16:guid"/>
         <xs:element xmlns:q33="http://schemas.microsoft.com/office/server/word/2009/08/conversionJobSettings" minOccurs="0" name="Settings" nillable="true" type="q33:ConversionJobSettings"/>
         <xs:element minOccurs="0" name="UserToken" nillable="true" type="xs:base64Binary"/>
         <xs:element minOccurs="0" name="inputUrl" nillable="true" type="xs:string"/>
         <xs:element minOccurs="0" name="outputUrl" nillable="true" type="xs:string"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>
 </xs:schema>