X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=xml%2Fschema%2Ffilter_zoom.rnc;h=914053921cdabe3c3ab027aeb6702b4c9a9ee0a2;hb=48303fd661d8987d0ad1211180b36cd7c2484d46;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..9140539 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 }?, @@ -28,13 +29,19 @@ filter_zoom = element mp:recordEncoding { xsd:string }?, element mp:requestSyntax { xsd:string }?, element mp:sru { xsd:string }?, + element mp:sruVersion { 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:cfSubDB { 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 }? }* }? }?,