Add 'outside' option on lattice to geometry.rnc.

This commit is contained in:
Paul Romano 2013-05-16 19:41:26 -04:00
parent ee79463f76
commit fbd0fe413e

View file

@ -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 })?
}*
}