forked from ILIAS-eLearning/ILIAS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathilias_group_3_8.dtd
64 lines (51 loc) · 1.45 KB
/
ilias_group_3_8.dtd
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!-- ilias_user.dtd for ILIAS mail import -->
<!-- For comments refer to our mailing list: [email protected] -->
<!-- $Id: ilias_group_0_1.dtd 8910 2005-10-24 15:50:53 +0200 (Mo, 24 Okt 2005) smeyer $ -->
<!-- GROUP -->
<!-- Added registration as optional due to BC to ILIAS 2 export -->
<!ELEMENT group (title,description,owner?,registration?,admin*,member*,file*,folder*)>
<!-- type is 'open' or 'closed' will be ignored for updates -->
<!ATTLIST group
exportVersion CDATA #REQUIRED
id CDATA #REQUIRED
type CDATA #REQUIRED
>
<!-- TITLE -->
<!ELEMENT title (#PCDATA)>
<!-- DESCRIPTION -->
<!ELEMENT description (#PCDATA)>
<!-- OWNER -->
<!ELEMENT owner EMPTY>
<!ATTLIST owner
id CDATA #REQUIRED
>
<!-- ADMIN -->
<!ELEMENT admin EMPTY>
<!ATTLIST admin
id CDATA #REQUIRED
action (Attach|Detach) #IMPLIED
>
<!-- ADMIN -->
<!ELEMENT member EMPTY>
<!ATTLIST member
id CDATA #REQUIRED
action (Attach|Detach) #IMPLIED
>
<!-- Registration settings -->
<!ELEMENT registration (password?,expiration?)>
<!-- type is 'enabled' 'disabled' or 'password' -->
<!ATTLIST registration
type CDATA #REQUIRED
>
<!-- Password -->
<!ELEMENT password (#PCDATA)>
<!ELEMENT expiration (#PCDATA)>
<!-- FILE stored in objects directory with filename "id" -->
<!ELEMENT file EMPTY>
<!ATTLIST file
id CDATA #REQUIRED
fileName CDATA #REQUIRED>
<!-- FOLDER -->
<!ELEMENT folder (folderTitle,file*,folder*)>
<!-- TITLE -->
<!ELEMENT folderTitle (#PCDATA)>