| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Material_category2__c</fullName> | 
|     <externalId>false</externalId> | 
|     <label>资料分类2</label> | 
|     <required>false</required> | 
|     <trackHistory>true</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Picklist</type> | 
|     <valueSet> | 
|         <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>ET诊疗附件</fullName> | 
|                 <default>false</default> | 
|                 <label>ET诊疗附件</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>NTC资料</fullName> | 
|                 <default>false</default> | 
|                 <label>NTC资料</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>其他资料</fullName> | 
|                 <default>false</default> | 
|                 <label>其他资料</label> | 
|             </value> | 
|         </valueSetDefinition> | 
|     </valueSet> | 
| </CustomField> |