X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=xml%2Fschema%2Ffilter_session_shared.rnc;h=56e0504fa101f96ec8fa745eae44987a03f1b11d;hb=HEAD;hp=b99ea56c532f3bd3f51bac4e7d573800ef146f00;hpb=a25c80f0f737af62ff22bd076e3dec06b96a5002;p=metaproxy-moved-to-github.git diff --git a/xml/schema/filter_session_shared.rnc b/xml/schema/filter_session_shared.rnc index b99ea56..56e0504 100644 --- a/xml/schema/filter_session_shared.rnc +++ b/xml/schema/filter_session_shared.rnc @@ -9,10 +9,15 @@ filter_session_shared = element mp:resultset { attribute max { xsd:integer }?, attribute ttl { xsd:integer }?, - attribute optimizesearch { xsd:boolean }? + attribute optimizesearch { xsd:boolean }?, + attribute restart { xsd:boolean }? }?, element mp:session { attribute ttl { xsd:integer }?, attribute max { xsd:integer }? + }?, + element mp:init { + attribute preferred-message-size { xsd:integer }?, + attribute maximum-record-size { xsd:integer }? }?