<gap> (gap) indicates a point where material has been omitted in a transcription, whether for editorial
reasons described in the TEI header, as part of sampling practice, or because the material is
illegible, invisible, or inaudible. 3.4.3 Additions, Deletions, and Omissions
Modul
core — 3 Elements Available in All TEI Documents
Neben global gültigen Attributen
att.duration (att.duration.w3c (@dur )) (att.duration.iso (@dur-iso )) att.editLike (@evidence , @source ) (att.dimensions (@unit , @quantity , @extent , @precision , @scope ) (att.ranging (@atLeast , @atMost , @min , @max )) ) (att.responsibility (@cert , @resp ))
reason
gives the reason for omission. Sample values include sampling ,
inaudible , irrelevant , cancelled .
Zustand
Optional
Datentyp
1–∞ Vorkommen von
Vom kompakten zum XML-Format Vom XML-Format zum kompakten <rng:ref name="data.word "/>
data.word Durch Leerzeichen getrennt
Werte
any short indication of the reason for the omission.
hand
in the case of text omitted from the transcription because of deliberate deletion by an
identifiable hand, signifies the hand which made the deletion.
Zustand
Optional
Datentyp
Werte
must be one of the hand identifiers declared in the document header (see section 11.4.1 Document Hands ).
agent
In the case of text omitted because of damage, categorizes the cause of the damage, if
it can be identified.
Zustand
Optional
Datentyp
Beispielwerte sind etwa:
rubbing
damage results from rubbing of the leaf edges
mildew
damage results from mildew on the leaf surface
smoke
damage results from smoke
Verwendet von
Kann enthalten
Deklaration
Vom kompakten zum XML-Format Vom XML-Format zum kompakten <rng:element name="gap "> <rng:ref name="att.global.attributes "/> <rng:ref name="att.duration.w3c.attributes "/> <rng:ref name="att.duration.iso.attributes "/> <rng:ref name="att.editLike.attributes "/> <rng:ref name="att.dimensions.attributes "/> <rng:ref name="att.ranging.attributes "/> <rng:ref name="att.responsibility.attributes "/> <rng:optional> <rng:attribute name="reason "> <rng:list> <rng:ref name="data.word "/> <rng:zeroOrMore> <rng:ref name="data.word "/> </rng:zeroOrMore> </rng:list> </rng:attribute> </rng:optional> <rng:optional> <rng:attribute name="hand "> <rng:ref name="data.pointer "/> </rng:attribute> </rng:optional> <rng:optional> <rng:attribute name="agent "> <rng:ref name="data.enumerated "/> </rng:attribute> </rng:optional> <rng:zeroOrMore> <rng:ref name="model.glossLike "/> </rng:zeroOrMore> </rng:element>
element gap
{
att.global.attributes ,
att.duration.w3c.attributes ,
att.duration.iso.attributes ,
att.editLike.attributes ,
att.dimensions.attributes ,
att.ranging.attributes ,
att.responsibility.attributes ,
attribute reason { list { data.word , data.word * } }?,
attribute hand { data.pointer }?,
attribute agent { data.enumerated }?,
model.glossLike *
}
Beispiel
<gap extent="4 " unit="chars " reason="illegible "/>
Beispiel
<gap extent="1 " unit="essay " reason="sampling "/>