Mercurial > repos > bernhardlutz > graphconverter
annotate test.xgmml @ 0:fe01a054a6b2 draft
Uploaded
| author | bernhardlutz |
|---|---|
| date | Fri, 28 Feb 2014 08:57:44 -0500 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 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="MyGraph" type="string"/> | |
| 5 <att name="shared name" value="MyGraph" type="string"/> | |
| 6 | |
| 7 <node id="0" label="Word"> | |
| 8 <att name="id" value="0" type="string" /> | |
| 9 </node> | |
| 10 <node id="1" label="Hello"> | |
| 11 <att name="id" value="1" type="string" /> | |
| 12 </node> | |
| 13 <edge source="1" target="0"> | |
| 14 <att name="id" value="0" type="string" /> | |
| 15 </edge> | |
| 16 </graph> |
