7.2 http://schemas.microsoft.com/2003/10/Serialization/Arrays Schema

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:q32="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:import namespace="http://schemas.microsoft.com/office/server/word/2009/08/convertBatch"/>
   <xs:complexType name="ArrayOfunsignedLong">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="unbounded" name="unsignedLong" type="xs:unsignedLong"/>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ArrayOfunsignedLong" nillable="true" type="q32:ArrayOfunsignedLong"/>
   <xs:complexType name="ArrayOfbase64Binary">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="unbounded" name="base64Binary" nillable="true" type="xs:base64Binary"/>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ArrayOfbase64Binary" nillable="true" type="q32:ArrayOfbase64Binary"/>
   <xs:complexType name="ArrayOfstring">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ArrayOfstring" nillable="true" type="q32:ArrayOfstring"/>
   <xs:complexType name="ArrayOfKeyValueOfunsignedLongConvertBatchJobdfuNjXEA">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfunsignedLongConvertBatchJobdfuNjXEA">
         <xs:complexType>
           <xs:sequence>
             <xs:element name="Key" type="xs:unsignedLong"/>
             <xs:element xmlns:q29="http://schemas.microsoft.com/office/server/word/2009/08/convertBatch" name="Value" nillable="true" type="q29:ConvertBatchJob"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ArrayOfKeyValueOfunsignedLongConvertBatchJobdfuNjXEA" nillable="true" type="q32:ArrayOfKeyValueOfunsignedLongConvertBatchJobdfuNjXEA"/>
 </xs:schema>