view testdata/xml_output.xml @ 224:49480e1a8f90

Re #359: Add "only contained" attribute to unit types * Add tests to make sure contained units aren't returned in list for category
author IBBoard <dev@ibboard.co.uk>
date Sat, 14 Apr 2012 16:58:20 +0100
parents e29650db551f
children
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?>
<army>
  <race>Mock Race</race>
  <name>Mock Army</name>
  <pointsAvailable>2000</pointsAvailable>
  <pointsUsed>0</pointsUsed>
  <category type="Mock Category">
    <unit name="Mock Unit Type" points="0" models="10">
      <statLine>
        <stat name="name" value="Mock Unit Type" />
      </statLine>
    </unit>
  </category>
</army>