<?xml version="1.0" encoding="UTF-8"?>
<p:person xmlns:p="http://person" 
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
        xsi:schemaLocation="http://person person.xsd ">
    <ssn>111-11-1111</ssn>
    <firstName>token</firstName>
    <lastName>token</lastName>
    <address>
        <street>street</street>
        <city>city</city>
    </address>
</p:person>
