<?xml version="1.0" encoding="UTF-8" standalone="yes"?>


<classlistLink xmlns:xlink="http://www.w3.org/1999/xlink/"
		xlink:type="extended">
						
<!-- Identify external resources for link -->
	<student  xlink:type = "locator"
		xlink:href = "http://www.mc.cc.md.us/students"
		xlink:label = "student"
		xlink:title = "Student pages" />
			  
	<schedule  xlink:type = "locator"
		xlink:href = "http://www.mc.cc.md.us/schedules"
		xlink:label = "schedule"
		xlink:title = "Schedule pages" />
			 
	<major  xlink:type = "locator"
		xlink:href = "http://www.mc.cc.md.us/majors"
		xlink:label = "major"
		xlink:title = "Major pages" />

<!-- Rules for traversing links - arcs -->
	<findStudent xlink:type = "arc"
		 xlink:from = "student"
		 xlink:to = "student"
		 xlink:show = "replace"
		 xlink:actuate = "onRequest"
		 xlink:title = "Student in current window" />
	
	<findMajor xlink:type = "arc"
		 xlink:from = "student"
		 xlink:to = "major"
		 xlink:show = "new"
		 xlink:actuate = "onRequest"
		 xlink:title = "Major in new window" />
				 
	<findSchedule xlink:type = "arc"
		xlink:from = "student"
		xlink:to = "schedule"
		xlink:show = "new"
		xlink:actuate = "onRequest"
		xlink:title = "Schedule in new window" />

</classlistLink>
