<?xml version="1.0" ?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
    <meta>
        <author>Ryuichi Okumura</author>
        <documentationURL>http://developer.yahoo.co.jp/webapi/chiebukuro/chiebukuro/v1/questionsearch.html</documentationURL>
    </meta>
    <bindings>
        <select itemPath="ResultSet.Result" produces="XML">
            <urls>
                <url>http://chiebukuro.yahooapis.jp/Chiebukuro/V1/questionSearch</url>
            </urls>
            <inputs>
                <key id="appid" type="xs:string" paramType="query" required="true" />
                <key id="query" type="xs:string" paramType="query" required="true" />
                <key id="type" type="xs:string" paramType="query" required="false" />
                <key id="categoryid" type="xs:string" paramType="query" required="false" />
                <key id="condition" type="xs:string" paramType="query" required="false" />
                <key id="sort" type="xs:string" paramType="query" required="false" />
                <key id="posteddevice" 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>
