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

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:q1="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: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="q1:ArrayOfstring"/>
   <xs:complexType name="ArrayOfanyType">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="unbounded" name="anyType" nillable="true" type="xs:anyType"/>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ArrayOfanyType" nillable="true" type="q1:ArrayOfanyType"/>
   <xs:complexType name="ArrayOfunsignedInt">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="unbounded" name="unsignedInt" type="xs:unsignedInt"/>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ArrayOfunsignedInt" nillable="true" type="q1:ArrayOfunsignedInt"/>
 </xs:schema>