DOCUMENT_ROOT, GATEWAY_INTERFACE MP-564
[metaproxy-moved-to-github.git] / xml / schema / filter_cgi.rnc
1 # Metaproxy XML config file schema
2
3 namespace mp = "http://indexdata.com/metaproxy"
4
5 filter_cgi =
6   attribute type { "cgi" },
7   element mp:documentroot { xsd:string },
8   element mp:env {
9     attribute name { xsd:string },
10     attribute value { xsd:string }
11   }*,
12   element mp:map {
13     attribute path { xsd:string },
14     attribute exec { xsd:string }
15   }*