如何新增metadata欄位?

問題編號: 
Q69
A: 

可於後台-->管理-->書目資料類別,進行詮釋資料架構註冊之欄位新增。
新增完後
1. 整批上傳即可指定該欄位上傳,
2. 單筆上傳可依下列方式修改:
[IR_HOME]]/config/input-forms.xml.* (目前要使用可先修改input-forms.xml.zh-TW,其他語言請修改相關語言檔input-forms.xml.*)
可直接在需要的位置新增<field>段落,填寫範例如下:

   <form name="traditional">
     <page number="1">
......
       <field>
        <dc-schema>dc</dc-schema>
         <dc-element>relation</dc-element>
         <dc-qualifier>pageno</dc-qualifier>
         <repeatable>false</repeatable>
        <label>頁碼</label>
         <input-type>onebox</input-type>
         <hint></hint>
         <required>請輸入頁碼</required>
       </field>

欄位填寫說明:
repeatable: true/false (欄位可否允許重複)
label: 標題
input-type: onebox(一般輸入框)/date(日期)/dropdown(下拉選單) <input-type value-pairs-name="common_types">dropdown</input-type>
hint: 輸入提示
required: 若為必填值,未填時之提醒字串