X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=xml%2Fschema%2Ffilter_zoom.rnc;h=679eadea3639af262b36320b55ba030d62236fa7;hb=298c3c20d481cfce45efa87c69dacdd34861cf05;hp=95d21a013517bb75ee33d742f0493f665625b8fc;hpb=cf16212cc3ea5a38f40b49779814eaeba57e69c0;p=metaproxy-moved-to-github.git diff --git a/xml/schema/filter_zoom.rnc b/xml/schema/filter_zoom.rnc index 95d21a0..679eade 100644 --- a/xml/schema/filter_zoom.rnc +++ b/xml/schema/filter_zoom.rnc @@ -8,6 +8,7 @@ filter_zoom = attribute name { xsd:NCName }?, element mp:torus { attribute url { xsd:string }, + attribute realm { xsd:string }, attribute xsldir { xsd:string }?, attribute element_transform { xsd:string }?, attribute element_raw { xsd:string }?, @@ -29,12 +30,17 @@ filter_zoom = element mp:requestSyntax { xsd:string }?, element mp:sru { xsd:string }?, element mp:transform { xsd:string }?, + element mp:literalTransform { xsd:string }?, element mp:urlRecipe { xsd:string }?, element mp:zurl { xsd:string }, element mp:cfAuth { xsd:string }?, element mp:cfProxy { xsd:string }?, element mp:cfSubDb { xsd:string }?, - element mp:contentConnector { xsd:string }? + element mp:contentConnector { xsd:string }?, + element mp:sortStrategy { xsd:string }?, + element mp:sortmap_author { xsd:string }?, + element mp:sortmap_date { xsd:string }?, + element mp:sortmap_title { xsd:string }? }* }? }?,