X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=xml%2Fschema%2Ffilter_virt_db.rnc;h=2e5568b88a6c1f37af2bbec1af495eae4f0065d2;hb=0c6b0bda325d897e4c1e959747317fa8e76638f6;hp=58a47277e52884c3e863c20a47f43930ade8b5c3;hpb=94a8a11a9816ef32713b965615ecedbe0ec59c48;p=metaproxy-moved-to-github.git diff --git a/xml/schema/filter_virt_db.rnc b/xml/schema/filter_virt_db.rnc index 58a4727..2e5568b 100644 --- a/xml/schema/filter_virt_db.rnc +++ b/xml/schema/filter_virt_db.rnc @@ -1,22 +1,4 @@ -# Metaproxy XML config file schemas -# -# Copyright (C) 2005-2011 Index Data. -# -# See the LICENSE file for details -# -# -# The RelaxNG Compact Syntax file 'metaproxy.rnc' is the master copy. -# -# The RelaxNG XML Syntax and XML Schema are generated using 'trang': -# trang metaproxy.rnc metaproxy.rng -# trang metaproxy.rnc metaproxy.xsd -# -# Config file validation is done using 'xmllint': -# xmllint -/-relaxng metaproxy.rng ../../../etc/config1.xml -# xmllint -/-schema metaproxy.xsd config-bytarget.xml -# -# For information on RelaxNG see http://relaxng.org -# see also http://books.xmlschemata.org/relaxng/ +# Metaproxy XML config file schema namespace mp = "http://indexdata.com/metaproxy" @@ -25,9 +7,6 @@ filter_virt_db = attribute id { xsd:NCName }?, attribute name { xsd:NCName }?, element mp:pass-vhosts { xsd:boolean }?, - element mp:torus { - attribute url { xsd:string } - }?, element mp:virtual { attribute route { xsd:NCName }?, element mp:database { xsd:string },