# Metaproxy XML config file schema namespace mp = "http://indexdata.com/metaproxy" filter_session_shared = attribute type { "session_shared" }, attribute id { xsd:NCName }?, attribute name { xsd:NCName }?, element mp:resultset { attribute max { xsd:integer }, attribute ttl { xsd:integer }, attribute optimizesearch { xsd:boolean } }?, element mp:session { attribute ttl { xsd:integer } }?