Sample Response: XML

<?xml version="1.0" encoding="UTF-8"?>
<identities>
    <identity>
        <pbKey>Pb Key</pbKey>
        <fullName>Full Name</fullName>
        <ageRange>Age Range</ageRange>
        <gender>Gender</gender>
        <location>Location</location>
        <coreId>CoreId</coreId>
        <details>
            <name>
                <given>Name</given>
                <family>Family</family>
            </name>
            <age>
                <range>Range</range>
                <value>Value</value>
            </age>
            <demographics>
                <maritalStatus>MaritalStatus</maritalStatus>
                <occupation>Occupation</occupation>
            </demographics>
            <photos>
                <label>Label</label>
                <value>Value</value>
            </photos>
            <profiles>
                <twitter>
                    <username>Name</username>
                    <userid>Userid</userid>
                    <url>Url</url>
                    <bio>Bio</bio>
                    <service>linkedin</service>
                    <followers>Followers</followers>
                    <following>Following</following>
                </twitter>
                <linkedin>
                    <username>Name</username>
                    <userid>Userid</userid>
                    <url>Url</url>
                    <bio>Bio</bio>
                    <service>linkedin</service>
                    <followers>Followers</followers>
                    <following>Following</following>
                </linkedin>
            </profiles>
            <urls>
                <value>Value</value>
            </urls>
            <education>
                <name>UniversityName</name>
                <degree>Degree</degree>
                <end>
                    <year>Year</year>
                </end>
            </education>
            <employment>
                <name>Name</name>
                <current>Current</current>
                <title>Title</title>
                <start>
                    <year>Year</year>
                    <month>Month</month>
                </start>
                <end>
                    <year>Year</year>
                    <month>Month</month>
                </end>
            </employment>
        </details>
    </identity>
</identities>