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:xsi="http://www.w3.org/2001/XMLSchema-instance" 
6
xsi:schemaLocation="pluginSchema /data/capabilities/validate/pluginSchema.xsd">
7
  <name>NameInList</name>
8
  <description>All features must pass the provided filter</description>
9
  <class>org.geoserver.validation.plugins.filter.OGCFilter</class>
10
  <argument>
11
    <name>tempDirectory</name>
12
    <anyURI>file:///c:/temp</anyURI>
13
  </argument>
14
</plugin>
(28-28/51)