<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
    <meta>
        <sampleQuery>select * from {table} where keyword = "apple"</sampleQuery>
    </meta>
    <bindings>
        <select itemPath="BrandsResponse.Brands.Brand" produces="XML">
            <urls>
                <url>http://catalog.bizrate.com/services/catalog/v1/us/brands</url>
            </urls>
            <inputs>
                <key id='apiKey' type='xs:string' paramType='query' required="true" />
                <key id='publisherId' type='xs:string' paramType='query' required="true" />

                <key id='placementId' type='xs:string' paramType='query' required="false" />
                <key id='keyword' type='xs:string' paramType='query' required="false" />
                <key id='categoryId' type='xs:string' paramType='query' required="false" />
                <key id='start' type='xs:string' paramType='query' required="false" />
                <key id='results' type='xs:string' paramType='query' required="false" />
            </inputs>
        </select> 
    </bindings>
</table>