<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
  <meta>
    <author>Zach Graves (zachg@yahoo-inc.com)</author>
    <documentationURL>http://vimeo.com/api/docs/simple-api</documentationURL>
    <sampleQuery>select * from {table} where album_id='21'</sampleQuery>
  </meta>
  <bindings>
    <select itemPath="" produces="XML">
      <urls>
        <url>http://vimeo.com/api/v2/album/{album_id}/videos.xml</url>
      </urls>
      <inputs>
        <key id="album_id" type="xs:string" paramType="path" required="true" />
      </inputs>
    </select> 
  </bindings>
</table>