View | Details | Raw Unified | Return to bug 41351 | Differences between
and this patch

Collapse All | Expand All

(-)schema/ucs-school-import.schema (+24 lines)
 Lines 38-47    Link Here 
38
        DESC 'auxiliary class for teachers'
38
        DESC 'auxiliary class for teachers'
39
        SUP ucsschoolType AUXILIARY )
39
        SUP ucsschoolType AUXILIARY )
40
40
41
ditcontentrule ( univentionSchool:53.1
42
        NAME 'dcrTeacher'
43
        DESC 'Teachers can only additionally be staff.'
44
        AUX univentionSchool:53.4
45
        )
46
41
objectclass ( univentionSchool:53.2 NAME 'ucsschoolStudent'
47
objectclass ( univentionSchool:53.2 NAME 'ucsschoolStudent'
42
        DESC 'auxiliary class for students'
48
        DESC 'auxiliary class for students'
43
        SUP ucsschoolType AUXILIARY )
49
        SUP ucsschoolType AUXILIARY )
44
50
51
ditcontentrule ( univentionSchool:53.2
52
        NAME 'dcrTeacher'
53
        DESC 'Students can only additionally be ExamStudents.'
54
        AUX univentionSchool:53.5
55
        )
56
45
objectclass ( univentionSchool:53.3 NAME 'ucsschoolAdministrator'
57
objectclass ( univentionSchool:53.3 NAME 'ucsschoolAdministrator'
46
        DESC 'auxiliary class for administrators'
58
        DESC 'auxiliary class for administrators'
47
        SUP ucsschoolType AUXILIARY )
59
        SUP ucsschoolType AUXILIARY )
 Lines 50-59    Link Here 
50
        DESC 'auxiliary class for staff users'
62
        DESC 'auxiliary class for staff users'
51
        SUP ucsschoolType AUXILIARY )
63
        SUP ucsschoolType AUXILIARY )
52
64
65
ditcontentrule ( univentionSchool:53.4
66
        NAME 'dcrStaff'
67
        DESC 'Staff can only additionally be teachers.'
68
        AUX univentionSchool:53.1
69
        )
70
53
objectclass ( univentionSchool:53.5 NAME 'ucsschoolExam'
71
objectclass ( univentionSchool:53.5 NAME 'ucsschoolExam'
54
        DESC 'auxiliary class for exam users'
72
        DESC 'auxiliary class for exam users'
55
        SUP ucsschoolType AUXILIARY )
73
        SUP ucsschoolType AUXILIARY )
56
74
75
ditcontentrule ( univentionSchool:53.5
76
        NAME 'dcrTeacher'
77
        DESC 'Only Students can write Exams.'
78
        AUX univentionSchool:53.2
79
        )
80
57
objectclass ( univentionSchool:53.7 NAME 'ucsschoolAdministratorGroup'
81
objectclass ( univentionSchool:53.7 NAME 'ucsschoolAdministratorGroup'
58
        DESC 'auxiliary class for UCS@school admin groups'
82
        DESC 'auxiliary class for UCS@school admin groups'
59
        SUP ucsschoolType AUXILIARY )
83
        SUP ucsschoolType AUXILIARY )

Return to bug 41351