filter http_file: mimetypers optional
[metaproxy-moved-to-github.git] / xml / schema / filter_session_shared.rnc
index e5a295f..56e0504 100644 (file)
@@ -7,11 +7,17 @@ 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 }?
+  }?,
+  element mp:init {
+    attribute preferred-message-size { xsd:integer }?,
+    attribute maximum-record-size { xsd:integer }?
   }?