<?xml version="1.0"?>
<xs:schema targetNamespace="http://www.ecotton.com" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.ecotton.com" elementFormDefault="qualified" id="CottonHostFarmInfo">
 <xs:element name="CottonHostFarmQuery">
  <xs:complexType>
   <xs:sequence>
    <xs:element name="CottonHostFarmInfo" minOccurs="0" maxOccurs="unbounded">
     <xs:complexType>
      <xs:sequence>
       <xs:element name="GinID" type="xs:integer" minOccurs="0"/>
       <xs:element name="ProducerID" type="xs:string" minOccurs="0"/>
       <xs:element name="FarmID" type="xs:string" minOccurs="0"/>
       <xs:element name="FSAState" type="xs:integer" minOccurs="0"/>
       <xs:element name="FSACounty" type="xs:integer" minOccurs="0"/>
       <xs:element name="FSAFarmNumber" type="xs:integer" minOccurs="0"/>
       <xs:element name="Area" type="xs:decimal" minOccurs="0"/>
       <xs:element name="Location1" type="xs:string" minOccurs="0"/>
       <xs:element name="Location2" type="xs:string" minOccurs="0"/>
       <xs:element name="TrackFields" type="xs:boolean" minOccurs="0"/>
       <xs:element name="CottonHostFieldInfo" type="CottonHostFieldInfo" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
         <xs:documentation>if TrackFields is true, the fields are listed here.</xs:documentation>
        </xs:annotation>
       </xs:element>
      </xs:sequence>
     </xs:complexType>
     <xs:complexType name="CottonHostFieldInfo">
      <xs:all>
       <xs:element name="FieldID" type="xs:string" minOccurs="0"/>
       <xs:element name="Area" type="xs:decimal" minOccurs="0"/>
       <xs:element name="Variety" type="xs:string" minOccurs="0"/>
       <xs:element name="Location1" type="xs:string" minOccurs="0"/>
       <xs:element name="Location2" type="xs:string" minOccurs="0"/>
      </xs:all>
     </xs:complexType>
    </xs:element>
   </xs:sequence>
  </xs:complexType>
 </xs:element>
</xs:schema>
