projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
335f797
)
<virtual> element accepts optional "route" attribute.
author
Mike Taylor
<mike@indexdata.com>
Mon, 16 Jan 2006 11:33:04 +0000
(11:33 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 16 Jan 2006 11:33:04 +0000
(11:33 +0000)
etc/config.xsd
patch
|
blob
|
history
diff --git
a/etc/config.xsd
b/etc/config.xsd
index
21ecba8
..
e0c0534
100644
(file)
--- a/
etc/config.xsd
+++ b/
etc/config.xsd
@@
-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>