<?xml version="1.0" encoding="utf-8"?>
<fleet
   xmlns="http://www.math.ucla.edu/~ernmon/fleetSchema"      
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"      
   xsi:schemaLocation="http://www.math.ucla.edu/~ernmon/fleetSchema fleet3.xsd">
<ship>
	<class size = "small">tie-fighter</class>
	<crew>1</crew>
	<wl>
		<w>laser</w>
		<w>torpedo</w>
	</wl>
	<!-- get rid of entity, no way to define in schema -->
	<description>It looks like tie_fighter. <![CDATA[blah blah blah]]> </description>	
</ship>
</fleet>