cell rotation switched back to double in RelaxNG schema

This commit is contained in:
Bryan Herman 2015-02-19 07:46:07 -05:00
parent 50d9de5def
commit ea1df445d2

View file

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