This is an old revision of the document!
createExam(ident id, string title, string date, string time, string location) {
assume not exists //exams/exam[id];
insert //exams
<exam id=[id] title=[title] date=[date] time=[time] location=[location] >
<tasks />
<grades />
<results />
</exam>;
} # roles: admin