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