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

<gazetteer-service
  xmlns="http://www.alexandria.ucsb.edu/gazetteer"
  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-service.xsd"
  version="1.2">

<query-request>
  <gazetteer-query>
    <and>
      <name-query operator="contains-phrase"
        text="las vegas"/>
      <class-query thesaurus="ADL Feature Type Thesaurus"
        term="populated places"/>
    </and>
  </gazetteer-query>
  <report-format>standard</report-format>
</query-request>

</gazetteer-service>
