<?xml version="1.0" encoding="UTF-8"?>
<wms:deegreeWMS xmlns:wms="http://www.deegree.org/services/wms"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="http://www.deegree.org/services/wms https://schemas.deegree.org/core/3.6/services/wms/wms_configuration.xsd">


  <wms:SupportedVersions>
    <wms:Version>1.1.1</wms:Version>
    <wms:Version>1.3.0</wms:Version>
  </wms:SupportedVersions>

  <wms:SupportedRequests>
    <wms:SupportedEncodings>kvp</wms:SupportedEncodings>
    <wms:GetCapabilities>
      <wms:SupportedEncodings>xml soap</wms:SupportedEncodings>
    </wms:GetCapabilities>
    <wms:GetMap>
      <wms:SupportedEncodings>xml</wms:SupportedEncodings>
    </wms:GetMap>
    <wms:GetFeatureInfo />
  </wms:SupportedRequests>

  <wms:ServiceConfiguration>
    <wms:ThemeId>theme</wms:ThemeId>
  </wms:ServiceConfiguration>

</wms:deegreeWMS>
