diff --git a/src/relaxng/tallies.rnc b/src/relaxng/tallies.rnc index 06959276bc..92c002ee5b 100644 --- a/src/relaxng/tallies.rnc +++ b/src/relaxng/tallies.rnc @@ -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" }+ }