zoom: make retry on failure configurable MP-565
[metaproxy-moved-to-github.git] / xml / schema / filter_zoom.rnc
index 1b5f900..90614eb 100644 (file)
@@ -7,18 +7,21 @@ filter_zoom =
   attribute id { xsd:NCName }?,
   attribute name { xsd:NCName }?,
   element mp:torus {
-    attribute url { xsd:string },
+    attribute auth_url { xsd:string }?,
+    attribute url { xsd:string }?,
     attribute content_url { xsd:string }?,
-    attribute realm { xsd:string },
+    attribute realm { xsd:string }?,
     attribute xsldir { xsd:string }?,
     attribute element_transform { xsd:string }?,
     attribute element_raw { xsd:string }?,
+    attribute element_passthru { xsd:string }?,
     attribute proxy { xsd:string }?,
     attribute explain_xsl { xsd:string }?,
     attribute record_xsl { xsd:string }?,
     element mp:records {
       element mp:record {
         element mp:authentication { xsd:string }?,
+        element mp:authenticationMode { xsd:string }?,
         element mp:piggyback { xsd:string }?,
         element mp:queryEncoding { xsd:string }?,
         element mp:udb { xsd:string },
@@ -44,7 +47,10 @@ filter_zoom =
         element mp:sortStrategy { xsd:string }?,
         element mp:sortmap_author { xsd:string }?,
         element mp:sortmap_date { xsd:string }?,
-        element mp:sortmap_title { xsd:string }?
+        element mp:sortmap_title { xsd:string }?,
+        element mp:extraArgs { xsd:string }?,
+        element mp:rpn2cql { xsd:string }?,
+        element mp:retryOnFailure { xsd:string }?
       }*
     }?
   }?,
@@ -62,6 +68,7 @@ filter_zoom =
     }*
   }?,
   element mp:contentProxy {
+    attribute config_file { xsd:string }?,
     attribute server { xsd:string }?,
     attribute tmp_file { xsd:string }?
   }?,
@@ -69,7 +76,8 @@ filter_zoom =
     attribute apdu { xsd:boolean }?
   }?,
   element mp:zoom {
-    attribute timeout { xsd:integer }?
+    attribute timeout { xsd:integer }?,
+    attribute proxy_timeout { xsd:integer }?
   }?