-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBaggageRepository.xml
96 lines (96 loc) · 2.81 KB
/
BaggageRepository.xml
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
<?xml version="1.0"?>
<BaggageRepository xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Location>Улица Пушкина Дом Колотушника</Location>
<BaggageCells id="0">
<WeightLimit>100</WeightLimit>
<BaggageInside Id="100" OwnerId="228">
<Weight>99</Weight>
<Color>Классный цвет)))</Color>
<Insides>Что-то одно</Insides>
<Insides>Что-то другое</Insides>
<Insides>Шлёпа)</Insides>
</BaggageInside>
</BaggageCells>
<BaggageCells id="1">
<WeightLimit>100</WeightLimit>
<BaggageInside Id="101" OwnerId="228">
<Weight>99</Weight>
<Color>Классный цвет)))</Color>
<Insides>Что-то одно</Insides>
<Insides>Что-то другое</Insides>
<Insides>Шлёпа)</Insides>
</BaggageInside>
</BaggageCells>
<BaggageCells id="2">
<WeightLimit>100</WeightLimit>
<BaggageInside Id="102" OwnerId="228">
<Weight>99</Weight>
<Color>Классный цвет)))</Color>
<Insides>Что-то одно</Insides>
<Insides>Что-то другое</Insides>
<Insides>Шлёпа)</Insides>
</BaggageInside>
</BaggageCells>
<Workers id="0">
<Name>Вася Пупкин</Name>
<Age>22</Age>
<Sex>Man</Sex>
<Profession>Security</Profession>
</Workers>
<Workers id="1">
<Name>Вера Иванова</Name>
<Age>23</Age>
<Sex>Woman</Sex>
<Profession>Cashier</Profession>
</Workers>
<Workers id="2">
<Name>Абоба Абибов</Name>
<Age>24</Age>
<Sex>TransGender</Sex>
<Profession>Security</Profession>
</Workers>
<Visitors id="3">
<Name>1Вася Пупкин1</Name>
<Age>22</Age>
<Sex>Man</Sex>
<Cash>100</Cash>
<Baggage Id="0" OwnerId="3">
<Weight>25</Weight>
<Color>#008800</Color>
<Insides>Ботинок</Insides>
<Insides>Носок</Insides>
</Baggage>
<Aim>Give</Aim>
<Days>10</Days>
</Visitors>
<Visitors id="4">
<Name>2Вера Иванова2</Name>
<Age>23</Age>
<Sex>Woman</Sex>
<Cash>100</Cash>
<Baggage Id="0" OwnerId="4">
<Weight>25</Weight>
<Color>#008800</Color>
<Insides>Куртка</Insides>
<Insides>Кружка</Insides>
</Baggage>
<Aim>Give</Aim>
<Days>10</Days>
</Visitors>
<Visitors id="5">
<Name>3Абоба Абибов3</Name>
<Age>24</Age>
<Sex>TransGender</Sex>
<Cash>100</Cash>
<Baggage Id="0" OwnerId="5">
<Weight>25</Weight>
<Color>#008800</Color>
<Insides>Ковёр</Insides>
<Insides>Микрофон</Insides>
</Baggage>
<Aim>Give</Aim>
<Days>10</Days>
</Visitors>
<QueueLimit>12345</QueueLimit>
<Profit>1000000</Profit>
</BaggageRepository>