<additional>
<additional> 원고 또는 원고의 사본에 관한 서지 정보와 관리 정보를 결합한 부가적 정보를 모아 놓는다. 10.9 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 bibliography here --> </listBibl> </additional> |