Appendix B Cisco Unified IP Phone Services XML Schema File
CiscoIPPhone.xsd
CiscoIPPhone.xsd
<?xml version="1.0"
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="3.3.4">
<xsd:complexType name="CiscoIPPhoneExecuteItemType">
<xsd:attribute name="Priority" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:unsignedByte">
<xsd:minInclusive value="0"/> <xsd:maxInclusive value="2"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="URL" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string"> <xsd:maxLength value="256"/> <xsd:minLength value="1"/>
</xsd:restriction>
</xsd:simpleType>
|
|
| </xsd:attribute> | |
|
|
| </xsd:complexType> | |
|
|
| <xsd:complexType name="CiscoIPPhoneResponseItemType"> | |
|
|
| <xsd:sequence> | |
|
|
| <xsd:element name="Status" type="xsd:short"/> | |
|
|
| <xsd:element name="Data"> | |
|
|
| <xsd:simpleType> | |
|
|
| <xsd:restriction base="xsd:string"> | |
|
|
| <xsd:maxLength value="32"/> | |
|
|
| </xsd:restriction> | |
|
|
| </xsd:simpleType> | |
|
|
| </xsd:element> | |
|
|
| <xsd:element name="URL"> | |
|
|
| <xsd:simpleType> | |
|
|
| <xsd:restriction base="xsd:string"> | |
|
|
| <xsd:maxLength value="256"/> | |
|
|
| </xsd:restriction> | |
|
|
| </xsd:simpleType> | |
|
|
| </xsd:element> | |
|
|
| </xsd:sequence> | |
|
|
| </xsd:complexType> | |
|
|
| <xsd:complexType name="CiscoIPPhoneTouchAreaMenuItemType"> | |
|
|
| <xsd:sequence> | |
|
|
| <xsd:element name="Name" minOccurs="0"> | |
|
|
| <xsd:simpleType> | |
|
|
| <xsd:restriction base="xsd:string"> | |
|
|
| <xsd:minLength value="0"/> | |
|
|
| <xsd:maxLength value="32"/> | |
|
|
| </xsd:restriction> | |
|
|
| </xsd:simpleType> | |
|
|
| </xsd:element> | |
|
|
| <xsd:element name="URL" minOccurs="0"> | |
|
|
| <xsd:simpleType> | |
|
|
| <xsd:restriction base="xsd:string"> | |
|
|
| <xsd:minLength value="0"/> | |
|
|
| <xsd:maxLength value="256"/> | |
|
|
| </xsd:restriction> | |
|
|
| </xsd:simpleType> | |
|
|
| </xsd:element> | |
|
|
| <xsd:element name="TouchArea" type="CiscoIPPhoneTouchAreaType" minOccurs="0"/> | |
|
|
| Cisco Unified IP Phone Services Application Development Notes | |
|
|
| ||
|
|
|
| |
|
|
|