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:
ab1dded
)
multiple port elements
author
Marc Cromme
<marc@indexdata.dk>
Tue, 6 Feb 2007 13:28:08 +0000
(13:28 +0000)
committer
Marc Cromme
<marc@indexdata.dk>
Tue, 6 Feb 2007 13:28:08 +0000
(13:28 +0000)
xml/schema/metaproxy.rnc
patch
|
blob
|
history
diff --git
a/xml/schema/metaproxy.rnc
b/xml/schema/metaproxy.rnc
index
d7c14fa
..
f517a8f
100644
(file)
--- a/
xml/schema/metaproxy.rnc
+++ b/
xml/schema/metaproxy.rnc
@@
-1,5
+1,5
@@
# Metaproxy XML config file schemas
-# $Id: metaproxy.rnc,v 1.18 2007-01-26 14:49:23 adam Exp $
+# $Id: metaproxy.rnc,v 1.19 2007-02-06 13:28:08 marc Exp $
#
# Copyright (c) 2005-2007, Index Data.
#
@@
-98,7
+98,7
@@
filter_frontend_net =
attribute id { xsd:NCName }?,
attribute name { xsd:NCName }?,
element mp:threads { xsd:integer }?,
- element mp:port { xsd:string },
+ element mp:port { xsd:string }+,
element mp:timeout { xsd:integer }?
filter_http_file =