<additional>
<additional> 当該手書き資料に関する書誌情報などの付随情報まとめる.または当該資料 の複製に関する管理情報をまとめる. 10.7.5 Additional information | |
モジュール | msdescription — 10 Manuscript Description |
属性 | |
当該モジュールを使用するもの | |
下位 | core: listBibl msdescription: adminInfo surrogates |
宣言 |
element additional{ att.global.attributes, ( adminInfo?, surrogates?, listBibl? )} |
例 | <additional> <adminInfo> <recordHist> <!-- record history here --> </recordHist> <custodialHist> <!-- custodial history here --> </custodialHist> </adminInfo> <surrogates> <!-- information about surrogates here --> </surrogates> <listBibl> <!-- full 参考文献 here --> </listBibl> </additional> |