zoom: may read cf-proxy's config settings
[metaproxy-moved-to-github.git] / xml / schema / filter_zoom.rnc
index d15ebd6..1599ce8 100644 (file)
@@ -15,6 +15,7 @@ filter_zoom =
     attribute element_raw { 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 }?,
@@ -61,6 +62,7 @@ filter_zoom =
     }*
   }?,
   element mp:contentProxy {
+    attribute config_file { xsd:string }?,
     attribute server { xsd:string }?,
     attribute tmp_file { xsd:string }?
   }?,