This allows config0.xml to validate.
<?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:
<!-- type="frontend_net" -->
<xs:sequence>
- <xs:element ref="config:threads"/>
+ <xs:element minOccurs="0" ref="config:threads"/>
<xs:element ref="config:port"/>
</xs:sequence>