forked from 2martens/com.woltlab.wcf.user
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobjectTypeDefinition.xml
24 lines (21 loc) · 1014 Bytes
/
objectTypeDefinition.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<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/maelstrom/object-type-definition.xsd">
<import>
<definition>
<name>com.woltlab.wcf.user.profileEditableContent</name>
<interfacename>wcf\system\user\profile\editable\content\IUserProfileEditableContent</interfacename>
</definition>
<definition>
<name>com.woltlab.wcf.user.recentActivityEvent</name>
<interfacename>wcf\system\user\activity\event\IUserActivityEvent</interfacename>
</definition>
<definition>
<name>com.woltlab.wcf.notification.notificationType</name>
<interfacename>wcf\system\user\notification\type\IUserNotificationType</interfacename>
</definition>
<definition>
<name>com.woltlab.wcf.notification.objectType</name>
<interfacename>wcf\system\user\notification\object\type\IUserNotificationObjectType</interfacename>
</definition>
</import>
</data>