Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / xml / schema / filter_session_shared.rnc
1 # Metaproxy XML config file schema
2
3 namespace mp = "http://indexdata.com/metaproxy"
4
5 filter_session_shared =
6   attribute type { "session_shared" },
7   attribute id { xsd:NCName }?,
8   attribute name { xsd:NCName }?,
9   element mp:resultset {
10     attribute max { xsd:integer }?,
11     attribute ttl { xsd:integer }?,
12     attribute optimizesearch { xsd:boolean }?,
13     attribute restart { xsd:boolean }?
14   }?,
15   element mp:session {
16     attribute ttl { xsd:integer }?,
17     attribute max { xsd:integer }?
18   }?,
19   element mp:init {
20     attribute preferred-message-size { xsd:integer }?,
21     attribute maximum-record-size { xsd:integer }?
22   }?
23