Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<suite xmlns="testSuiteSchema" 
3
	xmlns:gml="http://www.opengis.net/gml" 
4
	xmlns:ogc="http://www.opengis.net/ogc" 
5
	xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
6
	xs:schemaLocation="testSuiteSchema /data/capabilities/validate/testSuiteSchema.xsd">
7
	<name>IntegrityCheck</name>
8
	<description>Integrity Check Description</description>
9
	<test>
10
		<name>Attr Check</name>
11
		<description>Checks all id's are non null, non zero values.</description>
12
		<plugin>Null Zero</plugin>
13
		<argument >
14
			<name>attributeName</name>
15
			<string>id</string>
16
		</argument>
17
		<argument >
18
			<name>typeRef</name>
19
			<string>*</string>
20
		</argument>
21
	</test>
22
	<test>
23
		<name>BC Roads Length</name>
24
		<description>Checks that road lengths are non zero.</description>
25
		<plugin>Null Zero</plugin>
26
		<argument >
27
			<name>attributeName</name>
28
			<string>LENGTH</string>
29
		</argument>
30
		<argument >
31
			<name>typeRef</name>
32
			<string>bc_shapefile:bc_roads</string>
33
		</argument>
34
	</test>	
35
	<test>
36
		<name>Attr Check</name>
37
		<description>Checks all pointProperty's are non null.</description>
38
		<plugin>Null Zero</plugin>
39
		<argument >
40
			<name>attributeName</name>
41
			<string>pointProperty</string>
42
		</argument>
43
		<argument >
44
			<name>typeRef</name>
45
			<string>*</string>
46
		</argument>
47
	</test>
48
</suite>
(1-1/2)