source: branches/new-datamodel/src/unit_tests/dangling_topicref.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.4 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="t-1">
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="t-2">
19    <itemIdentity href="http://psi.egovpt.org/itemIdentifiers#t2"/>
20    <subjectIdentifier href="http://psi.egovpt.org/types/service"/>
21    <name><value>Service</value></name>
22  </topic>
23
24  <association>
25    <!-- deliberately full of missing references -->
26    <type><topicRef href="#t-64"/></type>
27    <role>
28      <type><topicRef href="#t-63"/></type>
29      <topicRef href="#t-1"/>
30    </role>
31    <role>
32      <type><topicRef href="#t-62"/></type>
33      <topicRef href="#t-2"/>
34    </role>
35  </association>
36</topicMap>
Note: See TracBrowser for help on using the repository browser.