From: Adam Dickmeiss Date: Thu, 8 Dec 2011 11:23:49 +0000 (+0100) Subject: Fix zoom schema: content_url is optional X-Git-Tag: v1.3.18~1 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=8317ee625d41059494a490a802fc2bd1f89cdcab;p=metaproxy-moved-to-github.git Fix zoom schema: content_url is optional --- diff --git a/xml/schema/filter_zoom.rnc b/xml/schema/filter_zoom.rnc index ece0c09..a9d75ec 100644 --- a/xml/schema/filter_zoom.rnc +++ b/xml/schema/filter_zoom.rnc @@ -8,7 +8,7 @@ filter_zoom = attribute name { xsd:NCName }?, element mp:torus { attribute url { xsd:string }, - attribute content_url { xsd:string }, + attribute content_url { xsd:string }?, attribute realm { xsd:string }, attribute xsldir { xsd:string }?, attribute element_transform { xsd:string }?,