![Siemens HiPath optiPoint 410 Developer'S Manual Download Page 43](http://html.mh-extra.com/html/siemens/hipath-optipoint-410/hipath-optipoint-410_developers-manual_377163043.webp)
c01.fm
18. May 2006
optiPoint application module - XML Applications, Developer’s Guide
42
XML Object Reference
Form
Descriptive text for the option.
•
Image
Illustrative image for the option. The image is displayed to the left of the text. For more in-
formation about the Image element, see Section 4.12, "Image".
Example
<?xml version="1.0" encoding="UTF-8" ?>
<IppDisplay>
<IppScreen ID="1" HiddenCount="0" CommandCount="1">
<IppForm ItemCount="2">
<Title>Form Choice</Title>
<Url>http://subdomain.domain/path/program</Url>
<IppChoiceGroup Type="MULTIPLE" Count="3">
<Label>Choice1</Label>
<Option ID="1" Selected="TRUE" Key="C1" Value="1">
<OptionText>Opt1</OptionText>
<Image></Image>
</Option>
<Option ID="2" Selected="FALSE" Key="C2" Value="2">
<OptionText>Opt2</OptionText>
<Image></Image>
</Option>
<Option ID="3" Selected="FALSE" Key="C3" Value="3">
<OptionText>Opt3</OptionText>
<Image></Image>
</Option>
</IppChoiceGroup>
<IppChoiceGroup Type="EXCLUSIVE" Count="2">
<Label>Choice2</Label>
<Option ID="4" Selected="FALSE" Key="C4" Value="4">
<OptionText>Opt4</OptionText>
<Image></Image>
</Option>
<Option ID="5" Selected="TRUE" Key="C5" Value="5">>
<OptionText>Opt5</OptionText>
<Image></Image>
</Option>
</IppChoiceGroup>
</IppForm>
<IppCommand Type="SELECT" Priority="0">
<Label>Select</Label>
<ScreenID>1</ScreenID>