Fix bug in XSD schema. Piece path attribute visible must be a string.
--HG-- branch : develop
This commit is contained in:
parent
c9abc051e1
commit
1b60d5d5cf
|
@ -432,7 +432,7 @@
|
||||||
<xs:attribute name="name" type="xs:string"/>
|
<xs:attribute name="name" type="xs:string"/>
|
||||||
<xs:attribute name="typeLine" type="curvePenStyle"/>
|
<xs:attribute name="typeLine" type="curvePenStyle"/>
|
||||||
<xs:attribute name="cut" type="xs:boolean"/>
|
<xs:attribute name="cut" type="xs:boolean"/>
|
||||||
<xs:attribute name="visible" type="xs:boolean"/>
|
<xs:attribute name="visible" type="xs:string"/>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="tools" minOccurs="0" maxOccurs="unbounded">
|
<xs:element name="tools" minOccurs="0" maxOccurs="unbounded">
|
||||||
|
|
|
@ -432,7 +432,7 @@
|
||||||
<xs:attribute name="name" type="xs:string"/>
|
<xs:attribute name="name" type="xs:string"/>
|
||||||
<xs:attribute name="typeLine" type="curvePenStyle"/>
|
<xs:attribute name="typeLine" type="curvePenStyle"/>
|
||||||
<xs:attribute name="cut" type="xs:boolean"/>
|
<xs:attribute name="cut" type="xs:boolean"/>
|
||||||
<xs:attribute name="visible" type="xs:boolean"/>
|
<xs:attribute name="visible" type="xs:string"/>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="tools" minOccurs="0" maxOccurs="unbounded">
|
<xs:element name="tools" minOccurs="0" maxOccurs="unbounded">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user