<?xml version='1.0' encoding="UTF-8" ?>
<WFS_Capabilities 
   version="1.0.0" 
   updateSequence="0" 
   xmlns="http://www.opengis.net/wfs" 
   xmlns:ogc="http://www.opengis.net/ogc" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-capabilities.xsd">

<!-- MapServer version 7.7-dev OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=GEOS SUPPORTS=PBF INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE -->

<Service>
  <Name>MapServer WFS</Name>
  <Title>WFS Demo Server</Title>
  <Abstract>This demonstration server was setup by GatewayGeo (https://gatewaygeomatics.com/) and is powered by MapServer (https://mapserver.org/).</Abstract>
  <OnlineResource>https://demo.gatewaygeomatics.com/cgi-bin/wfs_gateway?</OnlineResource>
</Service>

<Capability>
  <Request>
    <GetCapabilities>
      <DCPType>
        <HTTP>
          <Get onlineResource="https://demo.gatewaygeomatics.com/cgi-bin/wfs_gateway?" />
        </HTTP>
      </DCPType>
      <DCPType>
        <HTTP>
          <Post onlineResource="https://demo.gatewaygeomatics.com/cgi-bin/wfs_gateway?" />
        </HTTP>
      </DCPType>
    </GetCapabilities>
    <DescribeFeatureType>
      <SchemaDescriptionLanguage>
        <XMLSCHEMA/>
      </SchemaDescriptionLanguage>
      <DCPType>
        <HTTP>
          <Get onlineResource="https://demo.gatewaygeomatics.com/cgi-bin/wfs_gateway?" />
        </HTTP>
      </DCPType>
      <DCPType>
        <HTTP>
          <Post onlineResource="https://demo.gatewaygeomatics.com/cgi-bin/wfs_gateway?" />
        </HTTP>
      </DCPType>
    </DescribeFeatureType>
    <GetFeature>
      <ResultFormat>
        <GML2/>
        <shapezip/>
        <kmz/>
        <ogrgml/>
        <spatialite/>
        <csv/>
      </ResultFormat>
      <DCPType>
        <HTTP>
          <Get onlineResource="https://demo.gatewaygeomatics.com/cgi-bin/wfs_gateway?" />
        </HTTP>
      </DCPType>
      <DCPType>
        <HTTP>
          <Post onlineResource="https://demo.gatewaygeomatics.com/cgi-bin/wfs_gateway?" />
        </HTTP>
      </DCPType>
    </GetFeature>
  </Request>
</Capability>

<FeatureTypeList>
  <Operations>
    <Query/>
  </Operations>
    <FeatureType>
        <Name>park</Name>
        <Title>Parks</Title>
        <Abstract>Canadian parks (served by GatewayGeo&#39;s MapServer instance)</Abstract>
        <SRS>EPSG:3857</SRS>
        <LatLongBoundingBox minx="-1.93065e+07" miny="5.07555e+06" maxx="-1.45251e+06" maxy="1.85429e+07" />
        <MetadataURL type="TC211" format="text/xml">https://demo.gatewaygeomatics.com/cgi-bin/wfs_gateway?request=GetMetadata&amp;layer=park</MetadataURL>
    </FeatureType>
</FeatureTypeList>

<ogc:Filter_Capabilities>
  <ogc:Spatial_Capabilities>
    <ogc:Spatial_Operators>
      <ogc:Equals/>
      <ogc:Disjoint/>
      <ogc:Touches/>
      <ogc:Within/>
      <ogc:Overlaps/>
      <ogc:Crosses/>
      <ogc:Intersect/>
      <ogc:Contains/>
      <ogc:DWithin/>
      <ogc:BBOX/>
    </ogc:Spatial_Operators>
  </ogc:Spatial_Capabilities>
  <ogc:Scalar_Capabilities>
    <ogc:Logical_Operators />
    <ogc:Comparison_Operators>
      <ogc:Simple_Comparisons />
      <ogc:Like />
      <ogc:Between />
    </ogc:Comparison_Operators>
  </ogc:Scalar_Capabilities>
</ogc:Filter_Capabilities>

</WFS_Capabilities>
