summaryrefslogtreecommitdiff
path: root/RGens/data/seniordesign/dbdata.gram
blob: 58143adf446810cf34e546dfac2e3b5f356f9b81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[user-role] student
	student
	student
	student
	student
	tutor
	tutor
	tutor
	tutor
	staff
	staff
	staff
	admin
	admin
	sysadmin

[user+idno] 800 [idno-chain]
	700 [idno-chain]

[idno-chain] [digit] [digit] [digit] [digit] [digit]

[sd-user] User (role: ' [user-role] ' ; id: ' [user+idno] ' ; realname : ' [full-name-and-title] ' ; email: ' [email] ' )

[sd-pmsg] recipient: [full-name-and-title] ; nquestions: [small-number] ; questions: [mission-statement]

pragma export-rule [sd-user]
pragma export-rule [sd-pmsg]