How to Create an XML Application
G-22
41-001129-00 Rev 09, Release 1.4.1
IP Phone Administrator Guide
Appendix G
XML Schema File
After creating an XML application for your IP phone, you can validate the XML
objects using the Schema file provided in this section. This helps you find any
parsing errors that may exist, and verify that your XML objects conform to the
Aastra API.
XML Schema
<?xml version="1.0" encoding="ISO-8859-1" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="AastraIPPhoneTextScreen">
<xs:complexType>
<xs:sequence>
<xs:element name="Title" type="xs:string" />
<xs:element name="Text">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1" />
<xs:maxLength value="1000" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AastraIPPhoneTextMenu">
<xs:complexType>
<xs:sequence>
<xs:element name="Title" type="xs:string" />
<xs:element name="MenuItem" minOccurs="1" maxOccurs="15">
<xs:complexType>
<xs:sequence>
Note:
Aastra IP phonees do not contain validating XML parsers. There
are many free XML validators available on the Web
(i.e.,
http://apps.gotdotnet.com/xmltools/xsdvalidator/Default.aspx
) that
can perform validation using the schema file.
Содержание 480I CT
Страница 1: ...Administrator Guide Release 1 4 1 SIP IP PHONE 480i 480i CT 9112i 9133i 41 001129 00 Rev 09 ...
Страница 4: ......
Страница 16: ......
Страница 34: ......
Страница 264: ......
Страница 274: ......
Страница 290: ......
Страница 399: ...Troubleshooting Parameters 41 001129 00 Rev 09 Release 1 4 1 A 109 Configuration Parameters Appendix A ...
Страница 408: ......
Страница 412: ......
Страница 454: ...Sample Configuration Files D 42 41 001129 00 Rev 09 Release 1 4 1 IP Phone Administrator Guide Appendix D ...
Страница 456: ...Sample Configuration Files D 44 41 001129 00 Rev 09 Release 1 4 1 IP Phone Administrator Guide Appendix D ...
Страница 462: ......
Страница 466: ......
Страница 470: ......
Страница 502: ......
Страница 503: ......