equal
deleted
inserted
replaced
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" numberofexistingcontacts="10"> |
|
7 </contact-set> |
|
8 |
|
9 <contactgroup name="Group with 5 existing contacts"> |
|
10 <members> |
|
11 <contact-set-reference maxamount="5" id="1"/> |
|
12 </members> |
|
13 </contactgroup> |
|
14 |
|
15 <contactgroup name="ExampleCompany's Designers"> |
|
16 <members> |
|
17 <contact-set-reference id="2"/> |
|
18 </members> |
|
19 </contactgroup> |
|
20 |
|
21 <contact> |
|
22 <fields> |
|
23 <firstname>John</firstname> |
|
24 <lastname>Smith</lastname> |
|
25 <mobilephonework>+35800101010101</mobilephonework> |
|
26 <mobilephonework>00101010102</mobilephonework> |
|
27 <emailgen>john.smith@example.com</emailgen> |
|
28 <prefix>Mr.</prefix> |
|
29 </fields> |
|
30 </contact> |
|
31 |
|
32 <contact-set id="2"> |
|
33 <contact amount="15"> |
|
34 <fields> |
|
35 <firstname/> |
|
36 <lastname/> |
|
37 <mobilephonegen/> |
|
38 <landphonegen/> |
|
39 <emailgen/> |
|
40 <videonumbergen/> |
|
41 <voipgen/> |
|
42 <poc/> |
|
43 <company>ExampleCompany Ltd.</company> |
|
44 <jobtitle>Software Designer</jobtitle> |
|
45 <note/> |
|
46 <middlename/> |
|
47 <secondname/> |
|
48 <prefix/> |
|
49 <suffix/> |
|
50 <addrlabelgen/> |
|
51 <addrpogen/> |
|
52 <addrextgen/> |
|
53 <addrstreetgen/> |
|
54 <addrlocalgen/> |
|
55 </fields> |
|
56 </contact> |
|
57 </contact-set> |
|
58 |
|
59 </creatorscript> |
|