Project

General

Profile

1
<Filter>
2
	<And>
3
		<BBOX>
4
			<PropertyName>NAME</PropertyName>
5
			<Box>
6
				<coordinates/>
7
			</Box>
8
		</BBOX>
9
		<PropertyIsEqualTo>
10
			<PropertyName>service_type</PropertyName>
11
  		<Literal/>
12
		</PropertyIsEqualTo>
13
		<Or>
14
			<Or>
15
				<PropertyIsLike wildCard="*" singleChar="." escape="!">
16
					<PropertyName>title</PropertyName>
17
					<Literal/>
18
				</PropertyIsLike>
19
				<PropertyIsLike wildCard="*" singleChar="." escape="!">
20
					<PropertyName>abstract</PropertyName>
21
					<Literal/>
22
				</PropertyIsLike>
23
			</Or>
24
			<PropertyIsLike wildCard="*" singleChar="." escape="!">
25
  			<PropertyName>keywords</PropertyName>
26
				<Literal/>
27
			</PropertyIsLike>
28
		</Or>
29
	</And>
30
</Filter>
(3-3/14)