EasyManua.ls Logo

Avaya 9640 Series - Basic Structure of an IPTML Document

Avaya 9640 Series
56 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
IPTML Overview
Issue 1 September 2008 21
Basic Structure of an IPTML Document
The following page shows an example of a simple IPTML document:
Note:
Note: Throughout this document, the configuration of an external server sending IPTML
actions to a phone is for illustrative purpose only.
<?xml version="1.0"?>
<IPTML xmlns="http://xml.avaya.com/IPTML">
<Card name="FirstCard" root="true">
<List id="appLines"></List>
<List id="softkeys"></List>
</Card>
<Card name="SecondCard"> </Card>
<Card name="ThirdCard"> </Card>
<Card name="FourthCard"> </Card>
<Label id="promptLine">Please select an option</Label>
</IPTML>
Card Elements
An IPTML document contains zero or more IPTML Cards. Each Card consists of a set of
Actions. The Path is used to identify the IPTML with a unique address or path. The Actions are
sequences of actions that are invoked by the recipient, usually the device. The Events are a
sequence of events sent to the recipient, usually the application.
A Card element can contain a Label, List, softkeys and more. Cards can be related to each
using the <NextCardName> or <PrevCardName> element.
Syntax
Here is the syntax for a card element:
<Card name ="Menu1, root="true">
<Label id="titleLine">Hello</Label>
<List id="appLines"></List>
<List id="softkeys"></List>
<NextCardName>Menu2</NextCardName>
<PrevCardName>Menu3</PrevCardName>
</Card>

Table of Contents

Related product manuals