gonum.org/v1/gonum@v0.14.0/graph/formats/gexf12/testdata/hierarchy4.gexf (about)

     1  <?xml version="1.0" encoding="UTF-8"?>
     2  <gexf xmlns="http://www.gexf.net/1.2draft"
     3   xmlns:viz="http://www.gexf.net/1.2draft/viz"
     4   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     5   xsi:schemaLocation="http://www.gexf.net/1.2draft
     6                       http://www.gexf.net/1.2draft/gexf.xsd" 
     7   version="1.2">
     8      <meta lastmodifieddate="2009-10-01">
     9          <creator>Gephi.org</creator>
    10          <description>A hierarchy file</description>
    11      </meta>
    12      <graph mode="static" defaultedgetype="directed">
    13          <nodes>
    14            <node id="g" label="frog2" pid="e" />
    15            <node id="a" label="Kevin Bacon" />
    16            <node id="c" label="human1" pid="b" />
    17            <node id="b" label="God" pid="a" />
    18            <node id="e" label="Me" pid="a" />
    19            <node id="d" label="human2" pid="b" />
    20            <node id="f" label="frog1" pid="e" />
    21          </nodes>
    22          <edges>
    23              <edge id="0" source="b" target="e" />
    24              <edge id="1" source="c" target="d" />
    25              <edge id="2" source="g" target="b" />
    26              <edge id="3" source="f" target="a" />
    27          </edges>
    28      </graph>
    29  </gexf>