PHONEBOOK XML ELEMENT
This section describes details of the XML element used in GXV3240 XML phone book file. Please note that
the element name is case-sensitive when being used in XML document.
<AddressBook>
<version>Enter version number here. Usually 1</version>
<pbgroup>
<id>Enter group id here</id>
<name>Enter group name here</name>
<ringtones>Enter ring tone URL for the group</ringtones>
</pbgroup>
<pbgroup>
<!-- Enter another group information here, same format as above -->
</pbgroup>
<Contact>
<FirstName>Enter first name here</FirstName>
<LastName>Enter last name here</LastName>
<Primary>Primary number or not</Primary>
<Frequent>Favorite contact or not</Frequent>
<Ringtone>Enter ring tone URL here</Ringtone>
<Phone type="Specify phone type here">
<phonenumber>Enter phone number here</phonenumber>
<accountindex>Enter account index here</accountindex>
</Phone>
<Mail type="Specify phone type here">Enter Email address here</Mail>
<Group>Enter group ID here</Group>
</Contact>
<Contact>
<!-- Enter another contact information here, same format as above -->
</Contact>
</AddressBook>