<rdgGrp>
<rdgGrp> (grupo de lecturas) agrupa al interno de una variante textual dos o más lecturas consideradas emparentadas o afines. [13.1 The Apparatus Entry, Readings, and Witnesses] | |
Módulo | textcrit — Critical Apparatus |
Atributos |
|
Contenido en | |
Puede contener | |
Nota |
May contain readings and nested reading groups. Usually, only one lem element should appear within a single apparatus entry, whether it appears outside a rdgGrp element or within it. |
Ejemplo |
<app>
<lem wit="#El #Ra2">though</lem> <rdgGrp type="orthographic"> <rdg wit="#Hg">thogh</rdg> <rdg wit="#La">thouhe</rdg> </rdgGrp> </app> |
Schematron |
<sch:rule context="tei:rdgGrp"> <sch:assert test="count(tei:lem) lt 2">Only one <lem> element may appear within a <rdgGrp></sch:assert> </sch:rule> |
Content model |
<content> |
Declaración |
<rng:element name="rdgGrp"> element rdgGrp { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.textCritical.attributes, att.written.attributes, ( lem?, ( model.rdgLike | model.noteLike | witDetail | wit | rdgGrp )* ) } |