Update settings.xml RELAX NG schema.

This commit is contained in:
Paul Romano 2014-03-05 16:55:40 -05:00
parent 76cbf0ffaa
commit 23bd929683

View file

@ -102,10 +102,10 @@ element settings {
(element interval { xsd:positiveInteger } |
attribute interval { xsd:positiveInteger })
) &
(element source_separate { xsd:boolean } |
attribute source_separate { xsd:boolean })? &
(element source_write { xsd:boolean } |
attribute source_write { xsd:boolean })? &
(element separate { xsd:boolean } |
attribute separate { xsd:boolean })? &
(element write { xsd:boolean } |
attribute write { xsd:boolean })? &
(element overwrite_latest { xsd:boolean} |
attribute overwrite_latest {xsd:boolean})?
}? &