<?xml version="1.0"?>
<!--This is a simple address book -->
<address_book>
	<record ID="1">
		<name>
			<first_name>Martha</first_name>
			<middle_name>Jean</middle_name>
			<last_name>Raup</last_name>
			<nick_name>Marti</nick_name>
		</name>
		<address>
			<street_address>1234 Street Address</street_address>
			<street_address_detail></street_address_detail>
			<city>San Francisco</city>
			<state>CA</state>
			<zipcode>94123-4578</zipcode>
		</address>
		<contact>
			<home_phone>415-678-9101</home_phone>
			<work_phone>415-223-4455</work_phone>
			<cell_phone>415-667-8976</cell_phone>
			<fax_number>415-234-5698</fax_number>
			<email_address>mailladymartha@yahoo.com</email_address>
		</contact>
		<comments>
			<misc_comments>Phone Numbers and Zip are NOT correct!</misc_comments>
		</comments>
	</record>
</address_book>
