<?xml version="1.0"?>
<!DOCTYPE endangered_species SYSTEM "http://www.cookwood.com/xml/examples/dtd_defining/choices.dtd">

<endangered_species>
<animal>
	<name language="English">Tiger</name>
	<threats><threat>poachers</threat>
	<threat>habitat destruction</threat>
	<threat>trade in tiger bones for traditional Chinese medicine (TCM)</threat>
	</threats>
	
	<!-- according to choices.dtd, the characteristics element can contain the sequence of weight followed by length, or it can have a picture element. It may not have both the sequence and the picture element. 

In this valid example, there is a picture element but no sequence.-->

	<characteristics>
	<picture filename="tiger.jpg" x="200" y="197"/>
	</characteristics>
	<source sectionid="120" newspaperid="21"></source>
	<subspecies>
		<name language="English">Amur or Siberian</name>
		<name language="Latin">P.t. altaica</name>
		<region>Far East Russia</region>
		<population year="1999">445</population>
		</subspecies>
	
	</animal>
	</endangered_species>
