<rdgGrp>
| <rdgGrp> (독법군) 텍스트 변이형 내에서 계통 관계 또는 유사 관계로 이해되는 둘 이상의 독법을 모아 놓는다. [13.1 The Apparatus Entry, Readings, and Witnesses] | |
| 모듈 | textcrit — Critical Apparatus |
| 속성 |
|
| 에 의해 포함된 | |
| 포함할 수 있다 | |
| 주석 |
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. |
| 예 | |
| 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.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.textCritical.attributes, att.written.attributes, ( lem?, ( model.rdgLike | model.noteLike | witDetail | wit | rdgGrp )* ) } |