Fix zoom schema: auth_url is optional
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 21 Aug 2012 13:28:24 +0000 (15:28 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 21 Aug 2012 13:28:24 +0000 (15:28 +0200)
xml/schema/filter_zoom.rnc

index 68373ae..06d0694 100644 (file)
@@ -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 },