Загрузка данных


<mxGraphModel dx="1422" dy="762" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
  <root>
    <mxCell id="0" />
    <mxCell id="1" parent="0" />
    <mxCell id="dept" value="Отдел&#10;--&#10;+ id: int&#10;+ название: String" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=50;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=1;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
      <mxGeometry x="320" y="40" width="160" height="90" as="geometry" />
    </mxCell>
    <mxCell id="emp" value="Работник&#10;--&#10;+ id: int&#10;+ фамилия: String&#10;+ имя: String&#10;+ датаРождения: Date&#10;+ email: String" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=50;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=1;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
      <mxGeometry x="40" y="240" width="180" height="150" as="geometry" />
    </mxCell>
    <mxCell id="contract" value="Контракт&#10;--&#10;+ id: int&#10;+ типКонтракта: String&#10;+ датаНачала: Date&#10;+ датаОкончания: Date&#10;+ оплата: Decimal" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=50;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=1;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
      <mxGeometry x="520" y="240" width="180" height="150" as="geometry" />
    </mxCell>
    <mxCell id="project" value="Проект&#10;--&#10;+ id: int&#10;+ название: String&#10;+ датаНачала: Date&#10;+ датаОкончания: Date" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=50;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=1;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
      <mxGeometry x="320" y="480" width="180" height="130" as="geometry" />
    </mxCell>
    <mxCell id="link1" value="" style="endArrow=none;html=1;rounded=0;exitX=0.5;exitY=0;entryX=0;entryY=0.5;edgeStyle=orthogonalEdgeStyle;" edge="1" parent="1" source="emp" target="dept">
      <mxGeometry width="50" height="50" relative="1" as="geometry" />
    </mxCell>
    <mxCell id="l1_multi" value="* 1" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" vertex="1" connectable="0" parent="link1">
      <mxGeometry x="-0.8" y="0" relative="1" as="geometry">
        <mxPoint x="30" y="10" as="offset" />
      </mxGeometry>
    </mxCell>
    <mxCell id="link2" value="" style="endArrow=none;html=1;rounded=0;exitX=1;exitY=0.5;entryX=0;entryY=0.5;" edge="1" parent="1" source="emp" target="contract">
      <mxGeometry width="50" height="50" relative="1" as="geometry" />
    </mxCell>
    <mxCell id="l2_multi" value="1 1..*" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" vertex="1" connectable="0" parent="link2">
      <mxGeometry x="-0.1" y="0" relative="1" as="geometry">
        <mxPoint x="0" y="-10" as="offset" />
      </mxGeometry>
    </mxCell>
    <mxCell id="link3" value="" style="endArrow=none;html=1;rounded=0;exitX=0.5;exitY=1;entryX=0;entryY=0.5;edgeStyle=orthogonalEdgeStyle;" edge="1" parent="1" source="emp" target="project">
      <mxGeometry width="50" height="50" relative="1" as="geometry" />
    </mxCell>
    <mxCell id="l3_multi" value="* *" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" vertex="1" connectable="0" parent="link3">
      <mxGeometry x="-0.5" y="0" relative="1" as="geometry">
        <mxPoint x="10" y="20" as="offset" />
      </mxGeometry>
    </mxCell>
  </root>
</mxGraphModel>