7.19 http://schemas.microsoft.com/office/server/word/2009/08/getSyncJobStatus/response Schema

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/office/server/word/2009/08/getSyncJobStatus/response" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:import namespace="http://schemas.datacontract.org/2004/07/System"/>
   <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
   <xs:element name="BatchGetSyncJobStatusResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q28="http://schemas.datacontract.org/2004/07/System" minOccurs="0" name="ErrorCodes" nillable="true" type="q28:ArrayOfNullableOfint"/>
         <xs:element xmlns:q32="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="JobIds" nillable="true" type="q32:ArrayOfunsignedLong"/>
         <xs:element minOccurs="0" name="MoreBytesToReceive" type="xs:boolean"/>
         <xs:element xmlns:q32="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="OutputStreamsInBytes" nillable="true" type="q32:ArrayOfbase64Binary"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>
 </xs:schema>