Changes between Version 28 and Version 29 of DASISH/Scenario


Ignore:
Timestamp:
04/29/13 16:28:24 (11 years ago)
Author:
olhsha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DASISH/Scenario

    v28 v29  
    5656* {{{POST api/annotation}}}
    5757
    58 See [[XSD and XML#RequestbodyforPOSTapiannotations | Example: body of the POST submitting a new annotation]]
     58See [[XSD and XML#RequestbodyforPOSTapiannotations | Example: body of the POST submitting a new annotation]].
    5959
    60 * Example UGOT:
    61 {{{
    62 <?xml version="1.0"?>
    63 <annotation xmlns="http://dasish.eu/ns/addit" xmlns:xhtml="http://www.w3.org/1999/xhtml" URI="tempAIDgfgf" timeStamp="2013-04-26T11:23:26.000Z">
    64         <owner ref="http://dasish.eu/users/user123"/>
    65         <headline>Douglas Adams - Wikipedia, the free encyclopedia</headline>
    66         <body type="Note">
    67                 <xhtml:span style="background-color:rgb(253,49,31);color:rgb(0,0,0);">Adams was born 1952-03-11</xhtml:span>
    68         </body>
    69         <targetSources>
    70                 <action>CREATE_CACHED_REPRESENTATION</action>
    71                 <link>http://en.wikipedia.org/wiki/Douglas_adams#xpointer(start-point(string-range(//div[@id="mw-content-text"]/table[1]/tbody[1]/tr[3]/td[1]/text()[1],'',12))/range-to(string-range(//div[@id="mw-content-text"]/table[1]/tbody[1]/tr[3]/td[1]/text()[1],'',25)))</link>
    72                 <version>2013-04-26T11:23:26.000Z</version>
    73         </targetSources>
    74 </annotation>
    75 }}}
    76 
    77 
    78 
     60See also [[XSD and XML#RequestbodyforPOSTapiannotations:anotherexample || UGOT example]].
    7961
    8062