<?xml version="1.0" encoding="utf-8" standalone="no" ?>

<!DOCTYPE WMT_MS_Capabilities
SYSTEM "http://schemas.opengis.net/wms/1.1.1/WMS_MS_Capabilities.dtd"
[
<!ELEMENT VendorSpecificCapabilities EMPTY>
]>

<WMT_MS_Capabilities version="1.1.1">
   <Service>
      <Name>OGC:WMS</Name>
      <Title>Sample Web Map Server</Title>
		<Abstract>This sample capabilities document contains the CITE dataset for WMS testing</Abstract>
      <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://hostname/path"/>
      <Fees>none</Fees>
      <AccessConstraints>none</AccessConstraints>
   </Service>
   <Capability>
      <Request>
         <GetCapabilities>
            <Format>application/vnd.ogc.wms_xml</Format>
            <DCPType>
               <HTTP>
                  <Get>
                     <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://hostname/path?"/>
                  </Get>
               </HTTP>
            </DCPType>
         </GetCapabilities>
         <GetMap>
            <Format>image/gif</Format>
            <Format>image/png</Format>
            <Format>image/jpeg</Format>
            <DCPType>
               <HTTP>
                  <Get>
                     <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://hostname/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/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>
      <VendorSpecificCapabilities/>
      <Layer>
         <Title>Conformance Test Layers</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-1" miny="-1" maxx="1" maxy="6"/>
         <Layer queryable="1" cascaded="0" fixedWidth="0" fixedHeight="0">
            <Name>cite:BasicPolygons</Name>
            <Title>cite:BasicPolygons</Title>
         </Layer>
         <Layer queryable="0" cascaded="0" fixedWidth="0" fixedHeight="0">
            <Name>cite:Bridges</Name>
            <Title>cite:Bridges</Title>
         </Layer>
         <Layer queryable="1" cascaded="0" fixedWidth="0" fixedHeight="0">
            <Name>cite:Buildings</Name>
            <Title>cite:Buildings</Title>
         </Layer>
         <Layer queryable="0" cascaded="0" fixedWidth="0" fixedHeight="0">
            <Name>cite:DividedRoutes</Name>
            <Title>cite:DividedRoutes</Title>
         </Layer>
         <Layer queryable="1" cascaded="0" fixedWidth="0" fixedHeight="0">
            <Name>cite:Forests</Name>
            <Title>cite:Forests</Title>
         </Layer>
         <Layer queryable="1" cascaded="0" fixedWidth="0" fixedHeight="0">
            <Name>cite:Lakes</Name>
            <Title>cite:Lakes</Title>
         </Layer>
         <Layer queryable="0" cascaded="0" fixedWidth="0" fixedHeight="0">
            <Name>cite:MapNeatline</Name>
            <Title>cite:MapNeatline</Title>
         </Layer>
         <Layer queryable="1" cascaded="0" fixedWidth="0" fixedHeight="0">
            <Name>cite:NamedPlaces</Name>
            <Title>cite:NamedPlaces</Title>
         </Layer>
         <Layer queryable="1" cascaded="0" fixedWidth="0" fixedHeight="0">
            <Name>cite:Ponds</Name>
            <Title>cite:Ponds</Title>
         </Layer>
         <Layer queryable="0" cascaded="0" fixedWidth="0" fixedHeight="0">
            <Name>cite:RoadSegments</Name>
            <Title>cite:RoadSegments</Title>
         </Layer>
         <Layer queryable="0" cascaded="0" fixedWidth="0" fixedHeight="0">
            <Name>cite:Streams</Name>
            <Title>cite:Streams</Title>
         </Layer>
      </Layer>
   </Capability>
</WMT_MS_Capabilities>
