6f94f6b4ef4ca99ec4b51bd627f9447557f2cd5a
[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:max-threads { xsd:integer }?,
11   element mp:port {
12     attribute route { xsd:NCName }?,
13     attribute max_recv_bytes { xsd:integer }?,
14     attribute port { xsd:integer }?,
15     attribute cert_fname { xsd:string }?,
16    xsd:string
17   }+,
18   element mp:timeout { xsd:integer }?,
19   element mp:connect-max { xsd:integer }?,
20   element mp:http-req-max { xsd:integer }?,
21   element mp:message { xsd:string }?,
22   element mp:stat-req { xsd:string }?
23
24