Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / xml / schema / filter_limit.rnc
1 # Metaproxy XML config file schema
2
3 namespace mp = "http://indexdata.com/metaproxy"
4
5 filter_limit =
6   attribute type { "limit" },
7   element mp:limit {
8     attribute bandwidth { xsd:integer }?,
9     attribute pdu { xsd:integer }?,
10     attribute search { xsd:integer }?,
11     attribute retrieve { xsd:integer }?
12   }?
13