Fixed missed attribute in XML schema.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-03-28 11:08:11 +02:00
parent bd9af61754
commit 2cab9b4f90

View File

@ -219,6 +219,7 @@
<xs:attribute name="mx" type="xs:double"></xs:attribute>
<xs:attribute name="my" type="xs:double"></xs:attribute>
<xs:attribute name="type" type="xs:string"></xs:attribute>
<xs:attribute name="reverse" type="xs:unsignedInt"></xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>