File: /var/www/html/unitime/Documentation/Interfaces/Examples/courseOfferingWithExamsImport.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE offerings PUBLIC "-//UniTime//DTD University Course Timetabling/EN" "http://www.unitime.org/interface/CourseOfferingExport.dtd">
<!--
* Licensed to The Apereo Foundation under one or more contributor license
* agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* The Apereo Foundation licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
* See the License for the specific language governing permissions and
* limitations under the License.
*
-->
<offerings campus="PuWL" year="2006" term="Fall">
<offering id="10234" offered="true" action="update"> <!-- IDs are "external/banner IDs" for import, default action is update -->
<course id="10234" subject="A&AE" courseNbr="101" controlling="true" title=""/>
<course id="10235" subject="A&AE" courseNbr="101H" controlling="false" title=""/>
<config name="1" limit="20">
<subpart type="Lec" suffix="" minPerWeek="100">
<subpart type="Rec" suffix="" minPerWeek="50"/>
<subpart type="Lab" suffix="" minPerWeek="100">
<subpart type="Lab" suffix="a" minPerWeek="50"/>
</subpart>
</subpart>
<subpart type="Lab" suffix="" minPerWeek="150"/>
<class id="1001" type="Lec" suffix="1" limit="20" scheduleNote="">
<class id="1002" type="Rec" suffix="1" limit="10">
<class id="1003" type="Rec" suffix="1a" limit="10"/>
</class>
<class id="1004" type="Rec" suffix="2" limit="10">
<class id="1005" type="Rec" suffix="2a" limit="10"/>
</class>
<date startDate="08/20" endDate="09/22"/> <!-- non-default date pattern -->
<time days="MWF" startTime="0730" endTime="0820"/>
<room id="" building="REC" roomNbr="101"/>
<room id="" building="REC" roomNbr="102"/>
<instructor id="23344" lname="" mname="" fname="" share="0.8" lead="true"/> <!-- only instructors that are allowed to be printed are included -->
<instructor id="23435" lname="" mname="" fname="" share="0.2"/>
</class>
<class id="1006" type="Lab" suffix="1" limit="15"/>
<class id="1007" type="Lab" suffix="2" limit="5"/>
</config>
<config name="2" limit="inf">
<subpart type="Lec" suffix="" minPerWeek="100"/>
<class id="1008" type="Lec" suffix="2">
<!-- arrange hours class: no time element-->
<location name="PIZZA HUT"/> <!-- non-university location -->
</class>
</config>
<exam id="1223" name="A&AE 101" size="30" seatingType="exam" length="120" type="final"> <!-- an exam for the whole offering -->
<!-- seatingType defaults to exam, length defaults to 120 for final, 60 for midterm, type is required (either final or exam) -->
<instructor id="23344"/> <!-- instructor is optional -->
</exam>
<exam id="1224" name="A&AE 101 Lec 1,2" size="20" seatingType="exam" length="60" type="midterm"> <!-- an midterm exam for two sections -->
<class id="1001" type="Lec" suffix="1"/>
<class id="1008" type="Lec" suffix="2"/>
</exam>
<!-- multiple exams may be present -->
</offering>
</offerings>