comparison testdata/xml-race-factory/different-extra-data-key.racex @ 60:f2348c00e633

Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type * Add tests and test data for extra data keys
author IBBoard <dev@ibboard.co.uk>
date Sat, 19 Jun 2010 15:50:35 +0000
parents
children 102887bd063b
comparison
equal deleted inserted replaced
59:6efa080b500f 60:f2348c00e633
1 <?xml version="1.0" encoding="UTF-8"?>
2 <race xmlns="http://ibboard.co.uk/warfoundry/race" xmlns:core="http://ibboard.co.uk/warfoundry/core" id="Empire" name="Empire" system="default">
3 <units>
4 <unit id="Empire1" typeName="Empire General" cat="cat1" points="100" maxNum="1" maxSize="1">
5 <stats>
6 <stat name="M">4</stat>
7 <stat name="WS">6</stat>
8 <stat name="BS">6</stat>
9 <stat name="S">4</stat>
10 <stat name="T">4</stat>
11 <stat name="W">3</stat>
12 <stat name="I">6</stat>
13 <stat name="A">4</stat>
14 <stat name="Ld">9</stat>
15 </stats>
16 <extraData>
17 <data id="data1"></data>
18 <data id="data2"></data>
19 </extraData>
20 </unit>
21 </units>
22 </race>