<?xml version="1.0"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
  <meta>
    <author>Jim O'Donnell</author>
    <documentationURL>http://www.nmm.ac.uk/collections/archive/catalogue/</documentationURL>
  </meta>
  <bindings>
    <select produces="XML" itemPath="rss.channel.item">
      <urls>

        <url>http://www.nmm.ac.uk/collections/archive/catalogue/feeds/RSS.cfm?searchterm={searchterm}&amp;section={section}&amp;level={level}&amp;startrow=1</url>
      </urls>
      <inputs>
        <key id="searchterm" type="xs:string" paramType="path" required="true"/>
		<key id="section" type="xs:string" paramType="path" required="false" default=""/>
		<key id="level" type="xs:string" paramType="path" required="false" default=""/>
      </inputs>
    </select>
  </bindings>
</table>
