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