Changes between Version 4 and Version 5 of schema/tei-notes


Ignore:
Timestamp:
Jun 27, 2011, 2:45:28 PM (13 years ago)
Author:
jwillenborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • schema/tei-notes

    v4 v5  
    1 == TEI: Notes ==
    2 <note>: contains a note or annotation (see [http://www.tei-c.org/release/doc/tei-p5-doc/de/html/ref-note.html TEI definition]).
     1= TEI: Notes =
     2'''Definition:''' '''''note:''''' contains a note or annotation (see [http://www.tei-c.org/release/doc/tei-p5-doc/de/html/ref-note.html TEI definition]) [[br]]
     3'''Definition:''' '''''user note:''''' a note which contains the name of the user who is the author of the note and its date of creation or last update
    34
    4 === Example ===
     5== Example: note ==
     6'''XML-Definition''' [[br]]
    57{{{
    68<p>Joey Ramone said: "When we started up in March of ’74, it was because the bands we loved, the rock ’n’
    79roll that we knew, had disappeared. We were playing music for ourselves."
    8 <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>)
     10<note n="1" place="bottom">Joey Ramone 1974, see <ref target="http://mpdl-proto.mpiwg-berlin.mpg.de/tei/en/ramones_2004.xml#p6s2">Ramones 2004, Page 6, Sentence 2</ref>
    911</note>
    1012</p>
    1113}}}
    1214
    13 This would be displayed as:
     15'''Display:'''
    1416
    1517Joey Ramone said: "When we started up in March of ’74, it was because the bands we loved, the rock ’n’
    1618roll that we knew, had disappeared. We were playing music for ourselves." ^[#note1 1]
    1719
    18 Notes:
    19 [=#note1 1]: see [http://mpdl-proto.mpiwg-berlin.mpg.de/tei/en/ramones_2004.xml#p6s2 Ramones 2004, Page 6, Sentence 2]
     20'''''Notes'''''[[br]]
     21[=#note1 1]: Joey Ramone 1974, see [http://mpdl-proto.mpiwg-berlin.mpg.de/tei/en/ramones_2004.xml#p6s2 Ramones 2004, Page 6, Sentence 2]
    2022
    2123
    22 === User notes ===
    23 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.
     24== Example: user note ==
     25''' XML definition'''[[br]]
     26{{{
     27<p>Joey Ramone said: "When we started up in March of ’74, it was because the bands we loved, the rock ’n’
     28roll that we knew, had disappeared. We were playing music for ourselves."
     29<note n="1" place="bottom">Joey Ramone 1974, see <ref target="http://mpdl-proto.mpiwg-berlin.mpg.de/tei/en/ramones_2004.xml#p6s2">Ramones 2004, Page 6, Sentence 2</ref>
     30  <persName>
     31    <forename>Joe</forename>
     32    <surname>Miller</surname>
     33    <placeName>New York City</placeName>
     34  </persName>
     35  <date when="2011-06-16T11:11:11.000Z">June 16, 2011</date>
     36</note>
     37}}}
     38'''Display:'''
    2439
    25 Example: XML definition of a note of user "joe" at June, 16th 2011:
    26 {{{
    27 <object type="element"
    28         modificationDate="2011-06-16T11:11:11.000Z"
    29         uid="joe"
    30         documentId="/tei/en/your_ramones_text.xml"
    31         xpointer="#xpointer(id('page1')/TEI[1]/text[1]/body[1]/chap[1]/p[1]/s[1])">
    32   <content>
    33     <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>
    34   </content>
    35 </object>
    36 }}}
     40Joey Ramone said: "When we started up in March of ’74, it was because the bands we loved, the rock ’n’
     41roll that we knew, had disappeared. We were playing music for ourselves." ^[#note1 1]
     42
     43'''''Notes'''''[[br]]
     44[=#note1 1]: Joey Ramone 1974, see [http://mpdl-proto.mpiwg-berlin.mpg.de/tei/en/ramones_2004.xml#p6s2 Ramones 2004, Page 6, Sentence 2] (Joe Miller. New York City. June 16, 2011)