projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90d10ee
)
Fix zoom schema: auth_url is optional
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 21 Aug 2012 13:28:24 +0000
(15:28 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 21 Aug 2012 13:28:24 +0000
(15:28 +0200)
xml/schema/filter_zoom.rnc
patch
|
blob
|
history
diff --git
a/xml/schema/filter_zoom.rnc
b/xml/schema/filter_zoom.rnc
index
68373ae
..
06d0694
100644
(file)
--- a/
xml/schema/filter_zoom.rnc
+++ b/
xml/schema/filter_zoom.rnc
@@
-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 },