X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Ffilter_xquery.rnc;fp=doc%2Ffilter_xquery.rnc;h=036c2ee122cda64d9976bffb958215aa70b5b999;hb=7ecb962a06af8c29471aefcc65be1e2ef2dbc85e;hp=0000000000000000000000000000000000000000;hpb=b9f90637a6c007fd488f925be8dbfd144caee05b;p=mp-xquery-moved-to-github.git diff --git a/doc/filter_xquery.rnc b/doc/filter_xquery.rnc new file mode 100644 index 0000000..036c2ee --- /dev/null +++ b/doc/filter_xquery.rnc @@ -0,0 +1,19 @@ +# Metaproxy XML config file schema + +namespace mp = "http://indexdata.com/metaproxy" + +filter_xquery = + attribute type { "xquery" }, + attribute id { xsd:NCName }?, + attribute name { xsd:NCName }?, + element mp:script { + attribute name { xsd:string }, + }, + element mp:record { + attribute name { xsd:string }, + }, + element mp:variable { + attribute name { xsd:string }, + attribute value { xsd:string }, + }* +