Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / xml / schema / filter_sort.rnc
1 # Metaproxy XML config file schema
2
3 namespace mp = "http://indexdata.com/metaproxy"
4
5 filter_sort =
6   attribute type { "sort" },
7   attribute id { xsd:NCName }?,
8   attribute name { xsd:NCName }?,
9   element mp:sort {
10     attribute prefetch { xsd:integer }?,
11     attribute xpath { xsd:string },
12     attribute namespaces { xsd:string }?,
13     attribute ascending { xsd:boolean }?,
14     attribute debug { xsd:boolean }?
15   }
16
17
18
19