﻿<!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/CloudClockService1.svc/GetTimePunchMetadataCacheDataRefresh</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/CloudClockService1.svc/GetTimePunchMetadataCacheDataRefresh</p>
      <p>Retrieves data necessary to refresh the cache of available activities on a CloudClock.  Some users may not be returned if they are not CloudClock users, or they've been disabled or deleted; that indicates that the clock should purge the cache of data for that user.</p>
      <p xmlns="http://www.w3.org/1999/xhtml">
        <b>Url: </b>
        <span class="uri-template">https://ip-ac12141d:1903/CloudClockService1.svc/GetTimePunchMetadataCacheDataRefresh</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;ArrayOfanyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;
  &lt;anyURI&gt;http://www.example.com/&lt;/anyURI&gt;
  &lt;anyURI&gt;http://www.example.com/&lt;/anyURI&gt;
&lt;/ArrayOfanyURI&gt;</pre>
      </p>
      <p>
        <a name="request-json">The following is an example request Json body:</a>
        <pre class="request-json">["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;TimePunchMetadataCache1 xmlns="http://replicon.com/"&gt;
  &lt;activities&gt;
    &lt;ActivityDetails1&gt;
      &lt;code&gt;String content&lt;/code&gt;
      &lt;description&gt;String content&lt;/description&gt;
      &lt;displayText&gt;String content&lt;/displayText&gt;
      &lt;isEnabled&gt;true&lt;/isEnabled&gt;
      &lt;name&gt;String content&lt;/name&gt;
      &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
    &lt;/ActivityDetails1&gt;
    &lt;ActivityDetails1&gt;
      &lt;code&gt;String content&lt;/code&gt;
      &lt;description&gt;String content&lt;/description&gt;
      &lt;displayText&gt;String content&lt;/displayText&gt;
      &lt;isEnabled&gt;true&lt;/isEnabled&gt;
      &lt;name&gt;String content&lt;/name&gt;
      &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
    &lt;/ActivityDetails1&gt;
  &lt;/activities&gt;
  &lt;breakTypes&gt;
    &lt;BreakTypeReference1&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;/BreakTypeReference1&gt;
    &lt;BreakTypeReference1&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;/BreakTypeReference1&gt;
  &lt;/breakTypes&gt;
  &lt;objectExtensionFields&gt;
    &lt;ObjectExtensionDefinitionDetails1&gt;
      &lt;code&gt;String content&lt;/code&gt;
      &lt;dataSensitivityClassUri&gt;http://www.example.com/&lt;/dataSensitivityClassUri&gt;
      &lt;definitionTypeUri&gt;http://www.example.com/&lt;/definitionTypeUri&gt;
      &lt;description&gt;String content&lt;/description&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;/ObjectExtensionDefinitionDetails1&gt;
    &lt;ObjectExtensionDefinitionDetails1&gt;
      &lt;code&gt;String content&lt;/code&gt;
      &lt;dataSensitivityClassUri&gt;http://www.example.com/&lt;/dataSensitivityClassUri&gt;
      &lt;definitionTypeUri&gt;http://www.example.com/&lt;/definitionTypeUri&gt;
      &lt;description&gt;String content&lt;/description&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;/ObjectExtensionDefinitionDetails1&gt;
  &lt;/objectExtensionFields&gt;
  &lt;userMetadata&gt;
    &lt;UserTimePunchMetadataCache1&gt;
      &lt;activityNameFormatUri&gt;http://www.example.com/&lt;/activityNameFormatUri&gt;
      &lt;activityUris&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/activityUris&gt;
      &lt;canPerformTimePunches&gt;true&lt;/canPerformTimePunches&gt;
      &lt;capturePunchAuditImage&gt;true&lt;/capturePunchAuditImage&gt;
      &lt;capturePunchGeolocation&gt;true&lt;/capturePunchGeolocation&gt;
      &lt;collectAtTimeOfPunchFields&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/collectAtTimeOfPunchFields&gt;
      &lt;defaultActivityUri&gt;http://www.example.com/&lt;/defaultActivityUri&gt;
      &lt;displayName&gt;String content&lt;/displayName&gt;
      &lt;displayTransferFieldBindingswithInPunchFields&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/displayTransferFieldBindingswithInPunchFields&gt;
      &lt;displayTransferFieldBindingswithOutPunchFields&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/displayTransferFieldBindingswithOutPunchFields&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;firstName&gt;String content&lt;/firstName&gt;
      &lt;lastName&gt;String content&lt;/lastName&gt;
      &lt;loginName&gt;String content&lt;/loginName&gt;
      &lt;punchInFields&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/punchInFields&gt;
      &lt;punchIntoActivityPolicyUri&gt;http://www.example.com/&lt;/punchIntoActivityPolicyUri&gt;
      &lt;punchIntoBreakPolicyUri&gt;http://www.example.com/&lt;/punchIntoBreakPolicyUri&gt;
      &lt;punchIntoProjectAndTaskPolicyUri&gt;http://www.example.com/&lt;/punchIntoProjectAndTaskPolicyUri&gt;
      &lt;punchOutFields&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/punchOutFields&gt;
      &lt;punchStartBreakFields&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/punchStartBreakFields&gt;
      &lt;punchTransferFields&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/punchTransferFields&gt;
      &lt;requiresValidation&gt;true&lt;/requiresValidation&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;userUri&gt;http://www.example.com/&lt;/userUri&gt;
      &lt;workWeekStartDayUri&gt;http://www.example.com/&lt;/workWeekStartDayUri&gt;
    &lt;/UserTimePunchMetadataCache1&gt;
    &lt;UserTimePunchMetadataCache1&gt;
      &lt;activityNameFormatUri&gt;http://www.example.com/&lt;/activityNameFormatUri&gt;
      &lt;activityUris&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/activityUris&gt;
      &lt;canPerformTimePunches&gt;true&lt;/canPerformTimePunches&gt;
      &lt;capturePunchAuditImage&gt;true&lt;/capturePunchAuditImage&gt;
      &lt;capturePunchGeolocation&gt;true&lt;/capturePunchGeolocation&gt;
      &lt;collectAtTimeOfPunchFields&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/collectAtTimeOfPunchFields&gt;
      &lt;defaultActivityUri&gt;http://www.example.com/&lt;/defaultActivityUri&gt;
      &lt;displayName&gt;String content&lt;/displayName&gt;
      &lt;displayTransferFieldBindingswithInPunchFields&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/displayTransferFieldBindingswithInPunchFields&gt;
      &lt;displayTransferFieldBindingswithOutPunchFields&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/displayTransferFieldBindingswithOutPunchFields&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;firstName&gt;String content&lt;/firstName&gt;
      &lt;lastName&gt;String content&lt;/lastName&gt;
      &lt;loginName&gt;String content&lt;/loginName&gt;
      &lt;punchInFields&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/punchInFields&gt;
      &lt;punchIntoActivityPolicyUri&gt;http://www.example.com/&lt;/punchIntoActivityPolicyUri&gt;
      &lt;punchIntoBreakPolicyUri&gt;http://www.example.com/&lt;/punchIntoBreakPolicyUri&gt;
      &lt;punchIntoProjectAndTaskPolicyUri&gt;http://www.example.com/&lt;/punchIntoProjectAndTaskPolicyUri&gt;
      &lt;punchOutFields&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/punchOutFields&gt;
      &lt;punchStartBreakFields&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/punchStartBreakFields&gt;
      &lt;punchTransferFields&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/punchTransferFields&gt;
      &lt;requiresValidation&gt;true&lt;/requiresValidation&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;userUri&gt;http://www.example.com/&lt;/userUri&gt;
      &lt;workWeekStartDayUri&gt;http://www.example.com/&lt;/workWeekStartDayUri&gt;
    &lt;/UserTimePunchMetadataCache1&gt;
  &lt;/userMetadata&gt;
&lt;/TimePunchMetadataCache1&gt;</pre>
      </p>
      <p>
        <a name="response-json">The following is an example response Json body:</a>
        <pre class="response-json">{
	"activities":[{
		"code":"String content",
		"description":"String content",
		"displayText":"String content",
		"isEnabled":true,
		"name":"String content",
		"uri":"http:\/\/www.example.com\/"
	}],
	"breakTypes":[{
		"displayText":"String content",
		"slug":"String content",
		"uri":"http:\/\/www.example.com\/"
	}],
	"objectExtensionFields":[{
		"code":"String content",
		"dataSensitivityClassUri":"http:\/\/www.example.com\/",
		"definitionTypeUri":"http:\/\/www.example.com\/",
		"description":"String content",
		"name":"String content",
		"slug":"String content",
		"uri":"http:\/\/www.example.com\/"
	}],
	"userMetadata":[{
		"activityNameFormatUri":"http:\/\/www.example.com\/",
		"activityUris":["http:\/\/www.example.com\/"],
		"canPerformTimePunches":true,
		"capturePunchAuditImage":true,
		"capturePunchGeolocation":true,
		"collectAtTimeOfPunchFields":["http:\/\/www.example.com\/"],
		"defaultActivityUri":"http:\/\/www.example.com\/",
		"displayName":"String content",
		"displayTransferFieldBindingswithInPunchFields":["http:\/\/www.example.com\/"],
		"displayTransferFieldBindingswithOutPunchFields":["http:\/\/www.example.com\/"],
		"endDate":{
			"day":2147483647,
			"month":2147483647,
			"year":2147483647
		},
		"firstName":"String content",
		"lastName":"String content",
		"loginName":"String content",
		"punchInFields":["http:\/\/www.example.com\/"],
		"punchIntoActivityPolicyUri":"http:\/\/www.example.com\/",
		"punchIntoBreakPolicyUri":"http:\/\/www.example.com\/",
		"punchIntoProjectAndTaskPolicyUri":"http:\/\/www.example.com\/",
		"punchOutFields":["http:\/\/www.example.com\/"],
		"punchStartBreakFields":["http:\/\/www.example.com\/"],
		"punchTransferFields":["http:\/\/www.example.com\/"],
		"requiresValidation":true,
		"startDate":{
			"day":2147483647,
			"month":2147483647,
			"year":2147483647
		},
		"userUri":"http:\/\/www.example.com\/",
		"workWeekStartDayUri":"http:\/\/www.example.com\/"
	}]
}</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://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;xs:complexType name="ArrayOfanyURI"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="anyURI" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfanyURI" nillable="true" type="tns:ArrayOfanyURI" /&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:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /&gt;
  &lt;xs:complexType name="TimePunchMetadataCache1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="activities" nillable="true" type="tns:ArrayOfActivityDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="breakTypes" nillable="true" type="tns:ArrayOfBreakTypeReference1" /&gt;
      &lt;xs:element minOccurs="0" name="objectExtensionFields" nillable="true" type="tns:ArrayOfObjectExtensionDefinitionDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="userMetadata" nillable="true" type="tns:ArrayOfUserTimePunchMetadataCache1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="TimePunchMetadataCache1" nillable="true" type="tns:TimePunchMetadataCache1" /&gt;
  &lt;xs:complexType name="ArrayOfActivityDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="ActivityDetails1" nillable="true" type="tns:ActivityDetails1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfActivityDetails1" nillable="true" type="tns:ArrayOfActivityDetails1" /&gt;
  &lt;xs:complexType name="ActivityDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="code" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="description" 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="isEnabled" type="xs:boolean" /&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="ActivityDetails1" nillable="true" type="tns:ActivityDetails1" /&gt;
  &lt;xs:complexType name="ArrayOfBreakTypeReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="BreakTypeReference1" nillable="true" type="tns:BreakTypeReference1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfBreakTypeReference1" nillable="true" type="tns:ArrayOfBreakTypeReference1" /&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="ArrayOfObjectExtensionDefinitionDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="ObjectExtensionDefinitionDetails1" nillable="true" type="tns:ObjectExtensionDefinitionDetails1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfObjectExtensionDefinitionDetails1" nillable="true" type="tns:ArrayOfObjectExtensionDefinitionDetails1" /&gt;
  &lt;xs:complexType name="ObjectExtensionDefinitionDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="code" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="dataSensitivityClassUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="definitionTypeUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="description" 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="ObjectExtensionDefinitionDetails1" nillable="true" type="tns:ObjectExtensionDefinitionDetails1" /&gt;
  &lt;xs:complexType name="ArrayOfUserTimePunchMetadataCache1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="UserTimePunchMetadataCache1" nillable="true" type="tns:UserTimePunchMetadataCache1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfUserTimePunchMetadataCache1" nillable="true" type="tns:ArrayOfUserTimePunchMetadataCache1" /&gt;
  &lt;xs:complexType name="UserTimePunchMetadataCache1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="activityNameFormatUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="activityUris" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfanyURI" /&gt;
      &lt;xs:element minOccurs="0" name="canPerformTimePunches" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="capturePunchAuditImage" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="capturePunchGeolocation" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="collectAtTimeOfPunchFields" nillable="true" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q2:ArrayOfanyURI" /&gt;
      &lt;xs:element minOccurs="0" name="defaultActivityUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="displayName" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="displayTransferFieldBindingswithInPunchFields" nillable="true" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q3:ArrayOfanyURI" /&gt;
      &lt;xs:element minOccurs="0" name="displayTransferFieldBindingswithOutPunchFields" nillable="true" xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q4:ArrayOfanyURI" /&gt;
      &lt;xs:element minOccurs="0" name="endDate" nillable="true" type="tns:Date1" /&gt;
      &lt;xs:element minOccurs="0" name="firstName" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="lastName" 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="punchInFields" nillable="true" xmlns:q5="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q5:ArrayOfanyURI" /&gt;
      &lt;xs:element minOccurs="0" name="punchIntoActivityPolicyUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="punchIntoBreakPolicyUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="punchIntoProjectAndTaskPolicyUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="punchOutFields" nillable="true" xmlns:q6="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q6:ArrayOfanyURI" /&gt;
      &lt;xs:element minOccurs="0" name="punchStartBreakFields" nillable="true" xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q7:ArrayOfanyURI" /&gt;
      &lt;xs:element minOccurs="0" name="punchTransferFields" nillable="true" xmlns:q8="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q8:ArrayOfanyURI" /&gt;
      &lt;xs:element minOccurs="0" name="requiresValidation" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="startDate" nillable="true" type="tns:Date1" /&gt;
      &lt;xs:element minOccurs="0" name="userUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="workWeekStartDayUri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="UserTimePunchMetadataCache1" nillable="true" type="tns:UserTimePunchMetadataCache1" /&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: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;xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;xs:complexType name="ArrayOfanyURI"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="anyURI" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfanyURI" nillable="true" type="tns:ArrayOfanyURI" /&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>