| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Type__c</fullName> | 
|     <externalId>false</externalId> | 
|     <label>附件分类</label> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Picklist</type> | 
|     <valueSet> | 
|         <restricted>true</restricted> | 
|         <valueSetDefinition> | 
|             <sorted>false</sorted> | 
|             <value> | 
|                 <fullName>标书</fullName> | 
|                 <default>false</default> | 
|                 <label>1.标书</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>手术室净化平面图(含设备定位)</fullName> | 
|                 <default>false</default> | 
|                 <label>1.手术室净化平面图(含设备定位)</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>目标术间吊塔定位图</fullName> | 
|                 <default>false</default> | 
|                 <label>1.目标术间吊塔定位图</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>目标术间净化立体图</fullName> | 
|                 <default>false</default> | 
|                 <label>1.目标术间净化立体图</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>示教点楼层平面图</fullName> | 
|                 <default>false</default> | 
|                 <label>1.示教点楼层平面图</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>楼层建筑平面图</fullName> | 
|                 <default>false</default> | 
|                 <label>1.楼层建筑平面图</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>项目方案书</fullName> | 
|                 <default>false</default> | 
|                 <label>2.项目方案书</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>招标参数</fullName> | 
|                 <default>false</default> | 
|                 <label>2.招标参数</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>OCAP/TUV认证</fullName> | 
|                 <default>false</default> | 
|                 <label>2.OCAP/TUV认证</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>技术偏离表</fullName> | 
|                 <default>false</default> | 
|                 <label>2.技术偏离表</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>其他工程文件清单</fullName> | 
|                 <default>false</default> | 
|                 <label>2.其他工程文件</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>最终测试报告</fullName> | 
|                 <default>false</default> | 
|                 <label>2.最终测试报告</label> | 
|             </value> | 
|         </valueSetDefinition> | 
|     </valueSet> | 
| </CustomField> |