6.8.5 http://schemas.microsoft.com/2003/10/Serialization/Arrays

       <?xml version="1.0" encoding="utf-8"?>
       <xs:schema xmlns:tns="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="ArrayOfunsignedShort">
           <xs:sequence>
             <xs:element minOccurs="0" maxOccurs="unbounded" name="unsignedShort" type="xs:unsignedShort" />
           </xs:sequence>
         </xs:complexType>
         <xs:element name="ArrayOfunsignedShort" nillable="true" type="tns:ArrayOfunsignedShort" />
</xs:schema>