| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>SFDA_Status__c</fullName> | 
|     <externalId>false</externalId> | 
|     <label>SFDA状态</label> | 
|     <required>false</required> | 
|     <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>失効(再申請中)</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> |