<additional>
| <additional> (additional) groups additional information, combining bibliographic information about a manuscript or other object, or surrogate copies of it, with curatorial or administrative information. [11.9. Additional Information] | |
| Module | msdescription |
| Attributes |
|
| Contained by | |
| May contain | |
| Example | <additional> <adminInfo> <recordHist> <p> <!-- record history here --> </p> </recordHist> <custodialHist> <p> <!-- custodial history here --> </p> </custodialHist> </adminInfo> <surrogates> <p> <!-- information about surrogates here --> </p> </surrogates> <listBibl> <bibl> <!-- ... --> </bibl> <!-- full bibliography here --> </listBibl> </additional> |
| Content model | <content> |
| Schema Declaration | element additional { tei_att.global.attributes, ( ( tei_adminInfo?, tei_surrogates?, tei_listBibl? ) | tei_model.pLike+ ) } |