![Siemens HiPath optiPoint 410 Developer'S Manual Download Page 47](http://html.mh-extra.com/html/siemens/hipath-optipoint-410/hipath-optipoint-410_developers-manual_377163047.webp)
c01.fm
18. May 2006
optiPoint application module - XML Applications, Developer’s Guide
46
XML Object Reference
Form
Example
<?xml version="1.0" encoding="UTF-8" ?>
<IppDisplay>
<IppScreen ID="1" HiddenCount="0" CommandCount="1">
<IppForm ItemCount="3">
<Title>Form Date</Title>
<Url>http://subdomain.domain/path/program</Url>
<IppDateField Mode="TIME" Default="MODE" DateKey="DK1"
TimeKey="TK1">
<Label>Time</Label>
<TimeZone>GMT+1</TimeZone>
<Date>2005-04-08</Date>
<Time>13:00:00.000</Time>
</IppDateField>
<IppDateField Mode="DATE" Default="MODE" DateKey="DK2"
TimeKey="TK2">
<Label>Date</Label>
<TimeZone>GMT + 1</TimeZone>
<Date>2005-04-09</Date>
<Time>13:00:00.000</Time>
</IppDateField>
<IppDateField Mode="DATETIME" Default="MODE" DateKey="DK3"
TimeKey="TK3">
<Label>Date and Time</Label>
<TimeZone>GMT + 1</TimeZone>
<Date>2005-04-08</Date>
<Time>12:00:00.000</Time>
</IppDateField>
</IppForm>
<IppCommand Type="SELECT" Priority="0">
<Label>Select</Label>
<ScreenID>1</ScreenID>
</IppCommand>
</IppScreen>
</IppDisplay>