1 <?xml version="1.0" encoding="UTF-8"?>
 
   2 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
 
   3                        xmlns:moz="http://www.mozilla.org/2006/browser/search/">
 
   4         <ShortName>Nominatim</ShortName>
 
   5         <LongName>Nominatim OSM Search</LongName>
 
   6         <Description>Search for a place in OpenStreetMap Nominatim</Description>
 
   7         <InputEncoding>UTF-8</InputEncoding>
 
   8         <OutputEncoding>UTF-8</OutputEncoding>
 
   9         <Url type="text/html" method="get" template="http://nominatim.openstreetmap.org/search/?q={searchTerms}" />
 
  10         <Query role="example" searchTerms="Reigate" />
 
  11         <Developer>Sarah Hoffmann</Developer>
 
  12         <AdultContent>false</AdultContent>
 
  13         <Attribution>Data &copy; OpenStreetMap contributors. ODbL, http://www.osm.org/copyright.</Attribution>
 
  14 </OpenSearchDescription>