-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUML.drawio
71 lines (71 loc) · 5.04 KB
/
UML.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
59
60
61
62
63
64
65
66
67
68
69
70
71
<mxfile host="b82a0fd1-d282-4119-8dbe-438c7a121148" modified="2020-08-26T21:05:55.298Z" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.47.3 Chrome/78.0.3904.130 Electron/7.3.2 Safari/537.36" etag="gl8cLay7Z0vgJhVdLPuX" version="13.1.3">
<diagram id="6hGFLwfOUW9BJ-s0fimq" name="Page-1">
<mxGraphModel dx="488" dy="401" 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="5" value="employees" style="swimlane;" parent="1" vertex="1">
<mxGeometry x="40" y="15" width="200" height="505" as="geometry">
<mxRectangle x="40" y="40" width="60" height="23" as="alternateBounds"/>
</mxGeometry>
</mxCell>
<mxCell id="7" value="employee_ID" style="rounded=0;whiteSpace=wrap;html=1;" parent="5" vertex="1">
<mxGeometry y="25" width="200" height="35" as="geometry"/>
</mxCell>
<mxCell id="8" value="employee_name" style="rounded=0;whiteSpace=wrap;html=1;" parent="5" vertex="1">
<mxGeometry y="65" width="200" height="35" as="geometry"/>
</mxCell>
<mxCell id="9" value="employee_lastName" style="rounded=0;whiteSpace=wrap;html=1;" parent="5" vertex="1">
<mxGeometry y="105" width="200" height="35" as="geometry"/>
</mxCell>
<mxCell id="10" value="email" style="rounded=0;whiteSpace=wrap;html=1;" parent="5" vertex="1">
<mxGeometry y="142.5" width="200" height="37.5" as="geometry"/>
</mxCell>
<mxCell id="11" value="gender" style="rounded=0;whiteSpace=wrap;html=1;" parent="5" vertex="1">
<mxGeometry y="185" width="200" height="37.5" as="geometry"/>
</mxCell>
<mxCell id="12" value="age" style="rounded=0;whiteSpace=wrap;html=1;" parent="5" vertex="1">
<mxGeometry y="222.5" width="200" height="37.5" as="geometry"/>
</mxCell>
<mxCell id="13" value="streetAddress" style="rounded=0;whiteSpace=wrap;html=1;" parent="5" vertex="1">
<mxGeometry y="265" width="200" height="37.5" as="geometry"/>
</mxCell>
<mxCell id="14" value="city" style="rounded=0;whiteSpace=wrap;html=1;" parent="5" vertex="1">
<mxGeometry y="302.5" width="200" height="37.5" as="geometry"/>
</mxCell>
<mxCell id="15" value="country_state" style="rounded=0;whiteSpace=wrap;html=1;" parent="5" vertex="1">
<mxGeometry y="345" width="200" height="37.5" as="geometry"/>
</mxCell>
<mxCell id="16" value="postalCode" style="rounded=0;whiteSpace=wrap;html=1;" parent="5" vertex="1">
<mxGeometry y="382.5" width="200" height="37.5" as="geometry"/>
</mxCell>
<mxCell id="17" value="phoneNumber" style="rounded=0;whiteSpace=wrap;html=1;" parent="5" vertex="1">
<mxGeometry y="425" width="200" height="37.5" as="geometry"/>
</mxCell>
<mxCell id="18" value="photo" style="rounded=0;whiteSpace=wrap;html=1;" parent="5" vertex="1">
<mxGeometry y="462.5" width="200" height="37.5" as="geometry"/>
</mxCell>
<mxCell id="20" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;" parent="1" source="6" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="540" y="60" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="6" value="users" style="swimlane;" parent="1" vertex="1">
<mxGeometry x="440" y="60" width="200" height="180" as="geometry"/>
</mxCell>
<mxCell id="19" value="user_ID" style="rounded=0;whiteSpace=wrap;html=1;" parent="6" vertex="1">
<mxGeometry y="22.5" width="200" height="37.5" as="geometry"/>
</mxCell>
<mxCell id="21" value="user_name" style="rounded=0;whiteSpace=wrap;html=1;" parent="6" vertex="1">
<mxGeometry y="60" width="200" height="37.5" as="geometry"/>
</mxCell>
<mxCell id="22" value="user_password" style="rounded=0;whiteSpace=wrap;html=1;" parent="6" vertex="1">
<mxGeometry y="97.5" width="200" height="37.5" as="geometry"/>
</mxCell>
<mxCell id="23" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="6" vertex="1">
<mxGeometry y="142.5" width="200" height="37.5" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>