<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="profiles" type="profiles"/>
  <xs:element name="sale" type="sale"/>
  <xs:element name="sales" type="sales"/>
  <xs:element name="answer" type="answer"/>
  <xs:element name="answerCount" type="answerCount"/>
  <xs:element name="answerCounts" type="answerCounts"/>
  <xs:element name="answers" type="answers"/>
  <xs:element name="response" type="countAnswers"/>
  <xs:element name="response" type="findLocations"/>
  <xs:element name="response" type="findQuestions"/>
  <xs:element name="response" type="getAnswers"/>
  <xs:element name="response" type="getQuestion"/>
  <xs:element name="response" type="getQuestions"/>
  <xs:element name="locations" type="locations"/>
  <xs:element name="response" type="monitorQuestions"/>
  <xs:element name="response" type="postQuestion"/>
  <xs:element name="question" type="question"/>
  <xs:element name="questionApproval" type="questionApproval"/>
  <xs:element name="questionApprovals" type="questionApprovals"/>
  <xs:element name="questions" type="questions"/>
  <xs:element name="tag" type="tag"/>
  <xs:element name="tags" type="tags"/>
  <xs:element name="content" type="content"/>
  <xs:element name="image" type="image"/>
  <xs:element name="images" type="images"/>
  <xs:element name="link" type="link"/>
  <xs:element name="links" type="links"/>
  <xs:element name="messages" type="messages"/>
  <xs:element name="slug" type="slug"/>
  <xs:element name="slugs" type="slugs"/>
  <xs:element name="status" type="status"/>
  <xs:element name="timestamp" type="timestamp"/>
  <xs:element name="response" type="editUser"/>
  <xs:element name="response" type="getUser"/>
  <xs:element name="reviews" type="reviews"/>
  <xs:complexType name="pagedList">
    <xs:attribute name="start_index" type="xs:int"/>
    <xs:attribute name="max_results" type="xs:int"/>
    <xs:attribute name="last_index" type="xs:int"/>
    <xs:attribute name="total_results" type="xs:int"/>
    <xs:attribute name="first_index" type="xs:int"/>
  </xs:complexType>
  <xs:complexType name="agent">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Mar 4, 2008 Time: 6:15:00 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="sales" type="sales" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get sales]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="charts" type="images" minOccurs="0"/>
      <xs:element name="profile" type="profile" minOccurs="0"/>
      <xs:element name="reviews" type="reviews" minOccurs="0"/>
      <xs:element name="forecasts" type="forecasts" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:string"/>
  </xs:complexType>
  <xs:complexType name="forecast">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Mar 4, 2008 Time: 6:15:00 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="link" type="link" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get link]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="date" type="xs:dateTime" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get the future date which is the target of this forecast]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="slugs" type="slugs" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get slugs]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="body" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get body]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="title" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get title]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="market" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get the market's name]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="metric" type="xs:string" minOccurs="0"/>
      <xs:element name="spot" type="xs:decimal" minOccurs="0"/>
      <xs:element name="future" type="xs:decimal" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:int"/>
    <xs:attribute name="key" type="xs:string"/>
  </xs:complexType>
  <xs:complexType name="forecasts">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[A root element for a collection of forecasts. The underlying data source can be either the forecasts of an individual agent or the aggregate forecasts of multiple agents.
<p/>
User: marc Date: Mar 4, 2008 Time: 6:15:00 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:complexContent>
      <xs:extension base="pagedList">
        <xs:sequence>
          <xs:element name="title" type="xs:string" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <![CDATA[Get title]]>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="forecast" type="forecast" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>
                <![CDATA[Get list of forecasts]]>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="profile">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Mar 4, 2008 Time: 6:15:00 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="link" type="link" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get link]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="photo" type="image" minOccurs="0"/>
      <xs:element name="slugs" type="slugs" minOccurs="0"/>
      <xs:element name="title" type="xs:string" minOccurs="0"/>
      <xs:element name="full_name" type="xs:string" minOccurs="0"/>
      <xs:element name="description" type="xs:string" minOccurs="0"/>
      <xs:element name="rank" type="xs:int" minOccurs="0"/>
      <xs:element name="sales" type="xs:int" minOccurs="0"/>
      <xs:element name="reviews" type="xs:int" minOccurs="0"/>
      <xs:element name="forecasts" type="xs:int" minOccurs="0"/>
      <xs:element name="experience" type="xs:decimal" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:int"/>
    <xs:attribute name="username" type="xs:string"/>
    <xs:attribute name="activated" use="required" type="xs:boolean"/>
  </xs:complexType>
  <xs:complexType name="profiles">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Mar 4, 2008 Time: 6:15:00 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:complexContent>
      <xs:extension base="pagedList">
        <xs:sequence>
          <xs:element name="profile" type="profile" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>
                <![CDATA[Get profiles]]>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
        <xs:attribute name="location" type="xs:string">
          <xs:annotation>
            <xs:documentation>
              <![CDATA[Get the location]]>
            </xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="context" type="locationContext"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="sale">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Mar 4, 2008 Time: 6:15:00 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="link" type="link" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get link]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="list_date" type="xs:dateTime" minOccurs="0"/>
      <xs:element name="sold_date" type="xs:dateTime" minOccurs="0"/>
      <xs:element name="slugs" type="slugs" minOccurs="0"/>
      <xs:element name="zip" type="xs:string" minOccurs="0"/>
      <xs:element name="city" type="xs:string" minOccurs="0"/>
      <xs:element name="state" type="xs:string" minOccurs="0"/>
      <xs:element name="title" type="xs:string" minOccurs="0"/>
      <xs:element name="address" type="xs:string" minOccurs="0"/>
      <xs:element name="precision" type="xs:string" minOccurs="0"/>
      <xs:element name="property_type" type="xs:string" minOccurs="0"/>
      <xs:element name="transaction_side" type="xs:string" minOccurs="0"/>
      <xs:element name="market_days" type="xs:int" minOccurs="0"/>
      <xs:element name="list_price_final" type="xs:decimal" minOccurs="0"/>
      <xs:element name="sale_price_final" type="xs:decimal" minOccurs="0"/>
      <xs:element name="list_price_original" type="xs:decimal" minOccurs="0"/>
      <xs:element name="price_per_size_unit" type="xs:decimal" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:int"/>
    <xs:attribute name="longitude" type="xs:decimal"/>
    <xs:attribute name="latitude" type="xs:decimal"/>
    <xs:attribute name="key" type="xs:string"/>
  </xs:complexType>
  <xs:complexType name="sales">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Mar 4, 2008 Time: 6:15:00 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:complexContent>
      <xs:extension base="pagedList">
        <xs:sequence>
          <xs:element name="sale" type="sale" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>
                <![CDATA[Get sales list]]>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
        <xs:attribute name="longitude" type="xs:decimal">
          <xs:annotation>
            <xs:documentation>
              <![CDATA[Get center longitude]]>
            </xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="latitude" type="xs:decimal">
          <xs:annotation>
            <xs:documentation>
              <![CDATA[Get center latitude]]>
            </xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </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="badge" type="badge" minOccurs="0"/>
      <xs:element name="text" type="xs:string" minOccurs="0"/>
      <xs:element name="author" type="xs:string" minOccurs="0"/>
      <xs:element name="tool" type="tool" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="content" type="content" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:int"/>
    <xs:attribute name="timestamp" type="xs:dateTime"/>
    <xs:attribute name="question" type="xs:int"/>
    <xs:attribute name="rating" type="xs:int"/>
  </xs:complexType>
  <xs:complexType name="answerCount">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[Created by IntelliJ IDEA. User: marc Date: Sep 1, 2010 Time: 2:12:16 PM]]>
      </xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="xs:int">
        <xs:attribute name="question" type="xs:int"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="answerCounts">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[Created by IntelliJ IDEA. User: marc Date: Sep 1, 2010 Time: 2:27:19 PM]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="count" type="answerCount" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="total" type="xs:int"/>
  </xs:complexType>
  <xs:simpleType name="answerOrder">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Aug 26, 2009 Time: 5:50:23 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:enumeration value="revenue"/>
      <xs:enumeration value="ranking"/>
      <xs:enumeration value="rating"/>
      <xs:enumeration value="recent"/>
      <xs:enumeration value="oldest"/>
    </xs:restriction>
  </xs:simpleType>
  <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:attribute name="order" type="answerOrder">
      <xs:annotation>
        <xs:documentation>
          <![CDATA[Get order]]>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="count" type="xs:int">
      <xs:annotation>
        <xs:documentation>
          <![CDATA[Get answer count]]>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
  <xs:complexType name="badge">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Mar 18, 2010 Time: 8:18:29 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="link" type="link" minOccurs="0"/>
      <xs:element name="image" type="image" minOccurs="0"/>
      <xs:element name="display_url" type="xs:string" minOccurs="0"/>
      <xs:element name="description_1" type="xs:string" minOccurs="0"/>
      <xs:element name="description_2" type="xs:string" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="advertiser" use="required" type="xs:boolean"/>
    <xs:attribute name="publisher" use="required" type="xs:boolean"/>
  </xs:complexType>
  <xs:complexType name="countAnswers">
    <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 links]]>
          </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:element name="counts" type="answerCounts" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get answer counts]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="findLocations">
    <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="locations" type="locations" minOccurs="0"/>
    </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:annotation>
          <xs:documentation>
            <![CDATA[Get links]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <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:annotation>
          <xs:documentation>
            <![CDATA[Get links]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <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:annotation>
          <xs:documentation>
            <![CDATA[Get status]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="question" type="question" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="getQuestions">
    <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 links]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="status" type="status" minOccurs="0"/>
      <xs:element name="question" type="question" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="locations">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Mar 17, 2010 Time: 6:48:55 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="location" type="xs:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get list of locations]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="total_results" use="required" type="xs:long"/>
  </xs:complexType>
  <xs:complexType name="monitorQuestions">
    <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 links]]>
          </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:element name="counts" type="answerCounts" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get answer counts]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="approvals" type="questionApprovals" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get question statuses]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </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:annotation>
          <xs:documentation>
            <![CDATA[Get links]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="status" type="status" minOccurs="0"/>
      <xs:element name="key" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get secret key]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="id" type="xs:int" 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="slugs" type="slugs" 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="location" type="xs:string" minOccurs="0"/>
      <xs:element name="countdown" type="xs:string" minOccurs="0"/>
      <xs:element name="answers" type="xs:int" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="creation" type="xs:dateTime"/>
    <xs:attribute name="status" type="approvalStatus"/>
    <xs:attribute name="expiration" type="xs:dateTime"/>
    <xs:attribute name="id" type="xs:int"/>
    <xs:attribute name="context" type="locationContext"/>
    <xs:attribute name="longitude" type="xs:decimal"/>
    <xs:attribute name="latitude" type="xs:decimal"/>
    <xs:attribute name="key" type="xs:string"/>
  </xs:complexType>
  <xs:complexType name="questionApproval">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[Created by IntelliJ IDEA. User: marc Date: Sep 1, 2010 Time: 2:12:16 PM]]>
      </xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="approvalStatus">
        <xs:attribute name="question" type="xs:int"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="questionApprovals">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[Created by IntelliJ IDEA. User: marc Date: Sep 1, 2010 Time: 2:27:19 PM]]>
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="approval" type="questionApproval" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get status]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <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:complexContent>
      <xs:extension base="pagedList">
        <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="location" type="xs:string">
          <xs:annotation>
            <xs:documentation>
              <![CDATA[Get the location]]>
            </xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="context" type="locationContext"/>
        <xs:attribute name="longitude" type="xs:decimal">
          <xs:annotation>
            <xs:documentation>
              <![CDATA[Get center longitude]]>
            </xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="latitude" type="xs:decimal">
          <xs:annotation>
            <xs:documentation>
              <![CDATA[Get center latitude]]>
            </xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </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="content">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 12, 2009 Time: 8:28:24 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:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="type" type="xs:string"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="image">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Mar 4, 2008 Time: 6:15:00 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:attribute name="height" type="xs:int"/>
    <xs:attribute name="alt" type="xs:string"/>
    <xs:attribute name="width" type="xs:int"/>
    <xs:attribute name="url" type="xs:string"/>
  </xs:complexType>
  <xs:complexType name="images">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 13, 2009 Time: 5:44:51 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="image" type="image" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[List of links]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="link">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Mar 24, 2008 Time: 6:44:23 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:attribute name="id" type="xs:string"/>
    <xs:attribute name="title" type="xs:string"/>
    <xs:attribute name="text" type="xs:string"/>
    <xs:attribute name="mouseover" 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:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 13, 2009 Time: 5:44:51 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="link" type="link" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[List of links]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="messages">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Jul 17, 2009 Time: 3:05:10 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="message" type="xs:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get messages]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="slug">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[Created by IntelliJ IDEA. User: marc Date: Nov 17, 2010 Time: 3:29:07 PM]]>
      </xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="type" type="slugType"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:simpleType name="slugType">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[Created by IntelliJ IDEA. User: marc Date: Nov 17, 2010 Time: 3:45:20 PM]]>
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
      <xs:enumeration value="hyphen"/>
      <xs:enumeration value="underscore"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="slugs">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 13, 2009 Time: 5:44:51 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="slug" type="slug" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[List of slugs]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="status">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: May 13, 2009 Time: 5:37:18 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="messages" type="messages" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="code" use="required" type="xs:int"/>
  </xs:complexType>
  <xs:complexType name="timestamp">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[Created by IntelliJ IDEA. User: marc Date: Aug 25, 2010 Time: 9:46:16 AM]]>
      </xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="time" use="required" type="xs:long"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
  <xs:complexType name="tool">
    <xs:annotation>
      <xs:documentation>
        <![CDATA[User: marc Date: Mar 18, 2010 Time: 9:04:24 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="link" type="link" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <![CDATA[Get link]]>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="image" type="image" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:string"/>
  </xs:complexType>
  <xs:simpleType name="locationContext">
    <xs:restriction base="xs:string">
      <xs:enumeration value="city"/>
      <xs:enumeration value="state"/>
      <xs:enumeration value="metro"/>
      <xs:enumeration value="address"/>
      <xs:enumeration value="listing"/>
      <xs:enumeration value="zipcode"/>
      <xs:enumeration value="neighborhood"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="approvalStatus">
    <xs:restriction base="xs:string">
      <xs:enumeration value="deleted"/>
      <xs:enumeration value="pending"/>
      <xs:enumeration value="approved"/>
      <xs:enumeration value="rejected"/>
      <xs:enumeration value="returned"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:complexType name="editUser">
    <xs:sequence>
      <xs:element name="links" type="links" minOccurs="0"/>
      <xs:element name="status" type="status" minOccurs="0"/>
      <xs:element name="id" type="xs:string" minOccurs="0"/>
      <xs:element name="login" type="xs:string" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="getUser">
    <xs:sequence>
      <xs:element name="status" type="status" minOccurs="0"/>
      <xs:element name="user" type="user" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="review">
    <xs:sequence>
      <xs:element name="date" type="xs:dateTime" minOccurs="0"/>
      <xs:element name="name" type="xs:string" minOccurs="0"/>
      <xs:element name="satisfied" type="xs:string" minOccurs="0"/>
      <xs:element name="comment" 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="title" type="xs:string" minOccurs="0"/>
      <xs:element name="email" type="xs:string" minOccurs="0"/>
      <xs:element name="slugs" type="slugs" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:int"/>
    <xs:attribute name="key" type="xs:string"/>
  </xs:complexType>
  <xs:complexType name="reviews">
    <xs:complexContent>
      <xs:extension base="pagedList">
        <xs:sequence>
          <xs:element name="satisfied" type="xs:decimal" minOccurs="0"/>
          <xs:element name="review" type="review" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element name="recommend" type="xs:decimal" minOccurs="0"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:complexType name="user">
    <xs:sequence>
      <xs:element name="first_name" type="xs:string" minOccurs="0"/>
      <xs:element name="email" type="xs:string" minOccurs="0"/>
      <xs:element name="last_name" type="xs:string" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:schema>

