Fix XSD schema to accept number of user material placeholders up to 20.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-09-29 11:40:57 +03:00
parent a5e4261e55
commit 8de6fc4473

View file

@ -981,7 +981,7 @@
<xs:simpleType name="userMaterialType">
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="9"/>
<xs:maxInclusive value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>