source: branches/new-datamodel/src/unit_tests/duplicate_identifier.xtm

Last change on this file was 26, checked in by lgiessmann, 16 years ago

added a license header to all files where the isidorus license is mentioned and referenced, in the ajax file there is also a reference to the MIT-license; an edit/create template for fragments is implemented in the ajax module, but it\'s really terrible and not really useable - this should be only the initial idea of realizing such a functionality\!

File size: 1.2 KB
Line 
1<?xml version="1.0"?>
2<!-- ======================================================================= -->
3<!--  Isidorus                                                               -->
4<!--  (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann          -->
5<!--                                                                         -->
6<!--  Isidorus is freely distributable under the LGPL license.               -->
7<!--  You can find a detailed description in trunk/docs/LGPL-LICENSE.txt.    -->
8<!-- ======================================================================= -->
9
10
11<topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0">
12  <topic id="t1">
13    <itemIdentity href="http://psi.egovpt.org/itemIdentifiers#t1"/>
14    <subjectIdentifier href="http://www.networkedplanet.com/psi/npcl/meta-types/topic-type"/>
15    <name><value>Topic Type</value></name>
16  </topic>
17
18  <topic id="t2">
19    <itemIdentity href="http://psi.egovpt.org/itemIdentifiers#t2"/>
20    <subjectIdentifier href="http://psi.egovpt.org/types/service"/>
21    <name>
22      <!-- deliberately wrong -->
23      <itemIdentity href="http://psi.egovpt.org/itemIdentifiers#t1"/>
24      <value>Service</value>
25    </name>
26  </topic>
27</topicMap>
Note: See TracBrowser for help on using the repository browser.