Updated XSD files
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / userNotificationEvent.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/vortex/userNotificationEvent.xsd">
3 <import>
4 <event>
5 <name>following</name>
6 <objecttype>com.woltlab.wcf.user.follow</objecttype>
7 <classname>wcf\system\user\notification\event\UserFollowFollowingUserNotificationEvent</classname>
8 </event>
9
10 <event>
11 <name>comment</name>
12 <objecttype>com.woltlab.wcf.user.profileComment.notification</objecttype>
13 <classname>wcf\system\user\notification\event\UserProfileCommentUserNotificationEvent</classname>
14 <preset>1</preset>
15 <options>module_user_profile_wall</options>
16 </event>
17 <event>
18 <name>commentResponse</name>
19 <objecttype>com.woltlab.wcf.user.profileComment.response.notification</objecttype>
20 <classname>wcf\system\user\notification\event\UserProfileCommentResponseUserNotificationEvent</classname>
21 <preset>1</preset>
22 <options>module_user_profile_wall</options>
23 </event>
24 <event>
25 <name>commentResponseOwner</name>
26 <objecttype>com.woltlab.wcf.user.profileComment.response.notification</objecttype>
27 <classname>wcf\system\user\notification\event\UserProfileCommentResponseOwnerUserNotificationEvent</classname>
28 <preset>1</preset>
29 <options>module_user_profile_wall</options>
30 </event>
31
32 <event>
33 <name>like</name>
34 <objecttype>com.woltlab.wcf.user.profileComment.like.notification</objecttype>
35 <classname>wcf\system\user\notification\event\UserProfileCommentLikeUserNotificationEvent</classname>
36 <preset>1</preset>
37 <options>module_like</options>
38 </event>
39 <event>
40 <name>like</name>
41 <objecttype>com.woltlab.wcf.user.profileComment.response.like.notification</objecttype>
42 <classname>wcf\system\user\notification\event\UserProfileCommentResponseLikeUserNotificationEvent</classname>
43 <preset>1</preset>
44 <options>module_like</options>
45 </event>
46
47 <event>
48 <name>comment</name>
49 <objecttype>com.woltlab.wcf.moderation.queue.notification</objecttype>
50 <classname>wcf\system\user\notification\event\ModerationQueueCommentUserNotificationEvent</classname>
51 <preset>1</preset>
52 <permissions>mod.general.canUseModeration</permissions>
53 </event>
54 <event>
55 <name>commentResponse</name>
56 <objecttype>com.woltlab.wcf.moderation.queue.response.notification</objecttype>
57 <classname>wcf\system\user\notification\event\ModerationQueueCommentResponseUserNotificationEvent</classname>
58 <preset>1</preset>
59 <permissions>mod.general.canUseModeration</permissions>
60 </event>
61 </import>
62 </data>