User's Manual

<xs:element name="cor" maxOccurs="1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="995"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<!-- Class of Service lets you define groups of users and control
those groups' access to features -->
<!-- Valid values: 1 to 15 -->
<xs:element name="cos" maxOccurs="1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0" />
<xs:maxInclusive value="15" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="tests" type="xs:boolean" maxOccurs="1"
minOccurs="0" />
<xs:element name="dataModule" type="xs:boolean" maxOccurs="1"
minOccurs="0" />
<!-- Controls the behavior of speakerphones. -->
<xs:element name="speakerphone" maxOccurs="1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="none"/>
<xs:enumeration value="1-way"/>
<xs:enumeration value="2-way"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<!-- The language that displays on stations -->
<!-- Time of day is displayed in 24-hour format (00:00 - 23:59) for
all languages except English, which is displayed in 12-hour format (12:00 a.m. to
11:59 p.m.). -->
<!-- unicode: Displays English messages in a 24-hour format . If no
Unicode file is installed, displays messages in English by default. -->
<xs:element name="displayLanguage" maxOccurs="1" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="english"/>
<xs:enumeration value="french"/>
<xs:enumeration value="italian"/>
<xs:enumeration value="spanish"/>
<xs:enumeration value="unicode"/>
<xs:enumeration value="user-defined"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<!-- Defines the personalized ringing pattern for the station.
Personalized Ringing allows users of some telephones to have one
of 8 ringing patterns for incoming calls.
For virtual stations, this field dictates the ringing pattern
on its mapped-to physical telephone.
-->
<!-- L = 530 Hz, M = 750 Hz, and H = 1060 Hz -->
Managing Users
140 Administering Avaya Aura
®
Session Manager November 2010
Comments? infodev@avaya.com