-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMusicBand.xml
More file actions
52 lines (51 loc) · 2.11 KB
/
Copy pathMusicBand.xml
File metadata and controls
52 lines (51 loc) · 2.11 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
<?xml version="1.0" encoding="UTF-8"?>
<ListMusicBand>
<MusicBand>
<id>1</id>
<name>Король и Шут</name>
<coordinates>
<x>1</x>
<y>2</y>
</coordinates>
<creationDate>2018-11-11</creationDate>
<numberOfParticipants>5</numberOfParticipants>
<description>«Король и Шут» (сокращённо «КиШ») — советская и российская хоррор-панк-группа из Санкт-Петербурга. Группа была образована в Ленинграде в 1988 году.</description>
<establishmentDate>01.01.1988</establishmentDate>
<genre>PUNK_ROCK</genre>
<studio>
<address>Санкт-Петербург</address>
</studio>
</MusicBand>
<MusicBand>
<id>2</id>
<name>Ленинград</name>
<coordinates>
<x>3.0</x>
<y>4</y>
</coordinates>
<creationDate>2023-01-11</creationDate>
<numberOfParticipants>16</numberOfParticipants>
<description>Российская музыкальная группа из Санкт-Петербурга, созданная Сергеем Шнуровым.</description>
<establishmentDate>09.01.1997</establishmentDate>
<genre>PROGRESSIVE_ROCK</genre>
<studio>
<address>Санкт-Петербург</address>
</studio>
</MusicBand>
<MusicBand>
<id>3</id>
<name>Сплин</name>
<coordinates>
<x>14.5</x>
<y>4</y>
</coordinates>
<creationDate>2023-02-19</creationDate>
<numberOfParticipants>14</numberOfParticipants>
<description>Российская рок-группа из Санкт-Петербурга. Бессменный лидер - Александр Васильев.</description>
<establishmentDate>27.05.1994</establishmentDate>
<genre>PROGRESSIVE_ROCK</genre>
<studio>
<address>Санкт-Петербург</address>
</studio>
</MusicBand>
</ListMusicBand>