From: Adam Dickmeiss Date: Tue, 21 Aug 2012 13:28:24 +0000 (+0200) Subject: Fix zoom schema: auth_url is optional X-Git-Tag: v1.3.43~3 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=001faafd8baac9e3b802eaf89eb49c6546d7edd7;p=metaproxy-moved-to-github.git Fix zoom schema: auth_url is optional --- diff --git a/xml/schema/filter_zoom.rnc b/xml/schema/filter_zoom.rnc index 68373ae..06d0694 100644 --- a/xml/schema/filter_zoom.rnc +++ b/xml/schema/filter_zoom.rnc @@ -7,7 +7,7 @@ filter_zoom = attribute id { xsd:NCName }?, attribute name { xsd:NCName }?, element mp:torus { - attribute auth_url { xsd:string }, + attribute auth_url { xsd:string }?, attribute url { xsd:string }, attribute content_url { xsd:string }?, attribute realm { xsd:string },