annotate testdata/xml-factory-util/duplicate-unit-id.armyx @ 111:f0b488c9f29b

Re #27: Define unit requirements * Rebuild and add unit test for "no more than N" requirement
author IBBoard <dev@ibboard.co.uk>
date Wed, 30 Mar 2011 19:07:33 +0000
parents b2517bb113d0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
69
b2517bb113d0 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
b2517bb113d0 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 <army xmlns="http://ibboard.co.uk/warfoundry/army" xmlns:core="http://ibboard.co.uk/warfoundry/core" xmlns:ext="http://ibboard.co.uk/warfoundry/missing" id="army" name="" system="" race="" maxPoints="100">
b2517bb113d0 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 <units>
b2517bb113d0 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 <unit id="unit1" unitType="swordsmen" unitName="Swordsment" size="10"/>
b2517bb113d0 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 <unit id="unit1" unitType="swordsmen" unitName="Swordsment" size="10"/>
b2517bb113d0 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6 </units>
b2517bb113d0 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
7 </army>