Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<plugin xmlns="pluginSchema" 
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="pluginSchema /data/capabilities/validate/pluginSchema.xsd">
7
  <name>NameExists</name>
8
  <description>All features must pass the provided filter</description>
9
  <class>org.geotools.validation.attributes.NullZeroValidation</class>
10
  <argument final="true">
11
    <name>typeRef</name>
12
    <string>*</string>
13
  </argument>
14
  <argument final="false">
15
    <name>attributeName</name>
16
    <string>name</string>
17
  </argument>
18
</plugin>
(27-27/51)