<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Question_Area__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>通用</fullName> 
 | 
                <default>false</default> 
 | 
                <label>通用</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>GI产品</fullName> 
 | 
                <default>false</default> 
 | 
                <label>GI产品</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>ET产品</fullName> 
 | 
                <default>false</default> 
 | 
                <label>ET产品</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>BF产品</fullName> 
 | 
                <default>false</default> 
 | 
                <label>BF产品</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>其他</fullName> 
 | 
                <default>false</default> 
 | 
                <label>其他</label> 
 | 
            </value> 
 | 
        </valueSetDefinition> 
 | 
    </valueSet> 
 | 
</CustomField> 
 |