aboutsummaryrefslogtreecommitdiff
path: root/tests/shadow/conf/tgen.server.graphml.xml
blob: 49758d6d2edce55ad85c594ecd2f84682d91dc9e (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">80</data>
    </node>
  </graph>
</graphml>