X-Git-Url: http://git.indexdata.com/?p=mp-sparql-moved-to-github.git;a=blobdiff_plain;f=doc%2Ffilter_sparql.rnc;h=8a644d08d73496af67b4a23517047099d7b3cf85;hp=3b6e8172f4e9497d295a37b4d261a360e93d3310;hb=876978c2d978e86cc7bae354ae356e07a2bf389e;hpb=cd022bcb129adbde72c680b35de6090174ce7068;ds=sidebyside diff --git a/doc/filter_sparql.rnc b/doc/filter_sparql.rnc index 3b6e817..8a644d0 100644 --- a/doc/filter_sparql.rnc +++ b/doc/filter_sparql.rnc @@ -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 }* }+