http_file: passthru option MP-557
[metaproxy-moved-to-github.git] / xml / schema / filter_http_file.rnc
index 32a689f..8c1fc65 100644 (file)
@@ -9,6 +9,8 @@ filter_http_file =
   element mp:mimetypes { xsd:string },
   element mp:area {
     element mp:documentroot { xsd:string },
-    element mp:prefix { xsd:string }
-  }
+    element mp:prefix { xsd:string },
+    element mp:raw { xsd:boolean }?,
+    element mp:passthru { xsd:boolean }?
+  }*