<chores title="House Work Rota">
	<day label="monday">
		<job description="dishes" person="john" time="15 mins" />
		<job description="cooking" person="sam" time="1 hour" />
		<job description="walking dog" person="david" time="30 mins" />
		<job description="laying the table" person="peter" time="5 mins" />
		<job description="slacking off" person="elisabeth" time="all day" />
	</day>
	<day label="tuesday">
		<job description="dishes" person="david" time="25 mins" />
		<job description="cooking" person="peter" time="1 hour" />
		<job description="walking dog" person="sam" time="20 mins" />
		<job description="laying the table" person="john" time="15 mins" />
		<job description="slacking off" person="elisabeth" time="all day" />
	</day>
	<day label="wednesday">
		<job description="dishes" person="sam" time="20 mins" />
		<job description="cooking" person="david" time="1 hour" />
		<job description="walking dog" person="peter" time="30 mins" />
		<job description="laying the table" person="john" time="15 mins" />
		<job description="slacking off" person="elisabeth" time="all day" />
	</day>
	<day label="thursday">
		<job description="dishes" person="peter" time="3 hours" />
		<job description="cooking" person="john" time="1 hour" />
		<job description="walking dog" person="david" time="30 mins" />
		<job description="laying the table" person="sam" time="10 mins" />
		<job description="slacking off" person="elisabeth" time="all day" />
	</day>
	<day label="friday">
		<job description="dishes" person="sam" time="20 mins" />
		<job description="cooking" person="sam" time="1 hour" />
		<job description="walking dog" person="peter" time="20 mins" />
		<job description="laying the table" person="sam" time="5 mins" />
		<job description="slacking off" person="elisabeth" time="all day" />
	</day>
	<day label="saturday">
		<job description="dishes" person="john" time="1 hour" />
		<job description="cooking" person="john" time="1 hour" />
		<job description="walking dog" person="david" time="30 mins" />
		<job description="clean car" person="sam" time="30 mins" />
		<job description="laying the table" person="david" time="10 mins" />
		<job description="slacking off" person="elisabeth" time="all day" />
	</day>
	<day label="sunday">
		<job description="dishes" person="peter" time="20 mins" />
		<job description="cooking" person="david" time="1 hour" />
		<job description="walking dog" person="peter" time="20 mins" />
		<job description="laying the table" person="john" time="5 mins" />
		<job description="slacking off" person="elisabeth" time="all day" />
	</day>
</chores>