<app>
<app> (apparatus entry) contains one entry in a critical apparatus, with an optional lemma and usually one or more readings or notes on the relevant passage. [12.1.1. The Apparatus Entry] | |||||||||||||||||||||||||||||||||
Module | textcrit | ||||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||||
Member of | |||||||||||||||||||||||||||||||||
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi imprint item l label lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unit header: authority change classCode distributor edition extent funder geoDecl handNote language licence principal scriptNote sponsor msdescription: accMat acquisition additions catchwords collation collection colophon condition custEvent decoNote explicit filiation finalRubric foliation heraldry incipit institution layout material msItem musicNotation objectType origDate origPlace origin provenance repository rubric secFol signatures source stamp summary support surrogates typeNote watermark namesdates: addName birth bloc country death district eventName floruit forename genName gender geogFeat geogName objectName offset orgName persName persPronouns person personGrp persona placeName region roleName settlement surname textstructure: back body dateline div docAuthor docDate docEdition docImprint docTitle epigraph floatingText front group text | ||||||||||||||||||||||||||||||||
May contain | |||||||||||||||||||||||||||||||||
Example | <app> <lem wit="#El #Hg">Experience</lem> <rdg wit="#La" type="substantive">Experiment</rdg> <rdg wit="#Ra2" type="substantive">Eryment</rdg> </app> | ||||||||||||||||||||||||||||||||
Example | <app type="substantive"> <rdgGrp type="subvariants"> <lem wit="#El #Hg">Experience</lem> <rdg wit="#Ha4">Experiens</rdg> </rdgGrp> <rdgGrp type="subvariants"> <lem wit="#Cp #Ld1">Experiment</lem> <rdg wit="#La">Ex<g ref="#per"/>iment</rdg> </rdgGrp> <rdgGrp type="subvariants"> <lem resp="#ed2013">Eriment</lem> <rdg wit="#Ra2">Eryment</rdg> </rdgGrp> </app> | ||||||||||||||||||||||||||||||||
Example | <app loc="1"> <rdg resp="#SEG">TIMΩΔA</rdg> </app> | ||||||||||||||||||||||||||||||||
Example | <app loc="1-6"> <note>Too badly worn to yield a text</note> </app> | ||||||||||||||||||||||||||||||||
Example | <choice xml:id="choice3"> <reg>σύμπαντα</reg> <orig>ΣΙΝΠΑΤΑΝ</orig> </choice> <!-- ... --> <app from="#choice3"> <note>Mommsen's fanciful normalization, reproduced here, has not been accepted by all recent editions</note> </app> | ||||||||||||||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||||||||||||||
Schema Declaration | element app { tei_att.global.attributes, tei_att.typed.attribute.subtype, attribute type { teidata.enumerated }?, attribute from { teidata.pointer }?, attribute to { teidata.pointer }?, attribute loc { list { teidata.word+ } }?, ( tei_lem?, ( tei_model.rdgLike | tei_model.noteLike | witDetail | tei_wit | tei_rdgGrp )* ) } |