X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=xml%2Fschema%2Ffilter_cgi.rnc;h=71651f46ccf92a0d2e7dccf3d39d2524011937af;hb=ac87b6c9126c8838095daf27bff963b457a8acaa;hp=19fd8c231801e1dd934aadf5bd4a565619f50b75;hpb=39fe3f90ff2cf99ec39053df3c0835ab87b0deba;p=metaproxy-moved-to-github.git diff --git a/xml/schema/filter_cgi.rnc b/xml/schema/filter_cgi.rnc index 19fd8c2..71651f4 100644 --- a/xml/schema/filter_cgi.rnc +++ b/xml/schema/filter_cgi.rnc @@ -4,13 +4,12 @@ namespace mp = "http://indexdata.com/metaproxy" filter_cgi = attribute type { "cgi" }, - element mp:map { - attribute path { xsd:string }, - attribute exec { xsd:string } - }*, + element mp:documentroot { xsd:string }, element mp:env { attribute name { xsd:string }, attribute value { xsd:string } + }*, + element mp:map { + attribute path { xsd:string }, + attribute exec { xsd:string } }* - - \ No newline at end of file