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:
d658926
)
Fix zoom schema: content_url is optional
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 8 Dec 2011 11:23:49 +0000
(12:23 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 8 Dec 2011 11:23:49 +0000
(12:23 +0100)
xml/schema/filter_zoom.rnc
patch
|
blob
|
history
diff --git
a/xml/schema/filter_zoom.rnc
b/xml/schema/filter_zoom.rnc
index
ece0c09
..
a9d75ec
100644
(file)
--- a/
xml/schema/filter_zoom.rnc
+++ b/
xml/schema/filter_zoom.rnc
@@
-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 }?,