<?xml version="1.0" encoding="utf-8"?>
<csw:GetRecords xmlns:csw="http://www.opengis.net/cat/csw/2.0.2" version="2.0.2" service="CSW" resultType="results" startPosition="{startPosition}" maxRecords="100">
    <csw:Query typeNames="csw:Record" xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml">
        <csw:ElementSetName>full</csw:ElementSetName>
        <csw:Constraint version="1.1.0">
            <ogc:Filter>
                <ogc:And>
                    <ogc:PropertyIsLike wildCard="%" singleChar="#" escapeChar="!">
                        <ogc:PropertyName>apiso:ServiceType</ogc:PropertyName>
                        <ogc:Literal>%WPS%</ogc:Literal>
                    </ogc:PropertyIsLike>
                    <ogc:PropertyIsEqualTo>
                        <ogc:PropertyName>apiso:Type</ogc:PropertyName>
                        <ogc:Literal>service</ogc:Literal>
                    </ogc:PropertyIsEqualTo>
                </ogc:And>
            </ogc:Filter>
        </csw:Constraint>
    </csw:Query>
</csw:GetRecords>
