| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>BSS_Category__c</fullName> | 
|     <externalId>false</externalId> | 
|     <label>BSS分类</label> | 
|     <required>false</required> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Picklist</type> | 
|     <valueSet> | 
|         <valueSetDefinition> | 
|             <sorted>false</sorted> | 
|             <value> | 
|                 <fullName>G&R</fullName> | 
|                 <default>false</default> | 
|                 <label>G&R</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>ET</fullName> | 
|                 <default>false</default> | 
|                 <label>ET</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>Surgical</fullName> | 
|                 <default>false</default> | 
|                 <label>Surgical</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>Energy</fullName> | 
|                 <default>false</default> | 
|                 <label>Energy</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>R&S</fullName> | 
|                 <default>false</default> | 
|                 <label>R&S</label> | 
|             </value> | 
|         </valueSetDefinition> | 
|     </valueSet> | 
| </CustomField> |