Specifications

Aastra July 2014 PA-001011-03-04
262
12 Appendix A: XSL Model
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="textAttributeType">
<xs:restriction base="xs:string">
<xs:pattern value="yes|no" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="lockinAttributeType">
<xs:restriction base="xs:string">
<xs:pattern value="yes|no|call" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="modeType">
<xs:restriction base="xs:string">
<xs:pattern value="normal|extended|fullscreen" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="integerAttributeType">
<xs:restriction base="xs:integer" />
</xs:simpleType>
<xs:simpleType name="verticalAlignType">
<xs:restriction base="xs:string">
<xs:pattern value="top|middle|bottom" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="horizontalAlignType">
<xs:restriction base="xs:string">
<xs:pattern value="left|middle|right" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="colorType">
<xs:restriction base="xs:string">
<xs:pattern
value="white|black|red|green|brown|blue|magenta|cyan|lightgray|darkgray|lightred|lightgreen|yel
low|lightblue|lightmagenta|lightcyan"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CallingType">
<xs:restriction base="xs:string">
<xs:pattern value="outgoing|incoming|missed" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TerminalType">
<xs:restriction base="xs:string">
<xs:pattern value="mobile/office/home"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="TopTitleTagType" mixed="true">
<xs:attribute name="icon" type="integerAttributeType" default="0">
</xs:attribute>
<xs:attribute name="Color" default="white" type="colorType"/>
</xs:complexType>
<xs:complexType name="titleTagType" mixed="true">
<xs:attribute name="wrap" default="yes">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="yes|no"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="Color" default="white" type="colorType"/>
</xs:complexType>
<xs:complexType name="lineTagType" mixed="true">
<xs:attribute name="Color" default="white" type="colorType"/>
<xs:attribute name="Size" default="regular">