<threads> element is optional within <filter type="frontend">.
authorMike Taylor <mike@indexdata.com>
Mon, 16 Jan 2006 11:21:38 +0000 (11:21 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 16 Jan 2006 11:21:38 +0000 (11:21 +0000)
This allows config0.xml to validate.

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>