<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE company SYSTEM "reuse.dtd">
<company>
	<people>
		<customer added="2006-08-30">
			<name>Erik Wilde</name>
			<address> ... (containing elements) ... </address>
		</customer>
		<employee id="e65783" added="2006-08-28">
			<address> ... (containing elements) ... </address>
		</employee>
		<temporary_employee id="e65784" added="2006-09-02">
			<address> ... (containing elements) ... </address>
		</temporary_employee>
	</people>
</company>
