Card Database Schemas
Cockatrice uses XML files to store information of available cards to be used in the app (cards.xml).
The token file follows the schema of the card database (tokens.xml), too.
Saved decks (<deckname>.xml) use a different schema.
Card Database Parsing
TODO