Changed fishingRod max occurs.

Contributed by rocknowx.
This commit is contained in:
MobiusDev 2015-08-18 19:38:22 +00:00
parent 10ba3b6196
commit 81d06c9db9

View File

@ -2,8 +2,8 @@
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence maxOccurs="30" minOccurs="1">
<xs:element name="fishingRod" maxOccurs="30" minOccurs="1">
<xs:sequence maxOccurs="1" minOccurs="1">
<xs:element name="fishingRod" maxOccurs="8" minOccurs="1">
<xs:complexType>
<xs:attribute name="fishingRodDamage" type="xs:decimal" use="required" />
<xs:attribute name="fishingRodLevel" type="xs:positiveInteger" use="required" />