46 lines
1.3 KiB
XML
46 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<MusicBandsWrapper>
|
|
<bands>
|
|
<MusicBand>
|
|
<name>Queen</name>
|
|
<genre>ROCK</genre>
|
|
<coordinates>
|
|
<x>500</x>
|
|
<y>600</y>
|
|
</coordinates>
|
|
<numberOfParticipants>4</numberOfParticipants>
|
|
<singlesCount>40</singlesCount>
|
|
<albumsCount>15</albumsCount>
|
|
<establishmentDate>1970-06-27T10:00:00+03:00</establishmentDate>
|
|
<description>British rock band</description>
|
|
<bestAlbum>
|
|
<name>A Night at the Opera</name>
|
|
<tracks>12</tracks>
|
|
</bestAlbum>
|
|
<frontMan>
|
|
<name>Freddie Mercury</name>
|
|
<eyeColor>BROWN</eyeColor>
|
|
<hairColor>BROWN</hairColor>
|
|
<height>177.0</height>
|
|
<nationality>THAILAND</nationality>
|
|
</frontMan>
|
|
</MusicBand>
|
|
<MusicBand>
|
|
<name>Led Zeppelin</name>
|
|
<genre>ROCK</genre>
|
|
<coordinates>
|
|
<x>700</x>
|
|
<y>800</y>
|
|
</coordinates>
|
|
<numberOfParticipants>4</numberOfParticipants>
|
|
<singlesCount>25</singlesCount>
|
|
<albumsCount>9</albumsCount>
|
|
<establishmentDate>1968-09-07T11:00:00+03:00</establishmentDate>
|
|
<description>English rock band</description>
|
|
<bestAlbum>
|
|
<name>Led Zeppelin IV</name>
|
|
<tracks>8</tracks>
|
|
</bestAlbum>
|
|
</MusicBand>
|
|
</bands>
|
|
</MusicBandsWrapper> |