<?xml version="1.0" encoding="utf-8"?>
<tlp:User xmlns:tlp="http://www.timelog.com/XML/Schema/tlp/v4_4"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://www.timelog.com/XML/Schema/tlp/v4_4 http://www.timelog.com/api/xsd/User.xsd"> 
  <tlp:User>CHL</tlp:User>
  <tlp:SecurityLevel>40</tlp:SecurityLevel>
  <tlp:apiID>MyAPIId</tlp:apiID>
  <tlp:apiPassword>MyAPIPassword</tlp:apiPassword>
  <tlp:Employee xmlns:tlp="http://www.timelog.com/XML/Schema/tlp/v4_4" ID="7">
    <tlp:FirstName>John</tlp:FirstName>
    <tlp:LastName>Doe</tlp:LastName>
    <tlp:FullName>John Doe</tlp:FullName>
    <tlp:Initials>JDO</tlp:Initials>
    <tlp:Email>jdo@microsoft.com</tlp:Email>
    <tlp:Status>1</tlp:Status>
  </tlp:Employee>
</tlp:User>
