removed groups in filter from tallies rnc file

This commit is contained in:
Bryan Herman 2015-02-14 15:10:19 -05:00
parent de49b1cef4
commit ac1bb5795d

View file

@ -27,9 +27,7 @@ element tallies {
attribute type { ( "cell" | "cellborn" | "material" | "universe" |
"surface" | "mesh" | "energy" | "energyout" ) }) &
(element bins { list { xsd:string { maxLength = "20" }+ } } |
attribute bins { list { xsd:string { maxLength = "20" }+ } }) &
(element groups { xsd:string { maxLength = "20" }+ } |
attribute groups { xsd:string { maxLength = "20" }+ })?
attribute bins { list { xsd:string { maxLength = "20" }+ } })
}* &
element nuclides {
list { xsd:string { maxLength = "12" }+ }