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:
f93c665
)
Update zoom schema
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 2 Oct 2012 08:58:56 +0000
(10:58 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 2 Oct 2012 08:58:56 +0000
(10:58 +0200)
Torus attributes url and realm are optional.
xml/schema/filter_zoom.rnc
patch
|
blob
|
history
diff --git
a/xml/schema/filter_zoom.rnc
b/xml/schema/filter_zoom.rnc
index
06d0694
..
8d440e2
100644
(file)
--- a/
xml/schema/filter_zoom.rnc
+++ b/
xml/schema/filter_zoom.rnc
@@
-8,9
+8,9
@@
filter_zoom =
attribute name { xsd:NCName }?,
element mp:torus {
attribute auth_url { xsd:string }?,
- attribute url { xsd:string },
+ attribute url { xsd:string }?,
attribute content_url { xsd:string }?,
- attribute realm { xsd:string },
+ attribute realm { xsd:string }?,
attribute xsldir { xsd:string }?,
attribute element_transform { xsd:string }?,
attribute element_raw { xsd:string }?,