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

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

<query-response>

  <standard-reports>
    <gazetteer-standard-report>
      <identifier>1001652</identifier>
      <codes>
        <code scheme="FIPS 55-3">40000</code>
      </codes>
      <place-status>current</place-status>
      <display-name>Las Vegas, Nevada</display-name>
      <names>
        <name primary="true">Las Vegas</name>
        <name status="former">Sin City</name>
      </names>
      <bounding-box>
        <gml:coord>
          <gml:X>-115.25</gml:X>
          <gml:Y>36.15</gml:Y>
        </gml:coord>
        <gml:coord>
          <gml:X>-115.12</gml:X>
          <gml:Y>36.25</gml:Y>
        </gml:coord>
      </bounding-box>
      <footprints>
        <footprint-reference xlink:href="http://..."
          geometry-type="Polygon" num-points="4632"
          primary="true"/>
      </footprints>
      <classes>
        <class thesaurus="ADL Feature Type Thesaurus"
          primary="true">populated places</class>
      </classes>
    </gazetteer-standard-report>
  </standard-reports>

</query-response>

</gazetteer-service>
