From cb6d93b675a17201e65cf4d41bf351d59ff21a4e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 2 Oct 2012 10:58:56 +0200 Subject: [PATCH] Update zoom schema Torus attributes url and realm are optional. --- xml/schema/filter_zoom.rnc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }?, -- 1.7.10.4