<rdgGrp>
<rdgGrp> (reading group) 異なるテキストで、系統関係や類縁性があるとされる、二つ以上の読みをま とめる。 [12.1 The Apparatus Entry, Readings, and Witnesses] | |
モジュール | textcrit — Critical Apparatus |
属性 | 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.textCritical (@type, @cause, @varSeq, @require) (att.written (@hand)) |
上位 | |
下位 | |
解説 |
読みまたは入れ子化された読みのグループをとるかもしれない。 要素lemは、要素rdgGrpの内外にあるかどうかに関係 なく、校勘資料のいち項目中では、ひとつしか現れないことに注意するこ と。 |
例 | |
Schematron |
<sch:assert test="count(tei:lem) < 2">Only one <lem> element may appear within a <rdgGrp></sch:assert> |
Content model |
<content> |
宣言 |
<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 )* ) } |