<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Taken__c</fullName> 
 | 
    <description>Whether the survey was taken or not</description> 
 | 
    <externalId>false</externalId> 
 | 
    <label>Taken</label> 
 | 
    <length>10</length> 
 | 
    <required>false</required> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Text</type> 
 | 
    <unique>false</unique> 
 | 
</CustomField> 
 |