DOCUMENT_ROOT, GATEWAY_INTERFACE MP-564
[metaproxy-moved-to-github.git] / xml / schema / filter_cgi.rnc
index 19fd8c2..71651f4 100644 (file)
@@ -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