mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
update schema for settings.xml
This commit is contained in:
parent
1e2f803776
commit
49b09c00da
2 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ element settings {
|
|||
(element weight_avg { xsd:double } | attribute weight_avg { xsd:double })?
|
||||
}? &
|
||||
|
||||
element energy_grid { ( "nuclide" | "log" | "logarithm" | "logarithmic" ) }? &
|
||||
element energy_grid { ( "nuclide" | "log" | "logarithm" | "logarithmic" | "material-union" | "union" ) }? &
|
||||
|
||||
element entropy {
|
||||
(element dimension { list { xsd:int+ } } |
|
||||
|
|
|
|||
|
|
@ -106,6 +106,8 @@
|
|||
<value>log</value>
|
||||
<value>logarithm</value>
|
||||
<value>logarithmic</value>
|
||||
<value>material-union</value>
|
||||
<value>union</value>
|
||||
</choice>
|
||||
</element>
|
||||
</optional>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue