<?xml version="1.0" encoding="UTF-8"?>
<!--Exercise for Complex Type Schema Lesson 6-->
<directory xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation=
"complex_directory.xsd">
	<employee>
		<last_name id="022">Davolio</last_name>
		<first_name>Nancy</first_name>
		<title>Sales Representative</title>
		<title_of_courtesy>Ms.</title_of_courtesy>
		<birth_date>12/8/1968</birth_date>
		<hire_date>5/1/1992</hire_date>
		<contact_info>
			<address>507 - 20th Ave. E. Apt. 2A</address>
			<city>Seattle</city>
			<region>WA</region>
			<postal_code>98122</postal_code>
			<time_zone>Pacific</time_zone>
			<country>USA</country>
			<cell_phone>(206) 555-9857</cell_phone>
		</contact_info>
		<photo></photo>
		<notes>Education includes a <major>BA in psychology </major>from Colorado State University.  She also completed &quot;The Art of the Cold Call.&quot;  Nancy is a member of Toastmasters International.</notes>
		<reports_to>2</reports_to>
	</employee>
</directory>