<?xml version="1.0"?>
<groups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="groups.xsd">
	<groupA>
		<first_name>Robert</first_name>
		<last_name>Cormia</last_name>
		<middle_name>Douglas</middle_name>
		<nick_name>Bob</nick_name>
		<street>200 Woodland Vista</street>
		<street_detail>PO Box 7</street_detail>
		<city>La Honda</city>
		<state>CA</state>
		<zipcode>94020-0007</zipcode>
	</groupA>
	<groupB>
		<street>Woodland Vista</street>
		<street_detail>PO Box 7</street_detail>
		<city>La Honda</city>
		<state>CA</state>
		<zipcode>94020-0007</zipcode>
		<home_phone>800-555-1212</home_phone>
		<work_phone>800-555-1212</work_phone>
		<cell_phone>800-555-1212</cell_phone>
		<email>rdcormia@earthlink.net</email>
		<website>http://www.rdcormia.com</website>
	</groupB>
</groups>

