<?xml version='1.0' encoding='UTF-8'?>
<DescribeStoredQueriesResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0/wfs.xsd" xmlns="http://www.opengis.net/wfs/2.0">
  <StoredQueryDescription id="urn:ogc:def:query:OGC-WFS::GetFeatureById">
    <Title>GetFeatureById</Title>
    <Abstract>Returns the single feature whose value is equal to the specified value of the ID argument</Abstract>
    <Parameter name="ID" xmlns:xsd="http://www.w3.org/2001/XMLSchema" type="xsd:string">
      <Title>Feature ID</Title>
      <Abstract>Feature id (mandatory)</Abstract>
    </Parameter>
    <QueryExpressionText xmlns:au="http://inspire.ec.europa.eu/schemas/au/4.0" xmlns:base="http://inspire.ec.europa.eu/schemas/base/3.3" xmlns:gn="http://inspire.ec.europa.eu/schemas/gn/4.0" returnFeatureTypes="au:AdministrativeBoundary au:AdministrativeUnit au:Condominium base:SpatialDataSet gn:NamedPlace" language="urn:ogc:def:queryLanguage:OGC-WFS::WFS_QueryExpression" isPrivate="true"/>
  </StoredQueryDescription>
  <StoredQueryDescription id="urn:ogc:def:query:OGC-WFS::GetFeatureByType">
    <Title>GetFeatureByType</Title>
    <Abstract>Returns a collection of features by type. If returnFeatureTypes='gml:AbstractFeatureType', the query
    applies to any supported feature type.
  </Abstract>
    <Parameter name="typeName" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:QName">
      <Title>Feature type name</Title>
      <Abstract>Feature type name (mandatory)</Abstract>
    </Parameter>
    <QueryExpressionText xmlns:au="http://inspire.ec.europa.eu/schemas/au/4.0" xmlns:base="http://inspire.ec.europa.eu/schemas/base/3.3" xmlns:gn="http://inspire.ec.europa.eu/schemas/gn/4.0" returnFeatureTypes="au:AdministrativeBoundary au:AdministrativeUnit au:Condominium base:SpatialDataSet gn:NamedPlace" language="urn:ogc:def:queryLanguage:OGC-WFS::WFSQueryExpression"/>
  </StoredQueryDescription>
</DescribeStoredQueriesResponse>