metacat/lib/spatial/geoserver/data/plugIns/NameExists.xml
1 | 5833 | leinfelder | <plugin xmlns:gml = "http://www.opengis.net/gml" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns:ogc = "http://www.opengis.net/ogc" xmlns = "pluginSchema" xsi:schemaLocation = "pluginSchema /data/capabilities/validate/pluginSchema.xsd" > |
---|---|---|---|
2 | <name>NameExists</name> |
||
3 | <description>All features must pass the provided filter</description> |
||
4 | <class>org.geotools.validation.attributes.NullZeroValidation</class> |
||
5 | <argument > |
||
6 | <name>attributeName</name> |
||
7 | <string>name</string> |
||
8 | |||
9 | </argument>
|
||
10 | <argument > |
||
11 | <name>typeRef</name> |
||
12 | <string>*</string> |
||
13 | |||
14 | </argument>
|
||
15 | </plugin>
|