Added test for ERD subclassing notation
[erd-marker.git] / spec / fixtures / single_box_self_loop_erd.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?><Drawing
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 name="Untitled" mark="4.5">
4
5 <box id="3" name="Course" mark="0.0">
6 <location x="91.0" y="235.0"/>
7 <size width="80.0" height="40.0"/>
8 <comment></comment>
9 </box>
10
11 <selfLink id="5" mark="0.0">
12 <moveableName name="AssociatedWith">
13 <point x="71.0" y="200.0"/>
14 </moveableName>
15 <converseName name="converseName"/>
16 <box1 id="3"/>
17 <box2 id="3"/>
18 <cornerNo value="1"/>
19 <bendPoints>
20 <point x="91.0" y="235.0"/>
21 <point x="71.0" y="220.0"/>
22 <point x="91.0" y="235.0"/>
23 </bendPoints>
24 <midMoved value="false"/>
25 <box1EndAdornments blob="Closed" crowsfoot="Yes"/>
26 <box2EndAdornments blob="Open" crowsfoot="No"/>
27 <comment></comment>
28 </selfLink>
29
30 </Drawing>