<?xml version="1.0" encoding="utf-8"?>
<booms 
   xmlns="http://www.math.ucla.edu/~ernmon/pic40a/xmlstuff/boomSchema"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.math.ucla.edu/~ernmon/pic40a/xmlstuff/boomSchema booms.xsd">
	<boomerang name="duck" timesbroken="0">
		<type purpose="toy">
			<returning />
		</type>
		<shape>triblade with large holes in wing tips</shape>
		<material>12-ply finnish birch plywood</material>
		<gramweight>46.37</gramweight>
		<specialty>windy throwing conditions</specialty>

		<construction>
			<method>drill, woodfile and sandpaper</method>
			<startdate>2004-07-22</startdate>
			<enddate>2004-07-27</enddate>
			<finishing>beeswax</finishing>
		</construction>

		<flightinfo>
			<meterradius>20</meterradius>
			<pathdescription>elliptical</pathdescription>
		</flightinfo>
	</boomerang>

	<boomerang name="tri" timesbroken="0">
		<type>
			<returning />
		</type>
		<shape>triblade with one hole in center, wings swept forward</shape>
		<material>12-ply finnish birch plywood</material>
		<gramweight>50.12</gramweight>
		<specialty>fast catch</specialty>

		<construction>
			<method>drill, woodfile and sandpaper</method>
			<startdate>2007-08-26</startdate>
			<enddate>2007-08-27</enddate>
			<finishing>beeswax</finishing>
		</construction>

		<flightinfo>
			<meterradius>15</meterradius>
			<pathdescription>fast, level, low and circular</pathdescription>
		</flightinfo>
	</boomerang>
</booms>
