<?xml version="1.0" encoding="UTF-8"?>
<Family>
	<Parent type="father" birth_state="Kansas" residence="Minnesota">
		<Name>Phil</Name>
	</Parent>
	<Parent type="mother" birth_state="Kansas" residence="Minnesota">
		<Name>Marian</Name>
	</Parent>
	<Child type="son" birth_state="DC" residence="New York" children="Christopher and Kaarin">
		<Name>Philip</Name>
	</Child>
	<Child type="daughter" birth_state="Kansas" residence="California">
		<Name>Martha</Name>
	</Child>
		<Child type="son" birth_state="Wisconsin" residence="Minnesota" children="Joe and David">
		<Name>Gordon</Name>
	</Child>
</Family>
