<?xml version="1.0" encoding="UTF-8"?>
<xs:schema version="1.0" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"
  xmlns:ns4="http://schemas.microsoft.com/2003/10/Serialization/Arrays"
  
  xmlns:xs="http://www.w3.org/2001/XMLSchema">

  <xs:element name="ArrayOfstring" type="ns4:ArrayOfstring"/>
  <xs:element name="ArrayOfstring" type="ns4:ArrayOfstring"/>
<xs:complexType name="ArrayOfstring">
  <xs:annotation>
    <xs:documentation>
      <![CDATA[<p>Java class for ArrayOfstring complex type.

<p>The following schema fragment specifies the expected content contained within this class.

<pre>
 &lt;complexType name="ArrayOfstring">
   &lt;complexContent>
     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       &lt;sequence>
         &lt;element name="string" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       &lt;/sequence>
     &lt;/restriction>
   &lt;/complexContent>
 &lt;/complexType>
 </pre>]]>
    </xs:documentation>
  </xs:annotation>
       <xs:sequence>
              <xs:element name="string" type="xs:string" minOccurs="0" maxOccurs="unbounded">
              </xs:element>
      </xs:sequence>
</xs:complexType>

</xs:schema>