﻿<!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/TimePunchService1.svc/GetTimePunchAuditRecordDetails</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/TimePunchService1.svc/GetTimePunchAuditRecordDetails</p>
      <p>Retrieves the time punch audit records for a specific time punch.</p>
      <p xmlns="http://www.w3.org/1999/xhtml">
        <b>Url: </b>
        <span class="uri-template">https://ip-ac12141d:1903/TimePunchService1.svc/GetTimePunchAuditRecordDetails</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>Xml</td>
          <td>
            <a href="#request-xml">Example</a>,<a href="#request-schema">Schema</a></td>
        </tr>
        <tr>
          <td>Request</td>
          <td>Json</td>
          <td>
            <a href="#request-json">Example</a>
          </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="request-xml">The following is an example request Xml body:</a>
        <pre class="request-xml">&lt;TimePunchTargetParameter2 xmlns="http://replicon.com/"&gt;
  &lt;parameterCorrelationId&gt;String content&lt;/parameterCorrelationId&gt;
  &lt;slug&gt;String content&lt;/slug&gt;
  &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
&lt;/TimePunchTargetParameter2&gt;</pre>
      </p>
      <p>
        <a name="request-json">The following is an example request Json body:</a>
        <pre class="request-json">{
	"parameterCorrelationId":"String content",
	"slug":"String content",
	"uri":"http:\/\/www.example.com\/"
}</pre>
      </p>
      <p>
        <a name="response-xml">The following is an example response Xml body:</a>
        <pre class="response-xml">&lt;ArrayOfTimePunchAuditRecordDetails1 xmlns="http://replicon.com/"&gt;
  &lt;TimePunchAuditRecordDetails1&gt;
    &lt;actualUser&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;/actualUser&gt;
    &lt;auditImage&gt;
      &lt;imageLink&gt;
        &lt;heightInPixels&gt;2147483647&lt;/heightInPixels&gt;
        &lt;href&gt;http://www.example.com/&lt;/href&gt;
        &lt;widthInPixels&gt;2147483647&lt;/widthInPixels&gt;
      &lt;/imageLink&gt;
      &lt;imageUri&gt;http://www.example.com/&lt;/imageUri&gt;
    &lt;/auditImage&gt;
    &lt;clientAgent&gt;
      &lt;agentTypeUri&gt;http://www.example.com/&lt;/agentTypeUri&gt;
      &lt;displayText&gt;String content&lt;/displayText&gt;
      &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
    &lt;/clientAgent&gt;
    &lt;clientIpAddress&gt;String content&lt;/clientIpAddress&gt;
    &lt;comment&gt;String content&lt;/comment&gt;
    &lt;effectiveUser&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;/effectiveUser&gt;
    &lt;geolocation&gt;
      &lt;address&gt;String content&lt;/address&gt;
      &lt;gps&gt;
        &lt;accuracyInMeters&gt;1.26743233E+15&lt;/accuracyInMeters&gt;
        &lt;latitudeInDegrees&gt;1.26743233E+15&lt;/latitudeInDegrees&gt;
        &lt;longitudeInDegrees&gt;1.26743233E+15&lt;/longitudeInDegrees&gt;
      &lt;/gps&gt;
    &lt;/geolocation&gt;
    &lt;modificationTypeUri&gt;http://www.example.com/&lt;/modificationTypeUri&gt;
    &lt;newActivity&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;/newActivity&gt;
    &lt;newBillingRate&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;/newBillingRate&gt;
    &lt;newBreakType&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;/newBreakType&gt;
    &lt;newIsBillable&gt;true&lt;/newIsBillable&gt;
    &lt;newProject&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;/newProject&gt;
    &lt;newPunchActionUri&gt;http://www.example.com/&lt;/newPunchActionUri&gt;
    &lt;newPunchTime&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;/newPunchTime&gt;
    &lt;newPunchTimeInPunchUserTimeZone&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;/newPunchTimeInPunchUserTimeZone&gt;
    &lt;newPunchUser&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;/newPunchUser&gt;
    &lt;newTask&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;/newTask&gt;
    &lt;originalActivity&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;/originalActivity&gt;
    &lt;originalBillingRate&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;/originalBillingRate&gt;
    &lt;originalBreakType&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;/originalBreakType&gt;
    &lt;originalIsBillable&gt;true&lt;/originalIsBillable&gt;
    &lt;originalProject&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;/originalProject&gt;
    &lt;originalPunchActionUri&gt;http://www.example.com/&lt;/originalPunchActionUri&gt;
    &lt;originalPunchTime&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;/originalPunchTime&gt;
    &lt;originalPunchTimeInPunchUserTimeZone&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;/originalPunchTimeInPunchUserTimeZone&gt;
    &lt;originalPunchUser&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;/originalPunchUser&gt;
    &lt;originalTask&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;/originalTask&gt;
    &lt;roundingRuleRevision&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;/roundingRuleRevision&gt;
    &lt;thumbnailImage&gt;
      &lt;imageLink&gt;
        &lt;heightInPixels&gt;2147483647&lt;/heightInPixels&gt;
        &lt;href&gt;http://www.example.com/&lt;/href&gt;
        &lt;widthInPixels&gt;2147483647&lt;/widthInPixels&gt;
      &lt;/imageLink&gt;
      &lt;imageUri&gt;http://www.example.com/&lt;/imageUri&gt;
    &lt;/thumbnailImage&gt;
    &lt;timestamp&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;/timestamp&gt;
    &lt;timestampInPunchUserTimeZone&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;/timestampInPunchUserTimeZone&gt;
    &lt;unroundedPunchTime&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;/unroundedPunchTime&gt;
    &lt;unroundedPunchTimeInPunchUserTimeZone&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;/unroundedPunchTimeInPunchUserTimeZone&gt;
  &lt;/TimePunchAuditRecordDetails1&gt;
  &lt;TimePunchAuditRecordDetails1&gt;
    &lt;actualUser&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;/actualUser&gt;
    &lt;auditImage&gt;
      &lt;imageLink&gt;
        &lt;heightInPixels&gt;2147483647&lt;/heightInPixels&gt;
        &lt;href&gt;http://www.example.com/&lt;/href&gt;
        &lt;widthInPixels&gt;2147483647&lt;/widthInPixels&gt;
      &lt;/imageLink&gt;
      &lt;imageUri&gt;http://www.example.com/&lt;/imageUri&gt;
    &lt;/auditImage&gt;
    &lt;clientAgent&gt;
      &lt;agentTypeUri&gt;http://www.example.com/&lt;/agentTypeUri&gt;
      &lt;displayText&gt;String content&lt;/displayText&gt;
      &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
    &lt;/clientAgent&gt;
    &lt;clientIpAddress&gt;String content&lt;/clientIpAddress&gt;
    &lt;comment&gt;String content&lt;/comment&gt;
    &lt;effectiveUser&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;/effectiveUser&gt;
    &lt;geolocation&gt;
      &lt;address&gt;String content&lt;/address&gt;
      &lt;gps&gt;
        &lt;accuracyInMeters&gt;1.26743233E+15&lt;/accuracyInMeters&gt;
        &lt;latitudeInDegrees&gt;1.26743233E+15&lt;/latitudeInDegrees&gt;
        &lt;longitudeInDegrees&gt;1.26743233E+15&lt;/longitudeInDegrees&gt;
      &lt;/gps&gt;
    &lt;/geolocation&gt;
    &lt;modificationTypeUri&gt;http://www.example.com/&lt;/modificationTypeUri&gt;
    &lt;newActivity&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;/newActivity&gt;
    &lt;newBillingRate&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;/newBillingRate&gt;
    &lt;newBreakType&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;/newBreakType&gt;
    &lt;newIsBillable&gt;true&lt;/newIsBillable&gt;
    &lt;newProject&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;/newProject&gt;
    &lt;newPunchActionUri&gt;http://www.example.com/&lt;/newPunchActionUri&gt;
    &lt;newPunchTime&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;/newPunchTime&gt;
    &lt;newPunchTimeInPunchUserTimeZone&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;/newPunchTimeInPunchUserTimeZone&gt;
    &lt;newPunchUser&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;/newPunchUser&gt;
    &lt;newTask&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;/newTask&gt;
    &lt;originalActivity&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;/originalActivity&gt;
    &lt;originalBillingRate&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;/originalBillingRate&gt;
    &lt;originalBreakType&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;/originalBreakType&gt;
    &lt;originalIsBillable&gt;true&lt;/originalIsBillable&gt;
    &lt;originalProject&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;/originalProject&gt;
    &lt;originalPunchActionUri&gt;http://www.example.com/&lt;/originalPunchActionUri&gt;
    &lt;originalPunchTime&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;/originalPunchTime&gt;
    &lt;originalPunchTimeInPunchUserTimeZone&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;/originalPunchTimeInPunchUserTimeZone&gt;
    &lt;originalPunchUser&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;/originalPunchUser&gt;
    &lt;originalTask&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;/originalTask&gt;
    &lt;roundingRuleRevision&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;/roundingRuleRevision&gt;
    &lt;thumbnailImage&gt;
      &lt;imageLink&gt;
        &lt;heightInPixels&gt;2147483647&lt;/heightInPixels&gt;
        &lt;href&gt;http://www.example.com/&lt;/href&gt;
        &lt;widthInPixels&gt;2147483647&lt;/widthInPixels&gt;
      &lt;/imageLink&gt;
      &lt;imageUri&gt;http://www.example.com/&lt;/imageUri&gt;
    &lt;/thumbnailImage&gt;
    &lt;timestamp&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;/timestamp&gt;
    &lt;timestampInPunchUserTimeZone&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;/timestampInPunchUserTimeZone&gt;
    &lt;unroundedPunchTime&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;/unroundedPunchTime&gt;
    &lt;unroundedPunchTimeInPunchUserTimeZone&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;/unroundedPunchTimeInPunchUserTimeZone&gt;
  &lt;/TimePunchAuditRecordDetails1&gt;
&lt;/ArrayOfTimePunchAuditRecordDetails1&gt;</pre>
      </p>
      <p>
        <a name="response-json">The following is an example response Json body:</a>
        <pre class="response-json">[{
	"actualUser":{
		"displayText":"String content",
		"loginName":"String content",
		"slug":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"auditImage":{
		"imageLink":{
			"heightInPixels":2147483647,
			"href":"http:\/\/www.example.com\/",
			"widthInPixels":2147483647
		},
		"imageUri":"http:\/\/www.example.com\/"
	},
	"clientAgent":{
		"agentTypeUri":"http:\/\/www.example.com\/",
		"displayText":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"clientIpAddress":"String content",
	"comment":"String content",
	"effectiveUser":{
		"displayText":"String content",
		"loginName":"String content",
		"slug":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"geolocation":{
		"address":"String content",
		"gps":{
			"accuracyInMeters":1.26743233E+15,
			"latitudeInDegrees":1.26743233E+15,
			"longitudeInDegrees":1.26743233E+15
		}
	},
	"modificationTypeUri":"http:\/\/www.example.com\/",
	"newActivity":{
		"displayText":"String content",
		"name":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"newBillingRate":{
		"displayText":"String content",
		"name":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"newBreakType":{
		"displayText":"String content",
		"slug":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"newIsBillable":true,
	"newProject":{
		"code":"String content",
		"displayText":"String content",
		"name":"String content",
		"slug":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"newPunchActionUri":"http:\/\/www.example.com\/",
	"newPunchTime":{
		"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
	},
	"newPunchTimeInPunchUserTimeZone":{
		"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
	},
	"newPunchUser":{
		"displayText":"String content",
		"loginName":"String content",
		"slug":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"newTask":{
		"code":"String content",
		"displayText":"String content",
		"name":"String content",
		"parameterCorrelationId":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"originalActivity":{
		"displayText":"String content",
		"name":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"originalBillingRate":{
		"displayText":"String content",
		"name":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"originalBreakType":{
		"displayText":"String content",
		"slug":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"originalIsBillable":true,
	"originalProject":{
		"code":"String content",
		"displayText":"String content",
		"name":"String content",
		"slug":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"originalPunchActionUri":"http:\/\/www.example.com\/",
	"originalPunchTime":{
		"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
	},
	"originalPunchTimeInPunchUserTimeZone":{
		"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
	},
	"originalPunchUser":{
		"displayText":"String content",
		"loginName":"String content",
		"slug":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"originalTask":{
		"code":"String content",
		"displayText":"String content",
		"name":"String content",
		"parameterCorrelationId":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"roundingRuleRevision":{
		"displayText":"String content",
		"slug":"String content",
		"uri":"http:\/\/www.example.com\/"
	},
	"thumbnailImage":{
		"imageLink":{
			"heightInPixels":2147483647,
			"href":"http:\/\/www.example.com\/",
			"widthInPixels":2147483647
		},
		"imageUri":"http:\/\/www.example.com\/"
	},
	"timestamp":{
		"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
	},
	"timestampInPunchUserTimeZone":{
		"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
	},
	"unroundedPunchTime":{
		"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
	},
	"unroundedPunchTimeInPunchUserTimeZone":{
		"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
	}
}]</pre>
      </p>
      <p>
        <a name="request-schema">The following is the request Xml Schema:</a>
        <pre class="request-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="TimePunchTargetParameter2"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="parameterCorrelationId" 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="TimePunchTargetParameter2" nillable="true" type="tns:TimePunchTargetParameter2" /&gt;
&lt;/xs:schema&gt;</pre>
      </p>
      <p>
        <a name="request-schema">Additional request Xml Schemas:</a>
        <pre class="request-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="request-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>
      <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="ArrayOfTimePunchAuditRecordDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="TimePunchAuditRecordDetails1" nillable="true" type="tns:TimePunchAuditRecordDetails1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfTimePunchAuditRecordDetails1" nillable="true" type="tns:ArrayOfTimePunchAuditRecordDetails1" /&gt;
  &lt;xs:complexType name="TimePunchAuditRecordDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="actualUser" nillable="true" type="tns:UserReference1" /&gt;
      &lt;xs:element minOccurs="0" name="auditImage" nillable="true" type="tns:TimePunchImageDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="clientAgent" nillable="true" type="tns:TimePunchAgentReference1" /&gt;
      &lt;xs:element minOccurs="0" name="clientIpAddress" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="comment" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="effectiveUser" nillable="true" type="tns:UserReference1" /&gt;
      &lt;xs:element minOccurs="0" name="geolocation" nillable="true" type="tns:GeolocationDetails1" /&gt;
      &lt;xs:element name="modificationTypeUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="newActivity" nillable="true" type="tns:ActivityReference1" /&gt;
      &lt;xs:element minOccurs="0" name="newBillingRate" nillable="true" type="tns:BillingRateReference1" /&gt;
      &lt;xs:element minOccurs="0" name="newBreakType" nillable="true" type="tns:BreakTypeReference1" /&gt;
      &lt;xs:element minOccurs="0" name="newIsBillable" nillable="true" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="newProject" nillable="true" type="tns:ProjectReference1" /&gt;
      &lt;xs:element minOccurs="0" name="newPunchActionUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="newPunchTime" nillable="true" type="tns:DateTimeDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="newPunchTimeInPunchUserTimeZone" nillable="true" type="tns:DateTimeDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="newPunchUser" nillable="true" type="tns:UserReference1" /&gt;
      &lt;xs:element minOccurs="0" name="newTask" nillable="true" type="tns:TaskReference1" /&gt;
      &lt;xs:element minOccurs="0" name="originalActivity" nillable="true" type="tns:ActivityReference1" /&gt;
      &lt;xs:element minOccurs="0" name="originalBillingRate" nillable="true" type="tns:BillingRateReference1" /&gt;
      &lt;xs:element minOccurs="0" name="originalBreakType" nillable="true" type="tns:BreakTypeReference1" /&gt;
      &lt;xs:element minOccurs="0" name="originalIsBillable" nillable="true" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="originalProject" nillable="true" type="tns:ProjectReference1" /&gt;
      &lt;xs:element minOccurs="0" name="originalPunchActionUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="originalPunchTime" nillable="true" type="tns:DateTimeDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="originalPunchTimeInPunchUserTimeZone" nillable="true" type="tns:DateTimeDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="originalPunchUser" nillable="true" type="tns:UserReference1" /&gt;
      &lt;xs:element minOccurs="0" name="originalTask" nillable="true" type="tns:TaskReference1" /&gt;
      &lt;xs:element minOccurs="0" name="roundingRuleRevision" nillable="true" type="tns:TimePunchRoundingRuleReference1" /&gt;
      &lt;xs:element minOccurs="0" name="thumbnailImage" nillable="true" type="tns:TimePunchImageDetails1" /&gt;
      &lt;xs:element name="timestamp" nillable="true" type="tns:DateTimeDetails1" /&gt;
      &lt;xs:element name="timestampInPunchUserTimeZone" nillable="true" type="tns:DateTimeDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="unroundedPunchTime" nillable="true" type="tns:DateTimeDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="unroundedPunchTimeInPunchUserTimeZone" nillable="true" type="tns:DateTimeDetails1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimePunchAuditRecordDetails1" nillable="true" type="tns:TimePunchAuditRecordDetails1" /&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="TimePunchImageDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="imageLink" nillable="true" type="tns:ImageLinkDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="imageUri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimePunchImageDetails1" nillable="true" type="tns:TimePunchImageDetails1" /&gt;
  &lt;xs:complexType name="ImageLinkDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="heightInPixels" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="href" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="widthInPixels" type="xs:int" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ImageLinkDetails1" nillable="true" type="tns:ImageLinkDetails1" /&gt;
  &lt;xs:complexType name="TimePunchAgentReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="agentTypeUri" nillable="true" type="xs:anyURI" /&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="TimePunchAgentReference1" nillable="true" type="tns:TimePunchAgentReference1" /&gt;
  &lt;xs:complexType name="GeolocationDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="address" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="gps" nillable="true" type="tns:GeolocationGPSCoordinates1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="GeolocationDetails1" nillable="true" type="tns:GeolocationDetails1" /&gt;
  &lt;xs:complexType name="GeolocationGPSCoordinates1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element name="accuracyInMeters" type="xs:double" /&gt;
      &lt;xs:element name="latitudeInDegrees" type="xs:double" /&gt;
      &lt;xs:element name="longitudeInDegrees" type="xs:double" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="GeolocationGPSCoordinates1" nillable="true" type="tns:GeolocationGPSCoordinates1" /&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="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="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="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="TimePunchRoundingRuleReference1"&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="TimePunchRoundingRuleReference1" nillable="true" type="tns:TimePunchRoundingRuleReference1" /&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>