Fix bug in XSD schema. Piece path attribute visible must be a string.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-02-13 18:01:40 +02:00
parent c9abc051e1
commit 1b60d5d5cf
2 changed files with 2 additions and 2 deletions

View file

@ -432,7 +432,7 @@
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="typeLine" type="curvePenStyle"/>
<xs:attribute name="cut" type="xs:boolean"/>
<xs:attribute name="visible" type="xs:boolean"/>
<xs:attribute name="visible" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="tools" minOccurs="0" maxOccurs="unbounded">

View file

@ -432,7 +432,7 @@
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="typeLine" type="curvePenStyle"/>
<xs:attribute name="cut" type="xs:boolean"/>
<xs:attribute name="visible" type="xs:boolean"/>
<xs:attribute name="visible" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="tools" minOccurs="0" maxOccurs="unbounded">