<?xml version="1.0" encoding="UTF-8"?>
<ogc:Filter xmlns="http://www.opengis.net/ogc" xmlns:ogc="http://www.opengis.net/ogc" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/cat/csw/2.0.2
../../../../CSW-discovery.xsd">
	<ogc:And>
		<ogc:PropertyIsLike escapeChar="\" singleChar="?" wildCard="*">
			<ogc:PropertyName>dc:title</ogc:PropertyName>
			<ogc:Literal>*e*</ogc:Literal>
		</ogc:PropertyIsLike>
		<ogc:PropertyIsEqualTo>
			<ogc:PropertyName>dc:type</ogc:PropertyName>
			<ogc:Literal>dataset</ogc:Literal>
		</ogc:PropertyIsEqualTo>
		<ogc:PropertyIsGreaterThanOrEqualTo>
			<ogc:PropertyName>dct:modified</ogc:PropertyName>
			<ogc:Literal>2004-01-01</ogc:Literal>
		</ogc:PropertyIsGreaterThanOrEqualTo>
		<ogc:Intersects>
			<ogc:PropertyName>ows:BoundingBox</ogc:PropertyName>
			<gml:Envelope>
				<gml:lowerCorner>1.05 66.46</gml:lowerCorner>
				<gml:upperCorner>1.24 68.42</gml:upperCorner>
			</gml:Envelope>
		</ogc:Intersects>
	</ogc:And>
</ogc:Filter>

