Document present section in configuration
[mp-sparql-moved-to-github.git] / doc / filter_sparql.rnc
index 3b6e817..8a644d0 100644 (file)
@@ -3,7 +3,7 @@
 namespace mp = "http://indexdata.com/metaproxy"
 
 filter_sparql =
-  attribute type { "xquery" },
+  attribute type { "sparql" },
   attribute id { xsd:NCName }?,
   attribute name { xsd:NCName }?,
   element mp:defaults {
@@ -20,5 +20,9 @@ filter_sparql =
       attribute type { xsd:string },
       xsd:string
     }*,
+    element mp:present {
+      attribute type { xsd:string },
+      xsd:string
+    }*,
     element mp:modifier { xsd:string }*
   }+