Schema and beginnings of man page for zoom filter
[metaproxy-moved-to-github.git] / xml / schema / filter_virt_db.rnc
1 # Metaproxy XML config file schema
2
3 namespace mp = "http://indexdata.com/metaproxy"
4
5 filter_virt_db =
6   attribute type { "virt_db" },
7   attribute id { xsd:NCName }?,
8   attribute name { xsd:NCName }?,
9   element mp:pass-vhosts { xsd:boolean }?,
10   element mp:virtual {
11     attribute route { xsd:NCName }?,
12     element mp:database { xsd:string },
13     element mp:target { xsd:string }+
14   }*
15