XML BASED DOWNLOADABLE PHONEBOOK GUIDE Page 11 of 15
PHONEBOOK XML ELEMENT
This section describes details of the XML element used in GXP2130/GXP2140/GXP2160 XML phone book
file. Please note that the element name is case-sensitive when being used in XML document.
ROOT ELEMENT <AddressBook>
<AddressBook> is the root element of the XML document. This element is mandatory.
Table 1: <AddressBook> Element
Root element of the XML document
XML format version number. Usually 1.
Each contact is a phone book entry.
<pbgroup> ELEMENT
Table 2: <pbgroup> Element
Each pbgroup is a group. More than 1
group can be defined
<AddressBook>
<!-- Enter phone book information here -->
</AddressBook>
<pbgroup>
<id>Enter group id here</id>
<name>Enter group name here</name>
</pbgroup>