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
|
||||||||||
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> |