Text Encoding Initiative

The XML Version of the TEI Guidelines

<note>


<note> contains a note or annotation.
Attributes (In addition to global attributes and those inherited from biblPart, dictionaryTopLevel, notes, terminologyInclusions)
type describes the type of note.
Datatype: CDATA
Values: Values can be taken from any convenient typology of annotation suitable to the work in hand; e.g. annotation, gloss, citation, digression, preliminary, temporary
Default: #IMPLIED
resp (responsible) indicates who is responsible for the annotation: author, editor, translator, etc.
Datatype: CDATA
Sample values include:
auth[or] note originated with the author of the text.
ed[itor] note added by the editor of the text.
comp[iler] note added by the compiler of a collection.
tr[anslator] note added by the translator of a text.
transcr[iber] note added by the transcriber of a text into electronic form.
(initials) note added by the individual indicated by the initials.
Default: #IMPLIED
Note

For specialized types of editorial annotation (e.g. for marking corrections, normalizations, cruxes, etc.), see chapter 19 Critical Apparatus.

place indicates where the note appears in the source text.
Datatype: CDATA
Sample values include:
foot note appears at foot of page.
end note appears at end of chapter or volume.
inline note appears as a marked paragraph in the body of the text.
left note appears in left margin.
right note appears in right margin.
interlinear note appears between lines of the text.
app[aratus] note appears in the apparatus at the foot of the page.
Default: 'unspecified'
Example:

Note

For pages with multiple apparatus, values such as app1 and app2 can be used.

The place attribute can be used to indicate to text formatting software where a note should be printed. If the locations indicated do not agree with those in the copy text, that fact should be indicated in the TEI header.

anchored indicates whether the copy text shows the exact place of reference for the note.
Datatype: (yes | no)
Legal values are:
yes copy text indicates the place of attachment for the note.
no copy text indicates no place of attachment for the note.
Default: yes
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. If the specific symbols used are to be recorded, use the n attribute.

target indicates the point of attachment of a note, or the beginning of the span to which the note is attached.
Datatype: IDREFS
Values: reference to the ids of element(s) which begin at the location in question (e.g. the id of an <anchor> element).
Default: #IMPLIED
Example:

Note

If target and targetEnd are to be used to indicate where notes attach to the text, then elements at the appropriate locations (<anchor> elements if necessary) must be given id values to be pointed at.

targetEnd points to the end of the span to which the note is attached, if the note is not embedded in the text at that point.
Datatype: IDREFS
Values: reference to the id(s) of element(s) which end at the location(s) in question, or to an empty element at the point in question.
Default: #IMPLIED
Example:

Example
And yet it is not only in the great line of Italian 
renaissance art, but even in the painterly 
  <note resp="Tr"><term 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.  (Tr.)</note>
style of the Dutch genre painters of the seventeenth century that
drapery has this psychological significance.
Note

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="yes">
        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.

Module Declared in file teicore2; Declared in file dummy; Core tag sets: enabled when any TEI base is enabled
Class notes; biblPart; terminologyInclusions; dictionaryTopLevel
Data Description May contain character data and phrase-level elements.
May contain #PCDATA ab abbr add addSpan address alt altGrp anchor app bibl biblFull biblStruct c caesura camera caption castList cb certainty cit cl corr damage date dateRange dateStruct del delSpan distinct eTree emph expan fLib figure foreign formula fs fsLib fvLib fw gap geogName gloss graph handShift hi index interp interpGrp join joinGrp l label lang lb lg link linkGrp list listBibl m measure mentioned milestone move name note num oRef oVar orgName orig p pRef pVar pb persName phr placeName ptr q quote ref reg respons restore rs s seg sic soCalled sound sp space span spanGrp stage supplied table tech term text time timeRange timeStruct timeline title tree unclear view w witDetail witList xptr xref
May occur within ab add admin argument bibl biblStruct body camera caption case castList cell colloc corr country damage def descrip dictScrap div div0 div1 div2 div3 div4 div5 div6 div7 docEdition emph entry entryFree epigraph epilogue etym figDesc foreign form gen gram gramGrp head hi hom hyph imprimatur item itype l lang lbl lem meeting metDecl monogr mood note notesStmt number orth otherForm p per performance pos prologue pron q quote rdg re ref region rendition seg sense set sic sound stage stress subc supplied syll tagUsage tech termEntry tig title titlePart tns tr trans unclear usg view wit witDetail witness writing xr xref
Declaration
<!ELEMENT note %om.RO;  %specialPara;> 
<!ATTLIST note  
      %a.global;
      type CDATA #IMPLIED
      resp CDATA #IMPLIED
      place CDATA "'unspecified'"
      anchored (yes | no) "yes"
      target IDREFS #IMPLIED
      targetEnd IDREFS #IMPLIED>
See further 6.8.1 Notes and Simple Annotation; 5.2.6 The Notes Statement; 6.10.2.5 Notes and Other Additional Information; 12.3.5.4 Notes within Entries; 13.2 Tags for Terminological Data

Up: 35 Elements