<?xml version="1.0" encoding="UTF-8"?>
<Department xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance" xsi:noNamespaceSchemaLocation="foxcourses.xsd" code="CS">
	<Title>Computer Science</Title>
	<ContactInfo>
		<Address type="postal">
			<Street>203 Love Building</Street>
			<City>Tallahassee</City>
			<State>FL</State>
			<Zip>32306</Zip>
		</Address>
		<Phone type="fax">
			<AreaCode>850</AreaCode>
			<Number>6440058</Number>
		</Phone>
	</ContactInfo>
	<Faculty>
		<Person>
			<Name>
				<Title>Dr</Title>
				<First>Geoffrey</First>
				<Middle>C</Middle>
				<Last>Fox</Last>
			</Name>
			<ContactInfo>
				<Address type="work">
					<Street>400 Dirac Science Lib</Street>
					<Extension>Florida State University</Extension>
					<City>Tallahassee</City>
					<State>FL</State>
					<Zip>32306</Zip>
				</Address>
				<Phone type="work">
					<Number>6444587</Number>
				</Phone>
				<Email type="work">fox@csit.fsu.edu</Email>
			</ContactInfo>
			<Identifiers>
				<SSN>123-45-6789</SSN>
			</Identifiers>
			<JobTitle>Professor</JobTitle>
			<Schedule>
				<Term semester="Spring" year="01">
					<Course courseid="CIS5930" section="08" refnum="08166"/>
				</Term>
			</Schedule>
			<Room>415</Room>
		</Person>
	</Faculty>
	<CourseOfferings>
		<Term semester="Spring" year="01">
			<Course courseid="CIS5930" section="08" refnum="08166">
				<Title>Applications of Information Technology II</Title>
				<Description>This is the second course in a two-semester sequence covering the application of information technologies of current interest for education, electronic commerce, scientific research, and distributed systems in general</Description>
				<Where>499 Dirac Science Library</Where>
				<Days>MWF</Days>
				<Begin>14:30:00-05:00</Begin>
				<End>15:20:00-05:00</End>
				<URL>http://aspen.ucs.indiana.edu/it2spring01/</URL>
			</Course>
		</Term>
	</CourseOfferings>
	<Students>
		<Student>
			<Name>
				<First>Ozgur</First>
				<Last>Balsoy</Last>
			</Name>
			<ContactInfo>
				<Address type="work">
					<Street>400 Dirac Science Lib</Street>
					<City>Tallahassee</City>
					<State>FL</State>
					<Zip>32306</Zip>
				</Address>
				<Phone type="work"><Number>8567977</Number></Phone>
				<Email type="work">ozgur@csit.fsu.edu</Email>
				<Email type="hotmail">balsoy@hotmail.com</Email>
			</ContactInfo>
			<Identifiers>
				<SSN>121-12-1212</SSN>
				<ID>2989343311232215</ID>
			</Identifiers>
			<Class>Graduate</Class>
			<Department>CS</Department>
			<Schedule>
				<Term semester="Spring" year="01">
					<Course courseid="CIS5930" section="08" refnum="08166"/>
				</Term>
			</Schedule>
		</Student>
		<Student>
			<Name>
				<First>John</First>
				<Last>Doe</Last>
			</Name>
			<ContactInfo>
				<Address type="home">
					<Street>101 Tennessee St</Street>
					<City>Tallahassee</City>
					<State>FL</State>
					<Zip>32308</Zip>
				</Address>
			</ContactInfo>
			<Identifiers>
				<SSN>123-22-1111</SSN>
			</Identifiers>
			<Class>Graduate</Class>
			<Department>CS</Department>
			<Schedule>
				<Term semester="Spring" year="01">
					<Course courseid="CIS5930" section="08" refnum="08166"/>
				</Term>
			</Schedule>
		</Student>
	</Students>
</Department>
