Example of Directory Entry XML Files
Example of Directory Entry XML Files

Example of Directory Entry XML Files

In the following XML file examples, the folder
..\wwwroot\SpeedDials\SD
contains multiple XML directory files. Each directory file contains a set of directory entries.
<CiscoIPPhoneDirectory> <Title>CUSTOMER_SERVICE</Title> <DirectoryEntry> <Name>CS1</Name> <Telephone>1000</Telephone> </DirectoryEntry> <DirectoryEntry> <Name>CS2</Name> <Telephone>1001</Telephone> </DirectoryEntry> <DirectoryEntry> <Name>CS3</Name> <Telephone>1003</Telephone> </DirectoryEntry> </CiscoIPPhoneDirectory>
<CiscoIPPhoneDirectory> <Title>GARDENING</Title> <DirectoryEntry> <Name>GARDENING-1</Name> <Telephone>2000</Telephone> </DirectoryEntry> <DirectoryEntry> <Name>GARDENING-2</Name> <Telephone>2001</Telephone> </DirectoryEntry> </CiscoIPPhoneDirectory>
<CiscoIPPhoneDirectory> <Title>HARDWARE</Title> <DirectoryEntry> <Name>HARDWARE-1</Name> <Telephone>2767</Telephone> </DirectoryEntry> <DirectoryEntry> <Name>HARDWARE-2</Name> <Telephone>2768</Telephone> </DirectoryEntry> <DirectoryEntry> <Name>HARDWARE-3</Name> <Telephone>2769</Telephone> </DirectoryEntry> <DirectoryEntry> <Name>HARDWARE-4</Name> <Telephone>2770</Telephone> </DirectoryEntry> <DirectoryEntry> <Name>HARDWARE-5</Name> <Telephone>2771</Telephone> </DirectoryEntry> </CiscoIPPhoneDirectory>
<CiscoIPPhoneDirectory> <Title>LUMBER</Title> <DirectoryEntry> <Name>LUMBER-1</Name> <Telephone>3000</Telephone> </DirectoryEntry> <DirectoryEntry> <Name>LUMBER-2</Name> <Telephone>3001</Telephone> </DirectoryEntry> <DirectoryEntry> <Name>LUMBER-3</Name> <Telephone>3002</Telephone> </DirectoryEntry> <DirectoryEntry> <Name>LUMBER-4</Name> <Telephone>3003</Telephone> </DirectoryEntry> </CiscoIPPhoneDirectory>
<CiscoIPPhoneDirectory> <Title>PLUMBING</Title> <DirectoryEntry> <Name>PLUMBING-1</Name> <Telephone>1040</Telephone> </DirectoryEntry> <DirectoryEntry> <Name>PLUMBING-2</Name> <Telephone>1041</Telephone> </DirectoryEntry> <DirectoryEntry> <Name>PLUMBING-3</Name> <Telephone>1042</Telephone> </DirectoryEntry> <DirectoryEntry> <Name>PLUMBING-4</Name> <Telephone>1043</Telephone> </DirectoryEntry> <DirectoryEntry> <Name>PLUMBING-5</Name> <Telephone>1044</Telephone> </DirectoryEntry> </CiscoIPPhoneDirectory>
<CiscoIPPhoneDirectory> <Title>SECURITY</Title> <DirectoryEntry> <Name>Police</Name> <Telephone>911</Telephone> </DirectoryEntry> <DirectoryEntry> <Name>SECURITY</Name> <Telephone>111</Telephone> </DirectoryEntry> </CiscoIPPhoneDirectory>