<gap>
<gap> (gap) indica un punto in cui del materiale è stato omesso dalla trascrizione, sia per ragioni editoriali descritte nell'intestazione TEI, come pratica di campionatura, sia perché il materiale è illegibile o incomprensibile. [3.5.3 Additions, Deletions, and Omissions] | |||||||||||||||||
Modulo | core — Elements Available in All TEI Documents | ||||||||||||||||
Attributi |
|
||||||||||||||||
Membro del | |||||||||||||||||
Contenuto in |
cmc: post
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 unclear unit
corpus: activity channel constitution derivation domain factuality interaction locale preparedness purpose
dictionaries: case colloc def dictScrap entry entryFree etym form gen gram gramGrp hom hyph iType lang lbl mood number orth per pos pron re sense stress subc syll tns usg xr
drama: actor camera caption castGroup castItem castList epilogue performance prologue role roleDesc set sound spGrp tech view
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 affiliation age birth bloc country death district education eventName faith floruit forename genName gender geogFeat geogName langKnown nameLink nationality objectName occupation offset orgName persName persPronouns person personGrp persona placeName region residence roleName settlement sex socecStatus surname
nets: graph
textstructure: argument back body byline closer dateline div div1 div2 div3 div4 div5 div6 div7 docAuthor docDate docEdition docImprint docTitle epigraph floatingText front group imprimatur opener postscript salute signed text titlePage titlePart trailer
|
||||||||||||||||
Può contenere | |||||||||||||||||
Nota |
The gap, unclear, and del core tag elements may be closely allied in use with the damage and supplied elements, available when using the additional tagset for transcription of primary sources. See section 12.3.3.2 Use of the gap, del, damage, unclear, and supplied Elements in Combination for discussion of which element is appropriate for which circumstance. The gap tag simply signals the editors decision to omit or inability to transcribe a span of text. Other information, such as the interpretation that text was deliberately erased or covered, should be indicated using the relevant tags, such as del in the case of deliberate deletion. |
||||||||||||||||
Esempio |
<gap quantity="4" unit="chars"
reason="illegible"/> |
||||||||||||||||
Esempio |
<gap quantity="1" unit="essay"
reason="sampling"/> |
||||||||||||||||
Esempio |
<del>
<gap atLeast="4" atMost="8" unit="chars" reason="illegible"/> </del> |
||||||||||||||||
Esempio |
<gap extent="several lines" reason="lost"/>
|
||||||||||||||||
Content model |
<content> |
||||||||||||||||
Dichiarazione |
<rng:element name="gap"> element gap { 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.timed.attributes, att.duration.w3c.attributes, att.duration.iso.attributes, att.editLike.attributes, att.dimensions.attributes, att.ranging.attributes, att.cmc.attributes, attribute reason { list { ( "cancelled" | "deleted" | "editorial" | "illegible" | "inaudible" | "irrelevant" | "sampling" | teidata.enumerated )+ } }?, attribute agent { teidata.enumerated }?, ( model.descLike | model.certLike )* } |