Mercurial > repos > bernhardlutz > graphconverter
comparison neu.xgmml @ 0:fe01a054a6b2 draft
Uploaded
author | bernhardlutz |
---|---|
date | Fri, 28 Feb 2014 08:57:44 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:fe01a054a6b2 |
---|---|
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
2 <graph directed="1" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.cs.rpi.edu/XGMML"> | |
3 <att name="selected" value="1" type="boolean" /> | |
4 <att name="name" value="xgmml" type="string"/> | |
5 <att name="shared name" value="xgmml" type="string"/> | |
6 | |
7 <node id="1" label="A"> | |
8 <att name="weiteresAttribut" value="42" type="string" /> | |
9 <att name="id" value="1" type="string" /> | |
10 </node> | |
11 <node id="2" label="B"> | |
12 <att name="weiteresAttribut" value="43" type="string" /> | |
13 <att name="id" value="2" type="string" /> | |
14 </node> | |
15 <node id="3" label="C"> | |
16 <att name="weiteresAttribut" value="44" type="string" /> | |
17 <att name="id" value="3" type="string" /> | |
18 </node> | |
19 <edge source="1" target="2"> | |
20 <att name="label" value="Kante AB" type="string" /> | |
21 </edge> | |
22 <edge source="2" target="3"> | |
23 <att name="label" value="Kante BC" type="string" /> | |
24 </edge> | |
25 <edge source="3" target="1"> | |
26 <att name="label" value="Kante CA" type="string" /> | |
27 </edge> | |
28 </graph> |