<xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="agent" type="agent"/>
  <xs:element name="forecast" type="forecast"/>
  <xs:element name="forecasts" type="forecasts"/>
  <xs:element name="profile" type="profile"/>
  <xs:element name="reviews" type="reviews"/>
  <xs:element name="sale" type="sale"/>
  <xs:element name="sales" type="sales"/>
  <xs:element name="answer" type="answer"/>
  <xs:element name="answers" type="answers"/>
  <xs:element name="response" type="findQuestions"/>
  <xs:element name="response" type="getAnswers"/>
  <xs:element name="response" type="getQuestion"/>
  <xs:element name="response" type="postQuestion"/>
  <xs:element name="question" type="question"/>
  <xs:element name="questions" type="questions"/>
  <xs:element name="auction" type="auction"/>
  <xs:element name="bid" type="bid"/>
  <xs:element name="response" type="deleteBid"/>
  <xs:element name="response" type="listAuctions"/>
  <xs:element name="response" type="listBids"/>
  <xs:element name="response" type="openAuction"/>
  <xs:element name="response" type="postAuction"/>
  <xs:element name="response" type="selectBid"/>
  <xs:element name="response" type="viewAuction"/>
  <xs:element name="response" type="viewBid"/>
  <xs:element name="response" type="viewInquiry"/>
  <xs:element name="content" type="content"/>
  <xs:element name="image" type="image"/>
  <xs:element name="link" type="link"/>
  <xs:element name="links" type="links"/>
  <xs:element name="messages" type="messages"/>
  <xs:element name="status" type="status"/>
  <xs:complexType name="agent">
    <xs:sequence>
      <xs:element name="forecasts" type="forecasts" minOccurs="0"/>
      <xs:element name="reviews" type="reviews" minOccurs="0"/>
      <xs:element name="sales" type="sales" minOccurs="0"/>
      <xs:element name="profile" type="profile" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:string"/>
  </xs:complexType>
  <xs:complexType name="forecast">
    <xs:sequence>
      <xs:element name="metric" type="xs:string" minOccurs="0"/>
      <xs:element name="date" type="xs:dateTime" minOccurs="0"/>
      <xs:element name="link" type="link" minOccurs="0"/>
      <xs:element name="spot" type="xs:decimal" minOccurs="0"/>
      <xs:element name="future" type="xs:decimal" minOccurs="0"/>
      <xs:element name="market" type="xs:string" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="forecasts">
    <xs:sequence>
      <xs:element name="forecast" type="forecast" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="total" type="xs:int" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="profile">
    <xs:sequence>
      <xs:element name="photo" type="image" minOccurs="0"/>
      <xs:element name="agentrank" type="xs:int" minOccurs="0"/>
      <xs:element name="link" type="link" minOccurs="0"/>
      <xs:element name="experience" type="xs:float" minOccurs="1"/>
      <xs:element name="full_name" type="xs:string" minOccurs="0"/>
      <xs:element name="description" type="xs:string" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="review">
    <xs:sequence>
      <xs:element name="email" type="xs:string" minOccurs="0"/>
      <xs:element name="satisfied" type="xs:string" minOccurs="0"/>
      <xs:element name="date" type="xs:dateTime" minOccurs="0"/>
      <xs:element name="name" type="xs:string" minOccurs="0"/>
      <xs:element name="link" type="link" minOccurs="0"/>
      <xs:element name="recommend" type="xs:string" minOccurs="0"/>
      <xs:element name="comment" type="xs:string" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="reviews">
    <xs:sequence>
      <xs:element name="recommend" type="xs:decimal" minOccurs="0"/>
      <xs:element name="review" type="review" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="total" type="xs:int" minOccurs="0"/>
      <xs:element name="satisfied" type="xs:decimal" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="sale">
    <xs:sequence>
      <xs:element name="link" type="link" minOccurs="0"/>
      <xs:element name="list_price_final" type="xs:decimal" minOccurs="0"/>
      <xs:element name="city" type="xs:string" minOccurs="0"/>
      <xs:element name="price_per_size_unit" type="xs:decimal" minOccurs="0"/>
      <xs:element name="list_price_original" type="xs:decimal" minOccurs="0"/>
      <xs:element name="property_type" type="xs:string" minOccurs="0"/>
      <xs:element name="precision" type="xs:string" minOccurs="0"/>
      <xs:element name="address" type="xs:string" minOccurs="0"/>
      <xs:element name="transaction_side" type="xs:string" minOccurs="0"/>
      <xs:element name="latitude" type="xs:decimal" minOccurs="0"/>
      <xs:element name="longitude" type="xs:decimal" minOccurs="0"/>
      <xs:element name="zip" type="xs:string" minOccurs="0"/>
      <xs:element name="state" type="xs:string" minOccurs="0"/>
      <xs:element name="sale_price_final" type="xs:decimal" minOccurs="0"/>
      <xs:element name="market_days" type="xs:int" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="sales">
    <xs:sequence>
      <xs:element name="sale" type="sale" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="total" type="xs:int" minOccurs="0"/>
      <xs:element name="charts" type="links" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="answer">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 12, 2009 Time: 1:49:47 PM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="text" type="xs:string" minOccurs="0"/>
      <xs:element name="author" type="xs:string" minOccurs="0"/>
      <xs:element name="badge" type="content" minOccurs="0"/>
      <xs:element name="tools" type="content" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="timestamp" type="xs:dateTime"/>
    <xs:attribute name="id" type="xs:int"/>
    <xs:attribute name="rating" type="xs:int"/>
  </xs:complexType>
  <xs:complexType name="answers">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 12, 2009 Time: 1:51:52 PM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="answer" type="answer" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get answers]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="findQuestions">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 21, 2009 Time: 5:18:27 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="links" type="links" minOccurs="0"/>
      <xs:element name="status" type="status" minOccurs="0"/>
      <xs:element name="questions" type="questions" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="getAnswers">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 21, 2009 Time: 5:18:27 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="links" type="links" minOccurs="0"/>
      <xs:element name="status" type="status" minOccurs="0"/>
      <xs:element name="answers" type="answers" minOccurs="0"/>
      <xs:element name="question" type="question" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="getQuestion">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 21, 2009 Time: 5:18:27 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="status" type="status" minOccurs="0"/>
      <xs:element name="question" type="question" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="postQuestion">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 21, 2009 Time: 5:18:27 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="links" type="links" minOccurs="0"/>
      <xs:element name="status" type="status" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="question">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 12, 2009 Time: 1:49:47 PM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="tags" type="tags" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get tags]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="links" type="links" minOccurs="0"/>
      <xs:element name="body" type="xs:string" minOccurs="0"/>
      <xs:element name="title" type="xs:string" minOccurs="0"/>
      <xs:element name="fname" type="xs:string" minOccurs="0"/>
      <xs:element name="lname" type="xs:string" minOccurs="0"/>
      <xs:element name="email" type="xs:string" minOccurs="0"/>
      <xs:element name="answers" type="xs:int" minOccurs="0"/>
      <xs:element name="location" type="xs:string" minOccurs="0"/>
      <xs:element name="countdown" type="xs:string" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="expiration" type="xs:dateTime"/>
    <xs:attribute name="id" type="xs:int"/>
    <xs:attribute name="context" type="questionContext"/>
  </xs:complexType>
  <xs:simpleType name="questionContext">
    <xs:restriction base="xs:string">
      <xs:enumeration value="state"/>
      <xs:enumeration value="metro"/>
      <xs:enumeration value="city"/>
      <xs:enumeration value="neighborhood"/>
      <xs:enumeration value="zipcode"/>
      <xs:enumeration value="address"/>
      <xs:enumeration value="listing"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="questions">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 12, 2009 Time: 1:51:52 PM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="question" type="question" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get questions]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="start_index" use="required" type="xs:int"/>
    <xs:attribute name="max_results" use="required" type="xs:int"/>
    <xs:attribute name="total_results" use="required" type="xs:long"/>
  </xs:complexType>
  <xs:simpleType name="tag">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Dec 11, 2009 Time: 6:24:03 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string"/>
  </xs:simpleType>
  <xs:complexType name="tags">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Dec 11, 2009 Time: 6:23:37 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="tag" type="tag" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get tag list]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="auction">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 21, 2009 Time: 5:18:27 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="title" type="xs:string" minOccurs="0"/>
      <xs:element name="current_bid" type="xs:string" minOccurs="0"/>
      <xs:element name="total_bids" type="xs:int" minOccurs="0"/>
      <xs:element name="winning_bidder" type="xs:string" minOccurs="0"/>
      <xs:element name="remaining_time" type="xs:string" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="auctions">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Feb 3, 2010 Time: 7:22:30 PM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="auction" type="auction" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get bids]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="bid">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 21, 2009 Time: 5:18:27 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="agent" type="agent" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get agent]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="amount" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get bid amount]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="id" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <![CDATA[Get ID]]>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
  <xs:complexType name="bids">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Feb 3, 2010 Time: 7:22:30 PM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="bid" type="bid" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get bids]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="deleteBid">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 21, 2009 Time: 5:18:27 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="links" type="links" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get bid]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="status" type="status" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get status]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="listAuctions">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 21, 2009 Time: 5:18:27 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="status" type="status" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get status]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="auctions" type="auctions" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get auctions]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="listBids">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 21, 2009 Time: 5:18:27 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="bids" type="bids" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get bids]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="status" type="status" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get status]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="openAuction">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 21, 2009 Time: 5:18:27 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="links" type="links" minOccurs="0"/>
      <xs:element name="status" type="status" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="postAuction">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 21, 2009 Time: 5:18:27 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="id" type="xs:string" minOccurs="0"/>
      <xs:element name="links" type="links" minOccurs="0"/>
      <xs:element name="status" type="status" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="selectBid">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 21, 2009 Time: 5:18:27 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="links" type="links" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get bid]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="status" type="status" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get status]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="viewAuction">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 21, 2009 Time: 5:18:27 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="auction" type="auction" minOccurs="0"/>
      <xs:element name="status" type="status" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="viewBid">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 21, 2009 Time: 5:18:27 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="bid" type="bid" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get bid]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="status" type="status" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get status]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="viewInquiry">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 21, 2009 Time: 5:18:27 AM
<p/>
THIS SOFTWARE IS COPYRIGHTED. THE SOFTWARE MAY NOT BE COPIED REPRODUCED, TRANSLATED, OR REDUCED TO ANY ELECTRONIC MEDIUM OR MACHINE READABLE FORM WITHOUT THE PRIOR WRITTEN CONSENT OF SOCO
TECHNOLOGIES.]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="user" type="xs:string" minOccurs="0"/>
      <xs:element name="text" type="xs:string" minOccurs="0"/>
      <xs:element name="status" type="status" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="content">
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="type" type="xs:string"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="image">
    <xs:attribute name="height" use="required" type="xs:int"/>
    <xs:attribute name="width" use="required" type="xs:int"/>
    <xs:attribute name="url" type="xs:string"/>
  </xs:complexType>
  <xs:complexType name="link">
    <xs:attribute name="title" type="xs:string"/>
    <xs:attribute name="text" type="xs:string"/>
    <xs:attribute name="rel" type="xs:string"/>
    <xs:attribute name="type" type="xs:string"/>
    <xs:attribute name="href" type="xs:string"/>
  </xs:complexType>
  <xs:complexType name="links">
    <xs:sequence>
      <xs:element name="link" type="link" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="messages">
    <xs:sequence>
      <xs:element name="message" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="status">
    <xs:sequence>
      <xs:element name="messages" type="messages" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="code" use="required" type="xs:int"/>
  </xs:complexType>
</xs:schema>
