<?xml version="1.0"?>
<endangered_species xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.cookwood.com/xml/examples/schemas_complex/choice.xsd">
<animal>
	<name language="English">Giant River Otter</name>
	<name language="Latin">pteronura brasiliensis</name>
	<threats><threat>habitat destruction</threat>
	<threat>hunting</threat>
	<threat>mercury poisoning from gold mining</threat>
	<threat>pollution from fossil fuel extraction</threat>
	<threat>disturbance from tourists</threat>
	<threat>overfishing</threat>
	<threat>infection by canine distemper virus</threat>
	</threats>
	<weight>60 pounds</weight>
	<length>8 feet long</length>
	<source sectionid="122" newspaperid="21"></source>
	<picture filename="otter.jpg" x="200" y="197"/>	
	
	<!--In this valid instance, instead of a subspecies element, a sequence of region and population elements appears. -->
	<region>Peru, Northern Argentina</region>
	<population year="2000">5000</population>

		</animal>
		 
		
	</endangered_species>

