Fix zoom schema: content_url is optional
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 8 Dec 2011 11:23:49 +0000 (12:23 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 8 Dec 2011 11:23:49 +0000 (12:23 +0100)
xml/schema/filter_zoom.rnc

index ece0c09..a9d75ec 100644 (file)
@@ -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 }?,