mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Updated rnc file for meshlines plot xml changes
This commit is contained in:
parent
e67211b09c
commit
2a382d7090
1 changed files with 8 additions and 0 deletions
|
|
@ -26,6 +26,14 @@ element plots {
|
|||
attribute components { list { xsd:int+ } }) &
|
||||
(element background { list { xsd:int+ } } |
|
||||
attribute background { list { xsd:int+ } })
|
||||
}* &
|
||||
element meshlines {
|
||||
(element meshtype { ( "tally" | "entropy" | "ufs" | "cmfd" ) } |
|
||||
attribute meshtype { ( "tally" | "entropy" | "ufs" | "cmfd" ) }) &
|
||||
(element id { xsd:int } | attribute id { xsd:int })? &
|
||||
(element linewidth { xsd:int } | attribute linewidth { xsd:int }) &
|
||||
(element color { list { xsd:int+ } } |
|
||||
attribute color { list { xsd:int+ } })?
|
||||
}*
|
||||
}*
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue