source: DASISH/t5.6/docs/XMLandXSD/XmlExamples/newAnnotationUGOT.xml @ 2920

Last change on this file since 2920 was 2920, checked in by olhsha, 11 years ago

adding ID to permission lists, tifing up exapmples

File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- the request body for POSTing a new annotation -->
3<annotation xmlns="http://www.dasish.eu/ns/addit"
4    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5    xmlns:xhtml="http://www.w3.org/1999/xhtml"
6    xsi:schemaLocation="http://www.dasish.eu/ns/addit http://dasish.eu/DASISH-schema.xsd" 
7    URI="tempAIDgfgf"
8    timeStamp="2013-04-26T11:23:26.000Z">
9    <owner ref="http://dasish.eu/users/user123"/>
10    <headline>Douglas Adams - Wikipedia, the free encyclopedia</headline>
11    <body ref="tmpSIDxyxy" type="Note">
12        <xhtml:span style="background-color:rgb(253,49,31);color:rgb(0,0,0);">Adams was born 1952-03-11</xhtml:span>
13    </body>
14    <targetSources>
15        <target>
16            <newSource xml:id="tmpSIDxyxy">
17                <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>
18                <version>2013-01-26T11:23:26.000Z</version>
19            </newSource>
20        </target>
21    </targetSources>
22    <permissions ref="tmpPermissionsListIDabcd"/>
23</annotation>
Note: See TracBrowser for help on using the repository browser.