| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Equipment_Type__c</fullName> | 
|     <externalId>false</externalId> | 
|     <label>备品分类</label> | 
|     <required>false</required> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Picklist</type> | 
|     <valueSet> | 
|         <restricted>true</restricted> | 
|         <valueSetDefinition> | 
|             <sorted>false</sorted> | 
|             <value> | 
|                 <fullName>产品试用</fullName> | 
|                 <default>false</default> | 
|                 <label>产品试用</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>学会展会</fullName> | 
|                 <default>false</default> | 
|                 <label>学会展会</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>检测用备品</fullName> | 
|                 <default>false</default> | 
|                 <label>检测用备品</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>维修代用(一般维修)</fullName> | 
|                 <default>false</default> | 
|                 <label>维修代用(一般维修)</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>维修代用(保修合同)</fullName> | 
|                 <default>false</default> | 
|                 <label>维修代用(保修合同)</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>协议借用</fullName> | 
|                 <default>false</default> | 
|                 <label>协议借用</label> | 
|             </value> | 
|         </valueSetDefinition> | 
|     </valueSet> | 
| </CustomField> |