From 8317ee625d41059494a490a802fc2bd1f89cdcab Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 8 Dec 2011 12:23:49 +0100 Subject: [PATCH] Fix zoom schema: content_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 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 }?, -- 1.7.10.4