Merge "Updated champ-lib to use the correct logger"
[aai/champ.git] / champ-lib / champ-core / src / test / resources / import-test2.graphml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
4         <key id="d0" for="node" attr.name="student" attr.type="boolean"/>
5         <key id="d1" for="node" attr.name="worth" attr.type="long"/>
6         <key id="d2" for="node" attr.name="age" attr.type="int"/>
7         <key id="d3" for="node" attr.name="height" attr.type="float"/>
8         <key id="d4" for="node" attr.name="weight" attr.type="double"/>
9         <key id="d5" for="node" attr.name="favoriteColor" attr.type="string">
10                 <default>green</default>
11         </key>
12         <key id="d6" for="node" attr.name="name" attr.type="string"/>
13         <key id="d7" for="edge" attr.name="at" attr.type="long"/>
14         <key id="d8" for="node" attr.name="type" attr.type="string"/>
15         <key id="d9" for="edge" attr.name="type" attr.type="string"/>
16         <key id="d10" for="test" attr.name="name" attr.type="string">
17                 <default>abc</default>
18         </key>  
19         <key id="d11" for="edge" attr.name="favoriteColor" attr.type="string">
20                 <default>green</default>
21         </key>
22         <graph id="unit-test" edgedefault="directed">
23                 <edge id="e0" source="n0" target="n2">
24                         <data key="d7">12348234</data>
25                         <data key="d9">Dog</data>
26                 </edge>
27                 <test id="test" />
28         </graph>
29 </graphml>