1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<WMT_MS_Capabilities version="1.1.1">
3  <Service>
4    <Name>OGC:WMS</Name>
5    <Title>Service title</Title>
6    <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://example.com/ows?" />
7  </Service>
8  <Capability>
9    <Request>
10      <GetCapabilities>
11        <Format>application/vnd.ogc.wms_xml</Format>
12        <DCPType>
13          <HTTP>
14            <Get>
15              <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://example.com/ows?" />
16            </Get>
17          </HTTP>
18        </DCPType>
19      </GetCapabilities>
20      <GetMap>
21        <Format>image/png</Format>
22        <Format>image/jpeg</Format>
23        <DCPType>
24          <HTTP>
25            <Get>
26              <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://example.com/ows?" />
27            </Get>
28          </HTTP>
29        </DCPType>
30      </GetMap>
31      <GetFeatureInfo>
32        <Format>text/plain</Format>
33        <Format>application/vnd.ogc.gml</Format>
34        <DCPType>
35          <HTTP>
36            <Get>
37              <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://example.com/ows?" />
38            </Get>
39          </HTTP>
40        </DCPType>
41      </GetFeatureInfo>
42    </Request>
43    <Exception>
44      <Format>text/plain</Format>
45    </Exception>
46    <VendorSpecificCapabilities>
47      <TileSet>
48        <SRS>EPSG:3059</SRS>
49        <BoundingBox SRS="EPSG:3059" minx="295000.0" miny="150000.0" maxx="785000.0" maxy="460000.0" />
50        <Resolutions>603.400 301.700</Resolutions>
51        <Width>256</Width>
52        <Height>256</Height>
53        <Format>image/png</Format>
54        <Layers>layerwtwa</Layers>
55        <Styles />
56      </TileSet>
57      <TileSet>
58        <SRS>EPSG:3059</SRS>
59        <BoundingBox SRS="EPSG:3059" minx="295000.0" miny="150000.0" maxx="785000.0" maxy="460000.0" />
60        <Resolutions>603.400 301.700 </Resolutions>
61        <Width>256</Width>
62        <Height>256</Height>
63        <Format>image/png</Format>
64        <Layers>layerwtna</Layers>
65        <Styles />
66      </TileSet>
67      <TileSet>
68        <SRS>EPSG:3059</SRS>
69        <BoundingBox SRS="EPSG:3059" minx="295000.0" miny="150000.0" maxx="785000.0" maxy="460000.0" />
70        <Resolutions>603.400 301.700 </Resolutions>
71        <Width>256</Width>
72        <Height>256</Height>
73        <Format>image/png</Format>
74        <Layers>layerntwa</Layers>
75        <Styles />
76      </TileSet>
77      <TileSet>
78        <SRS>EPSG:3059</SRS>
79        <BoundingBox SRS="EPSG:3059" minx="295000.0" miny="150000.0" maxx="785000.0" maxy="460000.0" />
80        <Resolutions>603.400 301.700 </Resolutions>
81        <Width>256</Width>
82        <Height>256</Height>
83        <Format>image/png</Format>
84        <Layers>layerntna</Layers>
85        <Styles />
86      </TileSet>
87    </VendorSpecificCapabilities>
88    <Layer>
89      <Title>Layer set title</Title>
90      <SRS>EPSG:3059</SRS>
91      <Layer cascaded="1" queryable="0">
92        <Name>layerwtwa</Name>
93        <Title>This is a layer title</Title>
94        <Abstract>This is a layer abstract</Abstract>
95        <BoundingBox SRS="EPSG:3059" minx="295000.0" miny="150000.0" maxx="785000.0" maxy="460000.0" />
96        <SRS>EPSG:3059</SRS>
97      </Layer>
98      <Layer cascaded="1" queryable="0">
99        <Name>layerwtna</Name>
100        <Title>A layer with a title and without an abstract</Title>
101        <BoundingBox SRS="EPSG:3059" minx="295000.0" miny="150000.0" maxx="785000.0" maxy="460000.0" />
102        <SRS>EPSG:3059</SRS>
103      </Layer>
104      <Layer cascaded="1" queryable="0">
105        <Name>layerntwa</Name>
106        <Abstract>A layer without a title and with an abstract</Abstract>
107        <BoundingBox SRS="EPSG:3059" minx="295000.0" miny="150000.0" maxx="785000.0" maxy="460000.0" />
108        <SRS>EPSG:3059</SRS>
109      </Layer>
110      <Layer cascaded="1" queryable="0">
111        <Name>layerntna</Name>
112        <BoundingBox SRS="EPSG:3059" minx="295000.0" miny="150000.0" maxx="785000.0" maxy="460000.0" />
113        <SRS>EPSG:3059</SRS>
114      </Layer>
115    </Layer>
116  </Capability>
117</WMT_MS_Capabilities>
118