Early DTD for Life

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE day SYSTEM "life.dtd">
<day date="23042003">
	<morning starttime="06.00">
		<location country="UK" town="hometown" locale="Home">
			<activity type="maintenance">Brush Teeth</activity>
			<activity type="maintenance">Eat</activity>
			<activity type="pleasure">Read Newspaper</activity>
		</location>
		<location country="UK" town="Oxford" locale="Outside">
			<activity type="travel">Go to work</activity>
		</location>
		<location country="UK" town="Oxford" locale="Work">
			<activity type="work">Being at work</activity>
		</location>
	</morning>
	<afternoon starttime="13.00">
<location country="UK" town="Oxford" locale="Work">
			<activity type="travel">Being at work</activity>
		</location>	
	</afternoon>	
	<evening starttime="18.00">
<location country="UK" town="Oxford" locale="Home">
			<activity type="maintenance">Having Tea</activity>
		</location>	
	</evening>	
	<night starttime="21.00">
<location country="UK" town="Oxford" locale="Home">
			<activity type="maintenance">Sleep</activity>
		</location>	
	</night>		
</day> 

As seen on Blogdial.

Leave a Reply

Your email address will not be published. Required fields are marked *