Make batches/interval sub-attribute optional in settings.rnc.

This commit is contained in:
Paul Romano 2014-03-05 17:11:52 -05:00
parent 23bd929683
commit 1abdcff458

View file

@ -101,7 +101,7 @@ element settings {
attribute batches { list { xsd:positiveInteger+ } }) |
(element interval { xsd:positiveInteger } |
attribute interval { xsd:positiveInteger })
) &
)? &
(element separate { xsd:boolean } |
attribute separate { xsd:boolean })? &
(element write { xsd:boolean } |