User's Manual
Grandstream Networks, Inc. GXV3140 USER MANUAL Page 44 of 83
FIRMWARE VERSION 1.0.1.18 Updated : 09/2009
<xsd:complexType>
<xsd:sequence>
<xsd:element name="phonenumber" type="xsd:string" />
<xsd:element name="accountindex" type="AccountIndex" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:simpleType name="AccountIndex">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="0" />
<xsd:maxInclusive value="2" />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="GroupIndex">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive
value="0" />
<xsd:maxInclusive value="3" />
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
• Example Phonebook File
<?xml version="1.0"?>
<AddressBook>
<version>1</version>
<Contact>
<FirstName>John</FirstName>
<LastName>Doe</LastName>
<Phone>
<phonenumber>8765432</phonenumber>
<accountindex>0</accountindex>
</Phone>
<Group>0</Group>
<PhotoUrl></PhotoUrl>
</Contact>