Mercurial > repos > IBBoard.WarFoundry.API.Tests
comparison testdata/extended-data.systemx @ 42:d4f6e9ac981e
Re #152: Test and fix extensibility of current schemas
* Test system and army files
* Test multiple unknown children in racex file
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 13 Mar 2010 20:50:31 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
41:9980a76e6a5e | 42:d4f6e9ac981e |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <system xmlns="http://ibboard.co.uk/warfoundry/system" xmlns:cats="http://ibboard.co.uk/warfoundry/cats" xmlns:ext="http://ibboard.co.uk/warfoundry/missing" id="test" name="Test Game System" warn="false" extraAttrib="value" ext:extraAttrib="en"> | |
3 <categories extraAttrib="value" ext:extraAttrib="en"> | |
4 <cats:cat id="cat1" name="Characters" minPercentage="0" maxPercentage="50" extraAttrib="value" ext:extraAttrib="en"> | |
5 <child></child> | |
6 <child></child> | |
7 </cats:cat> | |
8 </categories> | |
9 <sysStatsList defaultStats="whDefault" extraAttrib="value" ext:extraAttrib="en"> | |
10 <sysStats id="whDefault" extraAttrib="value" ext:extraAttrib="en"> | |
11 <sysStat name="M" extraAttrib="value" ext:extraAttrib="en"> | |
12 <child></child> | |
13 <child></child> | |
14 </sysStat> | |
15 </sysStats> | |
16 </sysStatsList> | |
17 </system> |