set Data Type

A setlist consists of different (at least one) sets. Sets can either be sets as defined in the Guidelines or encores.

Namespace
(Default)
Properties
name data type type namespace min/max occurs constraints description
encore int attribute 0/1   if the set is an encore, this is the number of the encore, starting with 1 for the first encore, 2 for the second and so on.
name string attribute 0/1   the description/name of the set. E.g. "Acoustic set" or "Paul McCartney solo"
song song element 1/unbounded required this set's songs

Example

<s----- encore="..." name="...">
  <song name="Yesterday" tape="false">
    <with disambiguation="John, Paul, George and Ringo" mbid="b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d" name="The Beatles" sortName="Beatles, The" tmid="735610">
      <url>https://www.setlist.fm/setlists/the-beatles-23d6a88b.html</url>
    </with>
    <cover disambiguation="John, Paul, George and Ringo" mbid="b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d" name="The Beatles" sortName="Beatles, The" tmid="735610">
      <url>https://www.setlist.fm/setlists/the-beatles-23d6a88b.html</url>
    </cover>
    <info>...</info>
  </song>
</s----->