Skip to main content

<noteRef>


  • Date:
    02/02/2023
  • Modified:
    20/08/2026
  • Category:
    Elements

The <noteRef> element defines references to a <note> element. See note.

Attributes

NameExplanationRequired
idRef

Must match the id-attribute of the corresponding note. Do not use # at the start of the noteRef. See note.

Yes

Examples

Numbered noteRef

<p>Met dit gedicht accepteerde Lieke Marsman (1990) in januari 2021 haar benoeming tot Dichter des Vaderlands.
  <noteRef idRef="note-1">1</noteRef></p>

NoteRef with asterisk

<p>Vaak nemen schrijfsters mannelijke namen om überhaupt een uitgever zo ver te krijgen om hun werk te publiceren.<noteRef idRef="note-2">*<noteRef></p>
<note id="note-2"><p>* Zoals later die eeuw Mary Ann Evans, die zich George Elliot noemde.</p></note>

  • Date:
    02/02/2023
  • Modified:
    20/08/2026
  • Category: