<msItem>
<msItem> (item de manuscrit) décrit une œuvre ou un item individualisés dans le contenu intellectuel d'un manuscrit ou d'une partie de manuscrit. 10.6.1 The <msItem> and <msItemStruct> Elements | |||||||||
Module | msdescription — 10 Manuscript Description | ||||||||
En complément des attributs globaux | att.msExcerpt (@defective)
|
||||||||
Utilisé par | |||||||||
Peut contenir |
core: author bibl binaryObject cb cit editor gap graphic index lb listBibl meeting milestone note p pb quote respStmt title
figures: figure
msdescription: colophon decoNote explicit filiation finalRubric incipit locus locusGrp msItem msItemStruct rubric textLang
textcrit: witDetail
textstructure: argument byline docAuthor docDate docEdition docImprint docTitle epigraph imprimatur titlePart
|
||||||||
Declaration |
element msItem { att.global.attributes, att.msExcerpt.attributes, attribute class { data.code }?, ( ( locus | locusGrp )*, ( model.pLike+ | ( model.titlepagePart | model.msItemPart | model.global )+ ) ) } |
||||||||
Exemple |
<msItem>
<locus>ff. 1r-24v</locus> <title>Agrip af Noregs konunga sögum</title> <incipit>regi oc h<ex>ann</ex> setiho <gap reason="illegible" extent="7"/>sc heim se<ex>m</ex> þio</incipit> <explicit>h<ex>on</ex> hev<ex>er</ex> <ex>oc</ex>þa buit hesta .ij. aNan viþ fé enh<ex>on</ex>o<ex>m</ex> aNan til reiþ<ex>ar</ex> </explicit> <textLang mainLang="non">Old Norse/Icelandic</textLang> </msItem> |
||||||||
Exemple |
<msContents>
<msItem> <!-- pour le traitement des recueils la solution possible est de répéter l'élément <msItem> --> <docAuthor> <surname>Longus</surname> </docAuthor> <docTitle> <titlePart type="main">Les amours pastorales de Daphnis et Chloé</titlePart> </docTitle> <docImprint> <pubPlace>Paris</pubPlace> <publisher>[Jacques Quillau]</publisher> </docImprint> <docDate when="1718">1718</docDate> <note>in-8°.</note> <!-- in-32°; in-24°; in-16°; in-8°; in-4°; in-folio; gr. folio --> <note>Exemplaire réglé.</note> <note> <ref target="http://catalogue.bnf.fr/ark:/12148/cb30831232s">Notice bibliographique dans le Catalogue général</ref> </note> </msItem> </msContents> |