X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=xml%2Fschema%2Fmetaproxy.rnc;h=d6b6057bb873425f5ca45bb67342cf3e85e6a1ba;hb=511c535c4938dfc01450e8748508899401a5e4ea;hp=c31d7603f9bf66cb016f7c73ffbfc1ac2773459b;hpb=6e73632396c2ed75df235eb038ad9701b97b4c73;p=metaproxy-moved-to-github.git diff --git a/xml/schema/metaproxy.rnc b/xml/schema/metaproxy.rnc index c31d760..d6b6057 100644 --- a/xml/schema/metaproxy.rnc +++ b/xml/schema/metaproxy.rnc @@ -1,5 +1,5 @@ # Metaproxy XML config file schemas -# $Id: metaproxy.rnc,v 1.12 2006-12-28 14:59:44 marc Exp $ +# $Id: metaproxy.rnc,v 1.13 2007-01-02 15:35:36 marc Exp $ # # Copyright (c) 2005-2006, Index Data. # @@ -50,6 +50,7 @@ filter = | filter_bounce | filter_frontend_net | filter_http_file + | filter_load_balance | filter_log | filter_multi | filter_query_rewrite @@ -99,6 +100,11 @@ filter_http_file = element mp:prefix { xsd:string } } +filter_load_balance = + attribute type { "load_balance" }, + attribute id { xsd:NCName }?, + attribute name { xsd:NCName }? + filter_log = attribute type { "log" }, attribute id { xsd:NCName }?,