<?xml version="1.0"?>
<FeatureLayers xmlns="http://www.deegree.org/layers/feature" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xmlns:l="http://www.deegree.org/layers/base" xmlns:d="http://www.deegree.org/metadata/description" xmlns:s="http://www.deegree.org/metadata/spatial" xsi:schemaLocation="http://www.deegree.org/layers/feature https://schemas.deegree.org/core/3.6/layers/feature/feature.xsd"
 >
  <FeatureStoreId>inspire</FeatureStoreId>
  <FeatureLayer>
    <Filter>
      <Filter xmlns="http://www.opengis.net/ogc">
        <PropertyIsEqualTo>
          <PropertyName xmlns:app="http://www.deegree.org/app">app:test</PropertyName>
          <Literal>213</Literal>
        </PropertyIsEqualTo>
      </Filter>
    </Filter>
    <l:Name>example</l:Name>
    <d:Title>Example INSPIRE layer</d:Title>
    <!-- 
    <s:CRS>EPSG:26912 EPSG:4326 EPSG:4258 CRS:84</s:CRS>
     -->
    <l:StyleRef>
      <l:StyleStoreId>inspire</l:StyleStoreId>
      <l:Style>
        <l:StyleName>newname</l:StyleName>
        <l:LayerNameRef>someLayer</l:LayerNameRef>
        <l:StyleNameRef>someStyle</l:StyleNameRef>
      </l:Style>
    </l:StyleRef>
  </FeatureLayer>
</FeatureLayers>