From 8f03e0f718682da5dc92f0dded66b253e61170e6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 22 Dec 2009 12:27:00 +0100 Subject: [PATCH] Schema: change type of @database for virt_db The attribute type is now xsd:string rather than xsd:NCName because the database is really a glob-mask. --- xml/schema/metaproxy.rnc | 2 +- xml/schema/metaproxy.rng | 2 +- xml/schema/metaproxy.xsd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/schema/metaproxy.rnc b/xml/schema/metaproxy.rnc index 8711820..23ab379 100644 --- a/xml/schema/metaproxy.rnc +++ b/xml/schema/metaproxy.rnc @@ -189,7 +189,7 @@ filter_virt_db = element mp:pass-vhosts { xsd:boolean }?, element mp:virtual { attribute route { xsd:NCName }?, - element mp:database { xsd:NCName }, + element mp:database { xsd:string }, element mp:target { xsd:string }+ }+ diff --git a/xml/schema/metaproxy.rng b/xml/schema/metaproxy.rng index 4f59d79..8530e45 100644 --- a/xml/schema/metaproxy.rng +++ b/xml/schema/metaproxy.rng @@ -490,7 +490,7 @@ - + diff --git a/xml/schema/metaproxy.xsd b/xml/schema/metaproxy.xsd index 7fbd314..29d0875 100644 --- a/xml/schema/metaproxy.xsd +++ b/xml/schema/metaproxy.xsd @@ -411,7 +411,7 @@ - + -- 1.7.10.4