From: Adam Dickmeiss Date: Tue, 2 Oct 2012 08:58:56 +0000 (+0200) Subject: Update zoom schema X-Git-Tag: v1.3.47~11 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=cb6d93b675a17201e65cf4d41bf351d59ff21a4e;p=metaproxy-moved-to-github.git Update zoom schema Torus attributes url and realm are optional. --- diff --git a/xml/schema/filter_zoom.rnc b/xml/schema/filter_zoom.rnc index 06d0694..8d440e2 100644 --- a/xml/schema/filter_zoom.rnc +++ b/xml/schema/filter_zoom.rnc @@ -8,9 +8,9 @@ filter_zoom = attribute name { xsd:NCName }?, element mp:torus { attribute auth_url { xsd:string }?, - attribute url { xsd:string }, + attribute url { xsd:string }?, attribute content_url { xsd:string }?, - attribute realm { xsd:string }, + attribute realm { xsd:string }?, attribute xsldir { xsd:string }?, attribute element_transform { xsd:string }?, attribute element_raw { xsd:string }?,