<?xml version="1.0"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
  <meta>
    <author>Brandon QUAZIE kwaselow</author>
    <documentationURL>http://quaziesyahoohack.appspot.com</documentationURL>
    <description>poeid database a woied extension</description>
    <sampleQuery>select * from poe.belongsTo where woeid=2354842</sampleQuery>
  </meta>
  <bindings>
    <!-- get poeid informatoin -->
    <select produces="XML" itemPath="places.place">
      <urls>
        <url>http://quaziesyahoohack.appspot.com/v1/woe/{woeid}/children</url>
      </urls>
      <paging model="offset">
        <start default="0" id="offset"/>
        <pagesize max="20" id=""/>
        <total default="10"/>
      </paging>
      <inputs>
        <key id="woeid" type="xs:string" paramType="path" required="true"/>
      </inputs>
    </select>
  </bindings>
</table>