Doc: module ref entries include RelagNG schema
[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   }?
17