wiki:schema/tei-notes

Version 4 (modified by jwillenborg, 13 years ago) (diff)

--

TEI: Notes

<note>: contains a note or annotation (see TEI definition).

Example

<p>Joey Ramone said: "When we started up in March of ’74, it was because the bands we loved, the rock ’n’ 
roll that we knew, had disappeared. We were playing music for ourselves." 
<note n="1" place="bottom">see <ref target="http://mpdl-proto.mpiwg-berlin.mpg.de/tei/en/ramones_2004.xml#p6s2">Ramones 2004, Page 6, Sentence 2</ref>)
</note>
</p>

This would be displayed as:

Joey Ramone said: "When we started up in March of ’74, it was because the bands we loved, the rock ’n’ roll that we knew, had disappeared. We were playing music for ourselves." 1

Notes: 1: see Ramones 2004, Page 6, Sentence 2

User notes

User notes of an XML document could be stored externally and could be dynamically loaded into the presentation of the XML document at a certain position by the help of XPointer by a special XSL script.

Example: XML definition of a note of user "joe" at June, 16th 2011:

<object type="element"
        modificationDate="2011-06-16T11:11:11.000Z"
        uid="joe"
        documentId="/tei/en/your_ramones_text.xml"
        xpointer="#xpointer(id('page1')/TEI[1]/text[1]/body[1]/chap[1]/p[1]/s[1])">
  <content>
    <note>see <ref target="http://mpdl-proto.mpiwg-berlin.mpg.de/tei/en/ramones_2004.xml#p6s2">Ramones 2004, Page 6, Sentence 2</ref></note>
  </content>
</object>