<?xml version="1.0" encoding="utf-8"?>
<!--
Tablix XML problem description equivalent to minimal-ttml.xml TTML document

Converted by hand by Tomaz Solc to serve as an example of conversion between
TTML and Tablix Timetabling Model.

This file will not work with Tablix since ttml-*.so modules that implement 
TTML-compatible constraint functions are missing. However it is a valid Tablix
problem description file, conforming to TTM 0.2.0r1 (check with xmllint)
-->

<!DOCTYPE ttm PUBLIC "-//Tablix//DTD TTM 0.2.0//EN" "http://www.tablix.org/releases/dtd/tablix2r1.dtd">
<ttm version="0.2.0">
	<modules>
		<module name="ttml-null.so" weight="100" mandatory="no"/>
	</modules>
	<resources>
		<variable>
			<resourcetype type="T">
                        	<resource name="1984-04-13T08:00:00 P0DT3000S"/>
	                        <resource name="1984-04-13T09:00:00 P0DT3000S"/>
                        	<resource name="1984-04-14T08:00:00 P0DT3000S"/>
	                        <resource name="1984-04-14T09:00:00 P0DT3000S"/>
			</resourcetype>
		</variable>
	</resources>
	<events>
                <event name="Subject A" repeats="1">
		</event>
                <event name="Subject B" repeats="1">
		</event>
                <event name="Subject C" repeats="1">
		</event>
                <event name="Subject D" repeats="1">
		</event>
	</events>
</ttm>
