Add top-level Makefile
[mp-xquery-moved-to-github.git] / doc / filter_xquery.rnc
1 # Metaproxy XML config file schema
2
3 namespace mp = "http://indexdata.com/metaproxy"
4
5 filter_xquery =
6   attribute type { "xquery" },
7   attribute id { xsd:NCName }?,
8   attribute name { xsd:NCName }?,
9   element mp:elementset {
10     attribute name { xsd:string },
11     attribute backend { xsd:string },
12   },
13   element mp:script {
14     attribute name { xsd:string },
15   },
16   element mp:record {
17     attribute name { xsd:string },
18   },
19   element mp:variable {
20     attribute name { xsd:string },
21     attribute value { xsd:string },
22   }*
23