<?xml version="1.0" encoding="UTF-8"?>

<gazetteer-capabilities
  xmlns="http://www.alexandria.ucsb.edu/gazetteer"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation=
    "http://www.alexandria.ucsb.edu/gazetteer
       http://www.alexandria.ucsb.edu/gazetteer/protocol/gazetteer-capabilities.xsd">

<version>1.2</version>

<name>ADL Gazetteer</name>

<description>This gazetteer...</description>

<ADL-collection-metadata xlink:href="http://..."/>

<extended-report-schema xlink:href="http://..."/>

<code-schemes>
  <scheme name="FIPS 55-3"
    xlink:href="http://www.itl.nist.gov/fipspubs/fip55-3.htm"/>
</code-schemes>

<thesauri>
  <thesaurus name="ADL Feature Type Thesaurus"
    xlink:href="http://www.alexandria.ucsb.edu/..."/>
</thesauri>

<relationships>
  <relationship>adjacent-to</relationship>
  <relationship>capital-of</relationship>
</relationships>

<other-geometry-languages>
  <geometry-language
    namespace="http://www.esri.com/ArcXML"/>
</other-geometry-languages>

<services query="true"/>

<maximum-query-results>100</maximum-query-results>

<query-types identifier="true" name="true" footprint="true"
  class="true"/>

<name-query-operators contains-all-words="true"
  contains-any-words="true" contains-phrase="true"/>

<footprint-query-operators contains="true"/>

<footprint-query-operands box="true" identifier="true"/>

</gazetteer-capabilities>
