<?xml version="1.0" ?>
<!DOCTYPE plans SYSTEM "http://www.matsim.org/files/dtd/plans_v4.dtd">
<plans>
	<person id="1">
		<plan>
			<act type="home" x="20" y="-5" end_time="06:00:00" />
			<leg mode="car" />
			<act type="work" x="80" y="5" dur="08:00:00" />
			<leg mode="car" />
			<act type="home" x="20" y="-5"/>
		</plan>
	</person>
</plans>
