In your detail table, in the Master link ID field, you reference "jos81_aparticipants.msid", which references the master table.
msid is in fact a field in the detail table, so if you take out the master table reference, and only use "msid" it will work as expected.
As a side note, all fields do not need to be referenced by the table name, you only need to reference the field name