Add <create_fission_neutrons> to rng and rnc

This commit is contained in:
Sterling Harper 2018-01-18 18:04:15 -05:00
parent b9286c0322
commit 2821ce589f
2 changed files with 7 additions and 0 deletions

View file

@ -3,6 +3,8 @@ element settings {
element confidence_intervals { xsd:boolean }? &
element create_fission_neutrons { xsd:boolean }? &
element cutoff {
(element weight { xsd:double } | attribute weight { xsd:double })? &
(element weight_avg { xsd:double } | attribute weight_avg { xsd:double })?

View file

@ -11,6 +11,11 @@
<data type="boolean"/>
</element>
</optional>
<optional>
<element name="create_fission_neutrons">
<data type="boolean"/>
</element>
</optional>
<optional>
<element name="cutoff">
<interleave>