A change of address

From Points of Interest
<?xml version="1.0" encoding="UTF-8"?>
<pois xmlns="http://www.w3.org/poi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.rajsingh.org/poiwg/poi.xsd">
	<!-- this example developed to address use cases of Whan-kyu Kim -->
	<!-- This example shows how to change the location of a POI -->
	<!-- here we show two representations of the same POI. The first has the old address which shows a deleted date. 
		The second one shows a created date at the same time as the first one was deleted.-->
	<poi id="http://www.example.com/poi/944imt5nvr89u63b79nmojopg09">
		<label term="name" lang="FR">
			<value>Le Marketing Cru Mondiaux</value>
		</label>
		<location>
			<address type="text/plain" created="2010-11-04T00:00:00" updated="2011-12-12T00:00:00" deleted="2011-12-12T00:00:00">
				<value>Suite 3A, 5 Rue de la Paix, Paris, France</value>
			</address>
		</location>
	</poi>
	<poi id="http://www.example.com/poi/944imt5nvr89u63b79nmojopg09">
		<label term="name" lang="FR">
			<value>Le Marketing Cru Mondiaux</value>
		</label>
		<location>
			<address type="text/plain" created="2011-12-12T00:00:00" updated="2011-12-12T00:00:00">
				<value>Suite 3A, 5 Rue de la Paix, Paris, France</value>
			</address>
		</location>
	</poi>
</pois>