Fix: <color> can appear more than once

This commit is contained in:
Fabio Bas 2014-07-31 18:40:10 +02:00
parent c1b7d71dca
commit b2e1855af7

View file

@ -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"/>