mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-12 07:40:30 -08:00
Fix: <color> can appear more than once
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
</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="type"/>
|
||||
<xs:element type="xs:string" name="pt" minOccurs="0"/>
|
||||
|
||||
Reference in New Issue
Block a user