mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Make batches/interval sub-attribute optional in settings.rnc.
This commit is contained in:
parent
23bd929683
commit
1abdcff458
1 changed files with 1 additions and 1 deletions
|
|
@ -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 } |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue