mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 17:32:15 -07:00
make priority optional in xml
This commit is contained in:
parent
ff85cbae91
commit
e3ff785db7
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<xs:element type="xs:string" name="longname" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element type="xs:string" name="settype" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element type="xs:string" name="releasedate" minOccurs="0" maxOccurs="1" />
|
||||
<xs:element type="xs:integer" name="priority" minOccurs="1" maxOccurs="1"/>
|
||||
<xs:element type="xs:integer" name="priority" minOccurs="0" maxOccurs="1"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="cardInSetType">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue