Fix XSD schema to accept number of user material placeholders up to 20.
--HG-- branch : develop
This commit is contained in:
parent
a5e4261e55
commit
8de6fc4473
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user