<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="pluginSchema" 
xmlns:gml="http://www.opengis.net/gml" 
xmlns:ogc="http://www.opengis.net/ogc" 
xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
xs:schemaLocation="pluginSchema /data/capabilities/validate/pluginSchema.xsd">
  <name>Existenz der Namen</name>
  <description>Alle Features müssen durch den entsprechenden Filter durchgelassen werden.</description>
  <class>org.geotools.validation.attributes.NullZeroValidation</class>
  <argument final="true">
    <name>typeRef</name>
    <string>*</string>
  </argument>
  <argument final="false">
    <name>attribute</name>
    <string>NAME</string>
  </argument>
</plugin>