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=3a97465b4f049c48fd2dff7170b03c07a5cad721;hb=fc99a8fd59e8ff0862fabfa7eeeafd1340202498;hpb=97efaf4488f116981d794ae045cbd1fd5d38e25c diff --git a/doc/filter_sparql.rnc b/doc/filter_sparql.rnc index 3a97465..8a644d0 100644 --- a/doc/filter_sparql.rnc +++ b/doc/filter_sparql.rnc @@ -3,9 +3,12 @@ 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 { + attribute uri { xsd:string } + }?, element mp:db { attribute path { xsd:string }, attribute uri { xsd:string }, @@ -17,6 +20,9 @@ filter_sparql = attribute type { xsd:string }, xsd:string }*, + element mp:present { + attribute type { xsd:string }, + xsd:string + }*, element mp:modifier { xsd:string }* }+ -