source: DASISH/t5.6/docs/XMLandXSD/XmlExamples/respondUpdatedAnnotationBody.xml @ 2890

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

updating and ading xmls

File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<respondNewAnnotation xmlns="http://www.dasish.eu/ns/addit"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.dasish.eu/ns/addit ttp://dasish.eu/DASISH-schema.xsd">
5    <annotationResponse>
6        <content>
7            <annotation xmlns="http://www.dasish.eu/ns/addit"
8                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9                xsi:schemaLocation="http://www.dasish.eu/ns/addit http://dasish.eu/DASISH-schema.xsd" 
10                URI="http://dasish.eu/annotations/AIDeegf"
11                timeStamp="2013-05-29T18:13:51.0Z">
12                <owner ref="http://dasish.eu/users/UIde1fe1f"/>
13                <headline>Comapring English and Catalan Wiki</headline>
14                <body type="relation">
15                    <relation>History in English and Catalan</relation>
16                    <english ref="http://dasish.eu/sources/SIDaaabbb"/>
17                    <catalan ref="http://dasish.eu/sources/SIDcxcx"/> 
18                </body>
19                <targetSources>
20                    <target>
21                        <source ref="http://dasish.eu/sources/SIDaaabbb">
22                            <link>http://en.wikipedia.org/wiki/Sagrada_Fam%C3%ADlia#History</link>
23                            <version>20.04.2012</version>
24                        </source>
25                    </target>   
26                    <target>
27                        <source ref="http://dasish.eu/sources/SIDcxcx">
28                            <link>http://ca.wikipedia.org/wiki/Temple_Expiatori_de_la_Sagrada_Fam%C3%ADlia#Hist.C3.B2tia</link>
29                            <version>20.04.2013</version>
30                        </source>
31                    </target>
32                </targetSources>
33                <permissions ref="http://dasish.eu/permissions/PermissionsListIDxyz"/>
34            </annotation>     
35        </content>
36    <actions />   
37    </annotationResponse>
38</respondNewAnnotation>
Note: See TracBrowser for help on using the repository browser.