<ows-context:OWSContext xmlns:ows-context="http://www.opengis.net/ows-context"
                        xmlns:ows="http://www.opengis.net/ows"
                        version="0.3.1" id="ows-context-ex-1-v3">
  <ows-context:General>
    <ows:BoundingBox crs="EPSG:3857">
      <ows:LowerCorner>-8604130.477526832 -320097.07393612247</ows:LowerCorner>
      <ows:UpperCorner>8948257.201654762 8720263.135408245</ows:UpperCorner>
    </ows:BoundingBox>
  </ows-context:General>
  <ows-context:ResourceList>
    <ows-context:Layer name="{type=osm}"
                       group="Background layers"
                       hidden="false"
                       opacity="1">
      <ows:Title>OpenStreetMap
      </ows:Title>
    </ows-context:Layer>
    <!--Uncomment the code bellow to add support to MS bing maps; don't forget to add a valid bingKey on the
    settings!-->
    <!--
    <ows-context:Layer name="{type=bing_aerial}"
                       group="Background layers"
                       hidden="false"
                       opacity="1">
      <ows:Title>Bing Aerial</ows:Title>
    </ows-context:Layer> -->

    <!--
    Example for TMS:
    Also contains sample attributions

    <ows-context:Layer name="type=tms,name=capabaseargenmap"
                       group="Background layers"
                       hidden="false"
                       opacity="1">
      <ows:Title>IGN</ows:Title>
      <ows-context:Server service="urn:ogc:serviceType:WMTS">
        <ows-context:OnlineResource xlink:href="http://wms.ign.gob.ar/geoserver/gwc/service/tms/1.0.0/capabaseargenmap@EPSG:3857@png/{z}/{x}/{-y}.png" xmlns:xlink="http://www.w3.org/1999/xlink"/>
      </ows-context:Server>
      <ows-context:VendorExtension>
        <ows-context:Attribution>
          <ows-context:Title><![CDATA[<a href="https://www.example.com">Example</a> Attribution]]></ows-context:Title>
        </ows-context:Attribution>
        <ows-context:Attribution>
          <ows-context:Title>Example2 Attribution</ows-context:Title>
          <ows-context:OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.example.com"/>
        </ows-context:Attribution>
      </ows-context:VendorExtension>
    </ows-context:Layer>


    Example for WMTS:

    <ows-context:Layer queryable="false"
                       name="{type=wmts,name=web_mercator_etopo1_hillshade}"
                       hidden="true" opacity="1" group="Background layers">
      <ows:Title xmlns:ows="http://www.opengis.net/ows">Etopo1</ows:Title>
      <ows-context:Server service="urn:ogc:serviceType:WMS">
        <ows-context:OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
                                    xlink:href="http://maps.ngdc.noaa.gov/arcgis/rest/services/web_mercator/etopo1_hillshade/MapServer/WMTS/1.0.0/WMTSCapabilities.xml"/>
      </ows-context:Server>
      <ows-context:StyleList/>
    </ows-context:Layer>

    Example for WMS:
     <ows-context:Layer queryable="false" name="TEMP"
                        hidden="true" opacity="1"
                        group="Background layers">
            <ows:Title xmlns:ows="http://www.opengis.net/ows">Coriolis ncWMS</ows:Title>
            <ows-context:Server service="urn:ogc:serviceType:WMS">
                <ows-context:OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://tds0.ifremer.fr/thredds/wms/CORIOLIS-GLOBAL-CORA04.0-OBS_FULL_TIME_SERIE?"/>
            </ows-context:Server>
            <ows-context:StyleList/>
        </ows-context:Layer>
    -->
  </ows-context:ResourceList>
</ows-context:OWSContext>
