<?xml version="1.0" standalone="no"?>
<!--Declaration of qualified locals with default namespace-->
<!-- Created by Pushpa - 05/13/2002 Modified by RDC and Unice Change 05/31/2003 -->
<address_book>
	<record ID="1">
		<name>
			<nm:first_name>first name</nm:first_name>
			<nm:middle_name>middle name</nm:middle_name>
			<nm:last_name>last name</nm:last_name>
		</name>
		<address>
			<add:street_address>street address</add:street_address>
			<add:street_address_detail>street address detail</add:street_address_detail>
			<add:city>city</add:city>
			<add:state>state</add:state>
			<add:zipcode>94000</add:zipcode>
		</address>
		<contact>
			<con:home_phone>888-555-1212</con:home_phone>
			<con:work_phone>888-555-1212</con:work_phone>
			<con:cell_phone>888-555-1212</con:cell_phone>
			<con:email_address>user@whatever.com</con:email_address>
		</contact>
		<other_info>
			<inf:birth_date>888-555-1212</inf:birth_date>
			<inf:anniversary>888-555-1212</inf:anniversary>
			<inf:personal_website>http://www.whatver.com</inf:personal_website>
		</other_info>
		<comments>
			<com:text>Any comment about the person</com:text>
		</comments>
	</record>
	<record ID="2">
		<name>
			<nm:first_name>first name</nm:first_name>
			<nm:middle_name>middle name</nm:middle_name>
			<nm:last_name>last name</nm:last_name>
		</name>
		<address>
			<add:street_address>street address</add:street_address>
			<add:street_address_detail>street address detail</add:street_address_detail>
			<add:city>city</add:city>
			<add:state>state</add:state>
			<add:zipcode>94000</add:zipcode>
		</address>
		<contact>
			<con:home_phone>888-555-1212</con:home_phone>
			<con:work_phone>888-555-1212</con:work_phone>
			<con:cell_phone>888-555-1212</con:cell_phone>
			<con:email_address>user@whatever.com</con:email_address>
		</contact>
		<other_info>
			<inf:birth_date>888-555-1212</inf:birth_date>
			<inf:anniversary>888-555-1212</inf:anniversary>
			<inf:personal_website>http://www.whatver.com</inf:personal_website>
		</other_info>
		<comments>
			<com:text>Any comment about the person</com:text>
		</comments>
	</record>
	<record ID="3">
		<name>
			<nm:first_name>first name</nm:first_name>
			<nm:middle_name>middle name</nm:middle_name>
			<nm:last_name>last name</nm:last_name>
		</name>
		<address>
			<add:street_address>street address</add:street_address>
			<add:street_address_detail>street address detail</add:street_address_detail>
			<add:city>city</add:city>
			<add:state>state</add:state>
			<add:zipcode>94000</add:zipcode>
		</address>
		<contact>
			<con:home_phone>888-555-1212</con:home_phone>
			<con:work_phone>888-555-1212</con:work_phone>
			<con:cell_phone>888-555-1212</con:cell_phone>
			<con:email_address>user@whatever.com</con:email_address>
		</contact>
		<other_info>
			<inf:birth_date>888-555-1212</inf:birth_date>
			<inf:anniversary>888-555-1212</inf:anniversary>
			<inf:personal_website>http://www.whatver.com</inf:personal_website>
		</other_info>
		<comments>
			<com:text>Any comment about the person</com:text>
		</comments>
	</record>
	<record ID="4">
		<name>
			<nm:first_name>first name</nm:first_name>
			<nm:middle_name>middle name</nm:middle_name>
			<nm:last_name>last name</nm:last_name>
		</name>
		<address>
			<add:street_address>street address</add:street_address>
			<add:street_address_detail>street address detail</add:street_address_detail>
			<add:city>city</add:city>
			<add:state>state</add:state>
			<add:zipcode>94000</add:zipcode>
		</address>
		<contact>
			<con:home_phone>888-555-1212</con:home_phone>
			<con:work_phone>888-555-1212</con:work_phone>
			<con:cell_phone>888-555-1212</con:cell_phone>
			<con:email_address>user@whatever.com</con:email_address>
		</contact>
		<other_info>
			<inf:birth_date>888-555-1212</inf:birth_date>
			<inf:anniversary>888-555-1212</inf:anniversary>
			<inf:personal_website>http://www.whatver.com</inf:personal_website>
		</other_info>
		<comments>
			<com:text>Any comment about the person</com:text>
		</comments>
	</record>
	<record ID="5">
		<name>
			<nm:first_name>first name</nm:first_name>
			<nm:middle_name>middle name</nm:middle_name>
			<nm:last_name>last name</nm:last_name>
		</name>
		<address>
			<add:street_address>street address</add:street_address>
			<add:street_address_detail>street address detail</add:street_address_detail>
			<add:city>city</add:city>
			<add:state>state</add:state>
			<add:zipcode>94000</add:zipcode>
		</address>
		<contact>
			<con:home_phone>888-555-1212</con:home_phone>
			<con:work_phone>888-555-1212</con:work_phone>
			<con:cell_phone>888-555-1212</con:cell_phone>
			<con:email_address>user@whatever.com</con:email_address>
		</contact>
		<other_info>
			<inf:birth_date>888-555-1212</inf:birth_date>
			<inf:anniversary>888-555-1212</inf:anniversary>
			<inf:personal_website>http://www.whatver.com</inf:personal_website>
		</other_info>
		<comments>
			<com:text>Any comment about the person</com:text>
		</comments>
	</record>
</address_book>
