Grandstream Networks GXV3140 IP Phone User Manual


 
Grandstream Networks, Inc. XML Based GUI Configuration Guide Page 19 of 26
www.grandstream.com Last Updated: 03/2010
<X>0</X>
<Y>10</Y>
</FuncRssNews>
<FuncWeather layout="large">
<DesktopID>2</DesktopID>
<X>240</X>
<Y>10</Y>
</FuncWeather>
<FuncCalendar layout="large">
<DesktopID>3</DesktopID>
<X>10</X>
<Y>10</Y>
</FuncCalendar>
</Function>
<Panel show="true"/>
</IdleScreen>
<CallScreen>
</CallScreen>
</Screen>
7.2 XML SYNTAX EXPLANATION
7.2.1 Root Element “Screen”
The XML document has root element called Screen; it contains sub-elements called IdleScreen and
CallScreen. At present, we require the IdleScreen element to be present and the Call Screen element is
optional.
<xsd:element name="Screen">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="IdleScreen">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="DesktopLayout" type="LayoutType" minOccurs="1" maxOccurs="1"/>
<xsd:element ref="Desktop" minOccurs="1" maxOccurs="3"/>
<xsd:element ref="Function" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="Panel" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="CallScreen" minOccurs="0" maxOccurs="1">
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element
7.2.2 Element “IdleScreen”
This element defines four components that are makes up the idle screen. These components are
defined as elements.