<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
    <meta>
        <author>Jonathan LeBlanc</author>
        <description>Google Buzz Updates API</description>
	<documentationURL>http://code.google.com/apis/buzz/documentation/#syndication</documentationURL>
        <sampleQuery>SELECT * FROM {table} WHERE user='nakedtechnologist'</sampleQuery>
    </meta>
    <bindings>
        <select itemPath="" produces="XML" >
            <urls>
                <url env="all">http://buzz.googleapis.com/feeds/{user}/public/posted</url>
            </urls>
            <inputs>
                <key id="user" type="xs:string" paramType="path" required="true" />
            </inputs>
        </select>
    </bindings>
</table>
