filter http_file: mimetypers optional
[metaproxy-moved-to-github.git] / xml / schema / filter_http_file.rnc
1 # Metaproxy XML config file schema
2
3 namespace mp = "http://indexdata.com/metaproxy"
4
5 filter_http_file =
6   attribute type { "http_file" },
7   attribute id { xsd:NCName }?,
8   attribute name { xsd:NCName }?,
9   element mp:mimetypes { xsd:string }?,
10   element mp:area {
11     element mp:documentroot { xsd:string },
12     element mp:prefix { xsd:string },
13     element mp:raw { xsd:boolean }?,
14     element mp:passthru { xsd:boolean }?
15   }*
16