Fixed issue #190. Decimal number in detail produces file open error.

--HG--
branch : develop
This commit is contained in:
dismine 2014-11-20 14:22:00 +02:00
parent 8c908f84ee
commit 15f99ac850

View File

@ -250,7 +250,7 @@
<xs:attribute name="supplement" type="xs:unsignedInt"></xs:attribute>
<xs:attribute name="mx" type="xs:double"></xs:attribute>
<xs:attribute name="my" type="xs:double"></xs:attribute>
<xs:attribute name="width" type="xs:unsignedInt"></xs:attribute>
<xs:attribute name="width" type="xs:double"></xs:attribute>
<xs:attribute name="name" type="xs:string"></xs:attribute>
<xs:attribute name="closed" type="xs:unsignedInt"></xs:attribute>
</xs:complexType>