Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / xml / schema / filter_http_file.rnc
index 32a689f..540c670 100644 (file)
@@ -6,9 +6,11 @@ filter_http_file =
   attribute type { "http_file" },
   attribute id { xsd:NCName }?,
   attribute name { xsd:NCName }?,
-  element mp:mimetypes { xsd:string },
+  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 }?
+  }*