19fd8c231801e1dd934aadf5bd4a565619f50b75
[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:map {
8     attribute path { xsd:string },
9     attribute exec { xsd:string }
10   }*,
11   element mp:env {
12     attribute name { xsd:string },
13     attribute value { xsd:string }
14   }*
15
16