<note>

<note> contient une note ou une annotation 3.8.1 Notes and Simple Annotation 2.2.6 The Notes Statement 3.11.2.6 Notes and Other Additional Information 9.3.5.4 Notes within Entries
Module core — 3 Elements Available in All TEI Documents
En complément des attributs globaux att.placement (@place) att.pointing (@target, @evaluate) att.responsibility (@cert, @resp) att.typed (@type, @subtype)
anchored indique si l'exemplaire du texte montre l'emplacement de référence exact pour la note
Statut Optionel
Type de données

<rng:ref name="data.truthValue"/>
data.truthValue
Note
Dans des textes modernes, les notes sont habituellement ancrées au moyen d’appels de notes explicites (pour des notes de pied de page ou notes de fin de texte). A la place, une indication explicite de l'expression ou de la ligne annotée peut cependant être employée (par exemple ‘page 218, lignes 3–4’). L'attribut anchored indique si un emplacement est donné explicitement ou s'il est exprimé par un symbole ou par un renvoi. La valeur true indique qu'un endroit explicite est indiqué dans le texte ; la valeur false indique que le texte n'indique pas un endroit spécifique d'attachement pour la note. Si des symboles spécifiques utilisés dans le texte à l'endroit où la note est ancrée doivent être enregistrés, l'attribut nsera utilisé.
targetEnd pointe vers la fin d'un passage auquel la note est attachée, si la note n'est pas enchâssée dans le texte à cet endroit
Statut Recommendé quand applicable
Type de données 1–∞ occurrences of 

<rng:ref name="data.pointer"/>
data.pointer
séparé par un espace
Valeurs référence à l' (aux) xml:id(s) qui finit à l' (aux) endroit(s) en question, ou à un élément vide à ce point en question.
Note
Cet attribut est conservé pour assurer un arrière-plan compatible ; il sera supprimé dans la prochaine mise à jour des Recommandations. La procédure recommandée pour pointer en direction d'une expansion des éléments est de le faire au moyen de la fonction range de XPointer, ainsi qu'e la description en est faite à 16.2.4.4 range().
Utilisé par
Peut contenir
Declaration

<rng:element name="note">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.placement.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:ref name="att.responsibility.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:optional>
  <rng:attribute name="anchored" a:defaultValue="true">
   <rng:ref name="data.truthValue"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="targetEnd">
   <rng:list>
    <rng:ref name="data.pointer"/>
    <rng:zeroOrMore>
     <rng:ref name="data.pointer"/>
    </rng:zeroOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.specialPara"/>
</rng:element>
element note
{
   att.global.attributes,
   att.placement.attributes,
   att.pointing.attributes,
   att.responsibility.attributes,
   att.typed.attributes,
   attribute anchored { data.truthValue }?,
   attribute targetEnd { list { data.pointer, data.pointer* } }?,
   macro.specialPara
}
Exemple
In the following example, the translator has supplied a footnote containing an explanation of the term translated as "painterly":
And yet it is not only
in the great line of Italian renaissance art, but even in the
painterly <note place="foot" type="gloss" resp="#MDMH">
 <term xml:lang="de">Malerisch</term>. This word has, in the German, two
distinct meanings, one objective, a quality residing in the object,
the other subjective, a mode of apprehension and creation. To avoid
confusion, they have been distinguished in English as
<mentioned>picturesque</mentioned> and
<mentioned>painterly</mentioned> respectively.
</note> style of the
Dutch genre painters of the seventeenth century that drapery has this
psychological significance.

For this example to be valid, the code MDMH must be defined elsewhere, for example by means of a responsibility statement in the associated TEI Header:

<respStmt xml:id="MDMH">
 <resp>translation from German to English</resp>
 <name>Hottinger, Marie Donald Mackie</name>
</respStmt>
Exemple

The global n attribute may be used to supply the symbol or number used to mark the note's point of attachment in the source text, as in the following example:

Mevorakh b. Saadya's mother, the matriarch of the
family during the second half of the eleventh century, <note n="126" anchored="true"> The
alleged mention of Judah Nagid's mother in a letter from 1071 is, in fact, a reference to
Judah's children; cf. above, nn. 111 and 54. </note> is well known from Geniza documents
published by Jacob Mann.

However, if notes are numbered in sequence and their numbering can be reconstructed automatically by processing software, it may well be considered unnecessary to record the note numbers.

Note
L'attribut globaln sera employé pour donner le symbole ou le nombre utilisé pour marquer le point d'insertion dans le texte source, comme dans l'exemple suivant :
Mevorakh b. Saadya's
mother, the matriarch of the family during the second half of the
eleventh century, <note n="126" anchored="true"> The alleged
mention of Judah Nagid's mother in a letter from 1071 is, in fact,
a reference to Judah's children; cf. above, nn. 111 and
54. </note> is well known from Geniza documents published by Jacob
Mann.
Cependant, si les notes sont ordonnées et numérotées et qu’on veuille reconstruire automatiquement leur numérotation par un traitement informatique, il est inutile d’enregistrer le numéro des notes.