<?xml version="1.0"?>
<!-- This is a simple address book -->
<address_book>
	<record ID="1">
		<name>
			<first_name>Frances</first_name>
			<middle_name>Louisa</middle_name>
			<last_name>Potter</last_name>
			<nick_name>Dunderhead</nick_name>
		</name>
		<address>
			<street_address>P.O. Box 12</street_address>
			<street_address_detail>23 Drury Lane</street_address_detail>
			<city>San Jose</city>
			<state>CA</state>
			<zipcode>95124</zipcode>
		</address>
		<contact>
			<home_phone>408-555-5555</home_phone>
			<work_phone>408-555-5555</work_phone>
			<cell_phone>408-555-5555</cell_phone>
			<fax_number>408-555-5555</fax_number>
			<email_address>dunderhead@yahoo.com</email_address>
		</contact>
		<comments>
			<misc_comments>MIscCommentMiscCommentMiscCommentMiscCommentMischCommentMiscComment</misc_comments>
		</comments>
	</record>
	<record ID="2">
		<name>
			<first_name>Joseph</first_name>
			<middle_name>Edward</middle_name>
			<last_name>Schmo</last_name>
			<nick_name>Joe</nick_name>
		</name>
		<address>
			<street_address>PO Box 12</street_address>
			<street_address_detail>1 White Street</street_address_detail>
			<city>San Jose</city>
			<state>CA</state>
			<zipcode>95124</zipcode>
		</address>
		<contact>
			<home_phone>555-555-1212</home_phone>
			<work_phone>555-555-1212</work_phone>
			<cell_phone>555-555-1212</cell_phone>
			<fax_number>555-555-1212</fax_number>
			<email_address>dunderhead@yahoo.com</email_address>
		</contact>
		<comments>
			<misc_comments>comments misc comments misc comments misc comments</misc_comments>
		</comments>
	</record>
	<record ID="3">
		<name>
			<first_name>Lee</first_name>
			<middle_name>Ann</middle_name>
			<last_name>Schmo</last_name>
			<nick_name>Lee</nick_name>
		</name>
		<address>
			<street_address>PO Box 1</street_address>
			<street_address_detail>White Street</street_address_detail>
			<city>San Jose</city>
			<state>CA</state>
			<zipcode>95124</zipcode>
		</address>
		<contact>
			<home_phone>555-555-1212</home_phone>
			<work_phone>555-555-1212</work_phone>
			<cell_phone>555-555-1212</cell_phone>
			<fax_number>555-555-1212</fax_number>
			<email_address>dunderhead@yahoo.com</email_address>
		</contact>
		<comments>
			<misc_comments>comments misc comments misc comments misc comments misc comments</misc_comments>
		</comments>
	</record>
	<record ID="4">
		<name>
			<first_name>Ralph</first_name>
			<middle_name>Ken</middle_name>
			<last_name>Box</last_name>
			<nick_name>Ralph</nick_name>
		</name>
		<address>
			<street_address>PO Box 1</street_address>
			<street_address_detail>12 White Street</street_address_detail>
			<city>San Jose</city>
			<state>CA</state>
			<zipcode>95124</zipcode>
		</address>
		<contact>
			<home_phone>555-555-1212</home_phone>
			<work_phone>555-555-1212</work_phone>
			<cell_phone>555-555-1212</cell_phone>
			<fax_number>555-555-1212</fax_number>
			<email_address>dunderhead@yahoo.com</email_address>
		</contact>
		<comments>
			<misc_comments>comments misc comments misc comments misc comments misc comments misc comments</misc_comments>
		</comments>
	</record>
	<record ID="5">
		<name>
			<first_name>George</first_name>
			<middle_name>Lee</middle_name>
			<last_name>Jungle</last_name>
			<nick_name>George</nick_name>
		</name>
		<address>
			<street_address>PO Box</street_address>
			<street_address_detail>White Street</street_address_detail>
			<city>San Jose</city>
			<state>CA</state>
			<zipcode>999999</zipcode>
		</address>
		<contact>
			<home_phone>555-555-1212</home_phone>
			<work_phone>555-555-1212</work_phone>
			<cell_phone>555-555-1212</cell_phone>
			<fax_number>555-555-1212</fax_number>
			<email_address>dunderhead@yahoo.com</email_address>
		</contact>
		<comments>
			<misc_comments>comments misc comments misc comments misc comments</misc_comments>
		</comments>
	</record>
</address_book>
