Chilkat Online Tools

C# / Creatio API / $filter parameter (eq operator) with Id

Back to Collection Items

// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.

Chilkat.Http http = new Chilkat.Http();
bool success;

Chilkat.JsonObject queryParams = new Chilkat.JsonObject();
queryParams.UpdateString("$filter","Collection6/Field6 eq guid'Id'");

http.SetRequestHeader("ForceUseSession","true");
http.SetRequestHeader("BPMCSRF","{{BPMCSRF}}");

Chilkat.HttpResponse resp = http.QuickRequestParams("GET","https://myserver.com/0/ServiceModel/EntityDataService.svc/Collection3Collection",queryParams);
if (http.LastMethodSuccess == false) {
    Debug.WriteLine(http.LastErrorText);
    return;
}

Chilkat.StringBuilder sbResponseBody = new Chilkat.StringBuilder();
resp.GetBodySb(sbResponseBody);

Chilkat.JsonObject jResp = new Chilkat.JsonObject();
jResp.LoadSb(sbResponseBody);
jResp.EmitCompact = false;

Debug.WriteLine("Response Body:");
Debug.WriteLine(jResp.Emit());

int respStatusCode = resp.StatusCode;
Debug.WriteLine("Response Status Code = " + Convert.ToString(respStatusCode));
if (respStatusCode >= 400) {
    Debug.WriteLine("Response Header:");
    Debug.WriteLine(resp.Header);
    Debug.WriteLine("Failed.");

    return;
}

Curl Command

curl -G -d "$filter=Collection6%2FField6%20eq%20guid%27Id%27"
	-H "ForceUseSession: true"
	-H "BPMCSRF: {{BPMCSRF}}"
https://myserver.com/0/ServiceModel/EntityDataService.svc/Collection3Collection

Postman Collection Item JSON

{
  "name": "$filter parameter (eq operator) with Id",
  "protocolProfileBehavior": {
    "disableBodyPruning": true
  },
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "ForceUseSession",
        "type": "text",
        "value": "true"
      },
      {
        "key": "BPMCSRF",
        "type": "text",
        "value": "{{BPMCSRF}}"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": ""
    },
    "url": {
      "raw": "{{BaseURI}}/0/ServiceModel/EntityDataService.svc/{{CollectionName3}}Collection?$filter={{CollectionName6}}/{{FieldName6}} eq guid'{{ObjectId6}}'",
      "host": [
        "{{BaseURI}}"
      ],
      "path": [
        "0",
        "ServiceModel",
        "EntityDataService.svc",
        "{{CollectionName3}}Collection"
      ],
      "query": [
        {
          "key": "$filter",
          "value": "{{CollectionName6}}/{{FieldName6}} eq guid'{{ObjectId6}}'"
        }
      ]
    },
    "description": "Request for getting object collection instances, filtered by Id via the [$filter](https://www.odata.org/documentation/odata-version-3-0/odata-version-3-0-core-protocol/#thefiltersystemqueryoption) parameter with the eq operator."
  },
  "response": [
    {
      "name": "[200] Gets filtered object collection instances by Id. The filter uses the “equal” operator",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "ForceUseSession",
            "type": "text",
            "value": "true"
          },
          {
            "key": "BPMCSRF",
            "type": "text",
            "value": "{{BPMCSRF}}"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": {
          "raw": "https://myserver.com/0/EntityDataService.svc/ContactCollection?$filter=Owner/Id eq 410006e1-ca4e-4502-a9ec-e54d922d2c00",
          "protocol": "https",
          "host": [
            "myserver",
            "com"
          ],
          "path": [
            "0",
            "EntityDataService.svc",
            "ContactCollection"
          ],
          "query": [
            {
              "key": "$filter",
              "value": "Owner/Id eq 410006e1-ca4e-4502-a9ec-e54d922d2c00"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Cache-Control",
          "value": "no-cache"
        },
        {
          "key": "Pragma",
          "value": "no-cache"
        },
        {
          "key": "Content-Type",
          "value": "application/json; odata.metadata=minimal"
        },
        {
          "key": "Expires",
          "value": "-1"
        },
        {
          "key": "Server",
          "value": "Microsoft-IIS/10.0"
        },
        {
          "key": "OData-Version",
          "value": "4.0"
        },
        {
          "key": "X-AspNet-Version",
          "value": "4.0.30319"
        },
        {
          "key": "X-Powered-By",
          "value": "ASP.NET"
        },
        {
          "key": "X-Frame-Options",
          "value": "SAMEORIGIN"
        },
        {
          "key": "X-Content-Type-Options",
          "value": "nosniff"
        },
        {
          "key": "Date",
          "value": "Fri, 24 Jul 2020 07:16:54 GMT"
        },
        {
          "key": "Content-Length",
          "value": "7783"
        }
      ],
      "cookie": [
      ],
      "body": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xml:base=\"https://myserver.com/0/ServiceModel/EntityDataService.svc/\" xmlns=\"http://www.w3.org/2005/Atom\" xmlns:d=\"http://schemas.microsoft.com/ado/2007/08/dataservices\" xmlns:m=\"http://schemas.microsoft.com/ado/2007/08/dataservices/metadata\" xmlns:georss=\"http://www.georss.org/georss\" xmlns:gml=\"http://www.opengis.net/gml\">\n    <id>https://myserver.com/0/ServiceModel/EntityDataService.svc/ContactCollection</id>\n    <title type=\"text\">ContactCollection</title>\n    <updated>2020-07-24T09:02:10Z</updated>\n    <link rel=\"self\" title=\"ContactCollection\" href=\"ContactCollection\" />\n    <entry>\n        <id>https://myserver.com/0/ServiceModel/EntityDataService.svc/ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')</id>\n        <category term=\"Terrasoft.Configuration.Contact\" scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\n        <link rel=\"edit\" title=\"Contact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photo\" type=\"application/atom+xml;type=entry\" title=\"Photo\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/Photo\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Owner\" type=\"application/atom+xml;type=entry\" title=\"Owner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/Owner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ContactCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CreatedBy\" type=\"application/atom+xml;type=entry\" title=\"CreatedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CreatedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ModifiedBy\" type=\"application/atom+xml;type=entry\" title=\"ModifiedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ModifiedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SalutationType\" type=\"application/atom+xml;type=entry\" title=\"SalutationType\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/SalutationType\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Gender\" type=\"application/atom+xml;type=entry\" title=\"Gender\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/Gender\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"AccountCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/AccountCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountCollectionByPrimaryContact\" type=\"application/atom+xml;type=feed\" title=\"AccountCollectionByPrimaryContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/AccountCollectionByPrimaryContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Account\" type=\"application/atom+xml;type=entry\" title=\"Account\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/Account\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DecisionRole\" type=\"application/atom+xml;type=entry\" title=\"DecisionRole\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/DecisionRole\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Type\" type=\"application/atom+xml;type=entry\" title=\"Type\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/Type\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Job\" type=\"application/atom+xml;type=entry\" title=\"Job\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/Job\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Department\" type=\"application/atom+xml;type=entry\" title=\"Department\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/Department\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AddressType\" type=\"application/atom+xml;type=entry\" title=\"AddressType\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/AddressType\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/City\" type=\"application/atom+xml;type=entry\" title=\"City\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/City\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Region\" type=\"application/atom+xml;type=entry\" title=\"Region\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/Region\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Country\" type=\"application/atom+xml;type=entry\" title=\"Country\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/Country\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SysAdminUnitCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/SysAdminUnitCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/TwitterAFDA\" type=\"application/atom+xml;type=entry\" title=\"TwitterAFDA\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/TwitterAFDA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FacebookAFDA\" type=\"application/atom+xml;type=entry\" title=\"FacebookAFDA\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/FacebookAFDA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LinkedInAFDA\" type=\"application/atom+xml;type=entry\" title=\"LinkedInAFDA\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/LinkedInAFDA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Language\" type=\"application/atom+xml;type=entry\" title=\"Language\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/Language\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountBillingInfoCollectionByAccountManager\" type=\"application/atom+xml;type=feed\" title=\"AccountBillingInfoCollectionByAccountManager\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/AccountBillingInfoCollectionByAccountManager\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountBillingInfoCollectionByChiefAccountant\" type=\"application/atom+xml;type=feed\" title=\"AccountBillingInfoCollectionByChiefAccountant\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/AccountBillingInfoCollectionByChiefAccountant\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"AccountFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/AccountFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountOrganizationChartCollectionByManager\" type=\"application/atom+xml;type=feed\" title=\"AccountOrganizationChartCollectionByManager\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/AccountOrganizationChartCollectionByManager\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ActivityCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByAuthor\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ActivityCollectionByAuthor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ActivityCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByOrganizer\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByOrganizer\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ActivityCollectionByOrganizer\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionBySenderContact\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionBySenderContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ActivityCollectionBySenderContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CaseCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CaseCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CaseCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CaseCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServiceItemCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ServiceItemCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ServiceItemCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConfItemCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ConfItemCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ConfItemCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServicePactCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ServicePactCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ServicePactCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServicePactCollectionByServiceProviderContact\" type=\"application/atom+xml;type=feed\" title=\"ServicePactCollectionByServiceProviderContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ServicePactCollectionByServiceProviderContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseCollectionByHolder\" type=\"application/atom+xml;type=feed\" title=\"CaseCollectionByHolder\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CaseCollectionByHolder\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProblemCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"ProblemCollectionByAuthor\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ProblemCollectionByAuthor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProblemCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ProblemCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ProblemCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ChangeCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"ChangeCollectionByAuthor\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ChangeCollectionByAuthor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ChangeCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ChangeCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ChangeCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionByQualifiedContact\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionByQualifiedContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/LeadCollectionByQualifiedContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/LeadCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionBySalesOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionBySalesOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/LeadCollectionBySalesOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityDepartmentCollectionBySalesDirector\" type=\"application/atom+xml;type=feed\" title=\"OpportunityDepartmentCollectionBySalesDirector\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/OpportunityDepartmentCollectionBySalesDirector\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/GeneratedWebFormCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"GeneratedWebFormCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/GeneratedWebFormCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"OpportunityCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/OpportunityCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OpportunityCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/OpportunityCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionByPartnerOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionByPartnerOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/LeadCollectionByPartnerOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"OrderCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/OrderCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OrderCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/OrderCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CampaignCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CampaignCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/BulkEmailCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSplitCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSplitCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/BulkEmailSplitCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"EventCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/EventCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwQueueItemCollectionByOperator\" type=\"application/atom+xml;type=feed\" title=\"VwQueueItemCollectionByOperator\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwQueueItemCollectionByOperator\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwQueueItemCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwQueueItemCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwQueueItemCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"InvoiceCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/InvoiceCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"InvoiceCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/InvoiceCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ContractCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContractCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContractCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContractCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ProjectCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ProjectCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ProjectCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ProjectCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DocumentCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"DocumentCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/DocumentCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DocumentCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"DocumentCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/DocumentCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ActivityFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ActivityFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityParticipantCollectionByParticipant\" type=\"application/atom+xml;type=feed\" title=\"ActivityParticipantCollectionByParticipant\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ActivityParticipantCollectionByParticipant\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProductCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ProductCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ProductCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteEventCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SiteEventCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/SiteEventCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/BulkEmailFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailRecipientMacroCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailRecipientMacroCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/BulkEmailRecipientMacroCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSplitFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSplitFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/BulkEmailSplitFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSplitTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSplitTargetCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/BulkEmailSplitTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSubscriptionCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSubscriptionCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/BulkEmailSubscriptionCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailTargetCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/BulkEmailTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CallCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CallCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CallCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CallFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CallFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CallFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CampaignFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CampaignFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignParticipantCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignParticipantCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CampaignParticipantCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignParticipantOpCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignParticipantOpCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CampaignParticipantOpCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignPlannerCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CampaignPlannerCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CampaignPlannerCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignPlannerFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CampaignPlannerFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CampaignPlannerFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignQueueCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignQueueCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CampaignQueueCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignSignalCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignSignalCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CampaignSignalCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignTargetCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CampaignTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CaseFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CaseFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseLifecycleCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CaseLifecycleCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CaseLifecycleCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EducationActivityCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EducationActivityCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/EducationActivityCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CertificateCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CertificateCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CertificateCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ChangeFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ChangeFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ChangeFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CommentCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CommentCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CommentCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConfItemFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ConfItemFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ConfItemFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConfItemUserCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ConfItemUserCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ConfItemUserCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactAddressCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactAddressCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactAddressCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactAnniversaryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactAnniversaryCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactAnniversaryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCareerCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactCareerCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactCareerCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCommunicationCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactCommunicationCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactCommunicationCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCorrespondenceCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactCorrespondenceCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactCorrespondenceCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactDuplicateCollectionByEntity1\" type=\"application/atom+xml;type=feed\" title=\"ContactDuplicateCollectionByEntity1\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactDuplicateCollectionByEntity1\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactDuplicateCollectionByEntity2\" type=\"application/atom+xml;type=feed\" title=\"ContactDuplicateCollectionByEntity2\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactDuplicateCollectionByEntity2\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactExternalRateCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactExternalRateCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactExternalRateCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ContactFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactFileCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactFileCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactFileCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactForecastCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactForecastCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactForecastCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactInFolderCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactInFolderCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactInFolderCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactInTagCollectionByEntity\" type=\"application/atom+xml;type=feed\" title=\"ContactInTagCollectionByEntity\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactInTagCollectionByEntity\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactInternalRateCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactInternalRateCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactInternalRateCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactsProductInterestCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactsProductInterestCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactsProductInterestCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContentBlockFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ContentBlockFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContentBlockFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ContractFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContractFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"ContractVisaCollectionBySetBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContractVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CTISearchResultCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CTISearchResultCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/CTISearchResultCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DayOffCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"DayOffCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/DayOffCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DocumentFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"DocumentFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/DocumentFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmailFolderColumnValuesSettingCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EmailFolderColumnValuesSettingCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/EmailFolderColumnValuesSettingCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmailMessageDataCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"EmailMessageDataCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/EmailMessageDataCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmailTemplateFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"EmailTemplateFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/EmailTemplateFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmployeeCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EmployeeCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/EmployeeCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmployeeCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"EmployeeCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/EmployeeCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmployeeFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"EmployeeFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/EmployeeFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EnrchFoundContactCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EnrchFoundContactCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/EnrchFoundContactCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EnrchProcessedDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EnrchProcessedDataCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/EnrchProcessedDataCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EnrchRejectedDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EnrchRejectedDataCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/EnrchRejectedDataCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessElementDataCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessElementDataCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/SysProcessElementDataCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessDataCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessDataCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/SysProcessDataCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ESNNotificationCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ESNNotificationCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ESNNotificationCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"EventFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/EventFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EventTargetCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/EventTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventTeamCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EventTeamCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/EventTeamCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ExternalAccessCollectionByGrantor\" type=\"application/atom+xml;type=feed\" title=\"ExternalAccessCollectionByGrantor\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ExternalAccessCollectionByGrantor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ExternalAccessFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ExternalAccessFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ExternalAccessFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ExternalAccessRequestLogCollectionByRequestedBy\" type=\"application/atom+xml;type=feed\" title=\"ExternalAccessRequestLogCollectionByRequestedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ExternalAccessRequestLogCollectionByRequestedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FavoritesCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"FavoritesCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/FavoritesCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"FileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/FileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FileLeadCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"FileLeadCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/FileLeadCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/GeneratedWebFormFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"GeneratedWebFormFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/GeneratedWebFormFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"InvoiceFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/InvoiceFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"InvoiceVisaCollectionBySetBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/InvoiceVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/KnowledgeBaseFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"KnowledgeBaseFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/KnowledgeBaseFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadInQualifyStatusCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadInQualifyStatusCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/LeadInQualifyStatusCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadQualificationCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"LeadQualificationCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/LeadQualificationCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LikeCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"LikeCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/LikeCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LocationHistoryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"LocationHistoryCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/LocationHistoryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MailboxSettingsFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"MailboxSettingsFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/MailboxSettingsFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MktgActivityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"MktgActivityCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/MktgActivityCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MktgActivityFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"MktgActivityFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/MktgActivityFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MLModelFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"MLModelFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/MLModelFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OAuth20AppFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"OAuth20AppFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/OAuth20AppFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityContactCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OpportunityContactCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/OpportunityContactCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"OpportunityFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/OpportunityFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityInStageCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"OpportunityInStageCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/OpportunityInStageCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityParticipantCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OpportunityParticipantCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/OpportunityParticipantCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"OpportunityVisaCollectionBySetBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/OpportunityVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"OrderFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/OrderFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"OrderVisaCollectionBySetBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/OrderVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/PartnershipFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"PartnershipFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/PartnershipFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/PortalMessageFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"PortalMessageFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/PortalMessageFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProblemFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ProblemFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ProblemFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProductFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ProductFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ProductFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ProjectFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ProjectFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectResourceElementCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ProjectResourceElementCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ProjectResourceElementCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/QueueItemCollectionByOperator\" type=\"application/atom+xml;type=feed\" title=\"QueueItemCollectionByOperator\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/QueueItemCollectionByOperator\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/QueueOperatorCollectionByOperator\" type=\"application/atom+xml;type=feed\" title=\"QueueOperatorCollectionByOperator\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/QueueOperatorCollectionByOperator\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/QuickDialUserSettingsCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"QuickDialUserSettingsCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/QuickDialUserSettingsCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelationshipCollectionByContactA\" type=\"application/atom+xml;type=feed\" title=\"RelationshipCollectionByContactA\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/RelationshipCollectionByContactA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelationshipCollectionByContactB\" type=\"application/atom+xml;type=feed\" title=\"RelationshipCollectionByContactB\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/RelationshipCollectionByContactB\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ReleaseFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ReleaseFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ReleaseFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RemindingCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"RemindingCollectionByAuthor\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/RemindingCollectionByAuthor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RemindingCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"RemindingCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/RemindingCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServiceItemFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ServiceItemFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ServiceItemFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServiceObjectCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ServiceObjectCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ServiceObjectCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServicePactFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ServicePactFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ServicePactFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteEventTypeFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"SiteEventTypeFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/SiteEventTypeFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SocialMentionCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SocialMentionCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/SocialMentionCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSysAdminUnitCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwSysAdminUnitCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysGridPageViewCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysGridPageViewCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/SysGridPageViewCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysOperationAuditCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysOperationAuditCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/SysOperationAuditCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysOperationAuditArchCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysOperationAuditArchCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/SysOperationAuditArchCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessElementLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessElementLogCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/SysProcessElementLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessLogCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/SysProcessLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysPrcElHistoryLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysPrcElHistoryLogCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/SysPrcElHistoryLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysPrcHistoryLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysPrcHistoryLogCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/SysPrcHistoryLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProfileDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SysProfileDataCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/SysProfileDataCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysRegistrationDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SysRegistrationDataCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/SysRegistrationDataCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/TrackingProjectCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"TrackingProjectCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/TrackingProjectCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwAccountRelationshipCollectionByRelatedContact\" type=\"application/atom+xml;type=feed\" title=\"VwAccountRelationshipCollectionByRelatedContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwAccountRelationshipCollectionByRelatedContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwAnniversaryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwAnniversaryCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwAnniversaryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailAudienceCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailAudienceCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwBulkEmailAudienceCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailAudienceCollectionByLinkedEntity\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailAudienceCollectionByLinkedEntity\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwBulkEmailAudienceCollectionByLinkedEntity\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailClickedLinkCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailClickedLinkCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwBulkEmailClickedLinkCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailTargetCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwBulkEmailTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactDuplicateCollectionByEntity1\" type=\"application/atom+xml;type=feed\" title=\"VwContactDuplicateCollectionByEntity1\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwContactDuplicateCollectionByEntity1\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactDuplicateCollectionByEntity2\" type=\"application/atom+xml;type=feed\" title=\"VwContactDuplicateCollectionByEntity2\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwContactDuplicateCollectionByEntity2\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactModuleHistoryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwContactModuleHistoryCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwContactModuleHistoryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactRelationshipCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwContactRelationshipCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwContactRelationshipCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactRelationshipCollectionByRelatedContact\" type=\"application/atom+xml;type=feed\" title=\"VwContactRelationshipCollectionByRelatedContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwContactRelationshipCollectionByRelatedContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwGroupSysAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwGroupSysAdminUnitCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwGroupSysAdminUnitCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwMandrillRecipientCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwMandrillRecipientCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwMandrillRecipientCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwMandrillRecipientV2CollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwMandrillRecipientV2CollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwMandrillRecipientV2CollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwModuleHistoryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwModuleHistoryCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwModuleHistoryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwOpportInStageForAnalysisCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwOpportInStageForAnalysisCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwOpportInStageForAnalysisCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwOpportunityInStageCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwOpportunityInStageCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwOpportunityInStageCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwPortalOpportunityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwPortalOpportunityCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwPortalOpportunityCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessDashboardCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwProcessDashboardCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwProcessDashboardCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessDashboardCollectionByElementOwner\" type=\"application/atom+xml;type=feed\" title=\"VwProcessDashboardCollectionByElementOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwProcessDashboardCollectionByElementOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessDashboardCollectionByProcessOwner\" type=\"application/atom+xml;type=feed\" title=\"VwProcessDashboardCollectionByProcessOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwProcessDashboardCollectionByProcessOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessLibFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"VwProcessLibFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwProcessLibFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRelationshipCollectionByContactA\" type=\"application/atom+xml;type=feed\" title=\"VwRelationshipCollectionByContactA\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwRelationshipCollectionByContactA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRelationshipCollectionByContactB\" type=\"application/atom+xml;type=feed\" title=\"VwRelationshipCollectionByContactB\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwRelationshipCollectionByContactB\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRemindingsCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwRemindingsCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwRemindingsCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRemindingsCountCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwRemindingsCountCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwRemindingsCountCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwServiceRecepientsCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwServiceRecepientsCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwServiceRecepientsCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSiteEventCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSiteEventCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwSiteEventCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSspAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSspAdminUnitCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwSspAdminUnitCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessElementLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessElementLogCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwSysProcessElementLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessLogCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwSysProcessLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessFileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwSysProcessFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessMILogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessMILogCollectionByOwner\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwSysProcessMILogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSystemUsersCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSystemUsersCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwSystemUsersCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"VwVisaCollectionBySetBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/VwVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/WebServiceV2FileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"WebServiceV2FileCollectionByLockedBy\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/WebServiceV2FileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/WSysAccountCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"WSysAccountCollectionByContact\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/WSysAccountCollectionByContact\" />\n        <title />\n        <updated>2020-07-24T09:02:10Z</updated>\n        <author>\n            <name />\n        </author>\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/ContactPhoto\" type=\"application/octet-stream\" title=\"ContactPhoto\" href=\"ContactCollection(guid'7aec3929-5d18-4086-ad7c-0fd9315e637a')/ContactPhoto\" />\n        <content type=\"application/xml\">\n            <m:properties>\n                <d:Id m:type=\"Edm.Guid\">7aec3929-5d18-4086-ad7c-0fd9315e637a</d:Id>\n                <d:Name>Lynn A. Collins</d:Name>\n                <d:PhotoId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:PhotoId>\n                <d:OwnerId m:type=\"Edm.Guid\">410006e1-ca4e-4502-a9ec-e54d922d2c00</d:OwnerId>\n                <d:CreatedOn m:type=\"Edm.DateTime\">2019-12-01T13:52:24</d:CreatedOn>\n                <d:CreatedById m:type=\"Edm.Guid\">76929f8c-7e15-4c64-bdb0-adc62d383727</d:CreatedById>\n                <d:ModifiedOn m:type=\"Edm.DateTime\">2016-09-05T10:08:22</d:ModifiedOn>\n                <d:ModifiedById m:type=\"Edm.Guid\">76929f8c-7e15-4c64-bdb0-adc62d383727</d:ModifiedById>\n                <d:ProcessListeners m:type=\"Edm.Int32\">0</d:ProcessListeners>\n                <d:Dear></d:Dear>\n                <d:SalutationTypeId m:type=\"Edm.Guid\">f4b32ee6-f36b-1410-aa84-00155d043204</d:SalutationTypeId>\n                <d:GenderId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:GenderId>\n                <d:AccountId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:AccountId>\n                <d:DecisionRoleId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:DecisionRoleId>\n                <d:TypeId m:type=\"Edm.Guid\">806732ee-f36b-1410-a883-16d83cab0980</d:TypeId>\n                <d:JobId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:JobId>\n                <d:JobTitle></d:JobTitle>\n                <d:DepartmentId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:DepartmentId>\n                <d:BirthDate m:type=\"Edm.DateTime\">1991-03-20T00:00:00</d:BirthDate>\n                <d:Phone></d:Phone>\n                <d:MobilePhone></d:MobilePhone>\n                <d:HomePhone></d:HomePhone>\n                <d:Skype></d:Skype>\n                <d:Email></d:Email>\n                <d:AddressTypeId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:AddressTypeId>\n                <d:Address></d:Address>\n                <d:CityId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:CityId>\n                <d:RegionId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:RegionId>\n                <d:Zip></d:Zip>\n                <d:CountryId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:CountryId>\n                <d:DoNotUseEmail m:type=\"Edm.Boolean\">true</d:DoNotUseEmail>\n                <d:DoNotUseCall m:type=\"Edm.Boolean\">true</d:DoNotUseCall>\n                <d:DoNotUseFax m:type=\"Edm.Boolean\">true</d:DoNotUseFax>\n                <d:DoNotUseSms m:type=\"Edm.Boolean\">true</d:DoNotUseSms>\n                <d:DoNotUseMail m:type=\"Edm.Boolean\">true</d:DoNotUseMail>\n                <d:Notes></d:Notes>\n                <d:Facebook></d:Facebook>\n                <d:LinkedIn></d:LinkedIn>\n                <d:Twitter></d:Twitter>\n                <d:FacebookId></d:FacebookId>\n                <d:LinkedInId></d:LinkedInId>\n                <d:TwitterId></d:TwitterId>\n                <d:TwitterAFDAId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:TwitterAFDAId>\n                <d:FacebookAFDAId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:FacebookAFDAId>\n                <d:LinkedInAFDAId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:LinkedInAFDAId>\n                <d:GPSN></d:GPSN>\n                <d:GPSE></d:GPSE>\n                <d:Surname></d:Surname>\n                <d:GivenName></d:GivenName>\n                <d:MiddleName></d:MiddleName>\n                <d:Confirmed m:type=\"Edm.Boolean\">false</d:Confirmed>\n                <d:LanguageId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:LanguageId>\n                <d:Age m:type=\"Edm.Int32\">29</d:Age>\n                <d:Completeness m:type=\"Edm.Int32\">15</d:Completeness>\n                <d:IsNonActualEmail m:type=\"Edm.Boolean\">false</d:IsNonActualEmail>\n            </m:properties>\n        </content>\n    </entry>\n    <entry>\n        <id>https://myserver.com/0/ServiceModel/EntityDataService.svc/ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')</id>\n        <category term=\"Terrasoft.Configuration.Contact\" scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\n        <link rel=\"edit\" title=\"Contact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photo\" type=\"application/atom+xml;type=entry\" title=\"Photo\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/Photo\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Owner\" type=\"application/atom+xml;type=entry\" title=\"Owner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/Owner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ContactCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CreatedBy\" type=\"application/atom+xml;type=entry\" title=\"CreatedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CreatedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ModifiedBy\" type=\"application/atom+xml;type=entry\" title=\"ModifiedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ModifiedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SalutationType\" type=\"application/atom+xml;type=entry\" title=\"SalutationType\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/SalutationType\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Gender\" type=\"application/atom+xml;type=entry\" title=\"Gender\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/Gender\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"AccountCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/AccountCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountCollectionByPrimaryContact\" type=\"application/atom+xml;type=feed\" title=\"AccountCollectionByPrimaryContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/AccountCollectionByPrimaryContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Account\" type=\"application/atom+xml;type=entry\" title=\"Account\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/Account\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DecisionRole\" type=\"application/atom+xml;type=entry\" title=\"DecisionRole\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/DecisionRole\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Type\" type=\"application/atom+xml;type=entry\" title=\"Type\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/Type\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Job\" type=\"application/atom+xml;type=entry\" title=\"Job\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/Job\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Department\" type=\"application/atom+xml;type=entry\" title=\"Department\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/Department\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AddressType\" type=\"application/atom+xml;type=entry\" title=\"AddressType\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/AddressType\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/City\" type=\"application/atom+xml;type=entry\" title=\"City\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/City\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Region\" type=\"application/atom+xml;type=entry\" title=\"Region\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/Region\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Country\" type=\"application/atom+xml;type=entry\" title=\"Country\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/Country\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SysAdminUnitCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/SysAdminUnitCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/TwitterAFDA\" type=\"application/atom+xml;type=entry\" title=\"TwitterAFDA\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/TwitterAFDA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FacebookAFDA\" type=\"application/atom+xml;type=entry\" title=\"FacebookAFDA\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/FacebookAFDA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LinkedInAFDA\" type=\"application/atom+xml;type=entry\" title=\"LinkedInAFDA\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/LinkedInAFDA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Language\" type=\"application/atom+xml;type=entry\" title=\"Language\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/Language\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountBillingInfoCollectionByAccountManager\" type=\"application/atom+xml;type=feed\" title=\"AccountBillingInfoCollectionByAccountManager\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/AccountBillingInfoCollectionByAccountManager\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountBillingInfoCollectionByChiefAccountant\" type=\"application/atom+xml;type=feed\" title=\"AccountBillingInfoCollectionByChiefAccountant\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/AccountBillingInfoCollectionByChiefAccountant\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"AccountFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/AccountFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountOrganizationChartCollectionByManager\" type=\"application/atom+xml;type=feed\" title=\"AccountOrganizationChartCollectionByManager\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/AccountOrganizationChartCollectionByManager\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ActivityCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByAuthor\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ActivityCollectionByAuthor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ActivityCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByOrganizer\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByOrganizer\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ActivityCollectionByOrganizer\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionBySenderContact\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionBySenderContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ActivityCollectionBySenderContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CaseCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CaseCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CaseCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CaseCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServiceItemCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ServiceItemCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ServiceItemCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConfItemCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ConfItemCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ConfItemCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServicePactCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ServicePactCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ServicePactCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServicePactCollectionByServiceProviderContact\" type=\"application/atom+xml;type=feed\" title=\"ServicePactCollectionByServiceProviderContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ServicePactCollectionByServiceProviderContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseCollectionByHolder\" type=\"application/atom+xml;type=feed\" title=\"CaseCollectionByHolder\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CaseCollectionByHolder\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProblemCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"ProblemCollectionByAuthor\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ProblemCollectionByAuthor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProblemCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ProblemCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ProblemCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ChangeCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"ChangeCollectionByAuthor\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ChangeCollectionByAuthor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ChangeCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ChangeCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ChangeCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionByQualifiedContact\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionByQualifiedContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/LeadCollectionByQualifiedContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/LeadCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionBySalesOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionBySalesOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/LeadCollectionBySalesOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityDepartmentCollectionBySalesDirector\" type=\"application/atom+xml;type=feed\" title=\"OpportunityDepartmentCollectionBySalesDirector\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/OpportunityDepartmentCollectionBySalesDirector\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/GeneratedWebFormCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"GeneratedWebFormCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/GeneratedWebFormCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"OpportunityCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/OpportunityCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OpportunityCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/OpportunityCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionByPartnerOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionByPartnerOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/LeadCollectionByPartnerOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"OrderCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/OrderCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OrderCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/OrderCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CampaignCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CampaignCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/BulkEmailCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSplitCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSplitCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/BulkEmailSplitCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"EventCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/EventCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwQueueItemCollectionByOperator\" type=\"application/atom+xml;type=feed\" title=\"VwQueueItemCollectionByOperator\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwQueueItemCollectionByOperator\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwQueueItemCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwQueueItemCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwQueueItemCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"InvoiceCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/InvoiceCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"InvoiceCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/InvoiceCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ContractCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContractCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContractCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContractCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ProjectCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ProjectCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ProjectCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ProjectCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DocumentCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"DocumentCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/DocumentCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DocumentCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"DocumentCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/DocumentCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ActivityFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ActivityFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityParticipantCollectionByParticipant\" type=\"application/atom+xml;type=feed\" title=\"ActivityParticipantCollectionByParticipant\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ActivityParticipantCollectionByParticipant\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProductCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ProductCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ProductCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteEventCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SiteEventCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/SiteEventCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/BulkEmailFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailRecipientMacroCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailRecipientMacroCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/BulkEmailRecipientMacroCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSplitFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSplitFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/BulkEmailSplitFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSplitTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSplitTargetCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/BulkEmailSplitTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSubscriptionCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSubscriptionCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/BulkEmailSubscriptionCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailTargetCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/BulkEmailTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CallCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CallCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CallCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CallFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CallFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CallFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CampaignFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CampaignFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignParticipantCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignParticipantCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CampaignParticipantCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignParticipantOpCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignParticipantOpCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CampaignParticipantOpCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignPlannerCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CampaignPlannerCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CampaignPlannerCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignPlannerFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CampaignPlannerFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CampaignPlannerFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignQueueCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignQueueCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CampaignQueueCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignSignalCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignSignalCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CampaignSignalCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignTargetCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CampaignTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CaseFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CaseFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseLifecycleCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CaseLifecycleCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CaseLifecycleCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EducationActivityCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EducationActivityCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/EducationActivityCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CertificateCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CertificateCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CertificateCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ChangeFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ChangeFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ChangeFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CommentCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CommentCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CommentCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConfItemFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ConfItemFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ConfItemFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConfItemUserCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ConfItemUserCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ConfItemUserCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactAddressCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactAddressCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactAddressCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactAnniversaryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactAnniversaryCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactAnniversaryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCareerCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactCareerCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactCareerCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCommunicationCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactCommunicationCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactCommunicationCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCorrespondenceCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactCorrespondenceCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactCorrespondenceCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactDuplicateCollectionByEntity1\" type=\"application/atom+xml;type=feed\" title=\"ContactDuplicateCollectionByEntity1\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactDuplicateCollectionByEntity1\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactDuplicateCollectionByEntity2\" type=\"application/atom+xml;type=feed\" title=\"ContactDuplicateCollectionByEntity2\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactDuplicateCollectionByEntity2\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactExternalRateCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactExternalRateCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactExternalRateCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ContactFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactFileCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactFileCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactFileCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactForecastCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactForecastCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactForecastCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactInFolderCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactInFolderCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactInFolderCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactInTagCollectionByEntity\" type=\"application/atom+xml;type=feed\" title=\"ContactInTagCollectionByEntity\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactInTagCollectionByEntity\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactInternalRateCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactInternalRateCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactInternalRateCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactsProductInterestCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactsProductInterestCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactsProductInterestCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContentBlockFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ContentBlockFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContentBlockFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ContractFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContractFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"ContractVisaCollectionBySetBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContractVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CTISearchResultCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CTISearchResultCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/CTISearchResultCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DayOffCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"DayOffCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/DayOffCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DocumentFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"DocumentFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/DocumentFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmailFolderColumnValuesSettingCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EmailFolderColumnValuesSettingCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/EmailFolderColumnValuesSettingCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmailMessageDataCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"EmailMessageDataCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/EmailMessageDataCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmailTemplateFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"EmailTemplateFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/EmailTemplateFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmployeeCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EmployeeCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/EmployeeCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmployeeCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"EmployeeCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/EmployeeCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmployeeFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"EmployeeFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/EmployeeFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EnrchFoundContactCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EnrchFoundContactCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/EnrchFoundContactCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EnrchProcessedDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EnrchProcessedDataCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/EnrchProcessedDataCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EnrchRejectedDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EnrchRejectedDataCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/EnrchRejectedDataCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessElementDataCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessElementDataCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/SysProcessElementDataCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessDataCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessDataCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/SysProcessDataCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ESNNotificationCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ESNNotificationCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ESNNotificationCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"EventFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/EventFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EventTargetCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/EventTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventTeamCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EventTeamCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/EventTeamCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ExternalAccessCollectionByGrantor\" type=\"application/atom+xml;type=feed\" title=\"ExternalAccessCollectionByGrantor\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ExternalAccessCollectionByGrantor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ExternalAccessFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ExternalAccessFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ExternalAccessFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ExternalAccessRequestLogCollectionByRequestedBy\" type=\"application/atom+xml;type=feed\" title=\"ExternalAccessRequestLogCollectionByRequestedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ExternalAccessRequestLogCollectionByRequestedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FavoritesCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"FavoritesCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/FavoritesCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"FileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/FileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FileLeadCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"FileLeadCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/FileLeadCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/GeneratedWebFormFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"GeneratedWebFormFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/GeneratedWebFormFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"InvoiceFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/InvoiceFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"InvoiceVisaCollectionBySetBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/InvoiceVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/KnowledgeBaseFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"KnowledgeBaseFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/KnowledgeBaseFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadInQualifyStatusCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadInQualifyStatusCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/LeadInQualifyStatusCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadQualificationCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"LeadQualificationCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/LeadQualificationCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LikeCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"LikeCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/LikeCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LocationHistoryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"LocationHistoryCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/LocationHistoryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MailboxSettingsFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"MailboxSettingsFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/MailboxSettingsFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MktgActivityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"MktgActivityCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/MktgActivityCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MktgActivityFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"MktgActivityFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/MktgActivityFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MLModelFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"MLModelFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/MLModelFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OAuth20AppFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"OAuth20AppFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/OAuth20AppFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityContactCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OpportunityContactCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/OpportunityContactCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"OpportunityFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/OpportunityFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityInStageCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"OpportunityInStageCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/OpportunityInStageCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityParticipantCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OpportunityParticipantCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/OpportunityParticipantCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"OpportunityVisaCollectionBySetBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/OpportunityVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"OrderFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/OrderFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"OrderVisaCollectionBySetBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/OrderVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/PartnershipFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"PartnershipFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/PartnershipFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/PortalMessageFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"PortalMessageFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/PortalMessageFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProblemFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ProblemFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ProblemFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProductFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ProductFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ProductFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ProjectFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ProjectFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectResourceElementCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ProjectResourceElementCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ProjectResourceElementCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/QueueItemCollectionByOperator\" type=\"application/atom+xml;type=feed\" title=\"QueueItemCollectionByOperator\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/QueueItemCollectionByOperator\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/QueueOperatorCollectionByOperator\" type=\"application/atom+xml;type=feed\" title=\"QueueOperatorCollectionByOperator\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/QueueOperatorCollectionByOperator\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/QuickDialUserSettingsCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"QuickDialUserSettingsCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/QuickDialUserSettingsCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelationshipCollectionByContactA\" type=\"application/atom+xml;type=feed\" title=\"RelationshipCollectionByContactA\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/RelationshipCollectionByContactA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelationshipCollectionByContactB\" type=\"application/atom+xml;type=feed\" title=\"RelationshipCollectionByContactB\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/RelationshipCollectionByContactB\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ReleaseFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ReleaseFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ReleaseFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RemindingCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"RemindingCollectionByAuthor\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/RemindingCollectionByAuthor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RemindingCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"RemindingCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/RemindingCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServiceItemFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ServiceItemFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ServiceItemFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServiceObjectCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ServiceObjectCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ServiceObjectCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServicePactFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ServicePactFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ServicePactFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteEventTypeFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"SiteEventTypeFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/SiteEventTypeFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SocialMentionCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SocialMentionCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/SocialMentionCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSysAdminUnitCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwSysAdminUnitCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysGridPageViewCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysGridPageViewCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/SysGridPageViewCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysOperationAuditCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysOperationAuditCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/SysOperationAuditCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysOperationAuditArchCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysOperationAuditArchCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/SysOperationAuditArchCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessElementLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessElementLogCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/SysProcessElementLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessLogCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/SysProcessLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysPrcElHistoryLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysPrcElHistoryLogCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/SysPrcElHistoryLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysPrcHistoryLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysPrcHistoryLogCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/SysPrcHistoryLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProfileDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SysProfileDataCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/SysProfileDataCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysRegistrationDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SysRegistrationDataCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/SysRegistrationDataCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/TrackingProjectCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"TrackingProjectCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/TrackingProjectCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwAccountRelationshipCollectionByRelatedContact\" type=\"application/atom+xml;type=feed\" title=\"VwAccountRelationshipCollectionByRelatedContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwAccountRelationshipCollectionByRelatedContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwAnniversaryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwAnniversaryCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwAnniversaryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailAudienceCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailAudienceCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwBulkEmailAudienceCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailAudienceCollectionByLinkedEntity\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailAudienceCollectionByLinkedEntity\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwBulkEmailAudienceCollectionByLinkedEntity\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailClickedLinkCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailClickedLinkCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwBulkEmailClickedLinkCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailTargetCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwBulkEmailTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactDuplicateCollectionByEntity1\" type=\"application/atom+xml;type=feed\" title=\"VwContactDuplicateCollectionByEntity1\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwContactDuplicateCollectionByEntity1\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactDuplicateCollectionByEntity2\" type=\"application/atom+xml;type=feed\" title=\"VwContactDuplicateCollectionByEntity2\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwContactDuplicateCollectionByEntity2\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactModuleHistoryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwContactModuleHistoryCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwContactModuleHistoryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactRelationshipCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwContactRelationshipCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwContactRelationshipCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactRelationshipCollectionByRelatedContact\" type=\"application/atom+xml;type=feed\" title=\"VwContactRelationshipCollectionByRelatedContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwContactRelationshipCollectionByRelatedContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwGroupSysAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwGroupSysAdminUnitCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwGroupSysAdminUnitCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwMandrillRecipientCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwMandrillRecipientCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwMandrillRecipientCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwMandrillRecipientV2CollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwMandrillRecipientV2CollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwMandrillRecipientV2CollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwModuleHistoryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwModuleHistoryCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwModuleHistoryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwOpportInStageForAnalysisCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwOpportInStageForAnalysisCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwOpportInStageForAnalysisCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwOpportunityInStageCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwOpportunityInStageCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwOpportunityInStageCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwPortalOpportunityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwPortalOpportunityCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwPortalOpportunityCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessDashboardCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwProcessDashboardCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwProcessDashboardCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessDashboardCollectionByElementOwner\" type=\"application/atom+xml;type=feed\" title=\"VwProcessDashboardCollectionByElementOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwProcessDashboardCollectionByElementOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessDashboardCollectionByProcessOwner\" type=\"application/atom+xml;type=feed\" title=\"VwProcessDashboardCollectionByProcessOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwProcessDashboardCollectionByProcessOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessLibFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"VwProcessLibFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwProcessLibFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRelationshipCollectionByContactA\" type=\"application/atom+xml;type=feed\" title=\"VwRelationshipCollectionByContactA\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwRelationshipCollectionByContactA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRelationshipCollectionByContactB\" type=\"application/atom+xml;type=feed\" title=\"VwRelationshipCollectionByContactB\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwRelationshipCollectionByContactB\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRemindingsCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwRemindingsCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwRemindingsCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRemindingsCountCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwRemindingsCountCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwRemindingsCountCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwServiceRecepientsCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwServiceRecepientsCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwServiceRecepientsCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSiteEventCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSiteEventCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwSiteEventCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSspAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSspAdminUnitCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwSspAdminUnitCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessElementLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessElementLogCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwSysProcessElementLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessLogCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwSysProcessLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessFileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwSysProcessFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessMILogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessMILogCollectionByOwner\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwSysProcessMILogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSystemUsersCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSystemUsersCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwSystemUsersCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"VwVisaCollectionBySetBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/VwVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/WebServiceV2FileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"WebServiceV2FileCollectionByLockedBy\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/WebServiceV2FileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/WSysAccountCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"WSysAccountCollectionByContact\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/WSysAccountCollectionByContact\" />\n        <title />\n        <updated>2020-07-24T09:02:10Z</updated>\n        <author>\n            <name />\n        </author>\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/ContactPhoto\" type=\"application/octet-stream\" title=\"ContactPhoto\" href=\"ContactCollection(guid'9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7')/ContactPhoto\" />\n        <content type=\"application/xml\">\n            <m:properties>\n                <d:Id m:type=\"Edm.Guid\">9c2d2822-fc35-4ed5-a131-2f08bd4ab9f7</d:Id>\n                <d:Name>Mary King</d:Name>\n                <d:PhotoId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:PhotoId>\n                <d:OwnerId m:type=\"Edm.Guid\">410006e1-ca4e-4502-a9ec-e54d922d2c00</d:OwnerId>\n                <d:CreatedOn m:type=\"Edm.DateTime\">2020-02-04T12:43:53</d:CreatedOn>\n                <d:CreatedById m:type=\"Edm.Guid\">76929f8c-7e15-4c64-bdb0-adc62d383727</d:CreatedById>\n                <d:ModifiedOn m:type=\"Edm.DateTime\">2016-09-05T10:08:22</d:ModifiedOn>\n                <d:ModifiedById m:type=\"Edm.Guid\">76929f8c-7e15-4c64-bdb0-adc62d383727</d:ModifiedById>\n                <d:ProcessListeners m:type=\"Edm.Int32\">0</d:ProcessListeners>\n                <d:Dear>King</d:Dear>\n                <d:SalutationTypeId m:type=\"Edm.Guid\">f4b32ee6-f36b-1410-aa84-00155d043204</d:SalutationTypeId>\n                <d:GenderId m:type=\"Edm.Guid\">eeac42ee-65b6-df11-831a-001d60e938c6</d:GenderId>\n                <d:AccountId m:type=\"Edm.Guid\">e308b781-3c5b-4ecb-89ef-5c1ed4da488e</d:AccountId>\n                <d:DecisionRoleId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:DecisionRoleId>\n                <d:TypeId m:type=\"Edm.Guid\">60733efc-f36b-1410-a883-16d83cab0980</d:TypeId>\n                <d:JobId m:type=\"Edm.Guid\">955472f0-56e6-df11-971b-001d60e938c6</d:JobId>\n                <d:JobTitle></d:JobTitle>\n                <d:DepartmentId m:type=\"Edm.Guid\">2076c4b6-7fe6-df11-971b-001d60e938c6</d:DepartmentId>\n                <d:BirthDate m:type=\"Edm.DateTime\">1981-09-05T00:00:00</d:BirthDate>\n                <d:Phone>3020</d:Phone>\n                <d:MobilePhone></d:MobilePhone>\n                <d:HomePhone></d:HomePhone>\n                <d:Skype></d:Skype>\n                <d:Email></d:Email>\n                <d:AddressTypeId m:type=\"Edm.Guid\">4f8b2d67-71d0-45fb-897e-cd4a308a97c0</d:AddressTypeId>\n                <d:Address>73 Carson Road</d:Address>\n                <d:CityId m:type=\"Edm.Guid\">a1bf2e42-f36b-1410-0499-00155d043204</d:CityId>\n                <d:RegionId m:type=\"Edm.Guid\">b1ae2e80-f36b-1410-3899-00155d043204</d:RegionId>\n                <d:Zip></d:Zip>\n                <d:CountryId m:type=\"Edm.Guid\">96ae123c-f46b-1410-f998-00155d043204</d:CountryId>\n                <d:DoNotUseEmail m:type=\"Edm.Boolean\">true</d:DoNotUseEmail>\n                <d:DoNotUseCall m:type=\"Edm.Boolean\">true</d:DoNotUseCall>\n                <d:DoNotUseFax m:type=\"Edm.Boolean\">true</d:DoNotUseFax>\n                <d:DoNotUseSms m:type=\"Edm.Boolean\">true</d:DoNotUseSms>\n                <d:DoNotUseMail m:type=\"Edm.Boolean\">true</d:DoNotUseMail>\n                <d:Notes></d:Notes>\n                <d:Facebook></d:Facebook>\n                <d:LinkedIn></d:LinkedIn>\n                <d:Twitter></d:Twitter>\n                <d:FacebookId></d:FacebookId>\n                <d:LinkedInId></d:LinkedInId>\n                <d:TwitterId></d:TwitterId>\n                <d:TwitterAFDAId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:TwitterAFDAId>\n                <d:FacebookAFDAId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:FacebookAFDAId>\n                <d:LinkedInAFDAId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:LinkedInAFDAId>\n                <d:GPSN></d:GPSN>\n                <d:GPSE></d:GPSE>\n                <d:Surname></d:Surname>\n                <d:GivenName></d:GivenName>\n                <d:MiddleName></d:MiddleName>\n                <d:Confirmed m:type=\"Edm.Boolean\">false</d:Confirmed>\n                <d:LanguageId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:LanguageId>\n                <d:Age m:type=\"Edm.Int32\">39</d:Age>\n                <d:Completeness m:type=\"Edm.Int32\">30</d:Completeness>\n                <d:IsNonActualEmail m:type=\"Edm.Boolean\">false</d:IsNonActualEmail>\n            </m:properties>\n        </content>\n    </entry>\n    <entry>\n        <id>https://myserver.com/0/ServiceModel/EntityDataService.svc/ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')</id>\n        <category term=\"Terrasoft.Configuration.Contact\" scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\n        <link rel=\"edit\" title=\"Contact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photo\" type=\"application/atom+xml;type=entry\" title=\"Photo\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/Photo\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Owner\" type=\"application/atom+xml;type=entry\" title=\"Owner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/Owner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ContactCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CreatedBy\" type=\"application/atom+xml;type=entry\" title=\"CreatedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CreatedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ModifiedBy\" type=\"application/atom+xml;type=entry\" title=\"ModifiedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ModifiedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SalutationType\" type=\"application/atom+xml;type=entry\" title=\"SalutationType\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/SalutationType\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Gender\" type=\"application/atom+xml;type=entry\" title=\"Gender\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/Gender\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"AccountCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/AccountCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountCollectionByPrimaryContact\" type=\"application/atom+xml;type=feed\" title=\"AccountCollectionByPrimaryContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/AccountCollectionByPrimaryContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Account\" type=\"application/atom+xml;type=entry\" title=\"Account\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/Account\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DecisionRole\" type=\"application/atom+xml;type=entry\" title=\"DecisionRole\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/DecisionRole\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Type\" type=\"application/atom+xml;type=entry\" title=\"Type\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/Type\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Job\" type=\"application/atom+xml;type=entry\" title=\"Job\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/Job\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Department\" type=\"application/atom+xml;type=entry\" title=\"Department\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/Department\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AddressType\" type=\"application/atom+xml;type=entry\" title=\"AddressType\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/AddressType\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/City\" type=\"application/atom+xml;type=entry\" title=\"City\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/City\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Region\" type=\"application/atom+xml;type=entry\" title=\"Region\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/Region\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Country\" type=\"application/atom+xml;type=entry\" title=\"Country\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/Country\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SysAdminUnitCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/SysAdminUnitCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/TwitterAFDA\" type=\"application/atom+xml;type=entry\" title=\"TwitterAFDA\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/TwitterAFDA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FacebookAFDA\" type=\"application/atom+xml;type=entry\" title=\"FacebookAFDA\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/FacebookAFDA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LinkedInAFDA\" type=\"application/atom+xml;type=entry\" title=\"LinkedInAFDA\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/LinkedInAFDA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Language\" type=\"application/atom+xml;type=entry\" title=\"Language\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/Language\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountBillingInfoCollectionByAccountManager\" type=\"application/atom+xml;type=feed\" title=\"AccountBillingInfoCollectionByAccountManager\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/AccountBillingInfoCollectionByAccountManager\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountBillingInfoCollectionByChiefAccountant\" type=\"application/atom+xml;type=feed\" title=\"AccountBillingInfoCollectionByChiefAccountant\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/AccountBillingInfoCollectionByChiefAccountant\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"AccountFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/AccountFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountOrganizationChartCollectionByManager\" type=\"application/atom+xml;type=feed\" title=\"AccountOrganizationChartCollectionByManager\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/AccountOrganizationChartCollectionByManager\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ActivityCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByAuthor\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ActivityCollectionByAuthor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ActivityCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByOrganizer\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByOrganizer\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ActivityCollectionByOrganizer\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionBySenderContact\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionBySenderContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ActivityCollectionBySenderContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CaseCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CaseCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CaseCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CaseCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServiceItemCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ServiceItemCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ServiceItemCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConfItemCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ConfItemCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ConfItemCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServicePactCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ServicePactCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ServicePactCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServicePactCollectionByServiceProviderContact\" type=\"application/atom+xml;type=feed\" title=\"ServicePactCollectionByServiceProviderContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ServicePactCollectionByServiceProviderContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseCollectionByHolder\" type=\"application/atom+xml;type=feed\" title=\"CaseCollectionByHolder\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CaseCollectionByHolder\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProblemCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"ProblemCollectionByAuthor\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ProblemCollectionByAuthor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProblemCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ProblemCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ProblemCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ChangeCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"ChangeCollectionByAuthor\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ChangeCollectionByAuthor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ChangeCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ChangeCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ChangeCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionByQualifiedContact\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionByQualifiedContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/LeadCollectionByQualifiedContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/LeadCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionBySalesOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionBySalesOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/LeadCollectionBySalesOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityDepartmentCollectionBySalesDirector\" type=\"application/atom+xml;type=feed\" title=\"OpportunityDepartmentCollectionBySalesDirector\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/OpportunityDepartmentCollectionBySalesDirector\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/GeneratedWebFormCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"GeneratedWebFormCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/GeneratedWebFormCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"OpportunityCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/OpportunityCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OpportunityCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/OpportunityCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionByPartnerOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionByPartnerOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/LeadCollectionByPartnerOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"OrderCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/OrderCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OrderCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/OrderCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CampaignCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CampaignCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/BulkEmailCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSplitCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSplitCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/BulkEmailSplitCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"EventCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/EventCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwQueueItemCollectionByOperator\" type=\"application/atom+xml;type=feed\" title=\"VwQueueItemCollectionByOperator\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwQueueItemCollectionByOperator\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwQueueItemCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwQueueItemCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwQueueItemCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"InvoiceCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/InvoiceCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"InvoiceCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/InvoiceCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ContractCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContractCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContractCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContractCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ProjectCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ProjectCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ProjectCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ProjectCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DocumentCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"DocumentCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/DocumentCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DocumentCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"DocumentCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/DocumentCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ActivityFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ActivityFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityParticipantCollectionByParticipant\" type=\"application/atom+xml;type=feed\" title=\"ActivityParticipantCollectionByParticipant\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ActivityParticipantCollectionByParticipant\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProductCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ProductCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ProductCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteEventCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SiteEventCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/SiteEventCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/BulkEmailFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailRecipientMacroCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailRecipientMacroCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/BulkEmailRecipientMacroCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSplitFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSplitFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/BulkEmailSplitFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSplitTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSplitTargetCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/BulkEmailSplitTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSubscriptionCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSubscriptionCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/BulkEmailSubscriptionCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailTargetCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/BulkEmailTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CallCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CallCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CallCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CallFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CallFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CallFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CampaignFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CampaignFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignParticipantCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignParticipantCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CampaignParticipantCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignParticipantOpCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignParticipantOpCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CampaignParticipantOpCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignPlannerCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CampaignPlannerCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CampaignPlannerCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignPlannerFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CampaignPlannerFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CampaignPlannerFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignQueueCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignQueueCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CampaignQueueCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignSignalCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignSignalCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CampaignSignalCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignTargetCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CampaignTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CaseFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CaseFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseLifecycleCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CaseLifecycleCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CaseLifecycleCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EducationActivityCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EducationActivityCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/EducationActivityCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CertificateCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CertificateCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CertificateCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ChangeFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ChangeFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ChangeFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CommentCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CommentCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CommentCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConfItemFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ConfItemFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ConfItemFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConfItemUserCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ConfItemUserCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ConfItemUserCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactAddressCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactAddressCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactAddressCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactAnniversaryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactAnniversaryCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactAnniversaryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCareerCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactCareerCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactCareerCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCommunicationCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactCommunicationCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactCommunicationCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCorrespondenceCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactCorrespondenceCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactCorrespondenceCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactDuplicateCollectionByEntity1\" type=\"application/atom+xml;type=feed\" title=\"ContactDuplicateCollectionByEntity1\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactDuplicateCollectionByEntity1\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactDuplicateCollectionByEntity2\" type=\"application/atom+xml;type=feed\" title=\"ContactDuplicateCollectionByEntity2\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactDuplicateCollectionByEntity2\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactExternalRateCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactExternalRateCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactExternalRateCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ContactFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactFileCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactFileCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactFileCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactForecastCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactForecastCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactForecastCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactInFolderCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactInFolderCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactInFolderCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactInTagCollectionByEntity\" type=\"application/atom+xml;type=feed\" title=\"ContactInTagCollectionByEntity\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactInTagCollectionByEntity\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactInternalRateCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactInternalRateCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactInternalRateCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactsProductInterestCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactsProductInterestCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactsProductInterestCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContentBlockFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ContentBlockFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContentBlockFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ContractFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContractFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"ContractVisaCollectionBySetBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContractVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CTISearchResultCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CTISearchResultCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/CTISearchResultCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DayOffCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"DayOffCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/DayOffCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DocumentFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"DocumentFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/DocumentFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmailFolderColumnValuesSettingCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EmailFolderColumnValuesSettingCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/EmailFolderColumnValuesSettingCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmailMessageDataCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"EmailMessageDataCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/EmailMessageDataCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmailTemplateFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"EmailTemplateFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/EmailTemplateFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmployeeCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EmployeeCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/EmployeeCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmployeeCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"EmployeeCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/EmployeeCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmployeeFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"EmployeeFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/EmployeeFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EnrchFoundContactCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EnrchFoundContactCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/EnrchFoundContactCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EnrchProcessedDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EnrchProcessedDataCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/EnrchProcessedDataCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EnrchRejectedDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EnrchRejectedDataCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/EnrchRejectedDataCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessElementDataCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessElementDataCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/SysProcessElementDataCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessDataCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessDataCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/SysProcessDataCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ESNNotificationCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ESNNotificationCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ESNNotificationCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"EventFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/EventFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EventTargetCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/EventTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventTeamCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EventTeamCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/EventTeamCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ExternalAccessCollectionByGrantor\" type=\"application/atom+xml;type=feed\" title=\"ExternalAccessCollectionByGrantor\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ExternalAccessCollectionByGrantor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ExternalAccessFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ExternalAccessFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ExternalAccessFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ExternalAccessRequestLogCollectionByRequestedBy\" type=\"application/atom+xml;type=feed\" title=\"ExternalAccessRequestLogCollectionByRequestedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ExternalAccessRequestLogCollectionByRequestedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FavoritesCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"FavoritesCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/FavoritesCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"FileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/FileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FileLeadCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"FileLeadCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/FileLeadCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/GeneratedWebFormFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"GeneratedWebFormFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/GeneratedWebFormFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"InvoiceFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/InvoiceFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"InvoiceVisaCollectionBySetBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/InvoiceVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/KnowledgeBaseFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"KnowledgeBaseFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/KnowledgeBaseFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadInQualifyStatusCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadInQualifyStatusCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/LeadInQualifyStatusCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadQualificationCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"LeadQualificationCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/LeadQualificationCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LikeCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"LikeCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/LikeCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LocationHistoryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"LocationHistoryCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/LocationHistoryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MailboxSettingsFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"MailboxSettingsFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/MailboxSettingsFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MktgActivityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"MktgActivityCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/MktgActivityCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MktgActivityFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"MktgActivityFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/MktgActivityFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MLModelFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"MLModelFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/MLModelFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OAuth20AppFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"OAuth20AppFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/OAuth20AppFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityContactCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OpportunityContactCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/OpportunityContactCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"OpportunityFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/OpportunityFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityInStageCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"OpportunityInStageCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/OpportunityInStageCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityParticipantCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OpportunityParticipantCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/OpportunityParticipantCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"OpportunityVisaCollectionBySetBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/OpportunityVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"OrderFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/OrderFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"OrderVisaCollectionBySetBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/OrderVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/PartnershipFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"PartnershipFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/PartnershipFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/PortalMessageFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"PortalMessageFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/PortalMessageFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProblemFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ProblemFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ProblemFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProductFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ProductFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ProductFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ProjectFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ProjectFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectResourceElementCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ProjectResourceElementCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ProjectResourceElementCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/QueueItemCollectionByOperator\" type=\"application/atom+xml;type=feed\" title=\"QueueItemCollectionByOperator\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/QueueItemCollectionByOperator\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/QueueOperatorCollectionByOperator\" type=\"application/atom+xml;type=feed\" title=\"QueueOperatorCollectionByOperator\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/QueueOperatorCollectionByOperator\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/QuickDialUserSettingsCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"QuickDialUserSettingsCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/QuickDialUserSettingsCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelationshipCollectionByContactA\" type=\"application/atom+xml;type=feed\" title=\"RelationshipCollectionByContactA\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/RelationshipCollectionByContactA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelationshipCollectionByContactB\" type=\"application/atom+xml;type=feed\" title=\"RelationshipCollectionByContactB\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/RelationshipCollectionByContactB\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ReleaseFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ReleaseFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ReleaseFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RemindingCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"RemindingCollectionByAuthor\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/RemindingCollectionByAuthor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RemindingCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"RemindingCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/RemindingCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServiceItemFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ServiceItemFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ServiceItemFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServiceObjectCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ServiceObjectCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ServiceObjectCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServicePactFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ServicePactFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ServicePactFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteEventTypeFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"SiteEventTypeFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/SiteEventTypeFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SocialMentionCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SocialMentionCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/SocialMentionCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSysAdminUnitCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwSysAdminUnitCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysGridPageViewCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysGridPageViewCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/SysGridPageViewCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysOperationAuditCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysOperationAuditCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/SysOperationAuditCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysOperationAuditArchCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysOperationAuditArchCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/SysOperationAuditArchCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessElementLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessElementLogCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/SysProcessElementLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessLogCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/SysProcessLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysPrcElHistoryLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysPrcElHistoryLogCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/SysPrcElHistoryLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysPrcHistoryLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysPrcHistoryLogCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/SysPrcHistoryLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProfileDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SysProfileDataCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/SysProfileDataCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysRegistrationDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SysRegistrationDataCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/SysRegistrationDataCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/TrackingProjectCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"TrackingProjectCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/TrackingProjectCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwAccountRelationshipCollectionByRelatedContact\" type=\"application/atom+xml;type=feed\" title=\"VwAccountRelationshipCollectionByRelatedContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwAccountRelationshipCollectionByRelatedContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwAnniversaryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwAnniversaryCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwAnniversaryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailAudienceCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailAudienceCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwBulkEmailAudienceCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailAudienceCollectionByLinkedEntity\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailAudienceCollectionByLinkedEntity\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwBulkEmailAudienceCollectionByLinkedEntity\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailClickedLinkCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailClickedLinkCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwBulkEmailClickedLinkCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailTargetCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwBulkEmailTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactDuplicateCollectionByEntity1\" type=\"application/atom+xml;type=feed\" title=\"VwContactDuplicateCollectionByEntity1\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwContactDuplicateCollectionByEntity1\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactDuplicateCollectionByEntity2\" type=\"application/atom+xml;type=feed\" title=\"VwContactDuplicateCollectionByEntity2\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwContactDuplicateCollectionByEntity2\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactModuleHistoryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwContactModuleHistoryCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwContactModuleHistoryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactRelationshipCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwContactRelationshipCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwContactRelationshipCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactRelationshipCollectionByRelatedContact\" type=\"application/atom+xml;type=feed\" title=\"VwContactRelationshipCollectionByRelatedContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwContactRelationshipCollectionByRelatedContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwGroupSysAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwGroupSysAdminUnitCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwGroupSysAdminUnitCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwMandrillRecipientCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwMandrillRecipientCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwMandrillRecipientCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwMandrillRecipientV2CollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwMandrillRecipientV2CollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwMandrillRecipientV2CollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwModuleHistoryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwModuleHistoryCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwModuleHistoryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwOpportInStageForAnalysisCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwOpportInStageForAnalysisCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwOpportInStageForAnalysisCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwOpportunityInStageCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwOpportunityInStageCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwOpportunityInStageCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwPortalOpportunityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwPortalOpportunityCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwPortalOpportunityCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessDashboardCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwProcessDashboardCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwProcessDashboardCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessDashboardCollectionByElementOwner\" type=\"application/atom+xml;type=feed\" title=\"VwProcessDashboardCollectionByElementOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwProcessDashboardCollectionByElementOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessDashboardCollectionByProcessOwner\" type=\"application/atom+xml;type=feed\" title=\"VwProcessDashboardCollectionByProcessOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwProcessDashboardCollectionByProcessOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessLibFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"VwProcessLibFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwProcessLibFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRelationshipCollectionByContactA\" type=\"application/atom+xml;type=feed\" title=\"VwRelationshipCollectionByContactA\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwRelationshipCollectionByContactA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRelationshipCollectionByContactB\" type=\"application/atom+xml;type=feed\" title=\"VwRelationshipCollectionByContactB\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwRelationshipCollectionByContactB\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRemindingsCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwRemindingsCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwRemindingsCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRemindingsCountCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwRemindingsCountCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwRemindingsCountCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwServiceRecepientsCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwServiceRecepientsCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwServiceRecepientsCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSiteEventCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSiteEventCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwSiteEventCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSspAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSspAdminUnitCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwSspAdminUnitCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessElementLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessElementLogCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwSysProcessElementLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessLogCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwSysProcessLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessFileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwSysProcessFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessMILogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessMILogCollectionByOwner\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwSysProcessMILogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSystemUsersCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSystemUsersCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwSystemUsersCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"VwVisaCollectionBySetBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/VwVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/WebServiceV2FileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"WebServiceV2FileCollectionByLockedBy\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/WebServiceV2FileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/WSysAccountCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"WSysAccountCollectionByContact\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/WSysAccountCollectionByContact\" />\n        <title />\n        <updated>2020-07-24T09:02:10Z</updated>\n        <author>\n            <name />\n        </author>\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/ContactPhoto\" type=\"application/octet-stream\" title=\"ContactPhoto\" href=\"ContactCollection(guid'bb843dd1-3802-424c-9c02-489702de9f1d')/ContactPhoto\" />\n        <content type=\"application/xml\">\n            <m:properties>\n                <d:Id m:type=\"Edm.Guid\">bb843dd1-3802-424c-9c02-489702de9f1d</d:Id>\n                <d:Name>Administrator</d:Name>\n                <d:PhotoId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:PhotoId>\n                <d:OwnerId m:type=\"Edm.Guid\">410006e1-ca4e-4502-a9ec-e54d922d2c00</d:OwnerId>\n                <d:CreatedOn m:type=\"Edm.DateTime\">2020-07-14T02:14:20.806177</d:CreatedOn>\n                <d:CreatedById m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:CreatedById>\n                <d:ModifiedOn m:type=\"Edm.DateTime\">2020-07-14T02:14:20.806177</d:ModifiedOn>\n                <d:ModifiedById m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:ModifiedById>\n                <d:ProcessListeners m:type=\"Edm.Int32\">0</d:ProcessListeners>\n                <d:Dear></d:Dear>\n                <d:SalutationTypeId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:SalutationTypeId>\n                <d:GenderId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:GenderId>\n                <d:AccountId m:type=\"Edm.Guid\">e308b781-3c5b-4ecb-89ef-5c1ed4da488e</d:AccountId>\n                <d:DecisionRoleId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:DecisionRoleId>\n                <d:TypeId m:type=\"Edm.Guid\">60733efc-f36b-1410-a883-16d83cab0980</d:TypeId>\n                <d:JobId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:JobId>\n                <d:JobTitle></d:JobTitle>\n                <d:DepartmentId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:DepartmentId>\n                <d:BirthDate m:type=\"Edm.DateTime\">0001-01-01T00:00:00</d:BirthDate>\n                <d:Phone></d:Phone>\n                <d:MobilePhone></d:MobilePhone>\n                <d:HomePhone></d:HomePhone>\n                <d:Skype></d:Skype>\n                <d:Email></d:Email>\n                <d:AddressTypeId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:AddressTypeId>\n                <d:Address></d:Address>\n                <d:CityId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:CityId>\n                <d:RegionId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:RegionId>\n                <d:Zip></d:Zip>\n                <d:CountryId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:CountryId>\n                <d:DoNotUseEmail m:type=\"Edm.Boolean\">false</d:DoNotUseEmail>\n                <d:DoNotUseCall m:type=\"Edm.Boolean\">false</d:DoNotUseCall>\n                <d:DoNotUseFax m:type=\"Edm.Boolean\">false</d:DoNotUseFax>\n                <d:DoNotUseSms m:type=\"Edm.Boolean\">false</d:DoNotUseSms>\n                <d:DoNotUseMail m:type=\"Edm.Boolean\">false</d:DoNotUseMail>\n                <d:Notes></d:Notes>\n                <d:Facebook></d:Facebook>\n                <d:LinkedIn></d:LinkedIn>\n                <d:Twitter></d:Twitter>\n                <d:FacebookId></d:FacebookId>\n                <d:LinkedInId></d:LinkedInId>\n                <d:TwitterId></d:TwitterId>\n                <d:TwitterAFDAId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:TwitterAFDAId>\n                <d:FacebookAFDAId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:FacebookAFDAId>\n                <d:LinkedInAFDAId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:LinkedInAFDAId>\n                <d:GPSN></d:GPSN>\n                <d:GPSE></d:GPSE>\n                <d:Surname></d:Surname>\n                <d:GivenName></d:GivenName>\n                <d:MiddleName></d:MiddleName>\n                <d:Confirmed m:type=\"Edm.Boolean\">false</d:Confirmed>\n                <d:LanguageId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:LanguageId>\n                <d:Age m:type=\"Edm.Int32\">0</d:Age>\n                <d:Completeness m:type=\"Edm.Int32\">0</d:Completeness>\n                <d:IsNonActualEmail m:type=\"Edm.Boolean\">false</d:IsNonActualEmail>\n            </m:properties>\n        </content>\n    </entry>\n    <entry>\n        <id>https://myserver.com/0/ServiceModel/EntityDataService.svc/ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')</id>\n        <category term=\"Terrasoft.Configuration.Contact\" scheme=\"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme\" />\n        <link rel=\"edit\" title=\"Contact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photo\" type=\"application/atom+xml;type=entry\" title=\"Photo\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/Photo\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Owner\" type=\"application/atom+xml;type=entry\" title=\"Owner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/Owner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ContactCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CreatedBy\" type=\"application/atom+xml;type=entry\" title=\"CreatedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CreatedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ModifiedBy\" type=\"application/atom+xml;type=entry\" title=\"ModifiedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ModifiedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SalutationType\" type=\"application/atom+xml;type=entry\" title=\"SalutationType\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/SalutationType\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Gender\" type=\"application/atom+xml;type=entry\" title=\"Gender\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/Gender\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"AccountCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/AccountCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountCollectionByPrimaryContact\" type=\"application/atom+xml;type=feed\" title=\"AccountCollectionByPrimaryContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/AccountCollectionByPrimaryContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Account\" type=\"application/atom+xml;type=entry\" title=\"Account\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/Account\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DecisionRole\" type=\"application/atom+xml;type=entry\" title=\"DecisionRole\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/DecisionRole\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Type\" type=\"application/atom+xml;type=entry\" title=\"Type\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/Type\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Job\" type=\"application/atom+xml;type=entry\" title=\"Job\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/Job\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Department\" type=\"application/atom+xml;type=entry\" title=\"Department\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/Department\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AddressType\" type=\"application/atom+xml;type=entry\" title=\"AddressType\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/AddressType\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/City\" type=\"application/atom+xml;type=entry\" title=\"City\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/City\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Region\" type=\"application/atom+xml;type=entry\" title=\"Region\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/Region\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Country\" type=\"application/atom+xml;type=entry\" title=\"Country\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/Country\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SysAdminUnitCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/SysAdminUnitCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/TwitterAFDA\" type=\"application/atom+xml;type=entry\" title=\"TwitterAFDA\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/TwitterAFDA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FacebookAFDA\" type=\"application/atom+xml;type=entry\" title=\"FacebookAFDA\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/FacebookAFDA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LinkedInAFDA\" type=\"application/atom+xml;type=entry\" title=\"LinkedInAFDA\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/LinkedInAFDA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/Language\" type=\"application/atom+xml;type=entry\" title=\"Language\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/Language\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountBillingInfoCollectionByAccountManager\" type=\"application/atom+xml;type=feed\" title=\"AccountBillingInfoCollectionByAccountManager\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/AccountBillingInfoCollectionByAccountManager\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountBillingInfoCollectionByChiefAccountant\" type=\"application/atom+xml;type=feed\" title=\"AccountBillingInfoCollectionByChiefAccountant\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/AccountBillingInfoCollectionByChiefAccountant\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"AccountFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/AccountFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/AccountOrganizationChartCollectionByManager\" type=\"application/atom+xml;type=feed\" title=\"AccountOrganizationChartCollectionByManager\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/AccountOrganizationChartCollectionByManager\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ActivityCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByAuthor\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ActivityCollectionByAuthor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ActivityCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionByOrganizer\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionByOrganizer\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ActivityCollectionByOrganizer\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityCollectionBySenderContact\" type=\"application/atom+xml;type=feed\" title=\"ActivityCollectionBySenderContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ActivityCollectionBySenderContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CaseCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CaseCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CaseCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CaseCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServiceItemCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ServiceItemCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ServiceItemCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConfItemCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ConfItemCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ConfItemCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServicePactCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ServicePactCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ServicePactCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServicePactCollectionByServiceProviderContact\" type=\"application/atom+xml;type=feed\" title=\"ServicePactCollectionByServiceProviderContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ServicePactCollectionByServiceProviderContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseCollectionByHolder\" type=\"application/atom+xml;type=feed\" title=\"CaseCollectionByHolder\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CaseCollectionByHolder\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProblemCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"ProblemCollectionByAuthor\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ProblemCollectionByAuthor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProblemCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ProblemCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ProblemCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ChangeCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"ChangeCollectionByAuthor\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ChangeCollectionByAuthor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ChangeCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ChangeCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ChangeCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionByQualifiedContact\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionByQualifiedContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/LeadCollectionByQualifiedContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/LeadCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionBySalesOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionBySalesOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/LeadCollectionBySalesOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityDepartmentCollectionBySalesDirector\" type=\"application/atom+xml;type=feed\" title=\"OpportunityDepartmentCollectionBySalesDirector\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/OpportunityDepartmentCollectionBySalesDirector\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/GeneratedWebFormCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"GeneratedWebFormCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/GeneratedWebFormCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"OpportunityCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/OpportunityCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OpportunityCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/OpportunityCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadCollectionByPartnerOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadCollectionByPartnerOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/LeadCollectionByPartnerOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"OrderCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/OrderCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OrderCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/OrderCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CampaignCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CampaignCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/BulkEmailCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSplitCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSplitCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/BulkEmailSplitCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"EventCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/EventCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwQueueItemCollectionByOperator\" type=\"application/atom+xml;type=feed\" title=\"VwQueueItemCollectionByOperator\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwQueueItemCollectionByOperator\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwQueueItemCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwQueueItemCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwQueueItemCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"InvoiceCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/InvoiceCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"InvoiceCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/InvoiceCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ContractCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContractCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContractCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContractCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ProjectCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ProjectCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ProjectCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ProjectCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DocumentCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"DocumentCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/DocumentCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DocumentCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"DocumentCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/DocumentCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ActivityFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ActivityFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ActivityParticipantCollectionByParticipant\" type=\"application/atom+xml;type=feed\" title=\"ActivityParticipantCollectionByParticipant\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ActivityParticipantCollectionByParticipant\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProductCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ProductCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ProductCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteEventCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SiteEventCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/SiteEventCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/BulkEmailFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailRecipientMacroCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailRecipientMacroCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/BulkEmailRecipientMacroCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSplitFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSplitFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/BulkEmailSplitFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSplitTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSplitTargetCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/BulkEmailSplitTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailSubscriptionCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailSubscriptionCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/BulkEmailSubscriptionCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/BulkEmailTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"BulkEmailTargetCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/BulkEmailTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CallCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CallCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CallCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CallFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CallFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CallFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CampaignFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CampaignFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignParticipantCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignParticipantCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CampaignParticipantCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignParticipantOpCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignParticipantOpCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CampaignParticipantOpCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignPlannerCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CampaignPlannerCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CampaignPlannerCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignPlannerFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CampaignPlannerFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CampaignPlannerFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignQueueCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignQueueCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CampaignQueueCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignSignalCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignSignalCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CampaignSignalCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CampaignTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CampaignTargetCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CampaignTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"CaseFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CaseFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CaseLifecycleCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"CaseLifecycleCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CaseLifecycleCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EducationActivityCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EducationActivityCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/EducationActivityCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CertificateCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CertificateCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CertificateCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ChangeFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ChangeFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ChangeFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CommentCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CommentCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CommentCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConfItemFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ConfItemFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ConfItemFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ConfItemUserCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ConfItemUserCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ConfItemUserCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactAddressCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactAddressCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactAddressCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactAnniversaryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactAnniversaryCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactAnniversaryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCareerCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactCareerCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactCareerCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCommunicationCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactCommunicationCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactCommunicationCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactCorrespondenceCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactCorrespondenceCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactCorrespondenceCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactDuplicateCollectionByEntity1\" type=\"application/atom+xml;type=feed\" title=\"ContactDuplicateCollectionByEntity1\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactDuplicateCollectionByEntity1\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactDuplicateCollectionByEntity2\" type=\"application/atom+xml;type=feed\" title=\"ContactDuplicateCollectionByEntity2\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactDuplicateCollectionByEntity2\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactExternalRateCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactExternalRateCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactExternalRateCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ContactFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactFileCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactFileCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactFileCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactForecastCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactForecastCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactForecastCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactInFolderCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactInFolderCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactInFolderCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactInTagCollectionByEntity\" type=\"application/atom+xml;type=feed\" title=\"ContactInTagCollectionByEntity\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactInTagCollectionByEntity\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactInternalRateCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactInternalRateCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactInternalRateCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContactsProductInterestCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ContactsProductInterestCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactsProductInterestCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContentBlockFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ContentBlockFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContentBlockFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ContractFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContractFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ContractVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"ContractVisaCollectionBySetBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContractVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CTISearchResultCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"CTISearchResultCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/CTISearchResultCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DayOffCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"DayOffCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/DayOffCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/DocumentFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"DocumentFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/DocumentFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmailFolderColumnValuesSettingCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EmailFolderColumnValuesSettingCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/EmailFolderColumnValuesSettingCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmailMessageDataCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"EmailMessageDataCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/EmailMessageDataCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmailTemplateFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"EmailTemplateFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/EmailTemplateFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmployeeCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EmployeeCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/EmployeeCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmployeeCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"EmployeeCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/EmployeeCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EmployeeFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"EmployeeFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/EmployeeFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EnrchFoundContactCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EnrchFoundContactCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/EnrchFoundContactCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EnrchProcessedDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EnrchProcessedDataCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/EnrchProcessedDataCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EnrchRejectedDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EnrchRejectedDataCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/EnrchRejectedDataCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessElementDataCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessElementDataCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/SysProcessElementDataCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessDataCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessDataCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/SysProcessDataCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ESNNotificationCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"ESNNotificationCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ESNNotificationCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"EventFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/EventFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EventTargetCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/EventTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/EventTeamCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"EventTeamCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/EventTeamCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ExternalAccessCollectionByGrantor\" type=\"application/atom+xml;type=feed\" title=\"ExternalAccessCollectionByGrantor\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ExternalAccessCollectionByGrantor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ExternalAccessFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ExternalAccessFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ExternalAccessFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ExternalAccessRequestLogCollectionByRequestedBy\" type=\"application/atom+xml;type=feed\" title=\"ExternalAccessRequestLogCollectionByRequestedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ExternalAccessRequestLogCollectionByRequestedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FavoritesCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"FavoritesCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/FavoritesCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"FileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/FileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/FileLeadCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"FileLeadCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/FileLeadCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/GeneratedWebFormFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"GeneratedWebFormFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/GeneratedWebFormFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"InvoiceFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/InvoiceFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/InvoiceVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"InvoiceVisaCollectionBySetBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/InvoiceVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/KnowledgeBaseFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"KnowledgeBaseFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/KnowledgeBaseFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadInQualifyStatusCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"LeadInQualifyStatusCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/LeadInQualifyStatusCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LeadQualificationCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"LeadQualificationCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/LeadQualificationCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LikeCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"LikeCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/LikeCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LocationHistoryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"LocationHistoryCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/LocationHistoryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MailboxSettingsFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"MailboxSettingsFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/MailboxSettingsFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MktgActivityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"MktgActivityCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/MktgActivityCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MktgActivityFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"MktgActivityFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/MktgActivityFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/MLModelFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"MLModelFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/MLModelFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OAuth20AppFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"OAuth20AppFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/OAuth20AppFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityContactCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OpportunityContactCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/OpportunityContactCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"OpportunityFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/OpportunityFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityInStageCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"OpportunityInStageCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/OpportunityInStageCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityParticipantCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"OpportunityParticipantCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/OpportunityParticipantCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OpportunityVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"OpportunityVisaCollectionBySetBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/OpportunityVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"OrderFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/OrderFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrderVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"OrderVisaCollectionBySetBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/OrderVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/PartnershipFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"PartnershipFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/PartnershipFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/PortalMessageFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"PortalMessageFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/PortalMessageFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProblemFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ProblemFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ProblemFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProductFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ProductFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ProductFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ProjectFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ProjectFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ProjectResourceElementCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ProjectResourceElementCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ProjectResourceElementCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/QueueItemCollectionByOperator\" type=\"application/atom+xml;type=feed\" title=\"QueueItemCollectionByOperator\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/QueueItemCollectionByOperator\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/QueueOperatorCollectionByOperator\" type=\"application/atom+xml;type=feed\" title=\"QueueOperatorCollectionByOperator\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/QueueOperatorCollectionByOperator\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/QuickDialUserSettingsCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"QuickDialUserSettingsCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/QuickDialUserSettingsCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelationshipCollectionByContactA\" type=\"application/atom+xml;type=feed\" title=\"RelationshipCollectionByContactA\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/RelationshipCollectionByContactA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelationshipCollectionByContactB\" type=\"application/atom+xml;type=feed\" title=\"RelationshipCollectionByContactB\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/RelationshipCollectionByContactB\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ReleaseFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ReleaseFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ReleaseFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RemindingCollectionByAuthor\" type=\"application/atom+xml;type=feed\" title=\"RemindingCollectionByAuthor\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/RemindingCollectionByAuthor\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/RemindingCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"RemindingCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/RemindingCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServiceItemFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ServiceItemFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ServiceItemFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServiceObjectCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"ServiceObjectCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ServiceObjectCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/ServicePactFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"ServicePactFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ServicePactFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteEventTypeFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"SiteEventTypeFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/SiteEventTypeFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SocialMentionCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SocialMentionCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/SocialMentionCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSysAdminUnitCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwSysAdminUnitCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysGridPageViewCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysGridPageViewCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/SysGridPageViewCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysOperationAuditCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysOperationAuditCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/SysOperationAuditCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysOperationAuditArchCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysOperationAuditArchCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/SysOperationAuditArchCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessElementLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessElementLogCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/SysProcessElementLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProcessLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysProcessLogCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/SysProcessLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysPrcElHistoryLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysPrcElHistoryLogCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/SysPrcElHistoryLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysPrcHistoryLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"SysPrcHistoryLogCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/SysPrcHistoryLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysProfileDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SysProfileDataCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/SysProfileDataCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SysRegistrationDataCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"SysRegistrationDataCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/SysRegistrationDataCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/TrackingProjectCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"TrackingProjectCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/TrackingProjectCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwAccountRelationshipCollectionByRelatedContact\" type=\"application/atom+xml;type=feed\" title=\"VwAccountRelationshipCollectionByRelatedContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwAccountRelationshipCollectionByRelatedContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwAnniversaryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwAnniversaryCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwAnniversaryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailAudienceCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailAudienceCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwBulkEmailAudienceCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailAudienceCollectionByLinkedEntity\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailAudienceCollectionByLinkedEntity\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwBulkEmailAudienceCollectionByLinkedEntity\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailClickedLinkCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailClickedLinkCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwBulkEmailClickedLinkCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwBulkEmailTargetCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwBulkEmailTargetCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwBulkEmailTargetCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactDuplicateCollectionByEntity1\" type=\"application/atom+xml;type=feed\" title=\"VwContactDuplicateCollectionByEntity1\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwContactDuplicateCollectionByEntity1\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactDuplicateCollectionByEntity2\" type=\"application/atom+xml;type=feed\" title=\"VwContactDuplicateCollectionByEntity2\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwContactDuplicateCollectionByEntity2\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactModuleHistoryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwContactModuleHistoryCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwContactModuleHistoryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactRelationshipCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwContactRelationshipCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwContactRelationshipCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwContactRelationshipCollectionByRelatedContact\" type=\"application/atom+xml;type=feed\" title=\"VwContactRelationshipCollectionByRelatedContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwContactRelationshipCollectionByRelatedContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwGroupSysAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwGroupSysAdminUnitCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwGroupSysAdminUnitCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwMandrillRecipientCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwMandrillRecipientCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwMandrillRecipientCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwMandrillRecipientV2CollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwMandrillRecipientV2CollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwMandrillRecipientV2CollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwModuleHistoryCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwModuleHistoryCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwModuleHistoryCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwOpportInStageForAnalysisCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwOpportInStageForAnalysisCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwOpportInStageForAnalysisCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwOpportunityInStageCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwOpportunityInStageCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwOpportunityInStageCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwPortalOpportunityCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwPortalOpportunityCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwPortalOpportunityCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessDashboardCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwProcessDashboardCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwProcessDashboardCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessDashboardCollectionByElementOwner\" type=\"application/atom+xml;type=feed\" title=\"VwProcessDashboardCollectionByElementOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwProcessDashboardCollectionByElementOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessDashboardCollectionByProcessOwner\" type=\"application/atom+xml;type=feed\" title=\"VwProcessDashboardCollectionByProcessOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwProcessDashboardCollectionByProcessOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwProcessLibFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"VwProcessLibFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwProcessLibFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRelationshipCollectionByContactA\" type=\"application/atom+xml;type=feed\" title=\"VwRelationshipCollectionByContactA\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwRelationshipCollectionByContactA\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRelationshipCollectionByContactB\" type=\"application/atom+xml;type=feed\" title=\"VwRelationshipCollectionByContactB\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwRelationshipCollectionByContactB\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRemindingsCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwRemindingsCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwRemindingsCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwRemindingsCountCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwRemindingsCountCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwRemindingsCountCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwServiceRecepientsCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwServiceRecepientsCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwServiceRecepientsCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSiteEventCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSiteEventCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwSiteEventCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSspAdminUnitCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSspAdminUnitCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwSspAdminUnitCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessElementLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessElementLogCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwSysProcessElementLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessLogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessLogCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwSysProcessLogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessFileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessFileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwSysProcessFileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSysProcessMILogCollectionByOwner\" type=\"application/atom+xml;type=feed\" title=\"VwSysProcessMILogCollectionByOwner\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwSysProcessMILogCollectionByOwner\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwSystemUsersCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"VwSystemUsersCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwSystemUsersCollectionByContact\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/VwVisaCollectionBySetBy\" type=\"application/atom+xml;type=feed\" title=\"VwVisaCollectionBySetBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/VwVisaCollectionBySetBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/WebServiceV2FileCollectionByLockedBy\" type=\"application/atom+xml;type=feed\" title=\"WebServiceV2FileCollectionByLockedBy\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/WebServiceV2FileCollectionByLockedBy\" />\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/related/WSysAccountCollectionByContact\" type=\"application/atom+xml;type=feed\" title=\"WSysAccountCollectionByContact\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/WSysAccountCollectionByContact\" />\n        <title />\n        <updated>2020-07-24T09:02:10Z</updated>\n        <author>\n            <name />\n        </author>\n        <link rel=\"http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/ContactPhoto\" type=\"application/octet-stream\" title=\"ContactPhoto\" href=\"ContactCollection(guid'c4ed336c-3e9b-40fe-8b82-5632476472b4')/ContactPhoto\" />\n        <content type=\"application/xml\">\n            <m:properties>\n                <d:Id m:type=\"Edm.Guid\">c4ed336c-3e9b-40fe-8b82-5632476472b4</d:Id>\n                <d:Name>Andrew Baker (sample)</d:Name>\n                <d:PhotoId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:PhotoId>\n                <d:OwnerId m:type=\"Edm.Guid\">410006e1-ca4e-4502-a9ec-e54d922d2c00</d:OwnerId>\n                <d:CreatedOn m:type=\"Edm.DateTime\">2018-06-04T12:13:18</d:CreatedOn>\n                <d:CreatedById m:type=\"Edm.Guid\">410006e1-ca4e-4502-a9ec-e54d922d2c00</d:CreatedById>\n                <d:ModifiedOn m:type=\"Edm.DateTime\">2016-09-15T14:27:21</d:ModifiedOn>\n                <d:ModifiedById m:type=\"Edm.Guid\">410006e1-ca4e-4502-a9ec-e54d922d2c00</d:ModifiedById>\n                <d:ProcessListeners m:type=\"Edm.Int32\">0</d:ProcessListeners>\n                <d:Dear></d:Dear>\n                <d:SalutationTypeId m:type=\"Edm.Guid\">7426ffb3-56e6-df11-971b-001d60e938c6</d:SalutationTypeId>\n                <d:GenderId m:type=\"Edm.Guid\">eeac42ee-65b6-df11-831a-001d60e938c6</d:GenderId>\n                <d:AccountId m:type=\"Edm.Guid\">405947d0-2ffb-4ded-8675-0475f19f5a81</d:AccountId>\n                <d:DecisionRoleId m:type=\"Edm.Guid\">f71ee81d-0cac-4e41-b7dc-9d4bd2e08491</d:DecisionRoleId>\n                <d:TypeId m:type=\"Edm.Guid\">00783ef6-f36b-1410-a883-16d83cab0980</d:TypeId>\n                <d:JobId m:type=\"Edm.Guid\">cb49a603-57e6-df11-971b-001d60e938c6</d:JobId>\n                <d:JobTitle>Specialist</d:JobTitle>\n                <d:DepartmentId m:type=\"Edm.Guid\">2076c4b6-7fe6-df11-971b-001d60e938c6</d:DepartmentId>\n                <d:BirthDate m:type=\"Edm.DateTime\">1986-06-05T00:00:00</d:BirthDate>\n                <d:Phone>+1 617 440 2031</d:Phone>\n                <d:MobilePhone>+1 617 221 5187</d:MobilePhone>\n                <d:HomePhone></d:HomePhone>\n                <d:Skype></d:Skype>\n                <d:Email>a.baker@ac.com</d:Email>\n                <d:AddressTypeId m:type=\"Edm.Guid\">4f8b2d67-71d0-45fb-897e-cd4a308a97c0</d:AddressTypeId>\n                <d:Address>39 Columbia Street</d:Address>\n                <d:CityId m:type=\"Edm.Guid\">74144617-a288-4984-bcac-e78733277a61</d:CityId>\n                <d:RegionId m:type=\"Edm.Guid\">658acfe7-09ae-4747-b1b3-541e2dfa1b9e</d:RegionId>\n                <d:Zip>02112</d:Zip>\n                <d:CountryId m:type=\"Edm.Guid\">e0be1264-f36b-1410-fa98-00155d043204</d:CountryId>\n                <d:DoNotUseEmail m:type=\"Edm.Boolean\">false</d:DoNotUseEmail>\n                <d:DoNotUseCall m:type=\"Edm.Boolean\">false</d:DoNotUseCall>\n                <d:DoNotUseFax m:type=\"Edm.Boolean\">false</d:DoNotUseFax>\n                <d:DoNotUseSms m:type=\"Edm.Boolean\">false</d:DoNotUseSms>\n                <d:DoNotUseMail m:type=\"Edm.Boolean\">false</d:DoNotUseMail>\n                <d:Notes></d:Notes>\n                <d:Facebook></d:Facebook>\n                <d:LinkedIn></d:LinkedIn>\n                <d:Twitter></d:Twitter>\n                <d:FacebookId></d:FacebookId>\n                <d:LinkedInId></d:LinkedInId>\n                <d:TwitterId></d:TwitterId>\n                <d:TwitterAFDAId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:TwitterAFDAId>\n                <d:FacebookAFDAId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:FacebookAFDAId>\n                <d:LinkedInAFDAId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:LinkedInAFDAId>\n                <d:GPSN></d:GPSN>\n                <d:GPSE></d:GPSE>\n                <d:Surname>Baker</d:Surname>\n                <d:GivenName>Andrew</d:GivenName>\n                <d:MiddleName></d:MiddleName>\n                <d:Confirmed m:type=\"Edm.Boolean\">true</d:Confirmed>\n                <d:LanguageId m:type=\"Edm.Guid\">00000000-0000-0000-0000-000000000000</d:LanguageId>\n                <d:Age m:type=\"Edm.Int32\">34</d:Age>\n                <d:Completeness m:type=\"Edm.Int32\">30</d:Completeness>\n                <d:IsNonActualEmail m:type=\"Edm.Boolean\">false</d:IsNonActualEmail>\n            </m:properties>\n        </content>\n    </entry>\n</feed>"
    }
  ]
}