<msItem>
<msItem> (manuscript item) describes an individual work or item within the intellectual content
of a manuscript, manuscript part, or other object. [10.6.1. The msItem and msItemStruct Elements]
Module | msdescription |
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.msExcerpt (defective) att.msClass (class) |
Member of | |
Contained by |
msdescription: msContents msItem
|
May contain | |
Examples |
<msItem class="#saga"> <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> |
Source | Github
<elementSpec module="msdescription" xml:id="MSITEM" ident="msItem"> <gloss>manuscript item</gloss> <desc>describes an individual work or item within the intellectual content of a manuscript, manuscript part, or other object.</desc> <classes> <memberOf key="att.global"/> <memberOf key="model.msItemPart"/> <memberOf key="att.msExcerpt"/> <memberOf key="att.msClass"/> </classes> <content> <sequence> <alternate minOccurs="0" maxOccurs="unbounded"> <elementRef key="locus"/> <elementRef key="locusGrp"/> </alternate> <alternate> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> <alternate minOccurs="1" maxOccurs="unbounded"> <classRef key="model.titlepagePart"/> <classRef key="model.msItemPart"/> <classRef key="model.global"/> </alternate> </alternate> </sequence> </content> </elementSpec> |