Changes between Version 8 and Version 9 of schema/tei-notes


Ignore:
Timestamp:
Jul 6, 2011, 10:41:33 AM (13 years ago)
Author:
jwillenborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • schema/tei-notes

    v8 v9  
    5555For example an external user note could be stored as an XML object with XPointer identifier:
    5656{{{
    57 <object xpointer="http://your-server.org/your/path/your_ramones_text.xml#xpointer(id('page1')/TEI[1]/text[1]/body[1]/chap[1]/p[1])"
     57<object xpointer="id('page1')/TEI[1]/text[1]/body[1]/chap[1]/p[1]"
     58        documentId="http://your-server.org/your/path/your_ramones_text.xml"
    5859        uid="joe@nyc.org"
    59         date="2011-06-16T11:11:11.000Z">
     60        modificationDate="2011-06-16T11:11:11.000Z">
    6061  <note n="1" place="bottom">Joey Ramone, see <ref target="http://de.wikipedia.org/wiki/Ramones#cite_note-Twisted1-0">Porter 2003, Page 6</ref></note>
    6162</object>
    62 <object xpointer="http://your-server.org/your/path/your_ramones_text.xml#xpointer(id('page1')/TEI[1]/text[1]/body[1]/chap[1]/p[1])"
     63<object xpointer="id('page1')/TEI[1]/text[1]/body[1]/chap[1]/p[1]"
     64        documentId="http://your-server.org/your/path/your_ramones_text.xml"
    6365        uid="henry@washington.org"
    64         date="2011-06-20T11:11:11.000Z">
     66        modificationDate="2011-06-20T11:11:11.000Z">
    6567  <note n="2" place="bottom">Joey Ramone, see also the <ref target="http://en.wikipedia.org/wiki/Ramones">English Wikipedia Article</ref></note>
    6668</object>