This is an old revision of the document!
removeParticipant(ident id, ident studentId) { assume exists //exams/exam[id]/results/participant[studentId]; # implies the exam exists, which is implicitly true anyway remove //exams/exam[id]/results/participant[studentId]; } # roles: examiner[id]