<msItemStruct>
<msItemStruct> (structured manuscript item) contains a structured description for 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 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.msExcerpt (@defective) att.msClass (@class) |
Member of | |
Contained by | msdescription: msContents msItem msItemStruct |
May contain | |
Example | <msItemStruct n="2" defective="false" class="#biblComm"> <locus from="24v" to="97v">24v-97v</locus> <author>Apringius de Beja</author> <title type="uniform" xml:lang="la">Tractatus in Apocalypsin</title> <rubric>Incipit Trac<supplied reason="omitted">ta</supplied>tus in apoka<lb/>lipsin eruditissimi uiri <lb/> Apringi ep<ex>iscop</ex>i Pacensis eccl<ex>esi</ex>e</rubric> <finalRubric>EXPLIC<ex>IT</ex> EXPO<lb/>SITIO APOCALIPSIS QVA<ex>M</ex> EXPOSVIT DOM<lb/>NVS APRINGIUS EP<ex>ISCOPU</ex>S. DEO GR<ex>ACI</ex>AS AGO. FI<lb/>NITO LABORE ISTO.</finalRubric> <bibl> <ref target="http://amiBibl.xml#Apringius1900">Apringius</ref>, ed. Férotin</bibl> <textLang mainLang="la">Latin</textLang> </msItemStruct> |
Content model | <content> |
Schema Declaration | element msItemStruct { tei_att.global.attributes, tei_att.msExcerpt.attributes, tei_att.msClass.attributes, ( ( tei_locus | tei_locusGrp )?, ( tei_model.pLike+ | ( tei_author*, tei_respStmt*, tei_title*, tei_rubric?, tei_incipit?, tei_msItemStruct*, tei_explicit?, tei_finalRubric?, tei_colophon*, tei_decoNote*, tei_listBibl*, ( tei_bibl | tei_biblStruct )*, tei_filiation?, tei_model.noteLike*, tei_textLang? ) ) ) } |