Xml Structure; Xml Document; Xml Schema Of The Phone - Panasonic TGP600 Developer's Manual

Hdv100/130/230/330/430
Hide thumbs Also See for TGP600:
Table of Contents

Advertisement

5. XML Structure

5.1. XML Document

XML Document is consisted of XML declaration and instance. XML Document file has ".xml" extension.
<?xml version="1.0" encoding="utf-8"?>
<!-- Sample screen -->
<ppxml xmlns="http://panasonic/sip_phone"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://panasonic/sip_phone.xsd sip_phone.xsd">
<Screen>
...........
</Screen>
</ppxml>
[XML Declaration]
XML version and character set are described. See below.
<?xml version="1.0" encoding="utf-8"?>
XML version must be "1.0".
Character set must be "UTF-8".
[XML Instance]
XML data defined by this document are described.

5.1.1. XML Schema of the phone

There are following XML schema which defines words and types, formats of all XML object.
XML schema file has ".xsd" extension and uses "http://www.w3.org/2001/XMLSchema" namespace.
These schema files should be copied onto the same folder as the XML contents folder for editing.
NO
Schema File (.xsd)
1
sip_phone
2
value_restrict.xsd
3
common.xsd
4
Events.xsd
5
ppxml_contents.xsd
6
Key.xsd
7
Screen_object.xsd
Description
Common schema for all xml contents
This definition is included from sip_phone
This definition is included from sip_phone
This definition is included from sip_phone
This definition is included from sip_phone
This definition is included from sip_phone
This definition is included from sip_phone
27
XML Declaration
XML Instance

Advertisement

Table of Contents
loading

Table of Contents