blob: 9fae5eb43a6052b560f4bb34cac5131a60a2c7c3 (
plain)
1
2
3
4
5
6
7
8
|
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
<key attr.name="serverport" attr.type="string" for="node" id="d0" />
<graph edgedefault="directed">
<node id="start">
<data key="d0">8080</data>
</node>
</graph>
</graphml>
|