1
|
<suite xmlns:gml = "http://www.opengis.net/gml" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns:ogc = "http://www.opengis.net/ogc" xmlns = "testSuiteSchema" xsi:schemaLocation = "testSuiteSchema /data/capabilities/validate/testSuiteSchema.xsd" >
|
2
|
<name>IntegrityCheck</name>
|
3
|
<description>Integrity Check Description</description>
|
4
|
<test>
|
5
|
<name>Is Valid Geometry</name>
|
6
|
<description>Is Valid Geometry</description>
|
7
|
<plugin>Is Valid Geometry</plugin>
|
8
|
<argument >
|
9
|
<name>typeRef</name>
|
10
|
<string>*</string>
|
11
|
|
12
|
</argument>
|
13
|
</test>
|
14
|
<test>
|
15
|
<name>FID Uniqueness</name>
|
16
|
<description>Checks all Features for ID Uniqueness</description>
|
17
|
<plugin>UniqueFID</plugin>
|
18
|
<argument >
|
19
|
<name>attributeName</name>
|
20
|
<string>id</string>
|
21
|
|
22
|
</argument>
|
23
|
<argument >
|
24
|
<name>typeRef</name>
|
25
|
<string>*</string>
|
26
|
|
27
|
</argument>
|
28
|
</test>
|
29
|
</suite>
|