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 |
<contact-set id="1">
|
|
7 |
<contact amount="6">
|
|
8 |
<fields>
|
|
9 |
<firstname/>
|
|
10 |
<lastname/>
|
|
11 |
<mobilephonegen/>
|
|
12 |
<emailgen/>
|
|
13 |
</fields>
|
|
14 |
</contact>
|
|
15 |
</contact-set>
|
|
16 |
|
|
17 |
<message amount="5" type="sms">
|
|
18 |
<fields>
|
|
19 |
<to/>
|
|
20 |
<folder>inbox</folder>
|
|
21 |
<text>This is an example SMS created by Creator.</text>
|
|
22 |
<status>new</status>
|
|
23 |
</fields>
|
|
24 |
</message>
|
|
25 |
|
|
26 |
<message type="mms">
|
|
27 |
<fields>
|
|
28 |
<to/>
|
|
29 |
<folder>sent</folder>
|
|
30 |
<subject>Good music!</subject>
|
|
31 |
<status>new</status>
|
|
32 |
<attachmentid>MP3-250kB</attachmentid>
|
|
33 |
</fields>
|
|
34 |
</message>
|
|
35 |
|
|
36 |
<message type="email">
|
|
37 |
<fields>
|
|
38 |
<from>
|
|
39 |
<contact-set-reference id="1"/>
|
|
40 |
</from>
|
|
41 |
<folder>inbox</folder>
|
|
42 |
<subject/>
|
|
43 |
<text randomlength="max"/>
|
|
44 |
<status>new</status>
|
|
45 |
<attachmentid>JPEG-200kB</attachmentid>
|
|
46 |
</fields>
|
|
47 |
</message>
|
|
48 |
|
|
49 |
<message amount="5" type="sms">
|
|
50 |
<fields>
|
|
51 |
<from incvalueforeachcopy="true">123456</from>
|
|
52 |
<folder>inbox</folder>
|
|
53 |
<text>This is an example SMS created by Creator.</text>
|
|
54 |
<status>new</status>
|
|
55 |
</fields>
|
|
56 |
</message>
|
|
57 |
|
|
58 |
</creatorscript>
|