﻿<?xml version="1.0" encoding="utf-8" ?>


<people>
<person id="1">
<name>John Smith</name>
<email>Johnsmith@gmail.com</email>
<phonenumber>(111)111-1111</phonenumber>
<city>Miami</city>
<state>Florida</state>
</person>

<person id="2">
<name>Peter Phils</name>
<email>Peterphils@gmail.com</email>
<phonenumber>(222)222-2222</phonenumber>
<city>New York City</city>
<state>New York</state>
</person>


<person id="3">
<name>Michael Thoms</name>
<email>Michaelthoms@gmail.com</email>
<phonenumber>(333)333-3333</phonenumber>
<city>Daytona Beach</city>
<state>Florida</state>
</person>
</people>

