<app>
<app> (學術編輯註解項目) 一項學術編輯註解,內含一個不必備主題以及至少一個對應本。 [12.1.1 The Apparatus Entry] | |||||||||||||||||||||||||||||||||
組件 | textcrit — 12 Critical Apparatus | ||||||||||||||||||||||||||||||||
屬性 | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
| ||||||||||||||||||||||||||||||||
屬於 | |||||||||||||||||||||||||||||||||
可包含在於 | core: abbr add addrLine author bibl biblScope corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l label measure mentioned name note num orig p pubPlace publisher q quote ref reg rs said sic soCalled speaker stage street term textLang time title unclear dictionaries: case colloc def dictScrap entryFree etym form gen gram gramGrp hyph iType lang lbl mood number orth per pos pron re sense stress subc syll tns usg xr figures: cell msdescription: accMat acquisition additions catchwords collation colophon condition custEvent decoNote explicit filiation finalRubric foliation heraldry incipit layout material musicNotation objectType origDate origPlace origin provenance rubric secFol signatures source stamp summary support surrogates watermark namesdates: addName affiliation birth bloc country death district education faith floruit forename genName geogName nameLink nationality occupation orgName persName placeName region residence roleName settlement sex socecStatus surname textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer verse: rhyme | ||||||||||||||||||||||||||||||||
可包含 | figures: figure notatedMusic transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin | ||||||||||||||||||||||||||||||||
宣告 |
element app { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, attribute type { data.enumerated }?, attribute from { data.pointer }?, attribute to { data.pointer }?, attribute loc { list { data.word, data.word* } }?, ( model.global*, ( lem, model.global*, ( wit, model.global* )? )?, ( ( model.rdgLike, model.global*, ( wit, model.global* )? ) | ( rdgGrp, model.global*, ( wit, model.global* )? ) )* ) } | ||||||||||||||||||||||||||||||||
Schematron | <sch:assert test="count( descendant::tei:lem[ generate-id( current() ) = generate-id( ancestor::tei:app[1] ) ]) < 2">Only one <lem> element may appear within a single apparatus entry, whether it appears outside a <rdgGrp> element or within it.</sch:assert> | ||||||||||||||||||||||||||||||||
Schematron | <sch:assert test="count(descendant::tei:rdg[generate-id(current() ) = generate-id(ancestor::tei:app[1])]) > 0">An <app> must contain at least one <rdg> element.</sch:assert> | ||||||||||||||||||||||||||||||||
例子 | <app> <lem wit="#El #Hg">Experience</lem> <rdg wit="#La" type="substantive">Experiment</rdg> <rdg wit="#Ra2" type="substantive">Eryment</rdg> </app> | ||||||||||||||||||||||||||||||||
例子 | <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>Eriment<wit>[unattested]</wit> </lem> <rdg wit="#Ra2">Eryment</rdg> </rdgGrp> </app> |