source: trunk/src/unit_tests/dangling_topicref.xtm

Last change on this file was 328, checked in by lgiessmann, 14 years ago

fixed ticket #75 --> changed license terms from LGPL to LLGPL in the trunk tree

File size: 1.7 KB
Line 
1<?xml version="1.0"?>
2<!-- ======================================================================= -->
3<!--  Isidorus                                                               -->
4<!--  (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff          -->
5<!--                                                                         -->
6<!--  Isidorus is freely distributable under the LLGPL license.              -->
7<!--  This ajax module uses the frameworks PrototypeJs and Scriptaculous,    -->
8<!--  both are distributed under the MIT license.                            -->
9<!--  You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt,   -->
10<!--  trunk/docs/LGPL-LICENSE.txt and in                                     -->
11<!--  trunk/src/ajax/javascripts/external/MIT-LICENSE.txt.                   -->
12<!-- ======================================================================= -->
13
14<topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0">
15  <topic id="t-1">
16    <itemIdentity href="http://psi.egovpt.org/itemIdentifiers#t1"/>
17    <subjectIdentifier href="http://www.networkedplanet.com/psi/npcl/meta-types/topic-type"/>
18    <name><value>Topic Type</value></name>
19  </topic>
20
21  <topic id="t-2">
22    <itemIdentity href="http://psi.egovpt.org/itemIdentifiers#t2"/>
23    <subjectIdentifier href="http://psi.egovpt.org/types/service"/>
24    <name><value>Service</value></name>
25  </topic>
26
27  <association>
28    <!-- deliberately full of missing references -->
29    <type><topicRef href="#t-64"/></type>
30    <role>
31      <type><topicRef href="#t-63"/></type>
32      <topicRef href="#t-1"/>
33    </role>
34    <role>
35      <type><topicRef href="#t-62"/></type>
36      <topicRef href="#t-2"/>
37    </role>
38  </association>
39</topicMap>
Note: See TracBrowser for help on using the repository browser.