-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.xes
65 lines (64 loc) · 2.55 KB
/
test.xes
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
<?xml version="1.0" encoding="UTF-8" ?>
<log xes.version="2.0" xes.features="arbitrary-depth"
xmlns="http://www.xes-standard.org
/">
<extension name="Concept" prefix="concept" uri="http://www.xes-standard.org/concept.xesext" />
<extension name="Time" prefix="time" uri="http://www.xes-standard.org/time.xesext" />
<global scope="trace">
<string key="concept:name" value="" />
</global>
<global scope="event">
<string key="concept:name" value="" />
<date key="time:timestamp" value="1970-01-01T00:00:00.000+00:00" />
<string key="system" value="" />
</global>
<classifier name="Activity" keys="concept:name" />
<classifier name="Another" keys="concept:name system" />
<float key="log attribute" value="2335.23" />
<trace>
<string key="concept:name" value="Trace number one" />
<container key="location">
<string key="street" value="Den Dolech"/>
<int key="number" value="2"/>
<string key="zip" value="5612 AZ"/>
<string key="city" value="Eindhoven"/>
<string key="country" value="The Revisions">
<list key="revisions">
<string key="name" value="XES standard" />
<boolean key="stable" value="true" />
<string key="revision" value="2.0" />
<string key="revision" value="1.4" />
<string key="revision" value="1.3" />
<string key="revision" value="1.2" />
<string key="revision" value="1.1" />
<string key="revision" value="1.0" />
</list>
</string>
</container >
<event>
<string key="concept:name" value="Register client" />
<string key="system" value="alpha" />
<date key="time:timestamp" value="2009-11-25T14:12:45.000+02:00" />
<int key="attempt" value="23">
<boolean key="tried hard" value="false">
<string key="pretended to try hard" value="maybe"/>
</boolean>
</int>
<list key="revisions">
<string key="name" value="XES standard" />
<boolean key="stable" value="true" />
<string key="revision" value="2.0" />
<string key="revision" value="1.4" />
<string key="revision" value="1.3" />
<string key="revision" value="1.2" />
<string key="revision" value="1.1" />
<string key="revision" value="1.0" />
</list>
</event>
<event>
<string key="concept:name" value="Mail rejection" />
<string key="system" value="beta" />
<date key="time:timestamp" value="2009-11-28T11:18:45.000+02:00" />
</event>
</trace>
</log>