<rdgGrp>
<rdgGrp> (reading group) 異なるテキストで、系統関係や類縁性があるとされる、二つ以上の読みをま とめる。 [13.1 The Apparatus Entry, Readings, and Witnesses] | |
モジュール | textcrit — Critical Apparatus |
属性 |
|
上位 | |
下位 | |
解説 |
読みまたは入れ子化された読みのグループをとるかもしれない。 要素lemは、要素rdgGrpの内外にあるかどうかに関係 なく、校勘資料のいち項目中では、ひとつしか現れないことに注意するこ と。 |
例 | |
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> |
宣言 |
<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 )* ) } |