From ea1df445d26b9fd8a889e0c91d93c4fd0d193df8 Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Thu, 19 Feb 2015 07:46:07 -0500 Subject: [PATCH] cell rotation switched back to double in RelaxNG schema --- src/relaxng/geometry.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/relaxng/geometry.rnc b/src/relaxng/geometry.rnc index 14383f40b0..e93c8a9a83 100644 --- a/src/relaxng/geometry.rnc +++ b/src/relaxng/geometry.rnc @@ -8,7 +8,7 @@ element geometry { attribute material { ( xsd:int | "void" ) }) ) & (element surfaces { list { xsd:int* } } | attribute surfaces { list { xsd:int* } })? & - (element rotation { list { xsd:int+ } } | attribute rotation { list { xsd:int+ } })? & + (element rotation { list { xsd:double+ } } | attribute rotation { list { xsd:double+ } })? & (element translation { list { xsd:double+ } } | attribute translation { list { xsd:double+ } })? }*