b99ea56c532f3bd3f51bac4e7d573800ef146f00
[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   }?,
14   element mp:session {
15     attribute ttl { xsd:integer }?,
16     attribute max { xsd:integer }?
17   }?
18