﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Reference for  https://ip-ac12141d:1903/TimesheetApprovalService1.svc/PutStandardTimesheetThenValidateApprovalAction2</title>
    <style>BODY { color: #000000; background-color: white; font-family: Verdana; margin-left: 0px; margin-top: 0px; } #content { margin-left: 30px; font-size: .70em; padding-bottom: 2em; } A:link { color: #336699; font-weight: bold; text-decoration: underline; } A:visited { color: #6699cc; font-weight: bold; text-decoration: underline; } A:active { color: #336699; font-weight: bold; text-decoration: underline; } .heading1 { background-color: #003366; border-bottom: #336699 6px solid; color: #ffffff; font-family: Tahoma; font-size: 26px; font-weight: normal;margin: 0em 0em 10px -20px; padding-bottom: 8px; padding-left: 30px;padding-top: 16px;} pre { font-size:small; background-color: #e5e5cc; padding: 5px; font-family: Courier New; margin-top: 0px; border: 1px #f0f0e0 solid; white-space: pre-wrap; white-space: -pre-wrap; word-wrap: break-word; } table { border-collapse: collapse; border-spacing: 0px; font-family: Verdana;} table th { border-right: 2px white solid; border-bottom: 2px white solid; font-weight: bold; background-color: #cecf9c;} table td { border-right: 2px white solid; border-bottom: 2px white solid; background-color: #e5e5cc;}</style>
  </head>
  <body>
    <div id="content">
      <p class="heading1">Reference for  https://ip-ac12141d:1903/TimesheetApprovalService1.svc/PutStandardTimesheetThenValidateApprovalAction2</p>
      <p>Put an entire 'standard format' timesheet and return validation results or a particular approval action.  The 'put' completes even if the validation of the specified approval action is not valid.</p>
      <p xmlns="http://www.w3.org/1999/xhtml">
        <b>Url: </b>
        <span class="uri-template">https://ip-ac12141d:1903/TimesheetApprovalService1.svc/PutStandardTimesheetThenValidateApprovalAction2</span>
      </p>
      <p xmlns="http://www.w3.org/1999/xhtml">
        <b>HTTP Method: </b>
        <span class="method">POST</span>
      </p>
      <table>
        <tr>
          <th>Message direction</th>
          <th>Format</th>
          <th>Body</th>
        </tr>
        <tr>
          <td>Request</td>
          <td>Unknown</td>
          <td>Could not generate schema document.</td>
        </tr>
        <tr>
          <td>Response</td>
          <td>Xml</td>
          <td>
            <a href="#response-xml">Example</a>,<a href="#response-schema">Schema</a></td>
        </tr>
        <tr>
          <td>Response</td>
          <td>Json</td>
          <td>
            <a href="#response-json">Example</a>
          </td>
        </tr>
      </table>
      <p>
        <a name="response-xml">The following is an example response Xml body:</a>
        <pre class="response-xml">&lt;StandardTimesheetPutThenValidateApprovalActionResults1 xmlns="http://replicon.com/"&gt;
  &lt;putResults&gt;
    &lt;rows&gt;
      &lt;StandardTimesheetRowPutResults1&gt;
        &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
        &lt;rowUri&gt;http://www.example.com/&lt;/rowUri&gt;
      &lt;/StandardTimesheetRowPutResults1&gt;
      &lt;StandardTimesheetRowPutResults1&gt;
        &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
        &lt;rowUri&gt;http://www.example.com/&lt;/rowUri&gt;
      &lt;/StandardTimesheetRowPutResults1&gt;
    &lt;/rows&gt;
    &lt;timesheet&gt;
      &lt;displayText&gt;String content&lt;/displayText&gt;
      &lt;slug&gt;String content&lt;/slug&gt;
      &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
    &lt;/timesheet&gt;
  &lt;/putResults&gt;
  &lt;validationResults&gt;
    &lt;customFieldValidationNotifications&gt;
      &lt;CustomFieldValidationNotificationSummary1&gt;
        &lt;customField&gt;
          &lt;dateConfiguration&gt;
            &lt;defaults&gt;
              &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
              &lt;value&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/value&gt;
            &lt;/defaults&gt;
            &lt;maximumDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/maximumDate&gt;
            &lt;minimumDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/minimumDate&gt;
          &lt;/dateConfiguration&gt;
          &lt;defaultDropDownValue&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
            &lt;isEnabled&gt;true&lt;/isEnabled&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/defaultDropDownValue&gt;
          &lt;displayText&gt;String content&lt;/displayText&gt;
          &lt;group&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/group&gt;
          &lt;isEnabled&gt;true&lt;/isEnabled&gt;
          &lt;isRequired&gt;true&lt;/isRequired&gt;
          &lt;isVisible&gt;true&lt;/isVisible&gt;
          &lt;numericConfiguration&gt;
            &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
            &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
            &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
            &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
          &lt;/numericConfiguration&gt;
          &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
          &lt;textConfiguration&gt;
            &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
            &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
          &lt;/textConfiguration&gt;
          &lt;type&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/type&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;/customField&gt;
        &lt;customFieldValidationNotifications&gt;
          &lt;ValidationNotificationSummary1&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;failureKeyValues&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
            &lt;/failureKeyValues&gt;
            &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
            &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
          &lt;/ValidationNotificationSummary1&gt;
          &lt;ValidationNotificationSummary1&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;failureKeyValues&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
            &lt;/failureKeyValues&gt;
            &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
            &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
          &lt;/ValidationNotificationSummary1&gt;
        &lt;/customFieldValidationNotifications&gt;
      &lt;/CustomFieldValidationNotificationSummary1&gt;
      &lt;CustomFieldValidationNotificationSummary1&gt;
        &lt;customField&gt;
          &lt;dateConfiguration&gt;
            &lt;defaults&gt;
              &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
              &lt;value&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/value&gt;
            &lt;/defaults&gt;
            &lt;maximumDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/maximumDate&gt;
            &lt;minimumDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/minimumDate&gt;
          &lt;/dateConfiguration&gt;
          &lt;defaultDropDownValue&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
            &lt;isEnabled&gt;true&lt;/isEnabled&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/defaultDropDownValue&gt;
          &lt;displayText&gt;String content&lt;/displayText&gt;
          &lt;group&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/group&gt;
          &lt;isEnabled&gt;true&lt;/isEnabled&gt;
          &lt;isRequired&gt;true&lt;/isRequired&gt;
          &lt;isVisible&gt;true&lt;/isVisible&gt;
          &lt;numericConfiguration&gt;
            &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
            &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
            &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
            &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
          &lt;/numericConfiguration&gt;
          &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
          &lt;textConfiguration&gt;
            &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
            &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
          &lt;/textConfiguration&gt;
          &lt;type&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/type&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;/customField&gt;
        &lt;customFieldValidationNotifications&gt;
          &lt;ValidationNotificationSummary1&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;failureKeyValues&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
            &lt;/failureKeyValues&gt;
            &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
            &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
          &lt;/ValidationNotificationSummary1&gt;
          &lt;ValidationNotificationSummary1&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;failureKeyValues&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
            &lt;/failureKeyValues&gt;
            &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
            &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
          &lt;/ValidationNotificationSummary1&gt;
        &lt;/customFieldValidationNotifications&gt;
      &lt;/CustomFieldValidationNotificationSummary1&gt;
    &lt;/customFieldValidationNotifications&gt;
    &lt;flatListOfValidationNotifications&gt;
      &lt;ValidationNotificationSummary1&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;failureKeyValues&gt;
          &lt;JsonKeyValue1&gt;
            &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
            &lt;key&gt;String content&lt;/key&gt;
          &lt;/JsonKeyValue1&gt;
          &lt;JsonKeyValue1&gt;
            &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
            &lt;key&gt;String content&lt;/key&gt;
          &lt;/JsonKeyValue1&gt;
        &lt;/failureKeyValues&gt;
        &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
        &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
      &lt;/ValidationNotificationSummary1&gt;
      &lt;ValidationNotificationSummary1&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;failureKeyValues&gt;
          &lt;JsonKeyValue1&gt;
            &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
            &lt;key&gt;String content&lt;/key&gt;
          &lt;/JsonKeyValue1&gt;
          &lt;JsonKeyValue1&gt;
            &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
            &lt;key&gt;String content&lt;/key&gt;
          &lt;/JsonKeyValue1&gt;
        &lt;/failureKeyValues&gt;
        &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
        &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
      &lt;/ValidationNotificationSummary1&gt;
    &lt;/flatListOfValidationNotifications&gt;
    &lt;owner&gt;
      &lt;endDate&gt;
        &lt;day&gt;2147483647&lt;/day&gt;
        &lt;month&gt;2147483647&lt;/month&gt;
        &lt;year&gt;2147483647&lt;/year&gt;
      &lt;/endDate&gt;
      &lt;startDate&gt;
        &lt;day&gt;2147483647&lt;/day&gt;
        &lt;month&gt;2147483647&lt;/month&gt;
        &lt;year&gt;2147483647&lt;/year&gt;
      &lt;/startDate&gt;
      &lt;user&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;loginName&gt;String content&lt;/loginName&gt;
        &lt;slug&gt;String content&lt;/slug&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;/user&gt;
    &lt;/owner&gt;
    &lt;perDateValidationNotifications&gt;
      &lt;TimesheetPerDateValidationNotificationSummary1&gt;
        &lt;date&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/date&gt;
        &lt;timesheetPerDateValidationNotifications&gt;
          &lt;ValidationNotificationSummary1&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;failureKeyValues&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
            &lt;/failureKeyValues&gt;
            &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
            &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
          &lt;/ValidationNotificationSummary1&gt;
          &lt;ValidationNotificationSummary1&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;failureKeyValues&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
            &lt;/failureKeyValues&gt;
            &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
            &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
          &lt;/ValidationNotificationSummary1&gt;
        &lt;/timesheetPerDateValidationNotifications&gt;
      &lt;/TimesheetPerDateValidationNotificationSummary1&gt;
      &lt;TimesheetPerDateValidationNotificationSummary1&gt;
        &lt;date&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/date&gt;
        &lt;timesheetPerDateValidationNotifications&gt;
          &lt;ValidationNotificationSummary1&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;failureKeyValues&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
            &lt;/failureKeyValues&gt;
            &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
            &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
          &lt;/ValidationNotificationSummary1&gt;
          &lt;ValidationNotificationSummary1&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;failureKeyValues&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
            &lt;/failureKeyValues&gt;
            &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
            &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
          &lt;/ValidationNotificationSummary1&gt;
        &lt;/timesheetPerDateValidationNotifications&gt;
      &lt;/TimesheetPerDateValidationNotificationSummary1&gt;
    &lt;/perDateValidationNotifications&gt;
    &lt;requiredChangeReasonValidationNotifications&gt;
      &lt;TimeAllocationRequiringChangeReasonDetails1&gt;
        &lt;latestAcceptedRevision&gt;
          &lt;actionUri&gt;http://www.example.com/&lt;/actionUri&gt;
          &lt;activity&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;name&gt;String content&lt;/name&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/activity&gt;
          &lt;billingRate&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;name&gt;String content&lt;/name&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/billingRate&gt;
          &lt;breakType&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;slug&gt;String content&lt;/slug&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/breakType&gt;
          &lt;changeReason&gt;String content&lt;/changeReason&gt;
          &lt;client&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;name&gt;String content&lt;/name&gt;
            &lt;slug&gt;String content&lt;/slug&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/client&gt;
          &lt;comments&gt;String content&lt;/comments&gt;
          &lt;customFieldValues&gt;
            &lt;CustomFieldValueDetails1&gt;
              &lt;customField&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;groupUri&gt;http://www.example.com/&lt;/groupUri&gt;
                &lt;name&gt;String content&lt;/name&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/customField&gt;
              &lt;customFieldType&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/customFieldType&gt;
              &lt;date&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/date&gt;
              &lt;dropDownOption&gt;http://www.example.com/&lt;/dropDownOption&gt;
              &lt;number&gt;1.26743233E+15&lt;/number&gt;
              &lt;text&gt;String content&lt;/text&gt;
            &lt;/CustomFieldValueDetails1&gt;
            &lt;CustomFieldValueDetails1&gt;
              &lt;customField&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;groupUri&gt;http://www.example.com/&lt;/groupUri&gt;
                &lt;name&gt;String content&lt;/name&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/customField&gt;
              &lt;customFieldType&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/customFieldType&gt;
              &lt;date&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/date&gt;
              &lt;dropDownOption&gt;http://www.example.com/&lt;/dropDownOption&gt;
              &lt;number&gt;1.26743233E+15&lt;/number&gt;
              &lt;text&gt;String content&lt;/text&gt;
            &lt;/CustomFieldValueDetails1&gt;
          &lt;/customFieldValues&gt;
          &lt;date&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/date&gt;
          &lt;duration&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
            &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;seconds&gt;2147483647&lt;/seconds&gt;
          &lt;/duration&gt;
          &lt;modifiedDateTime&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;timeZone&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;ianaName&gt;String content&lt;/ianaName&gt;
              &lt;offsetDisplayText&gt;String content&lt;/offsetDisplayText&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/timeZone&gt;
            &lt;valueInUtc&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/valueInUtc&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/modifiedDateTime&gt;
          &lt;modifyingAuthority&gt;
            &lt;actingForUser&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;loginName&gt;String content&lt;/loginName&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/actingForUser&gt;
            &lt;actingUser&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;loginName&gt;String content&lt;/loginName&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/actingUser&gt;
            &lt;authorityType&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/authorityType&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
          &lt;/modifyingAuthority&gt;
          &lt;program&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;name&gt;String content&lt;/name&gt;
            &lt;slug&gt;String content&lt;/slug&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/program&gt;
          &lt;project&gt;
            &lt;code&gt;String content&lt;/code&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;name&gt;String content&lt;/name&gt;
            &lt;slug&gt;String content&lt;/slug&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/project&gt;
          &lt;requiresChangeReason&gt;true&lt;/requiresChangeReason&gt;
          &lt;task&gt;
            &lt;parentTask&gt;
              &lt;parentTask&gt;
                &lt;parentTask i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
                &lt;task&gt;
                  &lt;code&gt;String content&lt;/code&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;name&gt;String content&lt;/name&gt;
                  &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/task&gt;
              &lt;/parentTask&gt;
              &lt;task&gt;
                &lt;code&gt;String content&lt;/code&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;name&gt;String content&lt;/name&gt;
                &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/task&gt;
            &lt;/parentTask&gt;
            &lt;task&gt;
              &lt;code&gt;String content&lt;/code&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/task&gt;
          &lt;/task&gt;
          &lt;timeOffType&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;name&gt;String content&lt;/name&gt;
            &lt;slug&gt;String content&lt;/slug&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/timeOffType&gt;
          &lt;user&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;loginName&gt;String content&lt;/loginName&gt;
            &lt;slug&gt;String content&lt;/slug&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/user&gt;
        &lt;/latestAcceptedRevision&gt;
        &lt;revisionsRequiringChangeReason&gt;
          &lt;TimeAllocationHistoryRevisionDetails1&gt;
            &lt;actionUri&gt;http://www.example.com/&lt;/actionUri&gt;
            &lt;activity&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/activity&gt;
            &lt;billingRate&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/billingRate&gt;
            &lt;breakType&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/breakType&gt;
            &lt;changeReason&gt;String content&lt;/changeReason&gt;
            &lt;client&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/client&gt;
            &lt;comments&gt;String content&lt;/comments&gt;
            &lt;customFieldValues&gt;
              &lt;CustomFieldValueDetails1&gt;
                &lt;customField&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;groupUri&gt;http://www.example.com/&lt;/groupUri&gt;
                  &lt;name&gt;String content&lt;/name&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customField&gt;
                &lt;customFieldType&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customFieldType&gt;
                &lt;date&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/date&gt;
                &lt;dropDownOption&gt;http://www.example.com/&lt;/dropDownOption&gt;
                &lt;number&gt;1.26743233E+15&lt;/number&gt;
                &lt;text&gt;String content&lt;/text&gt;
              &lt;/CustomFieldValueDetails1&gt;
              &lt;CustomFieldValueDetails1&gt;
                &lt;customField&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;groupUri&gt;http://www.example.com/&lt;/groupUri&gt;
                  &lt;name&gt;String content&lt;/name&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customField&gt;
                &lt;customFieldType&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customFieldType&gt;
                &lt;date&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/date&gt;
                &lt;dropDownOption&gt;http://www.example.com/&lt;/dropDownOption&gt;
                &lt;number&gt;1.26743233E+15&lt;/number&gt;
                &lt;text&gt;String content&lt;/text&gt;
              &lt;/CustomFieldValueDetails1&gt;
            &lt;/customFieldValues&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;duration&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
              &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;seconds&gt;2147483647&lt;/seconds&gt;
            &lt;/duration&gt;
            &lt;modifiedDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;timeZone&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;ianaName&gt;String content&lt;/ianaName&gt;
                &lt;offsetDisplayText&gt;String content&lt;/offsetDisplayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/timeZone&gt;
              &lt;valueInUtc&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/valueInUtc&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/modifiedDateTime&gt;
            &lt;modifyingAuthority&gt;
              &lt;actingForUser&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;loginName&gt;String content&lt;/loginName&gt;
                &lt;slug&gt;String content&lt;/slug&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/actingForUser&gt;
              &lt;actingUser&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;loginName&gt;String content&lt;/loginName&gt;
                &lt;slug&gt;String content&lt;/slug&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/actingUser&gt;
              &lt;authorityType&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/authorityType&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;/modifyingAuthority&gt;
            &lt;program&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/program&gt;
            &lt;project&gt;
              &lt;code&gt;String content&lt;/code&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/project&gt;
            &lt;requiresChangeReason&gt;true&lt;/requiresChangeReason&gt;
            &lt;task&gt;
              &lt;parentTask&gt;
                &lt;parentTask&gt;
                  &lt;parentTask i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
                  &lt;task&gt;
                    &lt;code&gt;String content&lt;/code&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;name&gt;String content&lt;/name&gt;
                    &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/task&gt;
                &lt;/parentTask&gt;
                &lt;task&gt;
                  &lt;code&gt;String content&lt;/code&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;name&gt;String content&lt;/name&gt;
                  &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/task&gt;
              &lt;/parentTask&gt;
              &lt;task&gt;
                &lt;code&gt;String content&lt;/code&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;name&gt;String content&lt;/name&gt;
                &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/task&gt;
            &lt;/task&gt;
            &lt;timeOffType&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/timeOffType&gt;
            &lt;user&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;loginName&gt;String content&lt;/loginName&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/user&gt;
          &lt;/TimeAllocationHistoryRevisionDetails1&gt;
          &lt;TimeAllocationHistoryRevisionDetails1&gt;
            &lt;actionUri&gt;http://www.example.com/&lt;/actionUri&gt;
            &lt;activity&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/activity&gt;
            &lt;billingRate&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/billingRate&gt;
            &lt;breakType&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/breakType&gt;
            &lt;changeReason&gt;String content&lt;/changeReason&gt;
            &lt;client&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/client&gt;
            &lt;comments&gt;String content&lt;/comments&gt;
            &lt;customFieldValues&gt;
              &lt;CustomFieldValueDetails1&gt;
                &lt;customField&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;groupUri&gt;http://www.example.com/&lt;/groupUri&gt;
                  &lt;name&gt;String content&lt;/name&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customField&gt;
                &lt;customFieldType&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customFieldType&gt;
                &lt;date&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/date&gt;
                &lt;dropDownOption&gt;http://www.example.com/&lt;/dropDownOption&gt;
                &lt;number&gt;1.26743233E+15&lt;/number&gt;
                &lt;text&gt;String content&lt;/text&gt;
              &lt;/CustomFieldValueDetails1&gt;
              &lt;CustomFieldValueDetails1&gt;
                &lt;customField&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;groupUri&gt;http://www.example.com/&lt;/groupUri&gt;
                  &lt;name&gt;String content&lt;/name&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customField&gt;
                &lt;customFieldType&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customFieldType&gt;
                &lt;date&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/date&gt;
                &lt;dropDownOption&gt;http://www.example.com/&lt;/dropDownOption&gt;
                &lt;number&gt;1.26743233E+15&lt;/number&gt;
                &lt;text&gt;String content&lt;/text&gt;
              &lt;/CustomFieldValueDetails1&gt;
            &lt;/customFieldValues&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;duration&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
              &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;seconds&gt;2147483647&lt;/seconds&gt;
            &lt;/duration&gt;
            &lt;modifiedDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;timeZone&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;ianaName&gt;String content&lt;/ianaName&gt;
                &lt;offsetDisplayText&gt;String content&lt;/offsetDisplayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/timeZone&gt;
              &lt;valueInUtc&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/valueInUtc&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/modifiedDateTime&gt;
            &lt;modifyingAuthority&gt;
              &lt;actingForUser&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;loginName&gt;String content&lt;/loginName&gt;
                &lt;slug&gt;String content&lt;/slug&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/actingForUser&gt;
              &lt;actingUser&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;loginName&gt;String content&lt;/loginName&gt;
                &lt;slug&gt;String content&lt;/slug&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/actingUser&gt;
              &lt;authorityType&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/authorityType&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;/modifyingAuthority&gt;
            &lt;program&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/program&gt;
            &lt;project&gt;
              &lt;code&gt;String content&lt;/code&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/project&gt;
            &lt;requiresChangeReason&gt;true&lt;/requiresChangeReason&gt;
            &lt;task&gt;
              &lt;parentTask&gt;
                &lt;parentTask&gt;
                  &lt;parentTask i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
                  &lt;task&gt;
                    &lt;code&gt;String content&lt;/code&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;name&gt;String content&lt;/name&gt;
                    &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/task&gt;
                &lt;/parentTask&gt;
                &lt;task&gt;
                  &lt;code&gt;String content&lt;/code&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;name&gt;String content&lt;/name&gt;
                  &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/task&gt;
              &lt;/parentTask&gt;
              &lt;task&gt;
                &lt;code&gt;String content&lt;/code&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;name&gt;String content&lt;/name&gt;
                &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/task&gt;
            &lt;/task&gt;
            &lt;timeOffType&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/timeOffType&gt;
            &lt;user&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;loginName&gt;String content&lt;/loginName&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/user&gt;
          &lt;/TimeAllocationHistoryRevisionDetails1&gt;
        &lt;/revisionsRequiringChangeReason&gt;
        &lt;timeAllocationUri&gt;http://www.example.com/&lt;/timeAllocationUri&gt;
      &lt;/TimeAllocationRequiringChangeReasonDetails1&gt;
      &lt;TimeAllocationRequiringChangeReasonDetails1&gt;
        &lt;latestAcceptedRevision&gt;
          &lt;actionUri&gt;http://www.example.com/&lt;/actionUri&gt;
          &lt;activity&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;name&gt;String content&lt;/name&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/activity&gt;
          &lt;billingRate&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;name&gt;String content&lt;/name&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/billingRate&gt;
          &lt;breakType&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;slug&gt;String content&lt;/slug&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/breakType&gt;
          &lt;changeReason&gt;String content&lt;/changeReason&gt;
          &lt;client&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;name&gt;String content&lt;/name&gt;
            &lt;slug&gt;String content&lt;/slug&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/client&gt;
          &lt;comments&gt;String content&lt;/comments&gt;
          &lt;customFieldValues&gt;
            &lt;CustomFieldValueDetails1&gt;
              &lt;customField&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;groupUri&gt;http://www.example.com/&lt;/groupUri&gt;
                &lt;name&gt;String content&lt;/name&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/customField&gt;
              &lt;customFieldType&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/customFieldType&gt;
              &lt;date&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/date&gt;
              &lt;dropDownOption&gt;http://www.example.com/&lt;/dropDownOption&gt;
              &lt;number&gt;1.26743233E+15&lt;/number&gt;
              &lt;text&gt;String content&lt;/text&gt;
            &lt;/CustomFieldValueDetails1&gt;
            &lt;CustomFieldValueDetails1&gt;
              &lt;customField&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;groupUri&gt;http://www.example.com/&lt;/groupUri&gt;
                &lt;name&gt;String content&lt;/name&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/customField&gt;
              &lt;customFieldType&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/customFieldType&gt;
              &lt;date&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/date&gt;
              &lt;dropDownOption&gt;http://www.example.com/&lt;/dropDownOption&gt;
              &lt;number&gt;1.26743233E+15&lt;/number&gt;
              &lt;text&gt;String content&lt;/text&gt;
            &lt;/CustomFieldValueDetails1&gt;
          &lt;/customFieldValues&gt;
          &lt;date&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/date&gt;
          &lt;duration&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
            &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;seconds&gt;2147483647&lt;/seconds&gt;
          &lt;/duration&gt;
          &lt;modifiedDateTime&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;timeZone&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;ianaName&gt;String content&lt;/ianaName&gt;
              &lt;offsetDisplayText&gt;String content&lt;/offsetDisplayText&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/timeZone&gt;
            &lt;valueInUtc&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/valueInUtc&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/modifiedDateTime&gt;
          &lt;modifyingAuthority&gt;
            &lt;actingForUser&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;loginName&gt;String content&lt;/loginName&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/actingForUser&gt;
            &lt;actingUser&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;loginName&gt;String content&lt;/loginName&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/actingUser&gt;
            &lt;authorityType&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/authorityType&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
          &lt;/modifyingAuthority&gt;
          &lt;program&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;name&gt;String content&lt;/name&gt;
            &lt;slug&gt;String content&lt;/slug&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/program&gt;
          &lt;project&gt;
            &lt;code&gt;String content&lt;/code&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;name&gt;String content&lt;/name&gt;
            &lt;slug&gt;String content&lt;/slug&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/project&gt;
          &lt;requiresChangeReason&gt;true&lt;/requiresChangeReason&gt;
          &lt;task&gt;
            &lt;parentTask&gt;
              &lt;parentTask&gt;
                &lt;parentTask i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
                &lt;task&gt;
                  &lt;code&gt;String content&lt;/code&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;name&gt;String content&lt;/name&gt;
                  &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/task&gt;
              &lt;/parentTask&gt;
              &lt;task&gt;
                &lt;code&gt;String content&lt;/code&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;name&gt;String content&lt;/name&gt;
                &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/task&gt;
            &lt;/parentTask&gt;
            &lt;task&gt;
              &lt;code&gt;String content&lt;/code&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/task&gt;
          &lt;/task&gt;
          &lt;timeOffType&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;name&gt;String content&lt;/name&gt;
            &lt;slug&gt;String content&lt;/slug&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/timeOffType&gt;
          &lt;user&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;loginName&gt;String content&lt;/loginName&gt;
            &lt;slug&gt;String content&lt;/slug&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;/user&gt;
        &lt;/latestAcceptedRevision&gt;
        &lt;revisionsRequiringChangeReason&gt;
          &lt;TimeAllocationHistoryRevisionDetails1&gt;
            &lt;actionUri&gt;http://www.example.com/&lt;/actionUri&gt;
            &lt;activity&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/activity&gt;
            &lt;billingRate&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/billingRate&gt;
            &lt;breakType&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/breakType&gt;
            &lt;changeReason&gt;String content&lt;/changeReason&gt;
            &lt;client&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/client&gt;
            &lt;comments&gt;String content&lt;/comments&gt;
            &lt;customFieldValues&gt;
              &lt;CustomFieldValueDetails1&gt;
                &lt;customField&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;groupUri&gt;http://www.example.com/&lt;/groupUri&gt;
                  &lt;name&gt;String content&lt;/name&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customField&gt;
                &lt;customFieldType&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customFieldType&gt;
                &lt;date&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/date&gt;
                &lt;dropDownOption&gt;http://www.example.com/&lt;/dropDownOption&gt;
                &lt;number&gt;1.26743233E+15&lt;/number&gt;
                &lt;text&gt;String content&lt;/text&gt;
              &lt;/CustomFieldValueDetails1&gt;
              &lt;CustomFieldValueDetails1&gt;
                &lt;customField&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;groupUri&gt;http://www.example.com/&lt;/groupUri&gt;
                  &lt;name&gt;String content&lt;/name&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customField&gt;
                &lt;customFieldType&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customFieldType&gt;
                &lt;date&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/date&gt;
                &lt;dropDownOption&gt;http://www.example.com/&lt;/dropDownOption&gt;
                &lt;number&gt;1.26743233E+15&lt;/number&gt;
                &lt;text&gt;String content&lt;/text&gt;
              &lt;/CustomFieldValueDetails1&gt;
            &lt;/customFieldValues&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;duration&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
              &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;seconds&gt;2147483647&lt;/seconds&gt;
            &lt;/duration&gt;
            &lt;modifiedDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;timeZone&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;ianaName&gt;String content&lt;/ianaName&gt;
                &lt;offsetDisplayText&gt;String content&lt;/offsetDisplayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/timeZone&gt;
              &lt;valueInUtc&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/valueInUtc&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/modifiedDateTime&gt;
            &lt;modifyingAuthority&gt;
              &lt;actingForUser&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;loginName&gt;String content&lt;/loginName&gt;
                &lt;slug&gt;String content&lt;/slug&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/actingForUser&gt;
              &lt;actingUser&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;loginName&gt;String content&lt;/loginName&gt;
                &lt;slug&gt;String content&lt;/slug&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/actingUser&gt;
              &lt;authorityType&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/authorityType&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;/modifyingAuthority&gt;
            &lt;program&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/program&gt;
            &lt;project&gt;
              &lt;code&gt;String content&lt;/code&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/project&gt;
            &lt;requiresChangeReason&gt;true&lt;/requiresChangeReason&gt;
            &lt;task&gt;
              &lt;parentTask&gt;
                &lt;parentTask&gt;
                  &lt;parentTask i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
                  &lt;task&gt;
                    &lt;code&gt;String content&lt;/code&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;name&gt;String content&lt;/name&gt;
                    &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/task&gt;
                &lt;/parentTask&gt;
                &lt;task&gt;
                  &lt;code&gt;String content&lt;/code&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;name&gt;String content&lt;/name&gt;
                  &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/task&gt;
              &lt;/parentTask&gt;
              &lt;task&gt;
                &lt;code&gt;String content&lt;/code&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;name&gt;String content&lt;/name&gt;
                &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/task&gt;
            &lt;/task&gt;
            &lt;timeOffType&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/timeOffType&gt;
            &lt;user&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;loginName&gt;String content&lt;/loginName&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/user&gt;
          &lt;/TimeAllocationHistoryRevisionDetails1&gt;
          &lt;TimeAllocationHistoryRevisionDetails1&gt;
            &lt;actionUri&gt;http://www.example.com/&lt;/actionUri&gt;
            &lt;activity&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/activity&gt;
            &lt;billingRate&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/billingRate&gt;
            &lt;breakType&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/breakType&gt;
            &lt;changeReason&gt;String content&lt;/changeReason&gt;
            &lt;client&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/client&gt;
            &lt;comments&gt;String content&lt;/comments&gt;
            &lt;customFieldValues&gt;
              &lt;CustomFieldValueDetails1&gt;
                &lt;customField&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;groupUri&gt;http://www.example.com/&lt;/groupUri&gt;
                  &lt;name&gt;String content&lt;/name&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customField&gt;
                &lt;customFieldType&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customFieldType&gt;
                &lt;date&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/date&gt;
                &lt;dropDownOption&gt;http://www.example.com/&lt;/dropDownOption&gt;
                &lt;number&gt;1.26743233E+15&lt;/number&gt;
                &lt;text&gt;String content&lt;/text&gt;
              &lt;/CustomFieldValueDetails1&gt;
              &lt;CustomFieldValueDetails1&gt;
                &lt;customField&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;groupUri&gt;http://www.example.com/&lt;/groupUri&gt;
                  &lt;name&gt;String content&lt;/name&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customField&gt;
                &lt;customFieldType&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customFieldType&gt;
                &lt;date&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/date&gt;
                &lt;dropDownOption&gt;http://www.example.com/&lt;/dropDownOption&gt;
                &lt;number&gt;1.26743233E+15&lt;/number&gt;
                &lt;text&gt;String content&lt;/text&gt;
              &lt;/CustomFieldValueDetails1&gt;
            &lt;/customFieldValues&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;duration&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
              &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;seconds&gt;2147483647&lt;/seconds&gt;
            &lt;/duration&gt;
            &lt;modifiedDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;timeZone&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;ianaName&gt;String content&lt;/ianaName&gt;
                &lt;offsetDisplayText&gt;String content&lt;/offsetDisplayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/timeZone&gt;
              &lt;valueInUtc&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/valueInUtc&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/modifiedDateTime&gt;
            &lt;modifyingAuthority&gt;
              &lt;actingForUser&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;loginName&gt;String content&lt;/loginName&gt;
                &lt;slug&gt;String content&lt;/slug&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/actingForUser&gt;
              &lt;actingUser&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;loginName&gt;String content&lt;/loginName&gt;
                &lt;slug&gt;String content&lt;/slug&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/actingUser&gt;
              &lt;authorityType&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/authorityType&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;/modifyingAuthority&gt;
            &lt;program&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/program&gt;
            &lt;project&gt;
              &lt;code&gt;String content&lt;/code&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/project&gt;
            &lt;requiresChangeReason&gt;true&lt;/requiresChangeReason&gt;
            &lt;task&gt;
              &lt;parentTask&gt;
                &lt;parentTask&gt;
                  &lt;parentTask i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
                  &lt;task&gt;
                    &lt;code&gt;String content&lt;/code&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;name&gt;String content&lt;/name&gt;
                    &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/task&gt;
                &lt;/parentTask&gt;
                &lt;task&gt;
                  &lt;code&gt;String content&lt;/code&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;name&gt;String content&lt;/name&gt;
                  &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/task&gt;
              &lt;/parentTask&gt;
              &lt;task&gt;
                &lt;code&gt;String content&lt;/code&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;name&gt;String content&lt;/name&gt;
                &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/task&gt;
            &lt;/task&gt;
            &lt;timeOffType&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;name&gt;String content&lt;/name&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/timeOffType&gt;
            &lt;user&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;loginName&gt;String content&lt;/loginName&gt;
              &lt;slug&gt;String content&lt;/slug&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/user&gt;
          &lt;/TimeAllocationHistoryRevisionDetails1&gt;
        &lt;/revisionsRequiringChangeReason&gt;
        &lt;timeAllocationUri&gt;http://www.example.com/&lt;/timeAllocationUri&gt;
      &lt;/TimeAllocationRequiringChangeReasonDetails1&gt;
    &lt;/requiredChangeReasonValidationNotifications&gt;
    &lt;rowValidationNotifications&gt;
      &lt;StandardTimesheetRowValidationNotificationSummary1&gt;
        &lt;cellValidationNotifications&gt;
          &lt;StandardTimesheetCellValidationNotificationSummary1&gt;
            &lt;customFieldValidationNotifications&gt;
              &lt;CustomFieldValidationNotificationSummary1&gt;
                &lt;customField&gt;
                  &lt;dateConfiguration&gt;
                    &lt;defaults&gt;
                      &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
                      &lt;value&gt;
                        &lt;day&gt;2147483647&lt;/day&gt;
                        &lt;month&gt;2147483647&lt;/month&gt;
                        &lt;year&gt;2147483647&lt;/year&gt;
                      &lt;/value&gt;
                    &lt;/defaults&gt;
                    &lt;maximumDate&gt;
                      &lt;day&gt;2147483647&lt;/day&gt;
                      &lt;month&gt;2147483647&lt;/month&gt;
                      &lt;year&gt;2147483647&lt;/year&gt;
                    &lt;/maximumDate&gt;
                    &lt;minimumDate&gt;
                      &lt;day&gt;2147483647&lt;/day&gt;
                      &lt;month&gt;2147483647&lt;/month&gt;
                      &lt;year&gt;2147483647&lt;/year&gt;
                    &lt;/minimumDate&gt;
                  &lt;/dateConfiguration&gt;
                  &lt;defaultDropDownValue&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
                    &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/defaultDropDownValue&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;group&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/group&gt;
                  &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                  &lt;isRequired&gt;true&lt;/isRequired&gt;
                  &lt;isVisible&gt;true&lt;/isVisible&gt;
                  &lt;numericConfiguration&gt;
                    &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
                    &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
                    &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
                    &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
                  &lt;/numericConfiguration&gt;
                  &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
                  &lt;textConfiguration&gt;
                    &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
                    &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
                  &lt;/textConfiguration&gt;
                  &lt;type&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/type&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customField&gt;
                &lt;customFieldValidationNotifications&gt;
                  &lt;ValidationNotificationSummary1&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;failureKeyValues&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                    &lt;/failureKeyValues&gt;
                    &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                    &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
                  &lt;/ValidationNotificationSummary1&gt;
                  &lt;ValidationNotificationSummary1&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;failureKeyValues&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                    &lt;/failureKeyValues&gt;
                    &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                    &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
                  &lt;/ValidationNotificationSummary1&gt;
                &lt;/customFieldValidationNotifications&gt;
              &lt;/CustomFieldValidationNotificationSummary1&gt;
              &lt;CustomFieldValidationNotificationSummary1&gt;
                &lt;customField&gt;
                  &lt;dateConfiguration&gt;
                    &lt;defaults&gt;
                      &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
                      &lt;value&gt;
                        &lt;day&gt;2147483647&lt;/day&gt;
                        &lt;month&gt;2147483647&lt;/month&gt;
                        &lt;year&gt;2147483647&lt;/year&gt;
                      &lt;/value&gt;
                    &lt;/defaults&gt;
                    &lt;maximumDate&gt;
                      &lt;day&gt;2147483647&lt;/day&gt;
                      &lt;month&gt;2147483647&lt;/month&gt;
                      &lt;year&gt;2147483647&lt;/year&gt;
                    &lt;/maximumDate&gt;
                    &lt;minimumDate&gt;
                      &lt;day&gt;2147483647&lt;/day&gt;
                      &lt;month&gt;2147483647&lt;/month&gt;
                      &lt;year&gt;2147483647&lt;/year&gt;
                    &lt;/minimumDate&gt;
                  &lt;/dateConfiguration&gt;
                  &lt;defaultDropDownValue&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
                    &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/defaultDropDownValue&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;group&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/group&gt;
                  &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                  &lt;isRequired&gt;true&lt;/isRequired&gt;
                  &lt;isVisible&gt;true&lt;/isVisible&gt;
                  &lt;numericConfiguration&gt;
                    &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
                    &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
                    &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
                    &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
                  &lt;/numericConfiguration&gt;
                  &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
                  &lt;textConfiguration&gt;
                    &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
                    &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
                  &lt;/textConfiguration&gt;
                  &lt;type&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/type&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customField&gt;
                &lt;customFieldValidationNotifications&gt;
                  &lt;ValidationNotificationSummary1&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;failureKeyValues&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                    &lt;/failureKeyValues&gt;
                    &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                    &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
                  &lt;/ValidationNotificationSummary1&gt;
                  &lt;ValidationNotificationSummary1&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;failureKeyValues&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                    &lt;/failureKeyValues&gt;
                    &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                    &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
                  &lt;/ValidationNotificationSummary1&gt;
                &lt;/customFieldValidationNotifications&gt;
              &lt;/CustomFieldValidationNotificationSummary1&gt;
            &lt;/customFieldValidationNotifications&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;timesheetCellValidationNotifications&gt;
              &lt;ValidationNotificationSummary1&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;failureKeyValues&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                &lt;/failureKeyValues&gt;
                &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
              &lt;/ValidationNotificationSummary1&gt;
              &lt;ValidationNotificationSummary1&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;failureKeyValues&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                &lt;/failureKeyValues&gt;
                &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
              &lt;/ValidationNotificationSummary1&gt;
            &lt;/timesheetCellValidationNotifications&gt;
          &lt;/StandardTimesheetCellValidationNotificationSummary1&gt;
          &lt;StandardTimesheetCellValidationNotificationSummary1&gt;
            &lt;customFieldValidationNotifications&gt;
              &lt;CustomFieldValidationNotificationSummary1&gt;
                &lt;customField&gt;
                  &lt;dateConfiguration&gt;
                    &lt;defaults&gt;
                      &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
                      &lt;value&gt;
                        &lt;day&gt;2147483647&lt;/day&gt;
                        &lt;month&gt;2147483647&lt;/month&gt;
                        &lt;year&gt;2147483647&lt;/year&gt;
                      &lt;/value&gt;
                    &lt;/defaults&gt;
                    &lt;maximumDate&gt;
                      &lt;day&gt;2147483647&lt;/day&gt;
                      &lt;month&gt;2147483647&lt;/month&gt;
                      &lt;year&gt;2147483647&lt;/year&gt;
                    &lt;/maximumDate&gt;
                    &lt;minimumDate&gt;
                      &lt;day&gt;2147483647&lt;/day&gt;
                      &lt;month&gt;2147483647&lt;/month&gt;
                      &lt;year&gt;2147483647&lt;/year&gt;
                    &lt;/minimumDate&gt;
                  &lt;/dateConfiguration&gt;
                  &lt;defaultDropDownValue&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
                    &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/defaultDropDownValue&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;group&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/group&gt;
                  &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                  &lt;isRequired&gt;true&lt;/isRequired&gt;
                  &lt;isVisible&gt;true&lt;/isVisible&gt;
                  &lt;numericConfiguration&gt;
                    &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
                    &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
                    &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
                    &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
                  &lt;/numericConfiguration&gt;
                  &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
                  &lt;textConfiguration&gt;
                    &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
                    &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
                  &lt;/textConfiguration&gt;
                  &lt;type&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/type&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customField&gt;
                &lt;customFieldValidationNotifications&gt;
                  &lt;ValidationNotificationSummary1&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;failureKeyValues&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                    &lt;/failureKeyValues&gt;
                    &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                    &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
                  &lt;/ValidationNotificationSummary1&gt;
                  &lt;ValidationNotificationSummary1&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;failureKeyValues&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                    &lt;/failureKeyValues&gt;
                    &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                    &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
                  &lt;/ValidationNotificationSummary1&gt;
                &lt;/customFieldValidationNotifications&gt;
              &lt;/CustomFieldValidationNotificationSummary1&gt;
              &lt;CustomFieldValidationNotificationSummary1&gt;
                &lt;customField&gt;
                  &lt;dateConfiguration&gt;
                    &lt;defaults&gt;
                      &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
                      &lt;value&gt;
                        &lt;day&gt;2147483647&lt;/day&gt;
                        &lt;month&gt;2147483647&lt;/month&gt;
                        &lt;year&gt;2147483647&lt;/year&gt;
                      &lt;/value&gt;
                    &lt;/defaults&gt;
                    &lt;maximumDate&gt;
                      &lt;day&gt;2147483647&lt;/day&gt;
                      &lt;month&gt;2147483647&lt;/month&gt;
                      &lt;year&gt;2147483647&lt;/year&gt;
                    &lt;/maximumDate&gt;
                    &lt;minimumDate&gt;
                      &lt;day&gt;2147483647&lt;/day&gt;
                      &lt;month&gt;2147483647&lt;/month&gt;
                      &lt;year&gt;2147483647&lt;/year&gt;
                    &lt;/minimumDate&gt;
                  &lt;/dateConfiguration&gt;
                  &lt;defaultDropDownValue&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
                    &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/defaultDropDownValue&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;group&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/group&gt;
                  &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                  &lt;isRequired&gt;true&lt;/isRequired&gt;
                  &lt;isVisible&gt;true&lt;/isVisible&gt;
                  &lt;numericConfiguration&gt;
                    &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
                    &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
                    &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
                    &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
                  &lt;/numericConfiguration&gt;
                  &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
                  &lt;textConfiguration&gt;
                    &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
                    &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
                  &lt;/textConfiguration&gt;
                  &lt;type&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/type&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customField&gt;
                &lt;customFieldValidationNotifications&gt;
                  &lt;ValidationNotificationSummary1&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;failureKeyValues&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                    &lt;/failureKeyValues&gt;
                    &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                    &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
                  &lt;/ValidationNotificationSummary1&gt;
                  &lt;ValidationNotificationSummary1&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;failureKeyValues&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                    &lt;/failureKeyValues&gt;
                    &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                    &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
                  &lt;/ValidationNotificationSummary1&gt;
                &lt;/customFieldValidationNotifications&gt;
              &lt;/CustomFieldValidationNotificationSummary1&gt;
            &lt;/customFieldValidationNotifications&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;timesheetCellValidationNotifications&gt;
              &lt;ValidationNotificationSummary1&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;failureKeyValues&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                &lt;/failureKeyValues&gt;
                &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
              &lt;/ValidationNotificationSummary1&gt;
              &lt;ValidationNotificationSummary1&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;failureKeyValues&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                &lt;/failureKeyValues&gt;
                &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
              &lt;/ValidationNotificationSummary1&gt;
            &lt;/timesheetCellValidationNotifications&gt;
          &lt;/StandardTimesheetCellValidationNotificationSummary1&gt;
        &lt;/cellValidationNotifications&gt;
        &lt;customFieldValidationNotifications&gt;
          &lt;CustomFieldValidationNotificationSummary1&gt;
            &lt;customField&gt;
              &lt;dateConfiguration&gt;
                &lt;defaults&gt;
                  &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
                  &lt;value&gt;
                    &lt;day&gt;2147483647&lt;/day&gt;
                    &lt;month&gt;2147483647&lt;/month&gt;
                    &lt;year&gt;2147483647&lt;/year&gt;
                  &lt;/value&gt;
                &lt;/defaults&gt;
                &lt;maximumDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/maximumDate&gt;
                &lt;minimumDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/minimumDate&gt;
              &lt;/dateConfiguration&gt;
              &lt;defaultDropDownValue&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
                &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/defaultDropDownValue&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;group&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/group&gt;
              &lt;isEnabled&gt;true&lt;/isEnabled&gt;
              &lt;isRequired&gt;true&lt;/isRequired&gt;
              &lt;isVisible&gt;true&lt;/isVisible&gt;
              &lt;numericConfiguration&gt;
                &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
                &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
                &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
                &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
              &lt;/numericConfiguration&gt;
              &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
              &lt;textConfiguration&gt;
                &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
                &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
              &lt;/textConfiguration&gt;
              &lt;type&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/type&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/customField&gt;
            &lt;customFieldValidationNotifications&gt;
              &lt;ValidationNotificationSummary1&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;failureKeyValues&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                &lt;/failureKeyValues&gt;
                &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
              &lt;/ValidationNotificationSummary1&gt;
              &lt;ValidationNotificationSummary1&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;failureKeyValues&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                &lt;/failureKeyValues&gt;
                &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
              &lt;/ValidationNotificationSummary1&gt;
            &lt;/customFieldValidationNotifications&gt;
          &lt;/CustomFieldValidationNotificationSummary1&gt;
          &lt;CustomFieldValidationNotificationSummary1&gt;
            &lt;customField&gt;
              &lt;dateConfiguration&gt;
                &lt;defaults&gt;
                  &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
                  &lt;value&gt;
                    &lt;day&gt;2147483647&lt;/day&gt;
                    &lt;month&gt;2147483647&lt;/month&gt;
                    &lt;year&gt;2147483647&lt;/year&gt;
                  &lt;/value&gt;
                &lt;/defaults&gt;
                &lt;maximumDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/maximumDate&gt;
                &lt;minimumDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/minimumDate&gt;
              &lt;/dateConfiguration&gt;
              &lt;defaultDropDownValue&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
                &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/defaultDropDownValue&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;group&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/group&gt;
              &lt;isEnabled&gt;true&lt;/isEnabled&gt;
              &lt;isRequired&gt;true&lt;/isRequired&gt;
              &lt;isVisible&gt;true&lt;/isVisible&gt;
              &lt;numericConfiguration&gt;
                &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
                &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
                &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
                &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
              &lt;/numericConfiguration&gt;
              &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
              &lt;textConfiguration&gt;
                &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
                &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
              &lt;/textConfiguration&gt;
              &lt;type&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/type&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/customField&gt;
            &lt;customFieldValidationNotifications&gt;
              &lt;ValidationNotificationSummary1&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;failureKeyValues&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                &lt;/failureKeyValues&gt;
                &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
              &lt;/ValidationNotificationSummary1&gt;
              &lt;ValidationNotificationSummary1&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;failureKeyValues&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                &lt;/failureKeyValues&gt;
                &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
              &lt;/ValidationNotificationSummary1&gt;
            &lt;/customFieldValidationNotifications&gt;
          &lt;/CustomFieldValidationNotificationSummary1&gt;
        &lt;/customFieldValidationNotifications&gt;
        &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
        &lt;rowUri&gt;http://www.example.com/&lt;/rowUri&gt;
        &lt;timesheetRowValidationNotifications&gt;
          &lt;ValidationNotificationSummary1&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;failureKeyValues&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
            &lt;/failureKeyValues&gt;
            &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
            &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
          &lt;/ValidationNotificationSummary1&gt;
          &lt;ValidationNotificationSummary1&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;failureKeyValues&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
            &lt;/failureKeyValues&gt;
            &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
            &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
          &lt;/ValidationNotificationSummary1&gt;
        &lt;/timesheetRowValidationNotifications&gt;
      &lt;/StandardTimesheetRowValidationNotificationSummary1&gt;
      &lt;StandardTimesheetRowValidationNotificationSummary1&gt;
        &lt;cellValidationNotifications&gt;
          &lt;StandardTimesheetCellValidationNotificationSummary1&gt;
            &lt;customFieldValidationNotifications&gt;
              &lt;CustomFieldValidationNotificationSummary1&gt;
                &lt;customField&gt;
                  &lt;dateConfiguration&gt;
                    &lt;defaults&gt;
                      &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
                      &lt;value&gt;
                        &lt;day&gt;2147483647&lt;/day&gt;
                        &lt;month&gt;2147483647&lt;/month&gt;
                        &lt;year&gt;2147483647&lt;/year&gt;
                      &lt;/value&gt;
                    &lt;/defaults&gt;
                    &lt;maximumDate&gt;
                      &lt;day&gt;2147483647&lt;/day&gt;
                      &lt;month&gt;2147483647&lt;/month&gt;
                      &lt;year&gt;2147483647&lt;/year&gt;
                    &lt;/maximumDate&gt;
                    &lt;minimumDate&gt;
                      &lt;day&gt;2147483647&lt;/day&gt;
                      &lt;month&gt;2147483647&lt;/month&gt;
                      &lt;year&gt;2147483647&lt;/year&gt;
                    &lt;/minimumDate&gt;
                  &lt;/dateConfiguration&gt;
                  &lt;defaultDropDownValue&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
                    &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/defaultDropDownValue&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;group&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/group&gt;
                  &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                  &lt;isRequired&gt;true&lt;/isRequired&gt;
                  &lt;isVisible&gt;true&lt;/isVisible&gt;
                  &lt;numericConfiguration&gt;
                    &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
                    &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
                    &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
                    &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
                  &lt;/numericConfiguration&gt;
                  &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
                  &lt;textConfiguration&gt;
                    &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
                    &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
                  &lt;/textConfiguration&gt;
                  &lt;type&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/type&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customField&gt;
                &lt;customFieldValidationNotifications&gt;
                  &lt;ValidationNotificationSummary1&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;failureKeyValues&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                    &lt;/failureKeyValues&gt;
                    &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                    &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
                  &lt;/ValidationNotificationSummary1&gt;
                  &lt;ValidationNotificationSummary1&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;failureKeyValues&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                    &lt;/failureKeyValues&gt;
                    &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                    &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
                  &lt;/ValidationNotificationSummary1&gt;
                &lt;/customFieldValidationNotifications&gt;
              &lt;/CustomFieldValidationNotificationSummary1&gt;
              &lt;CustomFieldValidationNotificationSummary1&gt;
                &lt;customField&gt;
                  &lt;dateConfiguration&gt;
                    &lt;defaults&gt;
                      &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
                      &lt;value&gt;
                        &lt;day&gt;2147483647&lt;/day&gt;
                        &lt;month&gt;2147483647&lt;/month&gt;
                        &lt;year&gt;2147483647&lt;/year&gt;
                      &lt;/value&gt;
                    &lt;/defaults&gt;
                    &lt;maximumDate&gt;
                      &lt;day&gt;2147483647&lt;/day&gt;
                      &lt;month&gt;2147483647&lt;/month&gt;
                      &lt;year&gt;2147483647&lt;/year&gt;
                    &lt;/maximumDate&gt;
                    &lt;minimumDate&gt;
                      &lt;day&gt;2147483647&lt;/day&gt;
                      &lt;month&gt;2147483647&lt;/month&gt;
                      &lt;year&gt;2147483647&lt;/year&gt;
                    &lt;/minimumDate&gt;
                  &lt;/dateConfiguration&gt;
                  &lt;defaultDropDownValue&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
                    &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/defaultDropDownValue&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;group&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/group&gt;
                  &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                  &lt;isRequired&gt;true&lt;/isRequired&gt;
                  &lt;isVisible&gt;true&lt;/isVisible&gt;
                  &lt;numericConfiguration&gt;
                    &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
                    &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
                    &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
                    &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
                  &lt;/numericConfiguration&gt;
                  &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
                  &lt;textConfiguration&gt;
                    &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
                    &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
                  &lt;/textConfiguration&gt;
                  &lt;type&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/type&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customField&gt;
                &lt;customFieldValidationNotifications&gt;
                  &lt;ValidationNotificationSummary1&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;failureKeyValues&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                    &lt;/failureKeyValues&gt;
                    &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                    &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
                  &lt;/ValidationNotificationSummary1&gt;
                  &lt;ValidationNotificationSummary1&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;failureKeyValues&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                    &lt;/failureKeyValues&gt;
                    &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                    &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
                  &lt;/ValidationNotificationSummary1&gt;
                &lt;/customFieldValidationNotifications&gt;
              &lt;/CustomFieldValidationNotificationSummary1&gt;
            &lt;/customFieldValidationNotifications&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;timesheetCellValidationNotifications&gt;
              &lt;ValidationNotificationSummary1&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;failureKeyValues&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                &lt;/failureKeyValues&gt;
                &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
              &lt;/ValidationNotificationSummary1&gt;
              &lt;ValidationNotificationSummary1&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;failureKeyValues&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                &lt;/failureKeyValues&gt;
                &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
              &lt;/ValidationNotificationSummary1&gt;
            &lt;/timesheetCellValidationNotifications&gt;
          &lt;/StandardTimesheetCellValidationNotificationSummary1&gt;
          &lt;StandardTimesheetCellValidationNotificationSummary1&gt;
            &lt;customFieldValidationNotifications&gt;
              &lt;CustomFieldValidationNotificationSummary1&gt;
                &lt;customField&gt;
                  &lt;dateConfiguration&gt;
                    &lt;defaults&gt;
                      &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
                      &lt;value&gt;
                        &lt;day&gt;2147483647&lt;/day&gt;
                        &lt;month&gt;2147483647&lt;/month&gt;
                        &lt;year&gt;2147483647&lt;/year&gt;
                      &lt;/value&gt;
                    &lt;/defaults&gt;
                    &lt;maximumDate&gt;
                      &lt;day&gt;2147483647&lt;/day&gt;
                      &lt;month&gt;2147483647&lt;/month&gt;
                      &lt;year&gt;2147483647&lt;/year&gt;
                    &lt;/maximumDate&gt;
                    &lt;minimumDate&gt;
                      &lt;day&gt;2147483647&lt;/day&gt;
                      &lt;month&gt;2147483647&lt;/month&gt;
                      &lt;year&gt;2147483647&lt;/year&gt;
                    &lt;/minimumDate&gt;
                  &lt;/dateConfiguration&gt;
                  &lt;defaultDropDownValue&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
                    &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/defaultDropDownValue&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;group&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/group&gt;
                  &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                  &lt;isRequired&gt;true&lt;/isRequired&gt;
                  &lt;isVisible&gt;true&lt;/isVisible&gt;
                  &lt;numericConfiguration&gt;
                    &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
                    &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
                    &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
                    &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
                  &lt;/numericConfiguration&gt;
                  &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
                  &lt;textConfiguration&gt;
                    &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
                    &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
                  &lt;/textConfiguration&gt;
                  &lt;type&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/type&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customField&gt;
                &lt;customFieldValidationNotifications&gt;
                  &lt;ValidationNotificationSummary1&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;failureKeyValues&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                    &lt;/failureKeyValues&gt;
                    &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                    &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
                  &lt;/ValidationNotificationSummary1&gt;
                  &lt;ValidationNotificationSummary1&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;failureKeyValues&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                    &lt;/failureKeyValues&gt;
                    &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                    &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
                  &lt;/ValidationNotificationSummary1&gt;
                &lt;/customFieldValidationNotifications&gt;
              &lt;/CustomFieldValidationNotificationSummary1&gt;
              &lt;CustomFieldValidationNotificationSummary1&gt;
                &lt;customField&gt;
                  &lt;dateConfiguration&gt;
                    &lt;defaults&gt;
                      &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
                      &lt;value&gt;
                        &lt;day&gt;2147483647&lt;/day&gt;
                        &lt;month&gt;2147483647&lt;/month&gt;
                        &lt;year&gt;2147483647&lt;/year&gt;
                      &lt;/value&gt;
                    &lt;/defaults&gt;
                    &lt;maximumDate&gt;
                      &lt;day&gt;2147483647&lt;/day&gt;
                      &lt;month&gt;2147483647&lt;/month&gt;
                      &lt;year&gt;2147483647&lt;/year&gt;
                    &lt;/maximumDate&gt;
                    &lt;minimumDate&gt;
                      &lt;day&gt;2147483647&lt;/day&gt;
                      &lt;month&gt;2147483647&lt;/month&gt;
                      &lt;year&gt;2147483647&lt;/year&gt;
                    &lt;/minimumDate&gt;
                  &lt;/dateConfiguration&gt;
                  &lt;defaultDropDownValue&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
                    &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/defaultDropDownValue&gt;
                  &lt;displayText&gt;String content&lt;/displayText&gt;
                  &lt;group&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/group&gt;
                  &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                  &lt;isRequired&gt;true&lt;/isRequired&gt;
                  &lt;isVisible&gt;true&lt;/isVisible&gt;
                  &lt;numericConfiguration&gt;
                    &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
                    &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
                    &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
                    &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
                  &lt;/numericConfiguration&gt;
                  &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
                  &lt;textConfiguration&gt;
                    &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
                    &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
                  &lt;/textConfiguration&gt;
                  &lt;type&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                  &lt;/type&gt;
                  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
                &lt;/customField&gt;
                &lt;customFieldValidationNotifications&gt;
                  &lt;ValidationNotificationSummary1&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;failureKeyValues&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                    &lt;/failureKeyValues&gt;
                    &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                    &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
                  &lt;/ValidationNotificationSummary1&gt;
                  &lt;ValidationNotificationSummary1&gt;
                    &lt;displayText&gt;String content&lt;/displayText&gt;
                    &lt;failureKeyValues&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                      &lt;JsonKeyValue1&gt;
                        &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                        &lt;key&gt;String content&lt;/key&gt;
                      &lt;/JsonKeyValue1&gt;
                    &lt;/failureKeyValues&gt;
                    &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                    &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
                  &lt;/ValidationNotificationSummary1&gt;
                &lt;/customFieldValidationNotifications&gt;
              &lt;/CustomFieldValidationNotificationSummary1&gt;
            &lt;/customFieldValidationNotifications&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;timesheetCellValidationNotifications&gt;
              &lt;ValidationNotificationSummary1&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;failureKeyValues&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                &lt;/failureKeyValues&gt;
                &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
              &lt;/ValidationNotificationSummary1&gt;
              &lt;ValidationNotificationSummary1&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;failureKeyValues&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                &lt;/failureKeyValues&gt;
                &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
              &lt;/ValidationNotificationSummary1&gt;
            &lt;/timesheetCellValidationNotifications&gt;
          &lt;/StandardTimesheetCellValidationNotificationSummary1&gt;
        &lt;/cellValidationNotifications&gt;
        &lt;customFieldValidationNotifications&gt;
          &lt;CustomFieldValidationNotificationSummary1&gt;
            &lt;customField&gt;
              &lt;dateConfiguration&gt;
                &lt;defaults&gt;
                  &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
                  &lt;value&gt;
                    &lt;day&gt;2147483647&lt;/day&gt;
                    &lt;month&gt;2147483647&lt;/month&gt;
                    &lt;year&gt;2147483647&lt;/year&gt;
                  &lt;/value&gt;
                &lt;/defaults&gt;
                &lt;maximumDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/maximumDate&gt;
                &lt;minimumDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/minimumDate&gt;
              &lt;/dateConfiguration&gt;
              &lt;defaultDropDownValue&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
                &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/defaultDropDownValue&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;group&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/group&gt;
              &lt;isEnabled&gt;true&lt;/isEnabled&gt;
              &lt;isRequired&gt;true&lt;/isRequired&gt;
              &lt;isVisible&gt;true&lt;/isVisible&gt;
              &lt;numericConfiguration&gt;
                &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
                &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
                &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
                &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
              &lt;/numericConfiguration&gt;
              &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
              &lt;textConfiguration&gt;
                &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
                &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
              &lt;/textConfiguration&gt;
              &lt;type&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/type&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/customField&gt;
            &lt;customFieldValidationNotifications&gt;
              &lt;ValidationNotificationSummary1&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;failureKeyValues&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                &lt;/failureKeyValues&gt;
                &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
              &lt;/ValidationNotificationSummary1&gt;
              &lt;ValidationNotificationSummary1&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;failureKeyValues&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                &lt;/failureKeyValues&gt;
                &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
              &lt;/ValidationNotificationSummary1&gt;
            &lt;/customFieldValidationNotifications&gt;
          &lt;/CustomFieldValidationNotificationSummary1&gt;
          &lt;CustomFieldValidationNotificationSummary1&gt;
            &lt;customField&gt;
              &lt;dateConfiguration&gt;
                &lt;defaults&gt;
                  &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
                  &lt;value&gt;
                    &lt;day&gt;2147483647&lt;/day&gt;
                    &lt;month&gt;2147483647&lt;/month&gt;
                    &lt;year&gt;2147483647&lt;/year&gt;
                  &lt;/value&gt;
                &lt;/defaults&gt;
                &lt;maximumDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/maximumDate&gt;
                &lt;minimumDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/minimumDate&gt;
              &lt;/dateConfiguration&gt;
              &lt;defaultDropDownValue&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
                &lt;isEnabled&gt;true&lt;/isEnabled&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/defaultDropDownValue&gt;
              &lt;displayText&gt;String content&lt;/displayText&gt;
              &lt;group&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/group&gt;
              &lt;isEnabled&gt;true&lt;/isEnabled&gt;
              &lt;isRequired&gt;true&lt;/isRequired&gt;
              &lt;isVisible&gt;true&lt;/isVisible&gt;
              &lt;numericConfiguration&gt;
                &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
                &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
                &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
                &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
              &lt;/numericConfiguration&gt;
              &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
              &lt;textConfiguration&gt;
                &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
                &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
              &lt;/textConfiguration&gt;
              &lt;type&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;/type&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;/customField&gt;
            &lt;customFieldValidationNotifications&gt;
              &lt;ValidationNotificationSummary1&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;failureKeyValues&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                &lt;/failureKeyValues&gt;
                &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
              &lt;/ValidationNotificationSummary1&gt;
              &lt;ValidationNotificationSummary1&gt;
                &lt;displayText&gt;String content&lt;/displayText&gt;
                &lt;failureKeyValues&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                  &lt;JsonKeyValue1&gt;
                    &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                    &lt;key&gt;String content&lt;/key&gt;
                  &lt;/JsonKeyValue1&gt;
                &lt;/failureKeyValues&gt;
                &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
                &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
              &lt;/ValidationNotificationSummary1&gt;
            &lt;/customFieldValidationNotifications&gt;
          &lt;/CustomFieldValidationNotificationSummary1&gt;
        &lt;/customFieldValidationNotifications&gt;
        &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
        &lt;rowUri&gt;http://www.example.com/&lt;/rowUri&gt;
        &lt;timesheetRowValidationNotifications&gt;
          &lt;ValidationNotificationSummary1&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;failureKeyValues&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
            &lt;/failureKeyValues&gt;
            &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
            &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
          &lt;/ValidationNotificationSummary1&gt;
          &lt;ValidationNotificationSummary1&gt;
            &lt;displayText&gt;String content&lt;/displayText&gt;
            &lt;failureKeyValues&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
              &lt;JsonKeyValue1&gt;
                &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
                &lt;key&gt;String content&lt;/key&gt;
              &lt;/JsonKeyValue1&gt;
            &lt;/failureKeyValues&gt;
            &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
            &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
          &lt;/ValidationNotificationSummary1&gt;
        &lt;/timesheetRowValidationNotifications&gt;
      &lt;/StandardTimesheetRowValidationNotificationSummary1&gt;
    &lt;/rowValidationNotifications&gt;
    &lt;timesheet&gt;
      &lt;displayText&gt;String content&lt;/displayText&gt;
      &lt;slug&gt;String content&lt;/slug&gt;
      &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
    &lt;/timesheet&gt;
    &lt;timesheetValidationNotifications&gt;
      &lt;ValidationNotificationSummary1&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;failureKeyValues&gt;
          &lt;JsonKeyValue1&gt;
            &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
            &lt;key&gt;String content&lt;/key&gt;
          &lt;/JsonKeyValue1&gt;
          &lt;JsonKeyValue1&gt;
            &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
            &lt;key&gt;String content&lt;/key&gt;
          &lt;/JsonKeyValue1&gt;
        &lt;/failureKeyValues&gt;
        &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
        &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
      &lt;/ValidationNotificationSummary1&gt;
      &lt;ValidationNotificationSummary1&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;failureKeyValues&gt;
          &lt;JsonKeyValue1&gt;
            &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
            &lt;key&gt;String content&lt;/key&gt;
          &lt;/JsonKeyValue1&gt;
          &lt;JsonKeyValue1&gt;
            &lt;jsonValue&gt;String content&lt;/jsonValue&gt;
            &lt;key&gt;String content&lt;/key&gt;
          &lt;/JsonKeyValue1&gt;
        &lt;/failureKeyValues&gt;
        &lt;failureUri&gt;http://www.example.com/&lt;/failureUri&gt;
        &lt;severityUri&gt;http://www.example.com/&lt;/severityUri&gt;
      &lt;/ValidationNotificationSummary1&gt;
    &lt;/timesheetValidationNotifications&gt;
  &lt;/validationResults&gt;
&lt;/StandardTimesheetPutThenValidateApprovalActionResults1&gt;</pre>
      </p>
      <p>
        <a name="response-json">The following is an example response Json body:</a>
        <pre class="response-json">{
	"putResults":{
		"rows":[{
			"parameterCorrelationId":"String content",
			"rowUri":"http:\/\/www.example.com\/"
		}],
		"timesheet":{
			"displayText":"String content",
			"slug":"String content",
			"uri":"http:\/\/www.example.com\/"
		}
	},
	"validationResults":{
		"customFieldValidationNotifications":[{
			"customField":{
				"dateConfiguration":{
					"defaults":{
						"useTodayAsDefault":true,
						"value":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						}
					},
					"maximumDate":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"minimumDate":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					}
				},
				"defaultDropDownValue":{
					"displayText":"String content",
					"isDefaultValue":true,
					"isEnabled":true,
					"uri":"http:\/\/www.example.com\/"
				},
				"displayText":"String content",
				"group":{
					"displayText":"String content",
					"uri":"http:\/\/www.example.com\/"
				},
				"isEnabled":true,
				"isRequired":true,
				"isVisible":true,
				"numericConfiguration":{
					"decimalPlaces":2147483647,
					"defaultNumericValue":12678967.543233,
					"maximumNumericValue":12678967.543233,
					"minimumNumericValue":12678967.543233
				},
				"policyKeyUri":"http:\/\/www.example.com\/",
				"textConfiguration":{
					"defaultTextValue":"String content",
					"maximumLength":2147483647
				},
				"type":{
					"displayText":"String content",
					"uri":"http:\/\/www.example.com\/"
				},
				"uri":"http:\/\/www.example.com\/"
			},
			"customFieldValidationNotifications":[{
				"displayText":"String content",
				"failureKeyValues":[{
					"jsonValue":"String content",
					"key":"String content"
				}],
				"failureUri":"http:\/\/www.example.com\/",
				"severityUri":"http:\/\/www.example.com\/"
			}]
		}],
		"flatListOfValidationNotifications":[{
			"displayText":"String content",
			"failureKeyValues":[{
				"jsonValue":"String content",
				"key":"String content"
			}],
			"failureUri":"http:\/\/www.example.com\/",
			"severityUri":"http:\/\/www.example.com\/"
		}],
		"owner":{
			"endDate":{
				"day":2147483647,
				"month":2147483647,
				"year":2147483647
			},
			"startDate":{
				"day":2147483647,
				"month":2147483647,
				"year":2147483647
			},
			"user":{
				"displayText":"String content",
				"loginName":"String content",
				"slug":"String content",
				"uri":"http:\/\/www.example.com\/"
			}
		},
		"perDateValidationNotifications":[{
			"date":{
				"day":2147483647,
				"month":2147483647,
				"year":2147483647
			},
			"timesheetPerDateValidationNotifications":[{
				"displayText":"String content",
				"failureKeyValues":[{
					"jsonValue":"String content",
					"key":"String content"
				}],
				"failureUri":"http:\/\/www.example.com\/",
				"severityUri":"http:\/\/www.example.com\/"
			}]
		}],
		"requiredChangeReasonValidationNotifications":[{
			"latestAcceptedRevision":{
				"actionUri":"http:\/\/www.example.com\/",
				"activity":{
					"displayText":"String content",
					"name":"String content",
					"uri":"http:\/\/www.example.com\/"
				},
				"billingRate":{
					"displayText":"String content",
					"name":"String content",
					"uri":"http:\/\/www.example.com\/"
				},
				"breakType":{
					"displayText":"String content",
					"slug":"String content",
					"uri":"http:\/\/www.example.com\/"
				},
				"changeReason":"String content",
				"client":{
					"displayText":"String content",
					"name":"String content",
					"slug":"String content",
					"uri":"http:\/\/www.example.com\/"
				},
				"comments":"String content",
				"customFieldValues":[{
					"customField":{
						"displayText":"String content",
						"groupUri":"http:\/\/www.example.com\/",
						"name":"String content",
						"uri":"http:\/\/www.example.com\/"
					},
					"customFieldType":{
						"displayText":"String content",
						"uri":"http:\/\/www.example.com\/"
					},
					"date":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"dropDownOption":"http:\/\/www.example.com\/",
					"number":1.26743233E+15,
					"text":"String content"
				}],
				"date":{
					"day":2147483647,
					"month":2147483647,
					"year":2147483647
				},
				"duration":{
					"hours":2147483647,
					"microseconds":2147483647,
					"milliseconds":2147483647,
					"minutes":2147483647,
					"seconds":2147483647
				},
				"modifiedDateTime":{
					"day":2147483647,
					"displayText":"String content",
					"hour":2147483647,
					"minute":2147483647,
					"month":2147483647,
					"second":2147483647,
					"timeZone":{
						"displayText":"String content",
						"ianaName":"String content",
						"offsetDisplayText":"String content",
						"uri":"http:\/\/www.example.com\/"
					},
					"valueInUtc":{
						"day":2147483647,
						"hour":2147483647,
						"millisecond":2147483647,
						"minute":2147483647,
						"month":2147483647,
						"second":2147483647,
						"year":2147483647
					},
					"year":2147483647
				},
				"modifyingAuthority":{
					"actingForUser":{
						"displayText":"String content",
						"loginName":"String content",
						"slug":"String content",
						"uri":"http:\/\/www.example.com\/"
					},
					"actingUser":{
						"displayText":"String content",
						"loginName":"String content",
						"slug":"String content",
						"uri":"http:\/\/www.example.com\/"
					},
					"authorityType":{
						"displayText":"String content",
						"uri":"http:\/\/www.example.com\/"
					},
					"displayText":"String content"
				},
				"program":{
					"displayText":"String content",
					"name":"String content",
					"slug":"String content",
					"uri":"http:\/\/www.example.com\/"
				},
				"project":{
					"code":"String content",
					"displayText":"String content",
					"name":"String content",
					"slug":"String content",
					"uri":"http:\/\/www.example.com\/"
				},
				"requiresChangeReason":true,
				"task":{
					"parentTask":{
						"parentTask":{
							"parentTask":null,
							"task":{
								"code":"String content",
								"displayText":"String content",
								"name":"String content",
								"parameterCorrelationId":"String content",
								"uri":"http:\/\/www.example.com\/"
							}
						},
						"task":{
							"code":"String content",
							"displayText":"String content",
							"name":"String content",
							"parameterCorrelationId":"String content",
							"uri":"http:\/\/www.example.com\/"
						}
					},
					"task":{
						"code":"String content",
						"displayText":"String content",
						"name":"String content",
						"parameterCorrelationId":"String content",
						"uri":"http:\/\/www.example.com\/"
					}
				},
				"timeOffType":{
					"displayText":"String content",
					"name":"String content",
					"slug":"String content",
					"uri":"http:\/\/www.example.com\/"
				},
				"user":{
					"displayText":"String content",
					"loginName":"String content",
					"slug":"String content",
					"uri":"http:\/\/www.example.com\/"
				}
			},
			"revisionsRequiringChangeReason":[{
				"actionUri":"http:\/\/www.example.com\/",
				"activity":{
					"displayText":"String content",
					"name":"String content",
					"uri":"http:\/\/www.example.com\/"
				},
				"billingRate":{
					"displayText":"String content",
					"name":"String content",
					"uri":"http:\/\/www.example.com\/"
				},
				"breakType":{
					"displayText":"String content",
					"slug":"String content",
					"uri":"http:\/\/www.example.com\/"
				},
				"changeReason":"String content",
				"client":{
					"displayText":"String content",
					"name":"String content",
					"slug":"String content",
					"uri":"http:\/\/www.example.com\/"
				},
				"comments":"String content",
				"customFieldValues":[{
					"customField":{
						"displayText":"String content",
						"groupUri":"http:\/\/www.example.com\/",
						"name":"String content",
						"uri":"http:\/\/www.example.com\/"
					},
					"customFieldType":{
						"displayText":"String content",
						"uri":"http:\/\/www.example.com\/"
					},
					"date":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"dropDownOption":"http:\/\/www.example.com\/",
					"number":1.26743233E+15,
					"text":"String content"
				}],
				"date":{
					"day":2147483647,
					"month":2147483647,
					"year":2147483647
				},
				"duration":{
					"hours":2147483647,
					"microseconds":2147483647,
					"milliseconds":2147483647,
					"minutes":2147483647,
					"seconds":2147483647
				},
				"modifiedDateTime":{
					"day":2147483647,
					"displayText":"String content",
					"hour":2147483647,
					"minute":2147483647,
					"month":2147483647,
					"second":2147483647,
					"timeZone":{
						"displayText":"String content",
						"ianaName":"String content",
						"offsetDisplayText":"String content",
						"uri":"http:\/\/www.example.com\/"
					},
					"valueInUtc":{
						"day":2147483647,
						"hour":2147483647,
						"millisecond":2147483647,
						"minute":2147483647,
						"month":2147483647,
						"second":2147483647,
						"year":2147483647
					},
					"year":2147483647
				},
				"modifyingAuthority":{
					"actingForUser":{
						"displayText":"String content",
						"loginName":"String content",
						"slug":"String content",
						"uri":"http:\/\/www.example.com\/"
					},
					"actingUser":{
						"displayText":"String content",
						"loginName":"String content",
						"slug":"String content",
						"uri":"http:\/\/www.example.com\/"
					},
					"authorityType":{
						"displayText":"String content",
						"uri":"http:\/\/www.example.com\/"
					},
					"displayText":"String content"
				},
				"program":{
					"displayText":"String content",
					"name":"String content",
					"slug":"String content",
					"uri":"http:\/\/www.example.com\/"
				},
				"project":{
					"code":"String content",
					"displayText":"String content",
					"name":"String content",
					"slug":"String content",
					"uri":"http:\/\/www.example.com\/"
				},
				"requiresChangeReason":true,
				"task":{
					"parentTask":{
						"parentTask":{
							"parentTask":null,
							"task":{
								"code":"String content",
								"displayText":"String content",
								"name":"String content",
								"parameterCorrelationId":"String content",
								"uri":"http:\/\/www.example.com\/"
							}
						},
						"task":{
							"code":"String content",
							"displayText":"String content",
							"name":"String content",
							"parameterCorrelationId":"String content",
							"uri":"http:\/\/www.example.com\/"
						}
					},
					"task":{
						"code":"String content",
						"displayText":"String content",
						"name":"String content",
						"parameterCorrelationId":"String content",
						"uri":"http:\/\/www.example.com\/"
					}
				},
				"timeOffType":{
					"displayText":"String content",
					"name":"String content",
					"slug":"String content",
					"uri":"http:\/\/www.example.com\/"
				},
				"user":{
					"displayText":"String content",
					"loginName":"String content",
					"slug":"String content",
					"uri":"http:\/\/www.example.com\/"
				}
			}],
			"timeAllocationUri":"http:\/\/www.example.com\/"
		}],
		"rowValidationNotifications":[{
			"cellValidationNotifications":[{
				"customFieldValidationNotifications":[{
					"customField":{
						"dateConfiguration":{
							"defaults":{
								"useTodayAsDefault":true,
								"value":{
									"day":2147483647,
									"month":2147483647,
									"year":2147483647
								}
							},
							"maximumDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							},
							"minimumDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							}
						},
						"defaultDropDownValue":{
							"displayText":"String content",
							"isDefaultValue":true,
							"isEnabled":true,
							"uri":"http:\/\/www.example.com\/"
						},
						"displayText":"String content",
						"group":{
							"displayText":"String content",
							"uri":"http:\/\/www.example.com\/"
						},
						"isEnabled":true,
						"isRequired":true,
						"isVisible":true,
						"numericConfiguration":{
							"decimalPlaces":2147483647,
							"defaultNumericValue":12678967.543233,
							"maximumNumericValue":12678967.543233,
							"minimumNumericValue":12678967.543233
						},
						"policyKeyUri":"http:\/\/www.example.com\/",
						"textConfiguration":{
							"defaultTextValue":"String content",
							"maximumLength":2147483647
						},
						"type":{
							"displayText":"String content",
							"uri":"http:\/\/www.example.com\/"
						},
						"uri":"http:\/\/www.example.com\/"
					},
					"customFieldValidationNotifications":[{
						"displayText":"String content",
						"failureKeyValues":[{
							"jsonValue":"String content",
							"key":"String content"
						}],
						"failureUri":"http:\/\/www.example.com\/",
						"severityUri":"http:\/\/www.example.com\/"
					}]
				}],
				"date":{
					"day":2147483647,
					"month":2147483647,
					"year":2147483647
				},
				"timesheetCellValidationNotifications":[{
					"displayText":"String content",
					"failureKeyValues":[{
						"jsonValue":"String content",
						"key":"String content"
					}],
					"failureUri":"http:\/\/www.example.com\/",
					"severityUri":"http:\/\/www.example.com\/"
				}]
			}],
			"customFieldValidationNotifications":[{
				"customField":{
					"dateConfiguration":{
						"defaults":{
							"useTodayAsDefault":true,
							"value":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							}
						},
						"maximumDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"minimumDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						}
					},
					"defaultDropDownValue":{
						"displayText":"String content",
						"isDefaultValue":true,
						"isEnabled":true,
						"uri":"http:\/\/www.example.com\/"
					},
					"displayText":"String content",
					"group":{
						"displayText":"String content",
						"uri":"http:\/\/www.example.com\/"
					},
					"isEnabled":true,
					"isRequired":true,
					"isVisible":true,
					"numericConfiguration":{
						"decimalPlaces":2147483647,
						"defaultNumericValue":12678967.543233,
						"maximumNumericValue":12678967.543233,
						"minimumNumericValue":12678967.543233
					},
					"policyKeyUri":"http:\/\/www.example.com\/",
					"textConfiguration":{
						"defaultTextValue":"String content",
						"maximumLength":2147483647
					},
					"type":{
						"displayText":"String content",
						"uri":"http:\/\/www.example.com\/"
					},
					"uri":"http:\/\/www.example.com\/"
				},
				"customFieldValidationNotifications":[{
					"displayText":"String content",
					"failureKeyValues":[{
						"jsonValue":"String content",
						"key":"String content"
					}],
					"failureUri":"http:\/\/www.example.com\/",
					"severityUri":"http:\/\/www.example.com\/"
				}]
			}],
			"parameterCorrelationId":"String content",
			"rowUri":"http:\/\/www.example.com\/",
			"timesheetRowValidationNotifications":[{
				"displayText":"String content",
				"failureKeyValues":[{
					"jsonValue":"String content",
					"key":"String content"
				}],
				"failureUri":"http:\/\/www.example.com\/",
				"severityUri":"http:\/\/www.example.com\/"
			}]
		}],
		"timesheet":{
			"displayText":"String content",
			"slug":"String content",
			"uri":"http:\/\/www.example.com\/"
		},
		"timesheetValidationNotifications":[{
			"displayText":"String content",
			"failureKeyValues":[{
				"jsonValue":"String content",
				"key":"String content"
			}],
			"failureUri":"http:\/\/www.example.com\/",
			"severityUri":"http:\/\/www.example.com\/"
		}]
	}
}</pre>
      </p>
      <p>
        <a name="response-schema">The following is the response Xml Schema:</a>
        <pre class="response-schema">&lt;xs:schema xmlns:tns="http://replicon.com/" elementFormDefault="qualified" targetNamespace="http://replicon.com/" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;xs:complexType name="StandardTimesheetPutThenValidateApprovalActionResults1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="putResults" nillable="true" type="tns:StandardTimesheetPutResults1" /&gt;
      &lt;xs:element minOccurs="0" name="validationResults" nillable="true" type="tns:StandardTimesheetValidationNotificationSummary1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="StandardTimesheetPutThenValidateApprovalActionResults1" nillable="true" type="tns:StandardTimesheetPutThenValidateApprovalActionResults1" /&gt;
  &lt;xs:complexType name="StandardTimesheetPutResults1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="rows" nillable="true" type="tns:ArrayOfStandardTimesheetRowPutResults1" /&gt;
      &lt;xs:element minOccurs="0" name="timesheet" nillable="true" type="tns:TimesheetReference1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="StandardTimesheetPutResults1" nillable="true" type="tns:StandardTimesheetPutResults1" /&gt;
  &lt;xs:complexType name="ArrayOfStandardTimesheetRowPutResults1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="StandardTimesheetRowPutResults1" nillable="true" type="tns:StandardTimesheetRowPutResults1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfStandardTimesheetRowPutResults1" nillable="true" type="tns:ArrayOfStandardTimesheetRowPutResults1" /&gt;
  &lt;xs:complexType name="StandardTimesheetRowPutResults1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="parameterCorrelationId" nillable="true" type="xs:string"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="rowUri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="StandardTimesheetRowPutResults1" nillable="true" type="tns:StandardTimesheetRowPutResults1" /&gt;
  &lt;xs:complexType name="TimesheetReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="slug" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimesheetReference1" nillable="true" type="tns:TimesheetReference1" /&gt;
  &lt;xs:complexType name="StandardTimesheetValidationNotificationSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="customFieldValidationNotifications" nillable="true" type="tns:ArrayOfCustomFieldValidationNotificationSummary1" /&gt;
      &lt;xs:element minOccurs="0" name="flatListOfValidationNotifications" nillable="true" type="tns:ArrayOfValidationNotificationSummary1" /&gt;
      &lt;xs:element minOccurs="0" name="owner" nillable="true" type="tns:TimesheetOwnerSummary1" /&gt;
      &lt;xs:element minOccurs="0" name="perDateValidationNotifications" nillable="true" type="tns:ArrayOfTimesheetPerDateValidationNotificationSummary1" /&gt;
      &lt;xs:element minOccurs="0" name="requiredChangeReasonValidationNotifications" nillable="true" type="tns:ArrayOfTimeAllocationRequiringChangeReasonDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="rowValidationNotifications" nillable="true" type="tns:ArrayOfStandardTimesheetRowValidationNotificationSummary1" /&gt;
      &lt;xs:element minOccurs="0" name="timesheet" nillable="true" type="tns:TimesheetReference1" /&gt;
      &lt;xs:element minOccurs="0" name="timesheetValidationNotifications" nillable="true" type="tns:ArrayOfValidationNotificationSummary1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="StandardTimesheetValidationNotificationSummary1" nillable="true" type="tns:StandardTimesheetValidationNotificationSummary1" /&gt;
  &lt;xs:complexType name="ArrayOfCustomFieldValidationNotificationSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="CustomFieldValidationNotificationSummary1" nillable="true" type="tns:CustomFieldValidationNotificationSummary1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfCustomFieldValidationNotificationSummary1" nillable="true" type="tns:ArrayOfCustomFieldValidationNotificationSummary1" /&gt;
  &lt;xs:complexType name="CustomFieldValidationNotificationSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="customField" nillable="true" type="tns:CustomFieldDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="customFieldValidationNotifications" nillable="true" type="tns:ArrayOfValidationNotificationSummary1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldValidationNotificationSummary1" nillable="true" type="tns:CustomFieldValidationNotificationSummary1" /&gt;
  &lt;xs:complexType name="CustomFieldDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="dateConfiguration" nillable="true" type="tns:CustomFieldDateConfigurationDetails1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="defaultDropDownValue" nillable="true" type="tns:CustomFieldDropDownOptionDetails1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="group" nillable="true" type="tns:CustomFieldGroupReference1" /&gt;
      &lt;xs:element minOccurs="0" name="isEnabled" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="isRequired" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="isVisible" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="numericConfiguration" nillable="true" type="tns:CustomFieldNumericConfigurationDetails1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="policyKeyUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="textConfiguration" nillable="true" type="tns:CustomFieldTextConfigurationDetails1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="type" nillable="true" type="tns:CustomFieldTypeDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldDetails1" nillable="true" type="tns:CustomFieldDetails1" /&gt;
  &lt;xs:complexType name="CustomFieldDateConfigurationDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="defaults" nillable="true" type="tns:CustomFieldDefaultDateDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="maximumDate" nillable="true" type="tns:Date1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="minimumDate" nillable="true" type="tns:Date1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldDateConfigurationDetails1" nillable="true" type="tns:CustomFieldDateConfigurationDetails1" /&gt;
  &lt;xs:complexType name="CustomFieldDefaultDateDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="useTodayAsDefault" type="xs:boolean"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="value" nillable="true" type="tns:Date1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldDefaultDateDetails1" nillable="true" type="tns:CustomFieldDefaultDateDetails1" /&gt;
  &lt;xs:complexType name="Date1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="day" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="month" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="year" type="xs:int" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="Date1" nillable="true" type="tns:Date1" /&gt;
  &lt;xs:complexType name="CustomFieldDropDownOptionDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="isDefaultValue" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="isEnabled" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldDropDownOptionDetails1" nillable="true" type="tns:CustomFieldDropDownOptionDetails1" /&gt;
  &lt;xs:complexType name="CustomFieldGroupReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldGroupReference1" nillable="true" type="tns:CustomFieldGroupReference1" /&gt;
  &lt;xs:complexType name="CustomFieldNumericConfigurationDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="decimalPlaces" nillable="true" type="xs:int"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="defaultNumericValue" nillable="true" type="xs:decimal"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="maximumNumericValue" nillable="true" type="xs:decimal"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="minimumNumericValue" nillable="true" type="xs:decimal"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldNumericConfigurationDetails1" nillable="true" type="tns:CustomFieldNumericConfigurationDetails1" /&gt;
  &lt;xs:complexType name="CustomFieldTextConfigurationDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="defaultTextValue" nillable="true" type="xs:string"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="maximumLength" nillable="true" type="xs:int"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldTextConfigurationDetails1" nillable="true" type="tns:CustomFieldTextConfigurationDetails1" /&gt;
  &lt;xs:complexType name="CustomFieldTypeDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldTypeDetails1" nillable="true" type="tns:CustomFieldTypeDetails1" /&gt;
  &lt;xs:complexType name="ArrayOfValidationNotificationSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="ValidationNotificationSummary1" nillable="true" type="tns:ValidationNotificationSummary1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfValidationNotificationSummary1" nillable="true" type="tns:ArrayOfValidationNotificationSummary1" /&gt;
  &lt;xs:complexType name="ValidationNotificationSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="failureKeyValues" nillable="true" type="tns:ArrayOfJsonKeyValue1" /&gt;
      &lt;xs:element minOccurs="0" name="failureUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="severityUri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ValidationNotificationSummary1" nillable="true" type="tns:ValidationNotificationSummary1" /&gt;
  &lt;xs:complexType name="ArrayOfJsonKeyValue1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="JsonKeyValue1" nillable="true" type="tns:JsonKeyValue1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfJsonKeyValue1" nillable="true" type="tns:ArrayOfJsonKeyValue1" /&gt;
  &lt;xs:complexType name="JsonKeyValue1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="jsonValue" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="key" nillable="true" type="xs:string" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="JsonKeyValue1" nillable="true" type="tns:JsonKeyValue1" /&gt;
  &lt;xs:complexType name="TimesheetOwnerSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="endDate" nillable="true" type="tns:Date1" /&gt;
      &lt;xs:element minOccurs="0" name="startDate" nillable="true" type="tns:Date1" /&gt;
      &lt;xs:element minOccurs="0" name="user" nillable="true" type="tns:UserReference1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimesheetOwnerSummary1" nillable="true" type="tns:TimesheetOwnerSummary1" /&gt;
  &lt;xs:complexType name="UserReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="loginName" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="slug" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="UserReference1" nillable="true" type="tns:UserReference1" /&gt;
  &lt;xs:complexType name="ArrayOfTimesheetPerDateValidationNotificationSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="TimesheetPerDateValidationNotificationSummary1" nillable="true" type="tns:TimesheetPerDateValidationNotificationSummary1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfTimesheetPerDateValidationNotificationSummary1" nillable="true" type="tns:ArrayOfTimesheetPerDateValidationNotificationSummary1" /&gt;
  &lt;xs:complexType name="TimesheetPerDateValidationNotificationSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="date" nillable="true" type="tns:Date1" /&gt;
      &lt;xs:element minOccurs="0" name="timesheetPerDateValidationNotifications" nillable="true" type="tns:ArrayOfValidationNotificationSummary1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimesheetPerDateValidationNotificationSummary1" nillable="true" type="tns:TimesheetPerDateValidationNotificationSummary1" /&gt;
  &lt;xs:complexType name="ArrayOfTimeAllocationRequiringChangeReasonDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="TimeAllocationRequiringChangeReasonDetails1" nillable="true" type="tns:TimeAllocationRequiringChangeReasonDetails1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfTimeAllocationRequiringChangeReasonDetails1" nillable="true" type="tns:ArrayOfTimeAllocationRequiringChangeReasonDetails1" /&gt;
  &lt;xs:complexType name="TimeAllocationRequiringChangeReasonDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="latestAcceptedRevision" nillable="true" type="tns:TimeAllocationHistoryRevisionDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="revisionsRequiringChangeReason" nillable="true" type="tns:ArrayOfTimeAllocationHistoryRevisionDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="timeAllocationUri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimeAllocationRequiringChangeReasonDetails1" nillable="true" type="tns:TimeAllocationRequiringChangeReasonDetails1" /&gt;
  &lt;xs:complexType name="TimeAllocationHistoryRevisionDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="actionUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="activity" nillable="true" type="tns:ActivityReference1" /&gt;
      &lt;xs:element minOccurs="0" name="billingRate" nillable="true" type="tns:BillingRateReference1" /&gt;
      &lt;xs:element minOccurs="0" name="breakType" nillable="true" type="tns:BreakTypeReference1" /&gt;
      &lt;xs:element minOccurs="0" name="changeReason" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="client" nillable="true" type="tns:ClientReference1" /&gt;
      &lt;xs:element minOccurs="0" name="comments" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="customFieldValues" nillable="true" type="tns:ArrayOfCustomFieldValueDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="date" nillable="true" type="tns:Date1" /&gt;
      &lt;xs:element minOccurs="0" name="duration" nillable="true" type="tns:CalendarDayDuration1" /&gt;
      &lt;xs:element minOccurs="0" name="modifiedDateTime" nillable="true" type="tns:DateTimeDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="modifyingAuthority" nillable="true" type="tns:AuthorityDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="program" nillable="true" type="tns:ProgramReference1" /&gt;
      &lt;xs:element minOccurs="0" name="project" nillable="true" type="tns:ProjectReference1" /&gt;
      &lt;xs:element minOccurs="0" name="requiresChangeReason" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="task" nillable="true" type="tns:TaskAncestryReference1" /&gt;
      &lt;xs:element minOccurs="0" name="timeOffType" nillable="true" type="tns:TimeOffTypeReference1" /&gt;
      &lt;xs:element minOccurs="0" name="user" nillable="true" type="tns:UserReference1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimeAllocationHistoryRevisionDetails1" nillable="true" type="tns:TimeAllocationHistoryRevisionDetails1" /&gt;
  &lt;xs:complexType name="ActivityReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="name" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ActivityReference1" nillable="true" type="tns:ActivityReference1" /&gt;
  &lt;xs:complexType name="BillingRateReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="name" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="BillingRateReference1" nillable="true" type="tns:BillingRateReference1" /&gt;
  &lt;xs:complexType name="BreakTypeReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="slug" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="BreakTypeReference1" nillable="true" type="tns:BreakTypeReference1" /&gt;
  &lt;xs:complexType name="ClientReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="name" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="slug" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ClientReference1" nillable="true" type="tns:ClientReference1" /&gt;
  &lt;xs:complexType name="ArrayOfCustomFieldValueDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="CustomFieldValueDetails1" nillable="true" type="tns:CustomFieldValueDetails1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfCustomFieldValueDetails1" nillable="true" type="tns:ArrayOfCustomFieldValueDetails1" /&gt;
  &lt;xs:complexType name="CustomFieldValueDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="customField" nillable="true" type="tns:CustomFieldReference1" /&gt;
      &lt;xs:element minOccurs="0" name="customFieldType" nillable="true" type="tns:CustomFieldTypeReference1" /&gt;
      &lt;xs:element minOccurs="0" name="date" nillable="true" type="tns:Date1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="dropDownOption" nillable="true" type="xs:anyURI"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="number" nillable="true" type="xs:double"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="text" nillable="true" type="xs:string" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldValueDetails1" nillable="true" type="tns:CustomFieldValueDetails1" /&gt;
  &lt;xs:complexType name="CustomFieldReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="groupUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="name" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldReference1" nillable="true" type="tns:CustomFieldReference1" /&gt;
  &lt;xs:complexType name="CustomFieldTypeReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldTypeReference1" nillable="true" type="tns:CustomFieldTypeReference1" /&gt;
  &lt;xs:complexType name="CalendarDayDuration1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="hours" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="microseconds" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="milliseconds" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="minutes" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="seconds" type="xs:int" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CalendarDayDuration1" nillable="true" type="tns:CalendarDayDuration1" /&gt;
  &lt;xs:complexType name="DateTimeDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="day" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="hour" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="minute" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="month" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="second" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="timeZone" nillable="true" type="tns:TimeZoneReference1" /&gt;
      &lt;xs:element minOccurs="0" name="valueInUtc" nillable="true" type="tns:DateTimeUtc1" /&gt;
      &lt;xs:element minOccurs="0" name="year" type="xs:int" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="DateTimeDetails1" nillable="true" type="tns:DateTimeDetails1" /&gt;
  &lt;xs:complexType name="TimeZoneReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="ianaName" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="offsetDisplayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimeZoneReference1" nillable="true" type="tns:TimeZoneReference1" /&gt;
  &lt;xs:complexType name="DateTimeUtc1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="day" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="hour" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="millisecond" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="minute" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="month" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="second" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="year" type="xs:int" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="DateTimeUtc1" nillable="true" type="tns:DateTimeUtc1" /&gt;
  &lt;xs:complexType name="AuthorityDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="actingForUser" nillable="true" type="tns:UserReference1" /&gt;
      &lt;xs:element minOccurs="0" name="actingUser" nillable="true" type="tns:UserReference1" /&gt;
      &lt;xs:element minOccurs="0" name="authorityType" nillable="true" type="tns:AuthorityTypeReference1" /&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="AuthorityDetails1" nillable="true" type="tns:AuthorityDetails1" /&gt;
  &lt;xs:complexType name="AuthorityTypeReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="AuthorityTypeReference1" nillable="true" type="tns:AuthorityTypeReference1" /&gt;
  &lt;xs:complexType name="ProgramReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="name" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="slug" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ProgramReference1" nillable="true" type="tns:ProgramReference1" /&gt;
  &lt;xs:complexType name="ProjectReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="code" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="name" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="slug" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ProjectReference1" nillable="true" type="tns:ProjectReference1" /&gt;
  &lt;xs:complexType name="TaskAncestryReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="parentTask" nillable="true" type="tns:TaskAncestryReference1" /&gt;
      &lt;xs:element minOccurs="0" name="task" nillable="true" type="tns:TaskReference1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TaskAncestryReference1" nillable="true" type="tns:TaskAncestryReference1" /&gt;
  &lt;xs:complexType name="TaskReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="code" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="name" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="parameterCorrelationId" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TaskReference1" nillable="true" type="tns:TaskReference1" /&gt;
  &lt;xs:complexType name="TimeOffTypeReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="name" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="slug" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimeOffTypeReference1" nillable="true" type="tns:TimeOffTypeReference1" /&gt;
  &lt;xs:complexType name="ArrayOfTimeAllocationHistoryRevisionDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="TimeAllocationHistoryRevisionDetails1" nillable="true" type="tns:TimeAllocationHistoryRevisionDetails1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfTimeAllocationHistoryRevisionDetails1" nillable="true" type="tns:ArrayOfTimeAllocationHistoryRevisionDetails1" /&gt;
  &lt;xs:complexType name="ArrayOfStandardTimesheetRowValidationNotificationSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="StandardTimesheetRowValidationNotificationSummary1" nillable="true" type="tns:StandardTimesheetRowValidationNotificationSummary1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfStandardTimesheetRowValidationNotificationSummary1" nillable="true" type="tns:ArrayOfStandardTimesheetRowValidationNotificationSummary1" /&gt;
  &lt;xs:complexType name="StandardTimesheetRowValidationNotificationSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="cellValidationNotifications" nillable="true" type="tns:ArrayOfStandardTimesheetCellValidationNotificationSummary1" /&gt;
      &lt;xs:element minOccurs="0" name="customFieldValidationNotifications" nillable="true" type="tns:ArrayOfCustomFieldValidationNotificationSummary1" /&gt;
      &lt;xs:element minOccurs="0" name="parameterCorrelationId" nillable="true" type="xs:string"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="rowUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="timesheetRowValidationNotifications" nillable="true" type="tns:ArrayOfValidationNotificationSummary1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="StandardTimesheetRowValidationNotificationSummary1" nillable="true" type="tns:StandardTimesheetRowValidationNotificationSummary1" /&gt;
  &lt;xs:complexType name="ArrayOfStandardTimesheetCellValidationNotificationSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="StandardTimesheetCellValidationNotificationSummary1" nillable="true" type="tns:StandardTimesheetCellValidationNotificationSummary1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfStandardTimesheetCellValidationNotificationSummary1" nillable="true" type="tns:ArrayOfStandardTimesheetCellValidationNotificationSummary1" /&gt;
  &lt;xs:complexType name="StandardTimesheetCellValidationNotificationSummary1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="customFieldValidationNotifications" nillable="true" type="tns:ArrayOfCustomFieldValidationNotificationSummary1" /&gt;
      &lt;xs:element minOccurs="0" name="date" nillable="true" type="tns:Date1" /&gt;
      &lt;xs:element minOccurs="0" name="timesheetCellValidationNotifications" nillable="true" type="tns:ArrayOfValidationNotificationSummary1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="StandardTimesheetCellValidationNotificationSummary1" nillable="true" type="tns:StandardTimesheetCellValidationNotificationSummary1" /&gt;
&lt;/xs:schema&gt;</pre>
      </p>
      <p>
        <a name="response-schema">Additional response Xml Schemas:</a>
        <pre class="response-schema">&lt;xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;xs:element name="anyType" nillable="true" type="xs:anyType" /&gt;
  &lt;xs:element name="anyURI" nillable="true" type="xs:anyURI" /&gt;
  &lt;xs:element name="base64Binary" nillable="true" type="xs:base64Binary" /&gt;
  &lt;xs:element name="boolean" nillable="true" type="xs:boolean" /&gt;
  &lt;xs:element name="byte" nillable="true" type="xs:byte" /&gt;
  &lt;xs:element name="dateTime" nillable="true" type="xs:dateTime" /&gt;
  &lt;xs:element name="decimal" nillable="true" type="xs:decimal" /&gt;
  &lt;xs:element name="double" nillable="true" type="xs:double" /&gt;
  &lt;xs:element name="float" nillable="true" type="xs:float" /&gt;
  &lt;xs:element name="int" nillable="true" type="xs:int" /&gt;
  &lt;xs:element name="long" nillable="true" type="xs:long" /&gt;
  &lt;xs:element name="QName" nillable="true" type="xs:QName" /&gt;
  &lt;xs:element name="short" nillable="true" type="xs:short" /&gt;
  &lt;xs:element name="string" nillable="true" type="xs:string" /&gt;
  &lt;xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" /&gt;
  &lt;xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" /&gt;
  &lt;xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" /&gt;
  &lt;xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" /&gt;
  &lt;xs:element name="char" nillable="true" type="tns:char" /&gt;
  &lt;xs:simpleType name="char"&gt;
    &lt;xs:restriction base="xs:int" /&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:element name="duration" nillable="true" type="tns:duration" /&gt;
  &lt;xs:simpleType name="duration"&gt;
    &lt;xs:restriction base="xs:duration"&gt;
      &lt;xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" /&gt;
      &lt;xs:minInclusive value="-P10675199DT2H48M5.4775808S" /&gt;
      &lt;xs:maxInclusive value="P10675199DT2H48M5.4775807S" /&gt;
    &lt;/xs:restriction&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:element name="guid" nillable="true" type="tns:guid" /&gt;
  &lt;xs:simpleType name="guid"&gt;
    &lt;xs:restriction base="xs:string"&gt;
      &lt;xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" /&gt;
    &lt;/xs:restriction&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:attribute name="FactoryType" type="xs:QName" /&gt;
  &lt;xs:attribute name="Id" type="xs:ID" /&gt;
  &lt;xs:attribute name="Ref" type="xs:IDREF" /&gt;
&lt;/xs:schema&gt;</pre>
      </p>
      <p>
        <pre class="response-schema">&lt;tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;tns:element name="schema"&gt;
    &lt;tns:complexType /&gt;
  &lt;/tns:element&gt;
&lt;/tns:schema&gt;</pre>
      </p>
    </div>
  </body>
</html>