Add http-req-max to frontend_net MP-617
[metaproxy-moved-to-github.git] / xml / schema / filter_frontend_net.rnc
1 # Metaproxy XML config file schemas
2
3 namespace mp = "http://indexdata.com/metaproxy"
4
5 filter_frontend_net =
6   attribute type { "frontend_net" },
7   attribute id { xsd:NCName }?,
8   attribute name { xsd:NCName }?,
9   element mp:threads { xsd:integer }?,
10   element mp:port {
11     attribute route { xsd:NCName }?,
12     attribute max_recv_bytes { xsd:integer }?,
13     attribute port { xsd:integer }?,
14     attribute cert_fname { xsd:string }?,
15    xsd:string
16   }+,
17   element mp:timeout { xsd:integer }?,
18   element mp:connect-max { xsd:integer }?,
19   element mp:http-req-max { xsd:integer }?,
20   element mp:message { xsd:string }?,
21   element mp:stat-req { xsd:string }?
22
23