<?xml version='1.0' encoding="UTF-8" standalone="no"?>
<!-- The DTD (Document Type Definition) given here must correspond to the version number declared in
the WMT_MS_Capabilities element below. -->
<!DOCTYPE WMT_MS_Capabilities SYSTEM "http://www.digitalearth.gov/wmt/xml/capabilities_1_1_1.dtd" [
  <!-- Vendor-specific elements are defined here if needed. -->
  <!-- If not needed, just leave this EMPTY declaration.  Do not
  delete the declaration entirely. -->
  <!ELEMENT VendorSpecificCapabilities EMPTY>
]>  <!-- end of DOCTYPE declaration -->

<!-- Note: this XML is just an EXAMPLE that attempts to show all
required and optional elements for illustration.  Consult the Web Map
Service 1.1.0 specification and the DTD for guidance on what to actually
include and what to leave out. -->

<!-- The version number listed in the WMT_MS_Capabilities element here must
correspond to the DTD declared above.  See the WMT specification document for
how to respond when a client requests a version number not implemented by the
server. -->
<WMT_MS_Capabilities version="1.1.1" updateSequence="0">
  <!-- Service Metadata -->
  <Service>
    <!-- The WMT-defined name for this type of service -->
    <Name>OGC:WMS</Name>
    <!-- Human-readable title for pick lists -->
    <Title>Acme Corp. Map Server</Title>
    <!-- Narrative description providing additional information -->
    <Abstract>WMT Map Server maintained by Acme Corporation. Contact: webmaster@wmt.acme.com.
      High-quality maps showing roadrunner nests and possible ambush locations.</Abstract>
    <KeywordList>
      <Keyword>bird</Keyword>
      <Keyword>roadrunner</Keyword>
      <Keyword>ambush</Keyword>
    </KeywordList>
    <!-- Top-level web address of service or service provider.  See also OnlineResource
  elements under <DCPType>. -->
    <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
      xlink:href="http://hostname/" />
    <!-- Contact information -->
    <ContactInformation>
      <ContactPersonPrimary>
        <ContactPerson>Jeff deLaBeaujardiere</ContactPerson>
        <ContactOrganization>NASA</ContactOrganization>
      </ContactPersonPrimary>
      <ContactPosition>Computer Scientist</ContactPosition>
      <ContactAddress>
        <AddressType>postal</AddressType>
        <Address>NASA Goddard Space Flight Center, Code 933</Address>
        <City>Greenbelt</City>
        <StateOrProvince>MD</StateOrProvince>
        <PostCode>20771</PostCode>
        <Country>USA</Country>
      </ContactAddress>
      <ContactVoiceTelephone>+1 301 286-1569</ContactVoiceTelephone>
      <ContactFacsimileTelephone>+1 301 286-1777</ContactFacsimileTelephone>
      <ContactElectronicMailAddress>delabeau@iniki.gsfc.nasa.gov</ContactElectronicMailAddress>
    </ContactInformation>
    <!-- Fees or access constraints imposed. -->
    <Fees>none</Fees>
    <AccessConstraints>none</AccessConstraints>
  </Service>
  <Capability>
    <Request>
      <GetCapabilities>
        <Format>application/vnd.ogc.wms_xml</Format>
        <DCPType>
          <HTTP>
            <Get>
              <!-- The URL here for invoking GetCapabilities using HTTP GET
            is only a prefix to which a query string is appended. -->
              <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
                xlink:type="simple"
                xlink:href="http://hostname:port/path" />
            </Get>
            <Post>
              <!-- The URL here for invoking GetCapabilities using HTTP POST
            includes the complete address to which a query would be sent in
            XML format.  This is here for future expansion; no POST encoding
	    has yet been defined. -->
              <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
                xlink:type="simple"
                xlink:href="http://hostname:port/path" />
            </Post>
          </HTTP>
        </DCPType>
      </GetCapabilities>
      <GetMap>
        <Format>image/gif</Format>
        <Format>image/png</Format>
        <Format>image/jpeg</Format>
        <DCPType>
          <HTTP>
            <Get>
              <!-- The URL here for invoking GetCapabilities using HTTP GET
            is only a prefix to which a query string is appended. -->
              <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
                xlink:type="simple"
                xlink:href="http://hostname:port/path" />
            </Get>
          </HTTP>
        </DCPType>
      </GetMap>
      <GetFeatureInfo>
        <Format>application/vnd.ogc.gml</Format>
        <Format>text/plain</Format>
        <Format>text/html</Format>
        <DCPType>
          <HTTP>
            <Get>
              <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
                xlink:type="simple"
                xlink:href="http://hostname:port/path" />
            </Get>
          </HTTP>
        </DCPType>
      </GetFeatureInfo>
    </Request>
    <Exception>
      <Format>application/vnd.ogc.se_xml</Format>
      <Format>application/vnd.ogc.se_inimage</Format>
      <Format>application/vnd.ogc.se_blank</Format>
    </Exception>
    <!-- Any text or markup is allowed here, as required to describe
       vendor-specific capabilities.  Please define elements and attributes
       in the DOCTYPE declaration at the start of the document. -->
    <!-- This example is empty because no VSPs were defined in preamble -->
    <VendorSpecificCapabilities />
    <!-- Place-holder for Styled Layer Descriptor (SLD)-enabled WMSes.
       This element is absent for a basic WMS. -->
    <Layer>
      <Title>Acme Corp. Map Server</Title>
      <SRS>EPSG:4326</SRS> <!-- all layers are available in at least this SRS -->
      <AuthorityURL name="DIF_ID">
        <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
          xlink:href="http://gcmd.gsfc.nasa.gov/difguide/whatisadif.html" />
      </AuthorityURL>
      <Layer>
        <!-- This parent layer has a Name and can therefore be requested from a Map Server, yielding
        a map of all subsidiary layers. -->
        <Name>ROADS_RIVERS</Name>
        <Title>Roads and Rivers</Title>
        <!-- See the spec to learn how some characteristics are inherited by
           subsidiary layers. -->
        <SRS>EPSG:26986</SRS> <!-- An additional SRS for this layer -->
        <LatLonBoundingBox minx="-71.63" miny="41.75" maxx="-70.78" maxy="42.90" />
        <!-- The optional resx and resy attributes below indicate the X and Y spatial
           resolution in the units of that SRS. -->
        <!-- The EPSG:4326 BoundingBox duplicates some of the info in LatLonBoundingBox
           and is therefore optional, but using it here allows the additional
           resolution attributes. -->
        <BoundingBox SRS="EPSG:4326"
          minx="-71.63" miny="41.75" maxx="-70.78" maxy="42.90" resx="0.01" resy="0.01" />
        <BoundingBox SRS="EPSG:26986"
          minx="189000" miny="834000" maxx="285000" maxy="962000" resx="1" resy="1" />
        <!-- Optional Title, URL and logo image of data provider. -->
        <Attribution>
          <Title>State College University</Title>
          <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
            xlink:href="http://www.university.edu/" />
          <LogoURL width="100" height="100">
            <Format>image/gif</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
              xlink:type="simple"
              xlink:href="http://www.university.edu/icons/logo.gif" />
          </LogoURL>
        </Attribution>
        <!-- Identifier whose meaning is defined in an AuthorityURL element -->
        <Identifier authority="DIF_ID">123456</Identifier>
        <FeatureListURL>
          <Format>application/vnd.ogc.se_xml"</Format>
          <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
            xlink:href="http://www.university.edu/data/roads_rivers.gml" />
        </FeatureListURL>
        <Style>
          <Name>USGS</Name>
          <Title>USGS Topo Map Style</Title>
          <Abstract>Features are shown in a style like that used in USGS topographic maps.</Abstract>
          <!-- A picture of a legend for a Layer in this Style -->
          <LegendURL width="72" height="72">
            <Format>image/gif</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
              xlink:type="simple"
              xlink:href="http://www.university.edu/legends/usgs.gif" />
          </LegendURL>
          <!-- An XSL stylesheet describing how GML feature data will rendered to create
             a map of this layer. -->
          <StyleSheetURL>
            <Format>text/xsl</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
              xlink:type="simple"
              xlink:href="http://www.university.edu/stylesheets/usgs.xsl" />
          </StyleSheetURL>
        </Style>
        <ScaleHint min="4000" max="35000"></ScaleHint>
        <Layer queryable="1">
          <Name>ROADS_1M</Name>
          <Title>Roads at 1:1M scale</Title>
          <Abstract>Roads at a scale of 1 to 1 million.</Abstract>
          <KeywordList>
            <Keyword>road</Keyword>
            <Keyword>transportation</Keyword>
            <Keyword>atlas</Keyword>
          </KeywordList>
          <Identifier authority="DIF_ID">123456</Identifier>
          <!-- Metadata specific to this particular layer.  The same FGDC metadata is offered in two
          formats. -->
          <MetadataURL type="FGDC">
            <Format>text/plain</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
              xlink:type="simple"
              xlink:href="http://www.university.edu/metadata/roads.txt" />
          </MetadataURL>
          <MetadataURL type="FGDC">
            <Format>text/xml</Format>
            <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
              xlink:type="simple"
              xlink:href="http://www.university.edu/metadata/roads.xml" />
          </MetadataURL>
          <!-- In addition to the Style specified in the parent Layer, this Layer is available in
          this style. -->
          <Style>
            <Name>ATLAS</Name>
            <Title>Road atlas style</Title>
            <Abstract>Roads are shown in a style like that used in a commercial road atlas.</Abstract>
            <LegendURL width="72" height="72">
              <Format>image/gif</Format>
              <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
                xlink:type="simple"
                xlink:href="http://www.university.edu/legends/atlas.gif" />
            </LegendURL>
          </Style>
        </Layer>
        <Layer queryable="1">
          <Name>RIVERS_1M</Name>
          <Title>Rivers at 1:1M scale</Title>
          <Abstract>Rivers at a scale of 1 to 1 million.</Abstract>
          <KeywordList>
            <Keyword>river</Keyword>
            <Keyword>canal</Keyword>
            <Keyword>waterway</Keyword>
          </KeywordList>
        </Layer>
      </Layer>
      <Layer queryable="1">
        <Title>Weather Forecast Data</Title>
        <SRS>EPSG:4326</SRS> <!-- harmless repetition of common SRS -->
        <LatLonBoundingBox minx="-180" miny="-90" maxx="180" maxy="90" />
        <!-- These weather data are available daily from 1999-01-01 through
           2000-08-22. -->
        <Dimension name="time" units="ISO8601" />
        <Extent name="time" default="2000-08-22">1999-01-01/2000-08-22/P1D</Extent>
        <Layer>
          <Name>Clouds</Name>
          <Title>Forecast cloud cover</Title>
        </Layer>
        <Layer>
          <Name>Temperature</Name>
          <Title>Forecast temperature</Title>
        </Layer>
        <Layer>
          <Name>Pressure</Name>
          <Title>Forecast barometric pressure</Title>
          <!-- Pressure is available at several elevations.
         EPSG:5030 is WGS 84 ellipsoid, units in metres.
         Pressure is also available at several times.
         NOTE: first list all Dimension elements, then all Extent elements. -->
          <Dimension name="time" units="ISO8601" />
          <Dimension name="elevation" units="EPSG:5030" />
          <Extent name="time" default="2000-08-22">1999-01-01/2000-08-22/P1D</Extent>
          <Extent name="elevation" default="0" nearestValue="1">0,1000,3000,5000,10000</Extent>
        </Layer>
      </Layer>
      <!-- Example of a layer which is a static map of fixed
         size which the server cannot subset or make transparent -->
      <Layer opaque="1" noSubsets="1" fixedWidth="512" fixedHeight="256">
        <Name>ozone_image</Name>
        <Title>Global ozone distribution (1992)</Title>
        <LatLonBoundingBox minx="-180" miny="-90" maxx="180" maxy="90" />
        <Extent name="time" default="1992">1992</Extent>
      </Layer>
      <!-- Example of a layer which originated from another WMS and has been
         "cascaded" by this WMS. -->
      <Layer cascaded="1">
        <Name>population</Name>
        <Title>World population, annual</Title>
        <LatLonBoundingBox minx="-180" miny="-90" maxx="180" maxy="90" />
        <Extent name="time" default="2000">1990/2000/P1Y</Extent>
      </Layer>
    </Layer>
  </Capability>
</WMT_MS_Capabilities>
