| XML Element | Description | Required Element |
|
!ELEMENT tabdata tab*
|
Contains 0 or more tab elements. The maximum number of tab elements is 32.
|
No
|
|
!ELEMENT tab (image, name, tooltip, contenturl, userid, contactid, accessibility, client)
|
Contains image, name, tooltip, contenturl, userid, contactid, and accessibility elements.
|
No
|
|
!ELEMENT image %URI
|
Provides a URL for the tab image icon. The image must be in PNG format.
|
No
|
|
!ELEMENT name (#PCDATA)
|
A friendly name for the XML node. This is not displayed in the user interface.
|
Yes
|
|
!ELEMENT tooltip (#PCDATA)
|
Displays the text of the tooltip when the mouse pauses over the tab.
|
No
|
|
!ELEMENT contenturl %URI
|
Provides the URI of the page to be displayed when the user selects the tab. The file must be located on the intranet, or on a secure or trusted site on the internet. The link must be in https:// format (recommended), or in http:// or file:/// format.
|
Yes
|
|
!ELEMENT userid (“true” | “false”)
|
Determines whether Communicator will pass the user’s Session Initiation Protocol (SIP) account ID information to the tab URL. The default value is “false.”
|
No
|
|
!ELEMENT contactid (“true” | “false”)
|
Determines whether the tab appears in the contact card. Tabs defined without contactid or with contactid=false will appear only in the Communicator window. Tabs defined with contactid=true will appear in the contact card, and Communicator will pass the selected contact to the defined page. The default value is “false.”
|
No
|
|
!ELEMENT accessibility (“inside” | “outside” | “both”)
|
Determines whether the URL must be displayed when the user logs in from inside the enterprise, outside the enterprise, or both. This is provided so that Communicator 2007 R2 does not attempt to display intranet pages when the user logs in from outside the company, resulting in a “page not found” error.
|
No
|
|
!ELEMENT client (communicatorWebAccess)
|
Specifies the clients that should display the tab, in addition to Office Communicator.
|
No
|
|
!ELEMENT communicatorWebAccess (“true” | “false”)
|
Specifies that Communicator Web Access clients should display the tab.
|
No
|