| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Product1__c</fullName> | 
|     <externalId>false</externalId> | 
|     <label>产品信息</label> | 
|     <required>true</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>MultiselectPicklist</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>治疗附件</fullName> | 
|                 <default>false</default> | 
|                 <label>治疗附件</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>ERCP附件</fullName> | 
|                 <default>false</default> | 
|                 <label>ERCP附件</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>模型</fullName> | 
|                 <default>false</default> | 
|                 <label>模型</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>清洗消毒装置</fullName> | 
|                 <default>false</default> | 
|                 <label>清洗消毒装置</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>3D系统</fullName> | 
|                 <default>false</default> | 
|                 <label>3D系统</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>高清系列</fullName> | 
|                 <default>false</default> | 
|                 <label>高清系列</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>4K系列</fullName> | 
|                 <default>false</default> | 
|                 <label>4K系列</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>能量系列</fullName> | 
|                 <default>false</default> | 
|                 <label>能量系列</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>其他</fullName> | 
|                 <default>false</default> | 
|                 <label>其他</label> | 
|             </value> | 
|         </valueSetDefinition> | 
|     </valueSet> | 
|     <visibleLines>4</visibleLines> | 
| </CustomField> |