<?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_simple/minInclusive.xsd">
<animal>
	<name language="English">Tiger</name>
	<name language="Latin">panthera tigris</name>
	<threats><threat>poachers</threat>
	<threat>habitat destruction</threat>
	<threat>trade in tiger bones for traditional Chinese medicine (TCM)</threat>
	</threats>
	<weight>500 pounds</weight>
	<length>3 yards from nose to tail</length>
	<source sectionid="120" newspaperid="21"></source>
	<picture filename="tiger.jpg" x="200" y="197"/>
		
	<subspecies>
		<name language="English">Amur or Siberian</name>
		<name language="Latin">P.t. altaica</name>
		<region>Far East Russia</region>
		<population>5000</population>
		</subspecies>
	
	<subspecies>
		<name language="English">Balian</name>
		<name language="Latin">P.t. balica</name>
		<region>Bali</region>
		<population>4999</population>
	</subspecies>
	<!--This start_date element is also valid since its contents are greater than (later) the minInclusive value -->
	<start_date>1999-07-26</start_date>
	
	<!-- I've eliminated the other subspecies for simplicity's sake.-->
	</animal>
<!-- I've eliminated the Black Rhino section for simplicity's sake.-->
	</endangered_species>

