view test.xgmml @ 0:fe01a054a6b2 draft

Uploaded
author bernhardlutz
date Fri, 28 Feb 2014 08:57:44 -0500
parents
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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">
<att name="selected" value="1" type="boolean" />
<att name="name" value="MyGraph" type="string"/>
<att name="shared name" value="MyGraph" type="string"/>

<node id="0" label="Word">
<att name="id" value="0" type="string" />
</node>
<node id="1" label="Hello">
<att name="id" value="1" type="string" />
</node>
<edge source="1" target="0">
<att name="id" value="0" type="string" />
</edge>
</graph>