<?xml version="1.0" encoding="iso-8859-2"?>
<school>
<info>
	<title>BH</title>
	<address></address>
	<author>NR</author>
</info>
<parameters>
	<time days="5" periods="9"/>
	<module name="more_teachers.so" weight="55" mandatory="yes"/>
	<module name="sametime.so" weight="59" mandatory="yes"/>
	<internal name="impossible" weight="40"/>
</parameters>
<subjects>
	<subject title="Form Time" teacher="VW"/>
	<subject title="Games" teacher="IH"/>
</subjects>
<building>
	<classroom id="A"/>
</building>
<timetable>
	<class year="1" name="A"/>
		<subject title="Form Time" teacher="VW" perweek="3">
			<restriction type="teacher-also">IH</restriction>
		</subject>
</timetable>
</school>

