blob: a205cbd180106ea57a8415527684ca3e5280c31b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<gmfgraph:Canvas xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:gmfgraph="http://www.eclipse.org/gmf/2005/GraphicalDefinition">
<figures
name="SharedGallery">
<figures
xsi:type="gmfgraph:Rectangle"
name="SameNamedRectangleFigure">
<referencingElements
xsi:type="gmfgraph:Node"
href="test_linked.gmfgraph#SameNameRectangleNode"/>
</figures>
<figures
xsi:type="gmfgraph:RoundedRectangle"
name="RoundedFigure">
<children
xsi:type="gmfgraph:Ellipse"
name="RoundedEllipseFigure">
<children
xsi:type="gmfgraph:Label"
name="RoundedEllipseLabelFigure">
<referencingElements
xsi:type="gmfgraph:DiagramLabel"
href="test_linked.gmfgraph#RoundedEllipseLabel"/>
</children>
</children>
</figures>
<figures
xsi:type="gmfgraph:CustomFigure"
name="CustomFigure">
<children
xsi:type="gmfgraph:CustomConnection"
name="CustomConnectionFigure"
qualifiedClassName="org.eclipse.gmf.tests.CustomConnectionTestFigure"/>
<customChildren
accessor="getExternalFigure"
typedFigure="CustomDecorationFigure">
<referencingElements
xsi:type="gmfgraph:Compartment"
href="test_linked.gmfgraph#ExternalCompartment"/>
</customChildren>
<customChildren
accessor="getInternalFigure"
typedFigure="CustomConnectionFigure">
<referencingElements
xsi:type="gmfgraph:Compartment"
href="test_linked.gmfgraph#InternalCompartment"/>
</customChildren>
</figures>
<figures
xsi:type="gmfgraph:CustomDecoration"
name="CustomDecorationFigure"
qualifiedClassName="org.eclipse.gmf.tests.CustomDecorationTestFigure"/>
</figures>
</gmfgraph:Canvas>