From 001faafd8baac9e3b802eaf89eb49c6546d7edd7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 21 Aug 2012 15:28:24 +0200 Subject: [PATCH] Fix zoom schema: auth_url is optional --- xml/schema/filter_zoom.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- 1.7.10.4