<threads> element is optional within <filter type="frontend">.
[metaproxy-moved-to-github.git] / etc / config.xsd
index 2ebc9af..21ecba8 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: config.xsd,v 1.1 2006-01-13 16:28:00 mike Exp $ -->
+<!-- $Id: config.xsd,v 1.2 2006-01-16 11:21:38 mike Exp $ -->
 <!--
        This Schema prescribes the format of YP2 configuration files.
        Invoke it like this:
@@ -50,7 +50,7 @@
 
        <!-- type="frontend_net" -->
         <xs:sequence>
-          <xs:element ref="config:threads"/>
+          <xs:element minOccurs="0" ref="config:threads"/>
           <xs:element ref="config:port"/>
         </xs:sequence>