Allow elementset to be configured
[mp-xquery-moved-to-github.git] / doc / filter_xquery.rnc
index 036c2ee..38554b7 100644 (file)
@@ -6,6 +6,10 @@ filter_xquery =
   attribute type { "xquery" },
   attribute id { xsd:NCName }?,
   attribute name { xsd:NCName }?,
+  element mp:elementset {
+    attribute name { xsd:string },
+    attribute backend { xsd:string },
+  },
   element mp:script {
     attribute name { xsd:string },
   },