view testdata/xml-factory-util/valid-contained-id.armyx @ 193:cf1c0a91eaa9

Re #350: Add requirement to allow N of unit for specific other units * Add first unit tests for factory, based on existing factory unit tests
author IBBoard <dev@ibboard.co.uk>
date Sat, 03 Dec 2011 16:53:36 +0000
parents b2517bb113d0
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<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">
	<units>
		<unit id="unit1" unitType="swordsmen" unitName="Swordsment" size="10">
			<contains>
				<containedUnit containedID="unit2" />
			</contains>
		</unit>
		<unit id="unit2" unitType="axemen" unitName="Axemen" size="10"/>
	</units>
</army>