Fix: <color> can appear more than once
This commit is contained in:
parent
c1b7d71dca
commit
b2e1855af7
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
</xs:simpleContent>
|
</xs:simpleContent>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element type="xs:string" name="color" minOccurs="0"/>
|
<xs:element type="xs:string" name="color" minOccurs="0" maxOccurs="unbounded"/>
|
||||||
<xs:element type="xs:string" name="manacost"/>
|
<xs:element type="xs:string" name="manacost"/>
|
||||||
<xs:element type="xs:string" name="type"/>
|
<xs:element type="xs:string" name="type"/>
|
||||||
<xs:element type="xs:string" name="pt" minOccurs="0"/>
|
<xs:element type="xs:string" name="pt" minOccurs="0"/>
|
||||||
|
|
Loading…
Reference in a new issue