From 7e5890242666c658b790de08e9d72c3cfac9a2ff Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 10 Feb 2012 15:26:24 +0100 Subject: [PATCH] Update zoom schema: new explain_xsl attribute --- xml/schema/filter_zoom.rnc | 1 + 1 file changed, 1 insertion(+) diff --git a/xml/schema/filter_zoom.rnc b/xml/schema/filter_zoom.rnc index a9d75ec..08fb6f6 100644 --- a/xml/schema/filter_zoom.rnc +++ b/xml/schema/filter_zoom.rnc @@ -14,6 +14,7 @@ filter_zoom = attribute element_transform { xsd:string }?, attribute element_raw { xsd:string }?, attribute proxy { xsd:string }?, + attribute explain_xsl { xsd:string }?, element mp:records { element mp:record { element mp:authentication { xsd:string }?, -- 1.7.10.4