source: DASISH/t5.6/docs/XMLandXSD/XmlExamples/annotations.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.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- list of annotation-infos -->
3<annotations 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 http://dasish.eu/DASISH-schema.xsd">
6    <annotation ref="http://dasish.eu/annotations/AIDxyxy">
7        <owner ref="http://dasish.eu/users/UIDefef"/>
8        <headline>My client is not in a hurry</headline>
9        <targetSources>
10            <targetSource ref="http://dasish.eu/sources/SIDacdc"/>
11        </targetSources>
12    </annotation>
13    <annotation ref="http://dasish.eu/annotations/AIDzzz">
14        <owner ref="http://dasish.eu/users/UIDe1fe1f"/>
15        <headline>Nativity Facade</headline>
16        <targetSources>
17            <targetSource ref="http://dasish.eu/sources/SIDaacc"/>
18            <targetSource ref="http://dasish.eu/sources/SIDaaaa"/>
19        </targetSources>
20    </annotation>
21    <annotation ref="http://dasish.eu/annotations/AIDzyy">
22        <owner ref="http://dasish.eu/users/UIDefef"/>
23        <headline>Nativity Facade (old site)</headline>
24        <targetSources>
25            <targetSource ref="http://dasish.eu/sources/SIDbbbb"/>
26            <targetSource ref="http://dasish.eu/sources/SIDrrrr"/>
27        </targetSources>
28    </annotation>
29</annotations>
Note: See TracBrowser for help on using the repository browser.