<?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="CottonHostBaleInfo">
 <xs:element name="CottonHostBaleQuery">
  <xs:complexType>
   <xs:sequence>
    <xs:element name="CottonHostBaleInfo" minOccurs="0" maxOccurs="unbounded">
     <xs:complexType>
      <xs:sequence>
       <xs:element name="GinID" type="xs:integer" minOccurs="0"/>
       <xs:element name="LoadNumber" type="xs:decimal" minOccurs="0"/>
       <xs:element name="ProducerID" type="xs:string" minOccurs="0"/>
       <xs:element name="FarmID" type="xs:string" minOccurs="0"/>
       <xs:element name="FieldID" type="xs:string" minOccurs="0"/>
       <xs:element name="ModuleID" type="xs:string" minOccurs="0"/>
       <xs:element name="GinBaleNumber" type="xs:integer" minOccurs="0"/>
       <xs:element name="NetWeight" type="xs:integer" minOccurs="0"/>
       <xs:element name="SeedWeight" type="xs:integer" minOccurs="0"/>
       <xs:element name="Grade" type="xs:integer" minOccurs="0"/>
       <xs:element name="Staple" type="xs:integer" minOccurs="0"/>
       <xs:element name="Mic" type="xs:decimal" minOccurs="0"/>
       <xs:element name="Leaf" type="xs:integer" minOccurs="0"/>
       <xs:element name="ExtraneousMatter" type="xs:integer" minOccurs="0"/>
       <xs:element name="Remarks" type="xs:integer" minOccurs="0"/>
       <xs:element name="Strength" type="xs:decimal" minOccurs="0"/>
       <xs:element name="ColorGr" type="xs:string" minOccurs="0"/>
       <xs:element name="ColorRd" type="xs:decimal" minOccurs="0"/>
       <xs:element name="ColorPlusB" type="xs:decimal" minOccurs="0"/>
       <xs:element name="Trash" type="xs:integer" minOccurs="0"/>
       <xs:element name="Uniformity" type="xs:decimal" minOccurs="0"/>
       <xs:element name="Length" type="xs:integer" minOccurs="0"/>
       <xs:element name="Elongation" type="xs:decimal" minOccurs="0"/>
       <xs:element name="DateClassed" type="xs:date" minOccurs="0"/>
       <xs:element name="CCCLoanOffset" type="xs:string" minOccurs="0">
        <xs:annotation>
         <xs:documentation>As delivered by the USDA classing office.  First character is a + or - sign followed by 4 digits, specifying points per pound offset from loan base value.</xs:documentation>
        </xs:annotation>
       </xs:element>
       <xs:element name="LoanValuePerPound" type="xs:decimal" minOccurs="0">
        <xs:annotation>
         <xs:documentation>Actual loan value in cents per pound.</xs:documentation>
        </xs:annotation>
       </xs:element>
      </xs:sequence>
     </xs:complexType>
    </xs:element>
   </xs:sequence>
  </xs:complexType>
 </xs:element>
</xs:schema>
