-
Notifications
You must be signed in to change notification settings - Fork 0
/
MLD.drawio
58 lines (58 loc) · 6.1 KB
/
MLD.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<mxfile host="65bd71144e">
<diagram name="Page-1" id="IbcUZIkJmaiZEJpv5Uvd">
<mxGraphModel dx="218" dy="607" 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="WFWWxmBKdN-zpmUmamkJ-1" value="events" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="110" y="170" width="140" height="90" as="geometry"/>
</mxCell>
<mxCell id="WFWWxmBKdN-zpmUmamkJ-2" value="id" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="WFWWxmBKdN-zpmUmamkJ-1" vertex="1">
<mxGeometry y="30" width="140" height="30" as="geometry"/>
</mxCell>
<mxCell id="WFWWxmBKdN-zpmUmamkJ-3" value="begin_date" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="WFWWxmBKdN-zpmUmamkJ-1" vertex="1">
<mxGeometry y="60" width="140" height="30" as="geometry"/>
</mxCell>
<mxCell id="WFWWxmBKdN-zpmUmamkJ-5" value="attendees" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="500" y="170" width="140" height="120" as="geometry"/>
</mxCell>
<mxCell id="WFWWxmBKdN-zpmUmamkJ-6" value="id" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="WFWWxmBKdN-zpmUmamkJ-5" vertex="1">
<mxGeometry y="30" width="140" height="30" as="geometry"/>
</mxCell>
<mxCell id="WFWWxmBKdN-zpmUmamkJ-7" value="first_name" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="WFWWxmBKdN-zpmUmamkJ-5" vertex="1">
<mxGeometry y="60" width="140" height="30" as="geometry"/>
</mxCell>
<mxCell id="WFWWxmBKdN-zpmUmamkJ-8" value="last_name" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="WFWWxmBKdN-zpmUmamkJ-5" vertex="1">
<mxGeometry y="90" width="140" height="30" as="geometry"/>
</mxCell>
<mxCell id="WFWWxmBKdN-zpmUmamkJ-10" value="0.N" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="260" y="190" width="60" height="30" as="geometry"/>
</mxCell>
<mxCell id="WFWWxmBKdN-zpmUmamkJ-14" value="registrations" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
<mxGeometry x="330" y="170" width="90" height="90" as="geometry"/>
</mxCell>
<mxCell id="WFWWxmBKdN-zpmUmamkJ-15" value="event_id" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="WFWWxmBKdN-zpmUmamkJ-14" vertex="1">
<mxGeometry y="30" width="90" height="30" as="geometry"/>
</mxCell>
<mxCell id="WFWWxmBKdN-zpmUmamkJ-16" value="attendee_id" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" parent="WFWWxmBKdN-zpmUmamkJ-14" vertex="1">
<mxGeometry y="60" width="90" height="30" as="geometry"/>
</mxCell>
<mxCell id="WFWWxmBKdN-zpmUmamkJ-18" value="" style="endArrow=classic;html=1;rounded=0;exitX=1.028;exitY=0.033;exitDx=0;exitDy=0;exitPerimeter=0;entryX=-0.056;entryY=0.033;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="WFWWxmBKdN-zpmUmamkJ-3" target="WFWWxmBKdN-zpmUmamkJ-16" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="260" y="240" as="sourcePoint"/>
<mxPoint x="320" y="231" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="WFWWxmBKdN-zpmUmamkJ-20" value="" style="endArrow=classic;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="500" y="230" as="sourcePoint"/>
<mxPoint x="420" y="230" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="WFWWxmBKdN-zpmUmamkJ-21" value="1.N" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="440" y="200" width="40" height="20" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>