<virtual> element accepts optional "route" attribute.
authorMike Taylor <mike@indexdata.com>
Mon, 16 Jan 2006 11:33:04 +0000 (11:33 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 16 Jan 2006 11:33:04 +0000 (11:33 +0000)
etc/config.xsd

index 21ecba8..e0c0534 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: config.xsd,v 1.2 2006-01-16 11:21:38 mike Exp $ -->
+<!-- $Id: config.xsd,v 1.3 2006-01-16 11:33:04 mike Exp $ -->
 <!--
        This Schema prescribes the format of YP2 configuration files.
        Invoke it like this:
@@ -81,6 +81,7 @@
         <xs:element ref="config:database"/>
         <xs:element ref="config:target"/>
       </xs:sequence>
+      <xs:attribute name="route" type="xs:NCName"/>
     </xs:complexType>
   </xs:element>