X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=xml%2Fschema%2Ffilter_cgi.rnc;h=71651f46ccf92a0d2e7dccf3d39d2524011937af;hb=2132ff6b267c65831b47d481aaff7329207ff446;hp=6ace903ec83e44cc0775a994baebb0c255037eca;hpb=7d3e19217e35aa9674166cf632662d1b21e43910;p=metaproxy-moved-to-github.git diff --git a/xml/schema/filter_cgi.rnc b/xml/schema/filter_cgi.rnc index 6ace903..71651f4 100644 --- a/xml/schema/filter_cgi.rnc +++ b/xml/schema/filter_cgi.rnc @@ -4,9 +4,12 @@ namespace mp = "http://indexdata.com/metaproxy" filter_cgi = attribute type { "cgi" }, + 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