<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="courses.xsl"?>

<courses>
	<course idno="LIS100">
		<name>Foundations of LIS</name>
		<required>Yes</required>
		<prereq>None</prereq>
		<prof>Jane Doe</prof>
		<prof>Felix Unger</prof>
		<program> </program>
		<nextClass> </nextClass>
		<noOfSections>5</noOfSections>
		<maxEnrollment>30</maxEnrollment>
		<currentEnrollment>17</currentEnrollment>
	</course>
	<course idno="LIS401">
		<name>Introduction to Archives</name>
		<required>No</required>
		<prereq>None</prereq>
		<prof>Jeannette Bastian</prof>
		<prof>Tywanna Whorley</prof>
		<program>Archives</program>
		<nextClass>LIS402</nextClass>
		<noOfSections>2</noOfSections>
		<maxEnrollment>30</maxEnrollment>
		<currentEnrollment>30</currentEnrollment>
	</course>
	<course idno="LIS402">
		<name>Manuscript Collections</name>
		<required>No</required>
		<prereq>None</prereq>
		<prof>Jeannette Bastian</prof>
		<prof>Tywanna Whorley</prof>
		<program>Archives</program>
		<nextClass> </nextClass>
		<noOfSections>5</noOfSections>
		<maxEnrollment>30</maxEnrollment>
		<currentEnrollment>13</currentEnrollment>
	</course>
	<course idno="LIS403">
		<name>Manuscript Collections</name>
		<required>No</required>
		<prereq>None</prereq>
		<prof>Abraham Lincoln</prof>
		<prof>Tywanna Whorley</prof>
		<program>Archives</program>
		<nextClass> </nextClass>
		<noOfSections>5</noOfSections>
		<maxEnrollment>30</maxEnrollment>
		<currentEnrollment>3</currentEnrollment>
	</course>
	<course idno="LIS500">
		<name>Information Science</name>
		<required>No</required>
		<prereq>None</prereq>
		<prof>G Benoit</prof>
		<program>IS</program>
		<nextClass>LIS502</nextClass>
		<noOfSections>2</noOfSections>
		<maxEnrollment>25</maxEnrollment>
		<currentEnrollment>25</currentEnrollment>
	</course>
</courses>