X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=xml%2Fschema%2Ffilter_session_shared.rnc;h=8b09c0270d4d340f551119ea077fdf2d55842534;hb=908c8147d8bcef7ed9c84e0c6720a56dd22e6e86;hp=e5a295f5c2ce7219353914e0db242fd97f6e0d2c;hpb=7d3e19217e35aa9674166cf632662d1b21e43910;p=metaproxy-moved-to-github.git diff --git a/xml/schema/filter_session_shared.rnc b/xml/schema/filter_session_shared.rnc index e5a295f..8b09c02 100644 --- a/xml/schema/filter_session_shared.rnc +++ b/xml/schema/filter_session_shared.rnc @@ -7,11 +7,13 @@ filter_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 } + attribute max { xsd:integer }?, + attribute ttl { xsd:integer }?, + attribute optimizesearch { xsd:boolean }?, + attribute restart { xsd:boolean }? }?, element mp:session { - attribute ttl { xsd:integer } + attribute ttl { xsd:integer }?, + attribute max { xsd:integer }? }?