-
Notifications
You must be signed in to change notification settings - Fork 2
/
root-objects2.uxf
146 lines (146 loc) · 3.02 KB
/
root-objects2.uxf
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="14.2">
<zoom_level>10</zoom_level>
<element>
<id>UMLClass</id>
<coordinates>
<x>240</x>
<y>20</y>
<w>270</w>
<h>110</h>
</coordinates>
<panel_attributes>Contract
--
contract_id bigint pk
name varchar(255)
primary key (contract_id)
currency varchar(3)
amount numeric(19,2)
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>120</x>
<y>120</y>
<w>180</w>
<h>90</h>
</coordinates>
<panel_attributes>lt=<-
</panel_attributes>
<additional_attributes>160.0;10.0;10.0;70.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>30</x>
<y>190</y>
<w>180</w>
<h>160</h>
</coordinates>
<panel_attributes>Delivery
--
delivery_id bigint pk
date timestamp
location varchar(255)
contract_id bigint fk</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>400</x>
<y>120</y>
<w>200</w>
<h>90</h>
</coordinates>
<panel_attributes>lt=<-
</panel_attributes>
<additional_attributes>10.0;10.0;180.0;70.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>530</x>
<y>190</y>
<w>180</w>
<h>160</h>
</coordinates>
<panel_attributes>LineItem
--
lineitem_id bigint pk
quantity integer
contract_id bigint fk
product_id bigint fk</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>530</x>
<y>430</y>
<w>190</w>
<h>140</h>
</coordinates>
<panel_attributes>Product
--
product_id bigint pk
name varchar(255)
currency varchar(3)
amount numeric(19,2)</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>610</x>
<y>340</y>
<w>30</w>
<h>110</h>
</coordinates>
<panel_attributes>lt=<-
</panel_attributes>
<additional_attributes>10.0;90.0;10.0;10.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>280</x>
<y>190</y>
<w>180</w>
<h>160</h>
</coordinates>
<panel_attributes>DeliveryLineItem
--
contract_id bigint fk
delivery_id bigint fk
lineitem_id bigint fk
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>200</x>
<y>240</y>
<w>100</w>
<h>40</h>
</coordinates>
<panel_attributes>lt=<-
</panel_attributes>
<additional_attributes>10.0;20.0;80.0;20.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>450</x>
<y>240</y>
<w>100</w>
<h>40</h>
</coordinates>
<panel_attributes>lt=<-
</panel_attributes>
<additional_attributes>80.0;20.0;10.0;20.0</additional_attributes>
</element>
</diagram>