X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=xml%2Fschema%2Ffilter_frontend_net.rnc;h=2ab43004089ded061fb3abd235d69485d2658b1e;hb=39fe3f90ff2cf99ec39053df3c0835ab87b0deba;hp=f7fc90c91cfc80b8a3bb172cab21c719d33a6771;hpb=94a8a11a9816ef32713b965615ecedbe0ec59c48;p=metaproxy-moved-to-github.git diff --git a/xml/schema/filter_frontend_net.rnc b/xml/schema/filter_frontend_net.rnc index f7fc90c..2ab4300 100644 --- a/xml/schema/filter_frontend_net.rnc +++ b/xml/schema/filter_frontend_net.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/ namespace mp = "http://indexdata.com/metaproxy" @@ -25,7 +7,16 @@ filter_frontend_net = attribute id { xsd:NCName }?, attribute name { xsd:NCName }?, element mp:threads { xsd:integer }?, - element mp:port { xsd:string }+, + element mp:port { + attribute route { xsd:NCName }?, + attribute max_recv_bytes { xsd:integer }?, + attribute port { xsd:integer }?, + attribute cert_fname { xsd:string }?, + xsd:string + }+, element mp:timeout { xsd:integer }?, - element mp:connect-max { xsd:integer }? + element mp:connect-max { xsd:integer }?, + element mp:message { xsd:string }?, + element mp:stat-req { xsd:string }? +