From 2a382d70908c153098595f128d21b13ea55baa6d Mon Sep 17 00:00:00 2001 From: Nick Horelik Date: Tue, 7 Oct 2014 00:59:39 -0400 Subject: [PATCH] Updated rnc file for meshlines plot xml changes --- src/relaxng/plots.rnc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/relaxng/plots.rnc b/src/relaxng/plots.rnc index 3c29ba4e0b..a7c657864d 100644 --- a/src/relaxng/plots.rnc +++ b/src/relaxng/plots.rnc @@ -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+ } })? }* }* }