Fix bug in XSD schema.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2019-02-12 12:49:12 +02:00
parent 17760219ea
commit 2d0b79ef47

View File

@ -415,8 +415,8 @@
<xs:attribute name="excluded" type="xs:boolean"/>
<xs:attribute name="softExcluded" type="xs:boolean"/>
<xs:attribute name="checkUniqueness" type="xs:boolean"/>
<xs:attribute name="before" type="xs:double"/>
<xs:attribute name="after" type="xs:double"/>
<xs:attribute name="before" type="xs:string"/>
<xs:attribute name="after" type="xs:string"/>
<xs:attribute name="angle" type="nodeAngle"/>
<xs:attribute name="passmark" type="xs:boolean"/>
<xs:attribute name="passmarkLine" type="passmarkLineType"/>