source: DASISH/t5.6/docs/XMLandXSD/XmlExamples/annotation.xml @ 2848

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

examples for DASISH-schema-xsd added

File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<annotation 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 http://dasish.eu/DASISH-schema.xsd"
5    URI="http://dasish/annotations/AIDzzz" timeStamp="2013-05-04T18:13:51.0Z">
6    <owner ref="http://dasish.eu/users/UIde1fe1f"/>
7    <headline>Nativity Facade</headline>
8    <body type="relation">
9        <relation>different</relation>
10        <this ref="http://dasish.eu/sources/SIDaacc"/>
11        <that ref="http://dasish.eu/sources/SIDaaaa"/>
12    </body>
13    <targetSources>
14        <target>
15            <source ref="http://dasish.eu/sources/SIDaacc">
16                <link>http://en.wikipedia.org/wiki/Sagrada_Fam%C3%ADlia#Nativity_Fa.C3.A7ade</link>
17                <version>20.04.2013</version>
18            </source>
19        </target>
20        <target>
21            <source ref="http://dasish.eu/sources/SIDaaaa">
22                <link>http://en.wikipedia.org/wiki/Sagrada_Fam%C3%ADlia#Passion_Fa.C3.A7ade</link>
23                <version>20.04.2013</version>
24            </source>
25        </target>
26    </targetSources>
27    <readers>
28        <reader ref="http://dasish.eu/users/UIde1fe1f"/>
29        <reader ref="http://dasish.eu/users/UIdefef"/>
30        <reader ref="http://dasish.eu/users/UIdefff"/>
31    </readers>
32    <writers>
33        <writer ref="http://dasish.eu/users/UIde1fe1f"/>
34        <writer ref="http://dasish.eu/users/UIdefef"/>
35    </writers>
36</annotation>
Note: See TracBrowser for help on using the repository browser.