X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=xml%2Fschema%2Ffilter_frontend_net.rnc;h=8431040ec34b4d4996a02d4daf7f2bc4af1485af;hb=072f37fafca7582882d21706c7a44f1d9be1df2b;hp=4e32ccd6e8c7de79d6394744d150ed091d4b190a;hpb=705875bc5185fa585f54d5387323db10d898cea1;p=metaproxy-moved-to-github.git diff --git a/xml/schema/filter_frontend_net.rnc b/xml/schema/filter_frontend_net.rnc index 4e32ccd..8431040 100644 --- a/xml/schema/filter_frontend_net.rnc +++ b/xml/schema/filter_frontend_net.rnc @@ -17,8 +17,16 @@ filter_frontend_net = xsd:string }+, element mp:timeout { xsd:integer }?, - element mp:connect-max { xsd:integer }?, - element mp:http-req-max { xsd:integer }?, + element mp:connect-max { + attribute ip { xsd:string }?, + attribute verbose { xsd:integer }?, + xsd:integer + }*, + element mp:http-req-max { + attribute ip { xsd:string }?, + attribute verbose { xsd:integer }?, + xsd:integer + }*, element mp:message { xsd:string }?, element mp:stat-req { xsd:string }?