Improve XSD schema, more checks.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-01-21 15:06:08 +02:00
parent bb515ff9fc
commit 1cfd53c51e

View file

@ -740,6 +740,14 @@
<xs:selector xpath=".//increment"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniqueDrawName">
<xs:selector xpath="draw"/>
<xs:field xpath="@name"/>
</xs:unique>
<xs:unique name="uniquePatternMaterialNumber">
<xs:selector xpath="patternMaterials/material"/>
<xs:field xpath="@number"/>
</xs:unique>
</xs:element>
<xs:simpleType name="shortName">
<xs:restriction base="xs:string">