Course specification: courses: A list of courses course: Information about a single course -name: The name of the course (eg. Electronics I) -type: The course type (eg. ELEC) -number: The course number (eg. 311) -credits: The number of credits this course is worth (eg. 4) -sections: A list of periods (see Period specification) Period specification: period: Information about a specific period (like a lab or lecture) -name: The name of the period (eg. Lec Q, Tut QA, or Lab QI) -days: The days the period takes place (eg. --W-F--) -time: The time the period occurs on "days" (eg. 14:00-15:30) -location: The location of the period (eg. SGW) -room: The building/room number (eg. H-420) -prof: The name of the professor teaching this particular period -notes: Any extra notes that are provided (eg. Reserved for ... students) -sections: A list of periods that are dependent on this period See the example-course-*.xml files provided in the data directory for examples.