<?xml version="1.0"?>
<artists>
  <artist>
    <apple_id>Test identifier 1</apple_id>
    <artist_name>Test Track Artist #1</artist_name>
    <roles>
      <role>performer</role>
    </roles>
    <primary>true</primary>
  </artist>
  <artist>
    <apple_id>Test identifier 2</apple_id>
    <artist_name>Test Track Artist #2</artist_name>
    <roles>
      <role>featuring</role>
    </roles>
    <primary>false</primary>
  </artist>
  <artist>
    <apple_id>Test identifier 3</apple_id>
    <artist_name>Test Track Artist #3</artist_name>
    <roles>
      <role>remixer</role>
    </roles>
    <primary>false</primary>
  </artist>
  <artist>
    <artist_name>participant 1</artist_name>
    <roles>
      <role>Costume Designer</role>
    </roles>
    <primary>false</primary>
  </artist>
  <artist>
    <artist_name>participant 1</artist_name>
    <roles>
      <role>Encoder</role>
    </roles>
    <primary>false</primary>
  </artist>
  <artist>
    <artist_name>participant 1</artist_name>
    <roles>
      <role>Narrator</role>
    </roles>
    <primary>false</primary>
  </artist>
  <artist>
    <artist_name>participant 1</artist_name>
    <roles>
      <role>Mixing Engineer</role>
    </roles>
    <primary>false</primary>
  </artist>
  <artist>
    <apple_id>123456</apple_id>
    <artist_name>participant 2</artist_name>
    <roles>
      <role>An Apple Role</role>
    </roles>
    <primary>false</primary>
  </artist>
  <artist>
    <apple_id>123456</apple_id>
    <artist_name>participant 2</artist_name>
    <roles>
      <role>Narrator</role>
    </roles>
    <primary>false</primary>
  </artist>
</artists>
