-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabaseER.uxf
More file actions
82 lines (82 loc) · 1.59 KB
/
databaseER.uxf
File metadata and controls
82 lines (82 loc) · 1.59 KB
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
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="14.3.0">
<zoom_level>10</zoom_level>
<element>
<id>UMLClass</id>
<coordinates>
<x>420</x>
<y>330</y>
<w>210</w>
<h>140</h>
</coordinates>
<panel_attributes>_Booking_
--
bookingId{PK}
clientId{FK}
personalTrainerId{FK}
date
time
duration
focus</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>20</x>
<y>330</y>
<w>210</w>
<h>70</h>
</coordinates>
<panel_attributes>_Client_
--
clientId{PK}
clientName</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>830</x>
<y>330</y>
<w>210</w>
<h>90</h>
</coordinates>
<panel_attributes>_Personal Trainer_
--
personalTrainerId{PK}
personalTrainerName
specialism/s</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>220</x>
<y>340</y>
<w>220</w>
<h>50</h>
</coordinates>
<panel_attributes>lt=-
m1=1..1
m2=0..*
books ->
<- contains</panel_attributes>
<additional_attributes>10.0;20.0;200.0;20.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>620</x>
<y>340</y>
<w>230</w>
<h>50</h>
</coordinates>
<panel_attributes>lt=-
m1=0..*
m2=1..1
managed by ->
<- manages </panel_attributes>
<additional_attributes>10.0;20.0;210.0;20.0</additional_attributes>
</element>
</diagram>