Advertisement
Guest User

test.graphml

a guest
Feb 29th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.94 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
  3.   <!--Created by yFiles for Java 2.8-->
  4.   <key for="graphml" id="d0" yfiles.type="resources"/>
  5.   <key for="port" id="d1" yfiles.type="portgraphics"/>
  6.   <key for="port" id="d2" yfiles.type="portgeometry"/>
  7.   <key for="port" id="d3" yfiles.type="portuserdata"/>
  8.   <key attr.name="url" attr.type="string" for="node" id="d4"/>
  9.   <key attr.name="description" attr.type="string" for="node" id="d5"/>
  10.   <key for="node" id="d6" yfiles.type="nodegraphics"/>
  11.   <key attr.name="Description" attr.type="string" for="graph" id="d7"/>
  12.   <key attr.name="url" attr.type="string" for="edge" id="d8"/>
  13.   <key attr.name="description" attr.type="string" for="edge" id="d9"/>
  14.   <key for="edge" id="d10" yfiles.type="edgegraphics"/>
  15.   <graph edgedefault="directed" id="G">
  16.     <data key="d7"/>
  17.     <node id="n0">
  18.       <data key="d5"/>
  19.       <data key="d6">
  20.         <y:ShapeNode>
  21.           <y:Geometry height="60.0" width="60.0" x="367.0" y="353.0"/>
  22.           <y:Fill color="#FFCC00" transparent="false"/>
  23.           <y:BorderStyle color="#000000" type="line" width="1.0"/>
  24.           <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="28.43359375" x="15.783203125" y="21.015625">One</y:NodeLabel>
  25.           <y:Shape type="octagon"/>
  26.         </y:ShapeNode>
  27.       </data>
  28.     </node>
  29.     <node id="n1">
  30.       <data key="d5"/>
  31.       <data key="d6">
  32.         <y:ShapeNode>
  33.           <y:Geometry height="60.0" width="60.0" x="616.0" y="374.0"/>
  34.           <y:Fill color="#FFCC00" transparent="false"/>
  35.           <y:BorderStyle color="#000000" type="line" width="1.0"/>
  36.           <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="28.486328125" x="15.7568359375" y="21.015625">Two</y:NodeLabel>
  37.           <y:Shape type="ellipse"/>
  38.         </y:ShapeNode>
  39.       </data>
  40.     </node>
  41.     <edge id="e0" source="n0" target="n1">
  42.       <data key="d10">
  43.         <y:PolyLineEdge>
  44.           <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  45.           <y:LineStyle color="#000000" type="line" width="1.0"/>
  46.           <y:Arrows source="none" target="standard"/>
  47.           <y:BendStyle smoothed="false"/>
  48.         </y:PolyLineEdge>
  49.       </data>
  50.     </edge>
  51.   </graph>
  52.   <data key="d0">
  53.     <y:Resources/>
  54.   </data>
  55. </graphml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement