Mercurial > repos > bernhardlutz > graphconverter
view neu.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="xgmml" type="string"/> <att name="shared name" value="xgmml" type="string"/> <node id="1" label="A"> <att name="weiteresAttribut" value="42" type="string" /> <att name="id" value="1" type="string" /> </node> <node id="2" label="B"> <att name="weiteresAttribut" value="43" type="string" /> <att name="id" value="2" type="string" /> </node> <node id="3" label="C"> <att name="weiteresAttribut" value="44" type="string" /> <att name="id" value="3" type="string" /> </node> <edge source="1" target="2"> <att name="label" value="Kante AB" type="string" /> </edge> <edge source="2" target="3"> <att name="label" value="Kante BC" type="string" /> </edge> <edge source="3" target="1"> <att name="label" value="Kante CA" type="string" /> </edge> </graph>