X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=xml%2Fschema%2Ffilter_frontend_net.rnc;h=1776c478c62c82d093b4313722e064362f3460ac;hb=19c04fe817034081a445db6440b61d11b8c5e839;hp=4cbaacf336c43439fd3f159b991b17cb403af068;hpb=7bfa7de321ea5aa63e79f8cdd930f2f78fdc3e79;p=metaproxy-moved-to-github.git diff --git a/xml/schema/filter_frontend_net.rnc b/xml/schema/filter_frontend_net.rnc index 4cbaacf..1776c47 100644 --- a/xml/schema/filter_frontend_net.rnc +++ b/xml/schema/filter_frontend_net.rnc @@ -10,10 +10,13 @@ filter_frontend_net = element mp:port { attribute route { xsd:NCName }?, attribute max_recv_bytes { xsd:integer }?, - xsd:string + attribute port { xsd:integer }?, + attribute cert_fname { xsd:string }?, + xsd:string }+, element mp:timeout { xsd:integer }?, element mp:connect-max { xsd:integer }?, + element mp:http-req-max { xsd:integer }?, element mp:message { xsd:string }?, element mp:stat-req { xsd:string }?