From fbd0fe413ef8454cb63449be5e82c55367dbc66b Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 16 May 2013 19:41:26 -0400 Subject: [PATCH] Add 'outside' option on lattice to geometry.rnc. --- src/templates/geometry.rnc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/templates/geometry.rnc b/src/templates/geometry.rnc index 4e4d1bd413..b7975d05f3 100644 --- a/src/templates/geometry.rnc +++ b/src/templates/geometry.rnc @@ -29,6 +29,7 @@ element geometry { attribute dimension { list { xsd:positiveInteger+ } }) & (element lower_left { list { xsd:double+ } } | attribute lower_left { list { xsd:double+ } }) & (element width { list { xsd:double+ } } | attribute width { list { xsd:double+ } }) & - (element universes { list { xsd:int+ } } | attribute universes { list { xsd:int+ } }) + (element universes { list { xsd:int+ } } | attribute universes { list { xsd:int+ } }) & + (element outside { xsd:int } | attribute outside { xsd:int })? }* }