-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg-spec.xml
114 lines (93 loc) · 4.12 KB
/
org-spec.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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://moise.sourceforge.net/xml/os.xsl" type="text/xsl" ?>
<organisational-specification
id="wp"
os-version="0.8"
xmlns='http://moise.sourceforge.net/os'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://moise.sourceforge.net/os
http://moise.sourceforge.net/xml/os.xsd' >
<structural-specification>
<role-definitions>
<role id="author" />
<role id="writer"> <extends role="author"/> </role>
<role id="editor"> <extends role="author"/> </role>
</role-definitions>
<group-specification id="wpgroup" >
<roles>
<role id="writer" min="1" max="5" />
<role id="editor" min="1" max="1" />
</roles>
<links>
<link from="writer" to="editor" type="acquaintance"
scope="intra-group" bi-dir="false"/>
<link from="editor" to="writer" type="authority"
scope="intra-group" bi-dir="false"/>
<link from="author" to="author" type="communication"
scope="intra-group" bi-dir="false"/>
</links>
<formation-constraints>
<compatibility from="editor" to="writer" type="compatibility"
scope="intra-group"
bi-dir="true"/>
</formation-constraints>
</group-specification>
</structural-specification>
<functional-specification>
<scheme id="writePaperSch" >
<goal id="wp" ttf="5 seconds">
<plan operator="sequence" >
<goal id="fdv" ds="First Draft Version">
<plan operator="sequence">
<goal id="wtitle" ttf="1 day" ds="Write a title"/>
<goal id="wabs" ttf="1 day" ds="Write an abstract"/>
<goal id="wsectitles" ttf="1 day" ds="Write the sections' title" />
</plan>
</goal>
<goal id="sv" ds="Submission Version">
<plan operator="sequence">
<goal id="wsecs" ttf="7 days" ds="Write sections"/>
<goal id="finish" ds="Finish paper">
<plan operator="parallel">
<goal id="wconc" ttf="1 day" ds="Write a conclusion"/>
<goal id="wrefs" ttf="1 hour" ds="Complete references and link them to text"/>
</plan>
</goal>
</plan>
</goal>
</plan>
</goal>
<mission id="mColaborator" min="1" max="5">
<goal id="wsecs"/>
</mission>
<mission id="mManager" min="1" max="1">
<goal id="wabs"/>
<goal id="wp"/>
<goal id="wtitle"/>
<goal id="wconc"/>
<goal id="wsectitles"/>
</mission>
<mission id="mBib" min="1" max="1">
<goal id="wrefs"/>
<preferred mission="mColaborator"/>
<preferred mission="mManager"/>
</mission>
</scheme>
</functional-specification>
<normative-specification>
<properties>
<property id="role_cardinality" value="prohibition" />
</properties>
<norm id = "n1"
type="permission"
role="editor" mission="mManager" />
<norm id = "n2"
type="obligation"
role="writer" mission="mBib"
time-constraint="1 day" />
<norm id = "n3"
type="obligation"
role="writer" mission="mColaborator"
time-constraint="1 day" />
</normative-specification>
</organisational-specification>