File: graph.gxl

package info (click to toggle)
r-cran-xml 3.99-0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,688 kB
  • sloc: ansic: 6,656; xml: 2,890; asm: 486; sh: 12; makefile: 2
file content (53 lines) | stat: -rw-r--r-- 2,224 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<!-- Taken from the GXL examples
      http://www.gupro.de/GXL/examples/schema/gxl/simpleExample/content.html 
-->
<!DOCTYPE gxl SYSTEM "http://www.gupro.de/GXL/gxl-1.0.dtd">
<!-- simple example 05.02.2002 -->
<gxl xmlns:xlink=" http://www.w3.org/1999/xlink">
  <graph id="simpleExample-instance" edgeids=" true" edgemode=" directed" hypergraph=" false">
    <type xlink:href="http://www.gupro.de/GXL/examples/schema/gxl/simpleExample/simpleExampleSchema.gxl#simpleExampleSchema" xlink:type=" simple"/>
    <node id="p">
      <type xlink:href="http://www.gupro.de/GXL/examples/schema/gxl/simpleExample/simpleExampleSchema.gxl#Proc" xlink:type=" simple"/>
      <attr name=" file">
        <string> main.c</string>
      </attr>
    </node>
    <node id="q">
      <type xlink:href="http://www.gupro.de/GXL/examples/schema/gxl/simpleExample/simpleExampleSchema.gxl#Proc" xlink:type=" simple"/>
      <attr name=" file">
        <string> test.c</string>
      </attr>
    </node>
    <node id="v">
      <type xlink:href="http://www.gupro.de/GXL/examples/schema/gxl/simpleExample/simpleExampleSchema.gxl#Var" xlink:type=" simple"/>
      <attr name=" line">
        <int> 225</int>
      </attr>
    </node>
    <node id="w">
      <type xlink:href="http://www.gupro.de/GXL/examples/schema/gxl/simpleExample/simpleExampleSchema.gxl#Var" xlink:type=" simple"/>
      <attr name=" line">
        <int> 316</int>
      </attr>
    </node>
    <edge id="r1" to="v" from="p">
      <type xlink:href="http://www.gupro.de/GXL/examples/schema/gxl/simpleExample/simpleExampleSchema.gxl#Ref" xlink:type=" simple"/>
      <attr name=" line">
        <int> 127</int>
      </attr>
    </edge>
    <edge id="r2" to="w" from="q">
      <type xlink:href="http://www.gupro.de/GXL/examples/schema/gxl/simpleExample/simpleExampleSchema.gxl#Ref" xlink:type=" simple"/>
      <attr name=" line">
        <int> 27</int>
      </attr>
    </edge>
    <edge id="c" to="q" from="p">
      <type xlink:href="http://www.gupro.de/GXL/examples/schema/gxl/simpleExample/simpleExampleSchema.gxl#Call" xlink:type=" simple"/>
      <attr name=" line">
        <int> 42</int>
      </attr>
    </edge>
  </graph>
</gxl>