<?xml version="1.0" standalone="no"?>
<!-- edited with XML Spy v4.0.1 (http://www.xmlspy.com) by Steve Marsh (Ohio University) -->
<OUpeople xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="OUpeople.xsd">
	<faculty facultyId="OU111" hireDate="03/03/85" status="untenured">
		<name>Jim White</name>
		<department>Marketing</department>
		<office>70 Copeland Hall</office>
		<phone type="home">740-589-0222</phone>
		<email>john.white@ohio.edu</email>
	</faculty>
	<student studentId="x11111111" class="junior">
		<name>John Smith</name>
		<address type="local">
			<street>Main</street>
			<city>Athens</city>
			<state>Ohio</state>
			<zip>45701</zip>
			<country>USA</country>
		</address>
		<address type="permanent">
			<street>Baker street</street>
			<city>Boston</city>
			<state>MA</state>
			<zip>55143</zip>
			<country>USA</country>
		</address>
		<studentPhone type="local">555-559-9119</studentPhone>
		<studentPhone type="mobile">222-555-8552</studentPhone>
		<email>john.smith@ohiou.edu</email>
		<email>Jonny444@hotmail.com</email>
	</student>
	<staff staffId="S001" hireDate="01/2/81" supervisor="OU111">
		<name>Patti Smith</name>
		<position>Health Services Director</position>
		<officeAddress>52 Peden Stadium</officeAddress>
		<phone type="office">740-597-1111</phone>
		<phone type="mobile">740-597-1112</phone>
	</staff>
	<faculty facultyId="OU111" hireDate="01/01/90" status="untenured">
		<name>Bob Nagy</name>
		<department>MIS</department>
		<office>100 Copeland Hall</office>
		<phone type="home">555-333-2222</phone>
		<email>Nagy@ohio.edu</email>
		<email>BOBERS@yahoo.com</email>
	</faculty>
	<student studentId="x12345678" class="senior">
		<name>Steve Marsh</name>
		<address type="local">
			<street>50 State st.</street>
			<city>Athens</city>
			<state>Ohio</state>
			<zip>45701</zip>
			<country>USA</country>
		</address>
		<address type="permanent">
			<street>1974 Brookdale rd.</street>
			<city>Richmond Hts</city>
			<state>Ohio</state>
			<zip>44143</zip>
			<country>USA</country>
		</address>
		<studentPhone type="local">740-589-9999</studentPhone>
		<studentPhone type="mobile">216-5-965-8932</studentPhone>
		<email>stephen.mash@ohiou.edu</email>
		<email>Marsh@ohiou.edu</email>
		<email>SteveMarsh@aol.com</email>
	</student>
	
	<staff staffId="S002" hireDate="01/2/80" supervisor="OU121">
		<name>Lance Boo Connor</name>
		<position>Football Coach</position>
		<officeAddress>100 Peden Stadium</officeAddress>
		<phone type="office">740-593-5555</phone>
		<phone type="mobile">740-597-8895</phone>
	</staff>
</OUpeople>
