annotate testdata/extended-data.systemx @ 114:4fcac7e162fe

Re #27: Unit requirements * Add unit tests for when the unit with the prerequisite doesn't exist (requirement needn't hold)
author IBBoard <dev@ibboard.co.uk>
date Sun, 03 Apr 2011 19:03:13 +0000
parents d4f6e9ac981e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
42
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
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">
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 <categories extraAttrib="value" ext:extraAttrib="en">
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 <cats:cat id="cat1" name="Characters" minPercentage="0" maxPercentage="50" extraAttrib="value" ext:extraAttrib="en">
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 <child></child>
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6 <child></child>
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
7 </cats:cat>
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
8 </categories>
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
9 <sysStatsList defaultStats="whDefault" extraAttrib="value" ext:extraAttrib="en">
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
10 <sysStats id="whDefault" extraAttrib="value" ext:extraAttrib="en">
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
11 <sysStat name="M" extraAttrib="value" ext:extraAttrib="en">
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
12 <child></child>
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
13 <child></child>
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
14 </sysStat>
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
15 </sysStats>
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16 </sysStatsList>
d4f6e9ac981e Re #152: Test and fix extensibility of current schemas
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
17 </system>