source: DASISH/t5.6/schema/trunk/annotator-schema/src/main/resources/Untitled1.xml @ 4494

Last change on this file since 4494 was 4494, checked in by olhsha, 10 years ago

adding owners to Notebook and NotebookInfo? schemata.

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<annotation 
3    xmlns="http://www.dasish.eu/ns/addit"
4    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5    xsi:schemaLocation="http://www.dasish.eu/ns/addit file:/Users/olhsha/repositories/DASISH/t5.6/schema/trunk/annotator-schema/src/main/resources/DASISH-schema.xsd"
6    xmlns:xhtml="http://www.w3.org/1999/xhtml/"
7    URI="zzz"
8    ownerRef = "xxx"
9    >
10    <headline>Sagrada Famiglia Dutch version</headline>
11    <lastModidfied>2013-09-29T19:52:28.969+02:00</lastModidfied>
12    <body>
13        <xmlBody mimeType="application/xml+xhtml">
14            <xhtml:span style="background-color:rgb(0,0,153);color:rgb(255,255,255);border: thick solid rgb(0, 0, 153);">Some background information on Sagrada Família.</xhtml:span>
15        </xmlBody>
16    </body>
17    <targets>
18        <targetInfo ref="http://localhost:8080/annotator-backend/api/targets/00000000-0000-0000-0000-0000000000cc"
19            link ="http://nl.wikipedia.org/wiki/Sagrada_Fam%C3%ADlia"
20            version="Version 1.0"/>
21    </targets>
22    <permissions>
23        <userWithPermission permission="owner" ref="ZZZ"/>
24    </permissions>
25</annotation>
Note: See TracBrowser for help on using the repository browser.