Reformat: delete trailing whitespace
[metaproxy-moved-to-github.git] / xml / schema / filter_zoom.rnc
index 1599ce8..06d0694 100644 (file)
@@ -7,6 +7,7 @@ filter_zoom =
   attribute id { xsd:NCName }?,
   attribute name { xsd:NCName }?,
   element mp:torus {
+    attribute auth_url { xsd:string }?,
     attribute url { xsd:string },
     attribute content_url { xsd:string }?,
     attribute realm { xsd:string },
@@ -44,7 +45,8 @@ 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:rpn2cql { xsd:string }?
       }*
     }?
   }?,
@@ -70,7 +72,8 @@ filter_zoom =
     attribute apdu { xsd:boolean }?
   }?,
   element mp:zoom {
-    attribute timeout { xsd:integer }?
+    attribute timeout { xsd:integer }?,
+    attribute proxy_timeout { xsd:integer }?
   }?