28
|
1 |
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
2 |
<creatorscript schemaVersion="1.0" scriptVersion="1.0"
|
|
3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
4 |
xsi:noNamespaceSchemaLocation="creator.xsd">
|
|
5 |
|
|
6 |
<!-- Create one missed call -->
|
|
7 |
<log>
|
|
8 |
<fields>
|
|
9 |
<direction>missed</direction>
|
|
10 |
<datetime>2008-03-25T13:11:21</datetime>
|
|
11 |
<phonenumber>1115555554112</phonenumber>
|
|
12 |
</fields>
|
|
13 |
</log>
|
|
14 |
|
|
15 |
<!-- Create one received call -->
|
|
16 |
<log>
|
|
17 |
<fields>
|
|
18 |
<direction>in</direction>
|
|
19 |
<datetime>2008-03-24T10:21:56</datetime>
|
|
20 |
<phonenumber>11155554112</phonenumber>
|
|
21 |
<duration>241</duration>
|
|
22 |
</fields>
|
|
23 |
</log>
|
|
24 |
|
|
25 |
<!-- Create one dialled call -->
|
|
26 |
<log>
|
|
27 |
<fields>
|
|
28 |
<direction>out</direction>
|
|
29 |
<datetime>2008-03-22T12:01:06</datetime>
|
|
30 |
<phonenumber>0555554555</phonenumber>
|
|
31 |
<duration>445</duration>
|
|
32 |
</fields>
|
|
33 |
</log>
|
|
34 |
|
|
35 |
<!-- Create 5 random entries -->
|
|
36 |
<log amount="5">
|
|
37 |
<fields>
|
|
38 |
<direction/>
|
|
39 |
<datetime/>
|
|
40 |
<phonenumber/>
|
|
41 |
<duration/>
|
|
42 |
</fields>
|
|
43 |
</log>
|
|
44 |
|
|
45 |
</creatorscript>
|