<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Product_Class__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <label>製品分類</label> 
 | 
    <required>false</required> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Picklist</type> 
 | 
    <valueSet> 
 | 
        <valueSetDefinition> 
 | 
            <sorted>false</sorted> 
 | 
            <value> 
 | 
                <fullName>日本产品:软性内镜(GR)</fullName> 
 | 
                <default>false</default> 
 | 
                <label>日本产品:软性内镜(GR)</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>软性内镜(SP)</fullName> 
 | 
                <default>false</default> 
 | 
                <label>软性内镜(SP)</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>其他</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> 
 |