From aead2017499501bfeef771c1e2d9906324a011fb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 14 Aug 2014 14:52:21 +0200 Subject: [PATCH 1/1] filter http_file: mimetypers optional --- xml/schema/filter_http_file.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/schema/filter_http_file.rnc b/xml/schema/filter_http_file.rnc index 8c1fc65..540c670 100644 --- a/xml/schema/filter_http_file.rnc +++ b/xml/schema/filter_http_file.rnc @@ -6,7 +6,7 @@ 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 }, -- 1.7.10.4