tgen.server.graphml.xml 414 B

12345678
  1. <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">
  2. <key attr.name="serverport" attr.type="string" for="node" id="d0" />
  3. <graph edgedefault="directed">
  4. <node id="start">
  5. <data key="d0">80</data>
  6. </node>
  7. </graph>
  8. </graphml>