<!--
Description: rdf textinput description - naked markup 
-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/">
  <channel rdf:about="http://example.org/index.rdf">
    <textinput rdf:resource="http://example.org/search" />
  </channel>
  <textinput rdf:about="http://example.org/search">
    <description><p>TextInput Description</p></description>
  </textinput>
</rdf:RDF>
