att.anchoring

att.anchoring (anchoring) provides attributes for use on annotations, e.g. notes and groups of notes describing the existence and position of an anchor for annotations.
Module tei
Members note noteGrp
Attributes Attributes
anchored (anchored) indicates whether the copy text shows the exact place of reference for the note.
Status Optional
Datatype teidata.truthValue
Default true
Note
In modern texts, notes are usually anchored by means of explicit footnote or endnote symbols. An explicit indication of the phrase or line annotated may however be used instead (e.g. "page 218, lines 3–4"). The anchored attribute indicates whether any explicit location is given, whether by symbol or by prose cross-reference. The value true indicates that such an explicit location is indicated in the copy text; the value false indicates that the copy text does not indicate a specific place of attachment for the note. If the specific symbols used in the copy text at the location the note is anchored are to be recorded, use the n attribute.
Examples

<p>(...) tamen reuerendos dominos archiepiscopum et canonicos Leopolienses
          necnon episcopum in duplicibus Quatuortemporibus
<anchor xml:id="A55234"/> totaliter expediui...</p>
<!-- elsewhere in the document -->
<noteGrp targetEnd="#A55234">
   
<note xml:lang="en">
            Quatuor Tempora, so called dry fast days.
         
</note>
   
<note xml:lang="pl">
            Quatuor Tempora, tzw. Suche dni postne.
         
</note>
</noteGrp>
Source Github

<classSpec rend="change" module="tei" type="atts" ident="att.anchoring">
   
<gloss>anchoring</gloss>
   
<desc>provides attributes for use on annotations, e.g. notes and groups of notes
 describing the existence and position of an anchor for annotations.
</desc>
   
<classes/>
   
<attList>
      
<attDef ident="anchored" usage="opt">
         
<gloss>anchored</gloss>
         
<desc>indicates whether the copy text shows the exact place of reference for the note.</desc>
         
<datatype>
            
<dataRef key="teidata.truthValue"/>
         
</datatype>
         
<defaultVal>true</defaultVal>
      
</attDef>
   
</attList>
</classSpec>