Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / xml / schema / filter_http_rewrite1.rnc
1 # Metaproxy XML config file schema
2
3 namespace mp = "http://indexdata.com/metaproxy"
4
5 filter_http_rewrite1 =
6   attribute type { "http_rewrite1" },
7   attribute id { xsd:NCName }?,
8   attribute name { xsd:NCName }?,
9   element mp:replace {
10     attribute pattern { xsd:string },
11     attribute replacement { xsd:string }?,
12     attribute mode { xsd:string }?,
13     attribute content-type { xsd:string }?
14   }*
15