TEI element rdgGrp (reading group) (original) (raw)

TEI: Guidelines for Electronic Text Encoding and Interchange

P5 Version 4.9.0. Last updated on 24th January 2025, revision f73186978

(reading group) within a textual variation, groups two or more readings perceived to have a genetic relationship or other affinity. [13.1 The Apparatus Entry, Readings, and Witnesses]
Module textcrit — Critical Apparatus
Attributes att.global@xml:id@n@xml:lang@xml:base@xml:spaceatt.global.analytic@anaatt.global.change@changeatt.global.facs@facsatt.global.linking@corresp@synch@sameAs@copyOf@next@prev@exclude@selectatt.global.rendition@rend@style@renditionatt.global.responsibility@cert@respatt.global.source@sourceatt.textCritical@type@cause@varSeq@requireatt.typedtype@subtypeatt.written@hand
Contained by textcrit: app rdgGrp
May contain core: note noteGrp textcrit: lem rdg rdgGrp wit witDetail
Note 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.
Example <lem wit="#El #Ra2">though <rdgGrp type="orthographic"> <rdg wit="#Hg">thogh <rdg wit="#La">thouhe Show all ⚓︎
Schematron <sch:rule context="tei:rdgGrp"><sch:assert test="count(tei:lem) lt 2">Only one element may appear within a
Content model    <elementRef key="lem" minOccurs="0"/>  <alternate maxOccurs="unbounded"   minOccurs="0">   <classRef key="model.rdgLike"/>   <classRef key="model.noteLike"/>   <elementRef key="witDetail"/>   <elementRef key="wit"/>   <elementRef key="rdgGrp"/>   
Schema Declaration <rng:element name="rdgGrp"> <rng:ref name="att.global.attributes"/> <rng:ref name="att.global.analytic.attributes"/> <rng:ref name="att.global.change.attributes"/> <rng:ref name="att.global.facs.attributes"/> <rng:ref name="att.global.linking.attributes"/> <rng:ref name="att.global.rendition.attributes"/> <rng:ref name="att.global.responsibility.attributes"/> <rng:ref name="att.global.source.attributes"/> <rng:ref name="att.textCritical.attributes"/> <rng:ref name="att.written.attributes"/> rng:group  rng:optional   <rng:ref name="lem"/>    rng:zeroOrMore   rng:choice    <rng:ref name="model.rdgLike"/>    <rng:ref name="model.noteLike"/>    <rng:ref name="witDetail"/>    <rng:ref name="wit"/>    <rng:ref 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 )* ) }