annotate testdata/extended-data.systemx @ 237:833f72be715a default tip

* Remove rogue print statements
author IBBoard <dev@ibboard.co.uk>
date Tue, 06 Nov 2012 20:58:48 +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>