<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd"> 
  <meta> 
    <author>Mark Reeder</author> 
    <description>YQL table for SoundCloud tracks search API method.</description>
  </meta> 
  <bindings> 
    <select itemPath="" produces="XML"> 
      <urls> 
        <url>http://api.soundcloud.com/tracks?</url> 
      </urls> 
      <inputs> 
        <key id="q" type="xs:string" paramType="query" required="true" /> 
        
      </inputs> 
    </select> 
  </bindings> 
</table>