connect-max per IP MP-632
[metaproxy-moved-to-github.git] / xml / schema / filter_query_rewrite.rnc
index 2d91d24..77a1c3a 100644 (file)
@@ -8,5 +8,8 @@ filter_query_rewrite =
   attribute name { xsd:NCName }?,
   element mp:xslt { 
         attribute stylesheet { xsd:string }
-  }
-
+  }?,
+  element mp:charset { 
+        attribute from { xsd:string }?,
+        attribute to { xsd:string }?
+  }?