<?xml version="1.0" encoding="UTF-8"?>
<facultyScheduling xmlns:xsi="http://www.w3.org/2001/XMLSchema-Instance" xsi:noNamespaceSchemaLocation="./facultyScheduling.xsd">
	
<course> 
	<instructor_name></instructor_name>
	<course_title></course_title>
	<course_no></course_no>
	<course_description></course_description>
	<discipline></discipline>
	<prereq>
		<courseNo></courseNo>
		<studStatus></studStatus>
	</prereq>
	<colisted>
		<courseNo></courseNo>
	</colisted>
	<co_req>
		<courseNo></courseNo>
	</co_req>
	<qtr></qtr>
	<time>
		<day></day>
		<hour></hour>
	</time>
	<course_type>
		lecture, lab or studio
	</course_type>
	<credit_hours></credit_hours>
	<section>
		<section_no></section_no>
		<section_notes></section_notes>
	</section>
	<dept>
		<dept_code></dept_code>
		<dept_name></dept_name>
	</dept>
	<building no="">
		<floor_no></floor_no>
		<room_no></room_no>
	</building>
	<student_register>
		<max_student></max_student>
		<min_student></min_student>
		<number_student_registered></number_student_registered>
	</student_register>
	<classroomReq>
		<software_needs>
			<program name="Morphon XML Editor">
				<program_description>XML Editor</program_description>
			</program>
			<program name="Mozilla Firefox">
				<program_description>State-of the art web browser</program_description>
			</program>
		</software_needs>
		<hardware_needs>
			<device>
				<count max="35" min="0"></count>
				<type>PC</type>
				<device_description>Standard computing platform</device_description>
			</device>
			<device>
				<count max="35" min="0"></count>
				<type>Mac</type>
				<device_description>Not-so-standard computing platform</device_description>
			</device>
		</hardware_needs>	
	</classroomReq>
</course>

	<request_information course_preference="1" priority="2">
		<instructor_name></instructor_name>
		<software_needs>
			<program name="Morphon XML Editor">
				<program_description>XML Editor</program_description>
			</program>
			<program name="Mozilla Firefox">
				<program_description>State-of the art web browser</program_description>
			</program>
		</software_needs>
		<hardware_needs>
			<device>
				<count max="35" min="0"></count>
				<type>PC</type>
				<device_description>Standard computing platform</device_description>
			</device>
			<device>
				<count max="35" min="0"></count>
				<type>Mac</type>
				<device_description>Not-so-standard computing platform</device_description>
			</device>
		</hardware_needs>
		<instructor_notes>Blah Blah Blah</instructor_notes>
	</request_information>

	<instructor_information>
		<name>Tona Henderson</name>
		<discipline>CME</discipline>
		<load_reqs>6</load_reqs>
	</instructor_information>
</facultyScheduling>
