Table of Contents
Target Namespace
None
Element and Attribute Namespaces
Global element and attribute declarations belong to this schema's target namespace.
By default, local element declarations belong to this schema's target namespace.
By default, local attribute declarations belong to this schema's target namespace.
Declared Namespaces
Prefix
Namespace
xml
http://www.w3.org/XML/1998/namespace
xs
http://www.w3.org/2001/XMLSchema
core
C
Schema Component Representation
<
xs:schema attributeFormDefault ="
qualified "
elementFormDefault ="
qualified ">
...
</
xs:schema >
Parent type:
None
Sub-types:
None
Name
AccessDevice
Abstract
no
Documentation
Uniquely identifies an Identity/device profile created anywhere in the system.
Application Data
Schema Component Representation
<
xs:complexType name ="
AccessDevice ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AccessDeviceEndpointAdd
Abstract
no
Documentation
Access device end point used in the context of add.
Port numbers are only used by devices with static line ordering.
Application Data
Schema Component Representation
<
xs:complexType name ="
AccessDeviceEndpointAdd ">
<
xs:sequence >
<
xs:element name ="
contact "
type ="
SIPContact
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AccessDeviceEndpointKey
Abstract
no
Documentation
Access device end point in the context of a modify or delete command.
Application Data
Schema Component Representation
<
xs:complexType name ="
AccessDeviceEndpointKey ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AccessDeviceEndpointModify
Abstract
no
Documentation
Access device end point used in the context of modify.
Port numbers are only used by devices with static line ordering.
Application Data
Schema Component Representation
<
xs:complexType name ="
AccessDeviceEndpointModify ">
<
xs:sequence >
<
xs:element name ="
contact "
type ="
SIPContact
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AccessDeviceEndpointRead14
Abstract
no
Documentation
Access device end point.
Application Data
XML Instance Representation
<...>
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<useDomain>
xs :boolean </useDomain>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
AccessDeviceEndpointRead14 ">
<
xs:sequence >
<
xs:element name ="
contact "
type ="
SIPContact
"
minOccurs ="
0 "/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
useDomain "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AccessDeviceEndpointWithPortNumberRead
Abstract
no
Documentation
Access device end point.
Port numbers are only used by devices with static line ordering.
Application Data
XML Instance Representation
<...>
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<useDomain>
xs :boolean </useDomain>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
AccessDeviceEndpointWithPortNumberRead ">
<
xs:sequence >
<
xs:element name ="
contact "
type ="
SIPContact
"
minOccurs ="
0 "/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
useDomain "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AccessDeviceKey
Abstract
no
Documentation
Key to uniquely identify a system, service provider, or group device.
Application Data
XML Instance Representation
<...>
<groupId>
GroupId
</groupId>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
AccessDeviceKey ">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AccessDeviceMultipleContactEndpointAdd
Abstract
no
Documentation
Access device end point used in the context of add that can have more than one contact defined.
Only Static Registration capabable devices may have more than one contact defined.
Port numbers are only used by devices with static line ordering.
Application Data
Schema Component Representation
<
xs:complexType name ="
AccessDeviceMultipleContactEndpointAdd ">
<
xs:sequence >
<
xs:element name ="
contact "
type ="
SIPContact
"
minOccurs ="
0 "
maxOccurs ="
5 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AccessDeviceMultipleContactEndpointModify
Abstract
no
Documentation
Access device end point used in the context of modify that can have more than one contact defined.
Only Static Registration capabable devices may have more than one contact defined.
Port numbers are only used by devices with static line ordering.
Application Data
Schema Component Representation
<
xs:complexType name ="
AccessDeviceMultipleContactEndpointModify ">
<
xs:sequence >
<
xs:element name ="
accessDevice "
type ="
AccessDevice
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AccessDeviceMultipleContactEndpointRead20
Abstract
no
Documentation
Access device end point that can have multiple contacts.
Port numbers are only used by devices with static line ordering.
Application Data
XML Instance Representation
<...>
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<useDomain>
xs :boolean </useDomain>
[1]
<supportVisualDeviceManagement>
xs :boolean </supportVisualDeviceManagement>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
AccessDeviceMultipleContactEndpointRead20 ">
<
xs:sequence >
<
xs:element name ="
contact "
type ="
SIPContact
"
minOccurs ="
0 "
maxOccurs ="
5 "/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
useDomain "
type ="
xs :boolean
"/>
<
xs:element name ="
supportVisualDeviceManagement "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AnnouncementFileKey
Abstract
no
Documentation
Uniquely identifies a file within a group or user repository.
Application Data
Schema Component Representation
<
xs:complexType name ="
AnnouncementFileKey ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AnnouncementFileLevelKey
Abstract
no
Documentation
Uniquely identifies a file within a group or user repository.
Includes level to distinguish between group and user announcements
in scenarios where both are listed.
Application Data
Schema Component Representation
<
xs:complexType name ="
AnnouncementFileLevelKey ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AssignedGroupServicesEntry
Abstract
no
Documentation
Assigned Group Services List Entry.
The isActive element is true, false, or could be missing completely.
Application Data
XML Instance Representation
<...>
<isActive>
xs :boolean </isActive>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
AssignedGroupServicesEntry ">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AssignedUserServicesEntry
Abstract
no
Documentation
Assigned User Services List Entry.
The isActive element is true, false, or could be missing completely.
Application Data
XML Instance Representation
<...>
<isActive>
xs :boolean </isActive>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
AssignedUserServicesEntry ">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AutoAttendantKeyConfigurationModifyEntry
Abstract
no
Documentation
The modify configuration entry of a key for Auto
Attendant.
The following data elements are only
used in AS data
mode:
audioFile
videoFile
submenuId
The following data elements are only valid for Standard Auto
Attendants:
submenuId
Application Data
Schema Component Representation
<
xs:complexType name ="
AutoAttendantKeyConfigurationModifyEntry ">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
OutgoingDN
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AutoAttendantKeyModifyConfiguration
Abstract
no
Documentation
The modify configuration of a key for Auto
Attendant.
Application Data
Schema Component Representation
<
xs:complexType name ="
AutoAttendantKeyModifyConfiguration ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CallCenterAnnouncementFileListModify
Abstract
no
Documentation
Contains a list of audio or video files to modify.
Application Data
Schema Component Representation
<
xs:complexType name ="
CallCenterAnnouncementFileListModify ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CallCenterAnnouncementFileListModify20
Abstract
no
Documentation
Contains a list of announcement repository files
Application Data
Schema Component Representation
<
xs:complexType name ="
CallCenterAnnouncementFileListModify20 ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CallCenterAnnouncementFileListRead20
Abstract
no
Documentation
Contains a list of announcement repository files
Application Data
Schema Component Representation
<
xs:complexType name ="
CallCenterAnnouncementFileListRead20 ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CallCenterAnnouncementURLList
Abstract
no
Documentation
Contains list of urls
Application Data
XML Instance Representation
<...>
<url1>
URL
</url1>
[0..1]
<url2>
URL
</url2>
[0..1]
<url3>
URL
</url3>
[0..1]
<url4>
URL
</url4>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
CallCenterAnnouncementURLList ">
<
xs:sequence >
<
xs:element name ="
url1 "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
url2 "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
url3 "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
url4 "
type ="
URL
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CallCenterAnnouncementURLListModify
Abstract
no
Documentation
Contains a list of URLs for modify.
Application Data
XML Instance Representation
<...>
<url1>
URL
</url1>
[0..1]
<url2>
URL
</url2>
[0..1]
<url3>
URL
</url3>
[0..1]
<url4>
URL
</url4>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
CallCenterAnnouncementURLListModify ">
<
xs:sequence >
<
xs:element name ="
url1 "
type ="
URL
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
url2 "
type ="
URL
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
url3 "
type ="
URL
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
url4 "
type ="
URL
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CallCenterMediaOnHoldSourceModify20
Abstract
no
Documentation
Contains the call center media on hold source configuration.
Application Data
Schema Component Representation
<
xs:complexType name ="
CallCenterMediaOnHoldSourceModify20 ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CallCenterMediaOnHoldSourceRead20
Abstract
no
Documentation
Contains the call center media on hold source configuration.
Application Data
Schema Component Representation
<
xs:complexType name ="
CallCenterMediaOnHoldSourceRead20 ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CallCenterReportTemplateKey
Abstract
no
Documentation
Uniquely identifies a call center report template created in the system.
Application Data
Schema Component Representation
<
xs:complexType name ="
CallCenterReportTemplateKey ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CallLogsEntry
Abstract
no
Documentation
Call Log entry describing a placed, received, or missed call.
Application Data
XML Instance Representation
<...>
<time>
xs :dateTime </time>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
CallLogsEntry ">
<
xs:sequence >
<
xs:element name ="
countryCode "
type ="
CountryCode
"
minOccurs ="
0 "/>
<
xs:element name ="
callLogId "
type ="
CallLogId
"/>
<
xs:element name ="
time "
type ="
xs :dateTime
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CommunicationBarringAuthorizationCodeEntry
Abstract
no
Documentation
Communication Barring Authorization Code entry.
Application Data
Schema Component Representation
<
xs:complexType name ="
CommunicationBarringAuthorizationCodeEntry ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CommunicationBarringIncomingRule
Abstract
no
Documentation
Communication Barring Incoming Rule
Application Data
Schema Component Representation
<
xs:complexType name ="
CommunicationBarringIncomingRule ">
<
xs:sequence >
<
xs:element name ="
timeSchedule "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
holidaySchedule "
type ="
ScheduleName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CommunicationBarringIncomingRule19sp1
Abstract
no
Documentation
Communication Barring Incoming Rule
Application Data
XML Instance Representation
<...>
Start Choice [1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
CommunicationBarringIncomingRule19sp1 ">
<
xs:sequence >
<
xs:element name ="
timeSchedule "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
holidaySchedule "
type ="
ScheduleName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CommunicationBarringProfileReplacementList
Abstract
no
Documentation
A list of communication barring profiles that replaces a previously configured list.
By convention, an element of this type may be set nil to clear the list.
Application Data
Schema Component Representation
<
xs:complexType name ="
CommunicationBarringProfileReplacementList ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
Contact
Abstract
no
Documentation
Contact information.
Application Data
XML Instance Representation
<...>
<contactName>
xs :token (length >= 1) </contactName>
[0..1]
<contactNumber>
xs :token (length >= 1) </contactNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
Contact ">
<
xs:sequence >
<
xs:element name ="
contactName "
nillable ="
true "
minOccurs ="
0 ">
<
xs:simpleType >
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:element >
<
xs:element name ="
contactNumber "
nillable ="
true "
minOccurs ="
0 ">
<
xs:simpleType >
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:element >
<
xs:element name ="
contactEmail "
type ="
EmailAddress
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CPEDeviceModifyOptions16sp1
Abstract
no
Documentation
CPE device's options when used with a modify request.
The following options are not changeable:
configType
systemFileName
deviceFileFormat
Application Data
XML Instance Representation
<...>
<enableMonitoring>
xs :boolean </enableMonitoring>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
CPEDeviceModifyOptions16sp1 ">
<
xs:sequence >
<
xs:element name ="
enableMonitoring "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CPEDeviceOptions16sp1
Abstract
no
Documentation
CPE device's options.
The field configType is optional to allow the use of field enableMonitoring for all device types being managed or not
ie. device configuration option equals to DeviceManagement, or Legacy, or Not Supported).
If the device configuration option is set to "Not Supported", the value of configType is forced set to "None" regardless
of its current value.
It is not allowed to add a device type with device configuration option set to Device Management or Legacy when the configType
is not set.
Application Data
XML Instance Representation
<...>
<enableMonitoring>
xs :boolean </enableMonitoring>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
CPEDeviceOptions16sp1 ">
<
xs:sequence >
<
xs:element name ="
enableMonitoring "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CPEDeviceOptionsRead16sp1
Abstract
no
Documentation
CPE device's options.
Application Data
XML Instance Representation
<...>
<enableMonitoring>
xs :boolean </enableMonitoring>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
CPEDeviceOptionsRead16sp1 ">
<
xs:sequence >
<
xs:element name ="
enableMonitoring "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CriteriaActivation
Abstract
no
Documentation
Criteria active status indicator
Application Data
XML Instance Representation
<...>
<isActive>
xs :boolean </isActive>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
CriteriaActivation ">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CriteriaFromDn
Abstract
no
Documentation
The from dn criteria used within an add/get request.
Application Data
XML Instance Representation
<...>
<includeAnonymousCallers>
xs :boolean </includeAnonymousCallers>
[1]
<includeUnavailableCallers>
xs :boolean </includeUnavailableCallers>
[1]
<phoneNumber>
DN
</phoneNumber>
[0..12]
</...>
Schema Component Representation
<
xs:complexType name ="
CriteriaFromDn ">
<
xs:sequence >
<
xs:element name ="
includeAnonymousCallers "
type ="
xs :boolean
"/>
<
xs:element name ="
includeUnavailableCallers "
type ="
xs :boolean
"/>
<
xs:element name ="
phoneNumber "
type ="
DN
"
minOccurs ="
0 "
maxOccurs ="
12 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CriteriaFromDnModify
Abstract
no
Documentation
The from dn criteria used within a modify request.
Application Data
XML Instance Representation
<...>
<includeAnonymousCallers>
xs :boolean </includeAnonymousCallers>
[0..1]
<includeUnavailableCallers>
xs :boolean </includeUnavailableCallers>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
CriteriaFromDnModify ">
<
xs:sequence >
<
xs:element name ="
includeAnonymousCallers "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
includeUnavailableCallers "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CriteriaReplacementDNList
Abstract
no
Documentation
A list of criteria DNs that replaces a previously configured list.
By convention, an element of this type may be set nill to clear the list.
Application Data
XML Instance Representation
<...>
<phoneNumber>
DN
</phoneNumber>
[1..12]
</...>
Schema Component Representation
<
xs:complexType name ="
CriteriaReplacementDNList ">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
DN
"
minOccurs ="
1 "
maxOccurs ="
12 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
Name
DepartmentKey
Abstract
yes
Documentation
Uniquely identifies a department system-wide.
Departments are contained in either an enterprise or a group. Enterprise departments can be
used by any or all groups within the enterprise. Department names are unique within a group and
within an enterprise, but the same department name can exist in 2 different groups or in both
a group and its parent enterprise. Therefore, to uniquely identify a department, we must know
the department name and which enterprise or group contains the department.
This type is extended by group and enterprise department keys.
Application Data
Schema Component Representation
<
xs:complexType name ="
DepartmentKey "
abstract ="
true ">
<xs:sequence />
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
DeviceManagementDeviceTypeModifyOptions16
Abstract
no
Documentation
Device Management System device type options during a modify request.
Application Data
XML Instance Representation
<...>
<allowDeviceProfileCustomTagSet>
xs :boolean </allowDeviceProfileCustomTagSet>
[0..1]
<allowGroupCustomTagSet>
xs :boolean </allowGroupCustomTagSet>
[0..1]
<sendEmailUponResetFailure>
xs :boolean </sendEmailUponResetFailure>
[0..1]
<deviceAccessNetAddress>
NetAddress
</deviceAccessNetAddress>
[0..1]
<deviceAccessPort>
Port
</deviceAccessPort>
[0..1]
<defaultDeviceLanguage>
DeviceLanguage
</defaultDeviceLanguage>
[0..1]
<defaultDeviceEncoding>
Encoding
</defaultDeviceEncoding>
[0..1]
<useHttpDigestAuthentication>
xs :boolean </useHttpDigestAuthentication>
[0..1]
<macBasedFileAuthentication>
xs :boolean </macBasedFileAuthentication>
[0..1]
<userNamePasswordFileAuthentication>
xs :boolean </userNamePasswordFileAuthentication>
[0..1]
<macInNonRequestURI>
xs :boolean </macInNonRequestURI>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
DeviceManagementDeviceTypeModifyOptions16 ">
<
xs:sequence >
<
xs:element name ="
allowDeviceProfileCustomTagSet "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowGroupCustomTagSet "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
sendEmailUponResetFailure "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
deviceAccessNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
deviceAccessPort "
type ="
Port
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
deviceAccessContext "
type ="
DeviceAccessContext
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
defaultDeviceLanguage "
type ="
DeviceLanguage
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
defaultDeviceEncoding "
type ="
Encoding
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
useHttpDigestAuthentication "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
macBasedFileAuthentication "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
userNamePasswordFileAuthentication "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
macInNonRequestURI "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
DeviceManagementDeviceTypeOptions16
Abstract
no
Documentation
Device Management System device type options.
Application Data
XML Instance Representation
<...>
<allowDeviceProfileCustomTagSet>
xs :boolean </allowDeviceProfileCustomTagSet>
[1]
<allowGroupCustomTagSet>
xs :boolean </allowGroupCustomTagSet>
[1]
<sendEmailUponResetFailure>
xs :boolean </sendEmailUponResetFailure>
[1]
<deviceAccessNetAddress>
NetAddress
</deviceAccessNetAddress>
[0..1]
<deviceAccessPort>
Port
</deviceAccessPort>
[0..1]
<defaultDeviceLanguage>
DeviceLanguage
</defaultDeviceLanguage>
[0..1]
<defaultDeviceEncoding>
Encoding
</defaultDeviceEncoding>
[0..1]
<useHttpDigestAuthentication>
xs :boolean </useHttpDigestAuthentication>
[1]
<macBasedFileAuthentication>
xs :boolean </macBasedFileAuthentication>
[1]
<userNamePasswordFileAuthentication>
xs :boolean </userNamePasswordFileAuthentication>
[1]
<macInNonRequestURI>
xs :boolean </macInNonRequestURI>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
DeviceManagementDeviceTypeOptions16 ">
<
xs:sequence >
<
xs:element name ="
allowDeviceProfileCustomTagSet "
type ="
xs :boolean
"/>
<
xs:element name ="
allowGroupCustomTagSet "
type ="
xs :boolean
"/>
<
xs:element name ="
sendEmailUponResetFailure "
type ="
xs :boolean
"/>
<
xs:element name ="
deviceAccessNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
deviceAccessPort "
type ="
Port
"
minOccurs ="
0 "/>
<
xs:element name ="
defaultDeviceLanguage "
type ="
DeviceLanguage
"
minOccurs ="
0 "/>
<
xs:element name ="
defaultDeviceEncoding "
type ="
Encoding
"
minOccurs ="
0 "/>
<
xs:element name ="
useHttpDigestAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
macBasedFileAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
userNamePasswordFileAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
macInNonRequestURI "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
DeviceManagementDeviceTypeOptionsRead16
Abstract
no
Documentation
Device Management System device type options.
Application Data
XML Instance Representation
<...>
<allowDeviceProfileCustomTagSet>
xs :boolean </allowDeviceProfileCustomTagSet>
[1]
<allowGroupCustomTagSet>
xs :boolean </allowGroupCustomTagSet>
[1]
<sendEmailUponResetFailure>
xs :boolean </sendEmailUponResetFailure>
[1]
<deviceAccessNetAddress>
NetAddress
</deviceAccessNetAddress>
[0..1]
<deviceAccessPort>
Port
</deviceAccessPort>
[0..1]
<defaultDeviceLanguage>
DeviceLanguage
</defaultDeviceLanguage>
[0..1]
<defaultDeviceEncoding>
Encoding
</defaultDeviceEncoding>
[0..1]
<accessDeviceCredentials>
UserId
</accessDeviceCredentials>
[0..1]
<useHttpDigestAuthentication>
xs :boolean </useHttpDigestAuthentication>
[1]
<macBasedFileAuthentication>
xs :boolean </macBasedFileAuthentication>
[1]
<userNamePasswordFileAuthentication>
xs :boolean </userNamePasswordFileAuthentication>
[1]
<macInNonRequestURI>
xs :boolean </macInNonRequestURI>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
DeviceManagementDeviceTypeOptionsRead16 ">
<
xs:sequence >
<
xs:element name ="
allowDeviceProfileCustomTagSet "
type ="
xs :boolean
"/>
<
xs:element name ="
allowGroupCustomTagSet "
type ="
xs :boolean
"/>
<
xs:element name ="
sendEmailUponResetFailure "
type ="
xs :boolean
"/>
<
xs:element name ="
deviceAccessNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
deviceAccessPort "
type ="
Port
"
minOccurs ="
0 "/>
<
xs:element name ="
defaultDeviceLanguage "
type ="
DeviceLanguage
"
minOccurs ="
0 "/>
<
xs:element name ="
defaultDeviceEncoding "
type ="
Encoding
"
minOccurs ="
0 "/>
<
xs:element name ="
accessDeviceCredentials "
type ="
UserId
"
minOccurs ="
0 "/>
<
xs:element name ="
useHttpDigestAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
macBasedFileAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
userNamePasswordFileAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
macInNonRequestURI "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
DeviceManagementLanguageMapping
Abstract
no
Documentation
Maps a BroadWorks language to a device-equivalent language.
Application Data
XML Instance Representation
<...>
<broadWorksLanguage>
Language
</broadWorksLanguage>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
DeviceManagementLanguageMapping ">
<
xs:sequence >
<
xs:element name ="
broadWorksLanguage "
type ="
Language
"/>
<
xs:element name ="
deviceLanguage "
type ="
DeviceLanguage
"
nillable ="
true "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
DeviceManagementUserNamePassword16
Abstract
no
Documentation
Access device credentials.
Application Data
XML Instance Representation
<...>
<userName>
UserId
</userName>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
DeviceManagementUserNamePassword16 ">
<
xs:sequence >
<
xs:element name ="
userName "
type ="
UserId
"/>
<
xs:element name ="
password "
type ="
Password
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
DialableCallerIDCriteriaPriorityOrder
Abstract
no
Documentation
Dialable Caller ID routing order
Application Data
Schema Component Representation
<
xs:complexType name ="
DialableCallerIDCriteriaPriorityOrder ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
DNISKey
Abstract
no
Documentation
Uniquely identifies a Call Center DNIS.
Application Data
XML Instance Representation
<...>
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
DNISKey ">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
name "
type ="
DNISName
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
DNRange
Abstract
no
Documentation
Directory number range. The minimum and maximum values are inclusive.
Application Data
XML Instance Representation
<...>
<minPhoneNumber>
DN
</minPhoneNumber>
[1]
<maxPhoneNumber>
DN
</maxPhoneNumber>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
DNRange ">
<
xs:sequence >
<
xs:element name ="
minPhoneNumber "
type ="
DN
"/>
<
xs:element name ="
maxPhoneNumber "
type ="
DN
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
DepartmentKey
(derivation method: extension)
Sub-types:
None
Name
EnterpriseDepartmentKey
Abstract
no
Documentation
Uniquely identifies a department defined within an enterprise.
To uniquely identify an enterprise department, we must know the department name and which
enterprise contains the department.
Application Data
Schema Component Representation
<
xs:complexType name ="
EnterpriseDepartmentKey ">
<
xs:complexContent >
<
xs:extension base ="
DepartmentKey
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ExchangeUserNamePassword
Abstract
no
Documentation
Exchange server user name and password.
Application Data
Schema Component Representation
<
xs:complexType name ="
ExchangeUserNamePassword ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ExtendedFileResource
Abstract
no
Documentation
Represents either an existing file for the application server to use, or
the contents of a file to transfer and an URL.
Application Data
Schema Component Representation
<
xs:complexType name ="
ExtendedFileResource ">
<
xs:sequence >
<
xs:element name ="
url "
type ="
URL
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ExtendedMediaFileLevelResource20
Abstract
no
Documentation
Represents either an existing file for the application server to use, or
the contents of a file to transfer and an URL.
Application Data
Schema Component Representation
<
xs:complexType name ="
ExtendedMediaFileLevelResource20 ">
<
xs:sequence >
<
xs:element name ="
url "
type ="
URL
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ExtendedMediaFileResource
Abstract
no
Documentation
Represents either an existing file for the application server to use, or
the contents of a file to transfer and an URL.
Application Data
Schema Component Representation
<
xs:complexType name ="
ExtendedMediaFileResource ">
<
xs:sequence >
<
xs:element name ="
url "
type ="
URL
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ExtendedMediaFileResource20
Abstract
no
Documentation
Represents either an existing file for the application server to use, or
the contents of a file to transfer and an URL.
Application Data
Schema Component Representation
<
xs:complexType name ="
ExtendedMediaFileResource20 ">
<
xs:sequence >
<
xs:element name ="
url "
type ="
URL
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ExtensionRange17
Abstract
no
Documentation
Extension range. The minimum and maximum values are inclusive.
Application Data
Schema Component Representation
<
xs:complexType name ="
ExtensionRange17 ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
FeatureAccessCodeEntry
Abstract
no
Documentation
Feature Access Code Entry
Application Data
Schema Component Representation
<
xs:complexType name ="
FeatureAccessCodeEntry ">
<
xs:sequence >
<
xs:element name ="
alternateCode "
type ="
FeatureAccessCode
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
FileResource
Abstract
no
Documentation
Represents either an existing file for the application server to use, or
the contents of a file to transfer.
Application Data
XML Instance Representation
<...>
Start Choice [1]
<sourceFileName>
FileName
</sourceFileName>
[1]
<fileContent>
xs :base64Binary </fileContent>
[1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
FileResource ">
<
xs:sequence >
<
xs:choice >
<
xs:element name ="
sourceFileName "
type ="
FileName
"/>
<
xs:element name ="
fileContent "
type ="
xs :base64Binary
"/>
</
xs:choice >
</
xs:sequence >
</
xs:complexType >
Parent type:
DepartmentKey
(derivation method: extension)
Sub-types:
None
Name
GroupDepartmentKey
Abstract
no
Documentation
Uniquely identifies a department defined within a group.
To uniquely identify a group department, we must know the department name and which
group contains the department.
Application Data
Schema Component Representation
<
xs:complexType name ="
GroupDepartmentKey ">
<
xs:complexContent >
<
xs:extension base ="
DepartmentKey
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
GroupServiceAuthorization
Abstract
no
Documentation
Authorize (with quantity) or unauthorize a group service.
Application Data
XML Instance Representation
<...>
Start Choice [1]
<unauthorized> true </unauthorized> [1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
GroupServiceAuthorization ">
<
xs:sequence >
<
xs:choice >
<
xs:element name ="
unauthorized "
type ="
xs :boolean
"
fixed ="
true "/>
</
xs:choice >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
HolidaySchedule
Abstract
no
Documentation
Holiday Schedule.
Application Data
Schema Component Representation
<
xs:complexType name ="
HolidaySchedule ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
HourMinute
Abstract
no
Documentation
Represents a specific time with hour and minute granularity
Application Data
Schema Component Representation
<
xs:complexType name ="
HourMinute ">
<
xs:sequence >
<
xs:element name ="
hour "
type ="
Hour
"/>
<
xs:element name ="
minute "
type ="
Minute
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
HuntAgentWeight
Abstract
no
Documentation
The weighted call distribution weight for an agent.
Application Data
XML Instance Representation
<...>
<agentUserId>
UserId
</agentUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
HuntAgentWeight ">
<
xs:sequence >
<
xs:element name ="
agentUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
IPAddressRange
Abstract
no
Documentation
IP Address Range.
Application Data
Schema Component Representation
<
xs:complexType name ="
IPAddressRange ">
<
xs:sequence >
<
xs:element name ="
minIpAddress "
type ="
IPAddress
"/>
<
xs:element name ="
maxIpAddress "
type ="
IPAddress
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
LabeledFileNameResource
Abstract
no
Documentation
Represents an existing file for the application server to use, along with
a description and mediaType.
Application Data
XML Instance Representation
<...>
<sourceFileName>
FileName
</sourceFileName>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
LabeledFileNameResource ">
<
xs:sequence >
<
xs:element name ="
sourceFileName "
type ="
FileName
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
LabeledFileResource
Abstract
no
Documentation
Represents either an existing file for the application server to use, or
the contents of a file to transfer with a description.
Application Data
XML Instance Representation
<...>
Start Choice [1]
<sourceFileName>
FileName
</sourceFileName>
[1]
<content>
xs :base64Binary </content>
[1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
LabeledFileResource ">
<
xs:sequence >
<
xs:choice >
<
xs:element name ="
sourceFileName "
type ="
FileName
"/>
<
xs:element name ="
content "
type ="
xs :base64Binary
"/>
</
xs:choice >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
LabeledMediaFileResource
Abstract
no
Documentation
Represents either an existing file for the application server to use, or
the contents of a file to transfer with a description.
Application Data
XML Instance Representation
<...>
Start Choice [1]
<sourceFileName>
FileName
</sourceFileName>
[1]
<content>
xs :base64Binary </content>
[1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
LabeledMediaFileResource ">
<
xs:sequence >
<
xs:choice >
<
xs:element name ="
sourceFileName "
type ="
FileName
"/>
<
xs:element name ="
content "
type ="
xs :base64Binary
"/>
</
xs:choice >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
MeetMeConferencingConferenceKey
Abstract
no
Documentation
Identifier for conference.
Application Data
XML Instance Representation
<...>
<bridgeId>
UserId
</bridgeId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
MeetMeConferencingConferenceKey ">
<
xs:sequence >
<
xs:element name ="
bridgeId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
MixedCallLogsEntry
Abstract
no
Documentation
Call Log entry describing a placed, received, or missed call.
Application Data
XML Instance Representation
<...>
<time>
xs :dateTime </time>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
MixedCallLogsEntry ">
<
xs:sequence >
<
xs:element name ="
countryCode "
type ="
CountryCode
"
minOccurs ="
0 "/>
<
xs:element name ="
callLogId "
type ="
CallLogId
"/>
<
xs:element name ="
time "
type ="
xs :dateTime
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
NameDialingName
Abstract
no
Documentation
Name dialing last and first names.
Application Data
Schema Component Representation
<
xs:complexType name ="
NameDialingName ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
NetworkClassOfServiceCommunicationBarringProfile
Abstract
no
Documentation
Communication Barring Profile defined as part of the Network Class
Of Service. There can be only one primary profile within a Network
Class Of Service.
Application Data
XML Instance Representation
<...>
<isPrimary>
xs :boolean </isPrimary>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
NetworkClassOfServiceCommunicationBarringProfile ">
<
xs:sequence >
<
xs:element name ="
isPrimary "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
PhoneListEntry
Abstract
no
Documentation
Phone list entry.
Application Data
Schema Component Representation
<
xs:complexType name ="
PhoneListEntry ">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
OutgoingDN
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
PublicUserIdentity
Abstract
no
Documentation
Public User Identity
Application Data
XML Instance Representation
<...>
Start Choice [1]
<telURI>
DN
</telURI>
[1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
PublicUserIdentity ">
<
xs:choice >
<
xs:element name ="
sipURI "
type ="
SIPURI
"/>
<
xs:element name ="
telURI "
type ="
DN
"/>
</
xs:choice >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
RandomPort
Abstract
no
Documentation
Represents either a random port number, or a specific port number.
Application Data
XML Instance Representation
<...>
Start Choice [1]
<random> Random </random> [1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
RandomPort ">
<
xs:choice >
<
xs:element name ="
random "
type ="
xs :token
"
fixed ="
Random "/>
<
xs:element name ="
port "
type ="
Port
"/>
</
xs:choice >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
Recurrence
Abstract
no
Documentation
Defines recurrence.
Application Data
XML Instance Representation
<...>
Start Choice [1]
<recurDaily>
[1]
</recurDaily>
<recurWeekly>
[1]
<sunday>
xs :boolean </sunday>
[1]
<monday>
xs :boolean </monday>
[1]
<tuesday>
xs :boolean </tuesday>
[1]
<wednesday>
xs :boolean </wednesday>
[1]
<thursday>
xs :boolean </thursday>
[1]
<friday>
xs :boolean </friday>
[1]
<saturday>
xs :boolean </saturday>
[1]
</recurWeekly>
<recurMonthlyByDay>
[1]
</recurMonthlyByDay>
<recurMonthlyByWeek>
[1]
</recurMonthlyByWeek>
<recurYearlyByDay>
[1]
<month>
Month
</month>
[1]
</recurYearlyByDay>
<recurYearlyByWeek>
[1]
<month>
Month
</month>
[1]
</recurYearlyByWeek>
End Choice
Start Choice [1]
<recurForEver> true </recurForEver> [1]
<recurEndDate>
xs :date </recurEndDate>
[1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
Recurrence ">
<
xs:sequence >
<
xs:choice >
<
xs:element name ="
recurDaily ">
<
xs:complexType >
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element name ="
recurWeekly ">
<
xs:complexType >
<
xs:sequence >
<
xs:element name ="
sunday "
type ="
xs :boolean
"/>
<
xs:element name ="
monday "
type ="
xs :boolean
"/>
<
xs:element name ="
tuesday "
type ="
xs :boolean
"/>
<
xs:element name ="
wednesday "
type ="
xs :boolean
"/>
<
xs:element name ="
thursday "
type ="
xs :boolean
"/>
<
xs:element name ="
friday "
type ="
xs :boolean
"/>
<
xs:element name ="
saturday "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element name ="
recurMonthlyByDay ">
<
xs:complexType >
<
xs:sequence >
<
xs:element name ="
dayOfMonth "
type ="
DayOfMonth
"/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element name ="
recurMonthlyByWeek ">
<
xs:complexType >
<
xs:sequence >
<
xs:element name ="
dayOfWeek "
type ="
DayOfWeek
"/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element name ="
recurYearlyByDay ">
<
xs:complexType >
<
xs:sequence >
<
xs:element name ="
dayOfMonth "
type ="
DayOfMonth
"/>
<
xs:element name ="
month "
type ="
Month
"/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element name ="
recurYearlyByWeek ">
<
xs:complexType >
<
xs:sequence >
<
xs:element name ="
dayOfWeek "
type ="
DayOfWeek
"/>
<
xs:element name ="
month "
type ="
Month
"/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:choice >
<
xs:choice >
<
xs:element name ="
recurForEver "
type ="
xs :boolean
"
fixed ="
true "/>
<
xs:element name ="
recurEndDate "
type ="
xs :date
"/>
</
xs:choice >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ReplacementCallProcessingPolicyProfileSubscriberTypeList20
Abstract
no
Documentation
A list of CallProcessingPolicyProfileSubscriberType20. The list replaces a previously configured list.
Application Data
Schema Component Representation
<
xs:complexType name ="
ReplacementCallProcessingPolicyProfileSubscriberTypeList20 ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ReplacementCommunicationBarringAlternateCallIndicatorList
Abstract
no
Documentation
A list of Communication Barring Alternate Call Indicator that replaces
a previously configured list. By convention, an element of this type
may be set nill to clear the list.
Application Data
Schema Component Representation
<
xs:complexType name ="
ReplacementCommunicationBarringAlternateCallIndicatorList ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ReplacementCommunicationBarringCallTypeList
Abstract
no
Documentation
A list of Communication Barring Call Types that replaces a previously
configured list. By convention, an element of this type may be set
nill to clear the list.
Application Data
Schema Component Representation
<
xs:complexType name ="
ReplacementCommunicationBarringCallTypeList ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ReplacementCommunicationBarringIncomingRuleList19sp1
Abstract
no
Documentation
A list of Communication Barring Incoming Rules that replaces a
previously configured list. By convention, an element of this type
may be set nill to clear the list.
Application Data
Schema Component Representation
<
xs:complexType name ="
ReplacementCommunicationBarringIncomingRuleList19sp1 ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ReplacementContactList
Abstract
no
Documentation
A list of SIP contacts that replaces a previously configured list.
By convention, an element of this type may be set nill to clear the list.
Application Data
Schema Component Representation
<
xs:complexType name ="
ReplacementContactList ">
<
xs:sequence >
<
xs:element name ="
contact "
type ="
SIPContact
"
minOccurs ="
1 "
maxOccurs ="
5 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ReplacementDeviceList
Abstract
no
Documentation
A list of devices that replaces a previously configured list.
By convention, an element of this type may be set nill to clear the list.
Application Data
Schema Component Representation
<
xs:complexType name ="
ReplacementDeviceList ">
<
xs:sequence >
<
xs:element name ="
device "
type ="
AccessDevice
"
minOccurs ="
1 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ReplacementNumberPortabilityStatusList
Abstract
no
Documentation
A list of Number Portability Query Statuses that replaces a previously
configured list. By convention, an element of this type may be set
to nill to clear the list.
Application Data
Schema Component Representation
<
xs:complexType name ="
ReplacementNumberPortabilityStatusList ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ReplacementOutgoingDNList
Abstract
no
Documentation
A list of outgoing dns that replaces a previously configured list.
By convention, an element of this type may be set nill to clear the list.
Application Data
Schema Component Representation
<
xs:complexType name ="
ReplacementOutgoingDNList ">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
OutgoingDN
"
minOccurs ="
1 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ReplacementOutgoingDNorSIPURIList
Abstract
no
Documentation
A list of phone numbers or sipuris that replaces a previously configured list.
By convention, an element of this type may be set nill to clear the list.
Application Data
Schema Component Representation
<
xs:complexType name ="
ReplacementOutgoingDNorSIPURIList ">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
1 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ReplacementServicePackNameList
Abstract
no
Documentation
A list of service packs that replaces a previously configured list.
By convention, an element of this type may be set nill to clear the list.
Application Data
Schema Component Representation
<
xs:complexType name ="
ReplacementServicePackNameList ">
<
xs:sequence >
<
xs:element name ="
servicePackName "
type ="
ServicePackName
"
minOccurs ="
1 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ReplacementSIPAliasList
Abstract
no
Documentation
A list of SIP aliases that replaces a previously configured list.
By convention, an element of this type may be set nill to clear the list.
Application Data
XML Instance Representation
<...>
<sipAlias>
SIPURI
</sipAlias>
[1..3]
</...>
Schema Component Representation
<
xs:complexType name ="
ReplacementSIPAliasList ">
<
xs:sequence >
<
xs:element name ="
sipAlias "
type ="
SIPURI
"
minOccurs ="
1 "
maxOccurs ="
3 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ReplacementUserIdList
Abstract
no
Documentation
A list of userIds that replaces a previously configured list.
By convention, an element of this type may be set nill to clear the list.
Application Data
XML Instance Representation
<...>
<userId>
UserId
</userId>
[1..*]
</...>
Schema Component Representation
<
xs:complexType name ="
ReplacementUserIdList ">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"
minOccurs ="
1 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ReplacementUserServiceList
Abstract
no
Documentation
A list of user services that replaces a previously configured list.
By convention, an element of this type may be set nill to clear the list.
Application Data
Schema Component Representation
<
xs:complexType name ="
ReplacementUserServiceList ">
<
xs:sequence >
<
xs:element name ="
serviceName "
type ="
UserService
"
minOccurs ="
1 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ReplacementVirtualOnNetCallTypeNameList
Abstract
no
Documentation
A list of Virtual On-Net Call Types that replaces a previously
configured list. By convention, an element of this type may be set
to nill to clear the list.
Application Data
Schema Component Representation
<
xs:complexType name ="
ReplacementVirtualOnNetCallTypeNameList ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ResponsePagingControl
Abstract
no
Documentation
Used in queries to restrict the set of result rows when making a request that can result in
a large dataset. The client specifies the starting row and the number of rows requested.
The server only provides those rows in results, if available.
Application Data
Schema Component Representation
<
xs:complexType name ="
ResponsePagingControl ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ScheduleEvents
Abstract
no
Documentation
Retrives all Holiday or Time Event details for a given schedulel Level.
Application Data
XML Instance Representation
<...>
<startDate>
xs :date </startDate>
[1]
Start Choice [1]
<allDayEvent> true </allDayEvent> [1]
End Choice
<endDate>
xs :date </endDate>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ScheduleEvents ">
<
xs:sequence >
<
xs:element name ="
eventname "
type ="
EventName
"/>
<
xs:element name ="
startDate "
type ="
xs :date
"/>
<
xs:choice >
<
xs:element name ="
allDayEvent "
type ="
xs :boolean
"
fixed ="
true "/>
<
xs:sequence >
<
xs:element name ="
startTime "
type ="
HourMinute
"/>
</
xs:sequence >
</
xs:choice >
<
xs:element name ="
endDate "
type ="
xs :date
"/>
<
xs:element name ="
recurrence "
type ="
Recurrence
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ScheduleGlobalKey
Abstract
no
Documentation
Uniquely identifies Holiday and Time Schedules throughout all System, Service Provider, Group and User level.
Application Data
Schema Component Representation
<
xs:complexType name ="
ScheduleGlobalKey ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ScheduleKey
Abstract
no
Documentation
Uniquely identifies Holiday and Time Schedules within a level(System, Service Provider, Group or User level).
Application Data
Schema Component Representation
<
xs:complexType name ="
ScheduleKey ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ServiceActivation
Abstract
no
Documentation
Service Instance active status indicator
Application Data
XML Instance Representation
<...>
<serviceUserId>
UserId
</serviceUserId>
[1]
<isActive>
xs :boolean </isActive>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceActivation ">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
Name
ServiceInstanceAddProfile
Abstract
no
Documentation
Service Profile Information for group service.
Application Data
XML Instance Representation
<...>
<phoneNumber>
DN
</phoneNumber>
[0..1]
<alias>
SIPURI
</alias>
[0..3]
<publicUserIdentity>
SIPURI
</publicUserIdentity>
[0..1]
<callingLineIdPhoneNumber>
DN
</callingLineIdPhoneNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceInstanceAddProfile ">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
extension "
type ="
Extension17
"
minOccurs ="
0 "/>
<
xs:element name ="
password "
type ="
Password
"
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
language "
type ="
Language
"
minOccurs ="
0 "/>
<
xs:element name ="
timeZone "
type ="
TimeZone
"
minOccurs ="
0 "/>
<
xs:element name ="
alias "
type ="
SIPURI
"
minOccurs ="
0 "
maxOccurs ="
3 "/>
<
xs:element name ="
publicUserIdentity "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
callingLineIdPhoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Name
ServiceInstanceAddProfileCallCenter
Abstract
no
Documentation
Service Profile Information for a call center.
Password is required.
Application Data
XML Instance Representation
<...>
<phoneNumber>
DN
</phoneNumber>
[0..1]
<alias>
SIPURI
</alias>
[0..3]
<publicUserIdentity>
SIPURI
</publicUserIdentity>
[0..1]
<callingLineIdPhoneNumber>
DN
</callingLineIdPhoneNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceInstanceAddProfileCallCenter ">
<
xs:complexContent >
<
xs:restriction base ="
ServiceInstanceAddProfile
">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
extension "
type ="
Extension17
"
minOccurs ="
0 "/>
<
xs:element name ="
password "
type ="
Password
"/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
language "
type ="
Language
"
minOccurs ="
0 "/>
<
xs:element name ="
timeZone "
type ="
TimeZone
"
minOccurs ="
0 "/>
<
xs:element name ="
alias "
type ="
SIPURI
"
minOccurs ="
0 "
maxOccurs ="
3 "/>
<
xs:element name ="
publicUserIdentity "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
callingLineIdPhoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:restriction >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceInstanceAddProfileTrunkGroup
Abstract
no
Documentation
Service Profile Information for a trunk group.
The publicUserIdentity element is not part of ServiceInstanceAddProfileTrunkGroup.
Application Data
XML Instance Representation
<...>
<phoneNumber>
DN
</phoneNumber>
[0..1]
<alias>
SIPURI
</alias>
[0..3]
<callingLineIdPhoneNumber>
DN
</callingLineIdPhoneNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceInstanceAddProfileTrunkGroup ">
<
xs:complexContent >
<
xs:restriction base ="
ServiceInstanceAddProfile
">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
extension "
type ="
Extension17
"
minOccurs ="
0 "/>
<
xs:element name ="
password "
type ="
Password
"
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
language "
type ="
Language
"
minOccurs ="
0 "/>
<
xs:element name ="
timeZone "
type ="
TimeZone
"
minOccurs ="
0 "/>
<
xs:element name ="
alias "
type ="
SIPURI
"
minOccurs ="
0 "
maxOccurs ="
3 "/>
<
xs:element name ="
callingLineIdPhoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:restriction >
</
xs:complexContent >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ServiceInstanceModifyProfile
Abstract
no
Documentation
Service Profile Information for group service used when modifying an existing service instance.
Application Data
XML Instance Representation
<...>
<phoneNumber>
DN
</phoneNumber>
[0..1]
<publicUserIdentity>
SIPURI
</publicUserIdentity>
[0..1]
<callingLineIdPhoneNumber>
DN
</callingLineIdPhoneNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceInstanceModifyProfile ">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
DN
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
extension "
type ="
Extension17
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
password "
type ="
Password
"
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
language "
type ="
Language
"
minOccurs ="
0 "/>
<
xs:element name ="
timeZone "
type ="
TimeZone
"
minOccurs ="
0 "/>
<
xs:element name ="
publicUserIdentity "
type ="
SIPURI
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
callingLineIdPhoneNumber "
type ="
DN
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ServiceInstanceReadProfile19sp1
Abstract
no
Documentation
Service Profile Information for group service.
Application Data
XML Instance Representation
<...>
<phoneNumber>
DN
</phoneNumber>
[0..1]
<alias>
SIPURI
</alias>
[0..3]
<publicUserIdentity>
SIPURI
</publicUserIdentity>
[0..1]
<callingLineIdPhoneNumber>
DN
</callingLineIdPhoneNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceInstanceReadProfile19sp1 ">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
extension "
type ="
Extension17
"
minOccurs ="
0 "/>
<
xs:element name ="
countryCode "
type ="
CountryCode
"
minOccurs ="
0 "/>
<
xs:element name ="
nationalPrefix "
type ="
NationalPrefix
"
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
language "
type ="
Language
"
minOccurs ="
0 "/>
<
xs:element name ="
timeZone "
type ="
TimeZone
"
minOccurs ="
0 "/>
<
xs:element name ="
alias "
type ="
SIPURI
"
minOccurs ="
0 "
maxOccurs ="
3 "/>
<
xs:element name ="
publicUserIdentity "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
callingLineIdPhoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ServicePackAuthorization
Abstract
no
Documentation
Authorize (with quantity) or unauthorize a service pack.
Application Data
XML Instance Representation
<...>
Start Choice [1]
<unauthorized> true </unauthorized> [1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
ServicePackAuthorization ">
<
xs:sequence >
<
xs:choice >
<
xs:element name ="
unauthorized "
type ="
xs :boolean
"
fixed ="
true "/>
</
xs:choice >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ServiceProviderCommunicationBarringHierarchicalCallMeNowRule
Abstract
no
Documentation
Service Provider Communication Barring Hierarchical Call Me Now Rule
Application Data
XML Instance Representation
<...>
Start Choice [1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringHierarchicalCallMeNowRule ">
<
xs:sequence >
<
xs:element name ="
timeSchedule "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
holidaySchedule "
type ="
ScheduleName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ServiceProviderCommunicationBarringHierarchicalOriginatingRule
Abstract
no
Documentation
Service Provider Communication Barring Hierarchical Originating Rule
Application Data
XML Instance Representation
<...>
Start Choice [1]
End Choice
<transferNumber>
OutgoingDN
</transferNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringHierarchicalOriginatingRule ">
<
xs:sequence >
<
xs:element name ="
treatmentId "
type ="
TreatmentId
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
transferNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
timeSchedule "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
holidaySchedule "
type ="
ScheduleName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ServiceProviderCommunicationBarringHierarchicalRedirectingRule
Abstract
no
Documentation
Service Provider Communication Barring Hierarchical Redirecting Rule
Application Data
XML Instance Representation
<...>
Start Choice [1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringHierarchicalRedirectingRule ">
<
xs:sequence >
<
xs:element name ="
timeSchedule "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
holidaySchedule "
type ="
ScheduleName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ServiceProviderReplacementCommunicationBarringHierarchicalCallMeNowRuleList
Abstract
no
Documentation
A list of Service Provider Communication Barring Hierarchical Call Me Now Rules that replaces a previously configured list. By convention, an element of this type
may be set nill to clear the list.
Application Data
Schema Component Representation
<
xs:complexType name ="
ServiceProviderReplacementCommunicationBarringHierarchicalCallMeNowRuleList ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ServiceProviderReplacementCommunicationBarringHierarchicalOriginatingRuleList
Abstract
no
Documentation
A list of Service Provider Communication Barring Hierarchical Originating Rules that replaces a previously configured list. By convention, an element of this type
may be set nill to clear the list.
Application Data
Schema Component Representation
<
xs:complexType name ="
ServiceProviderReplacementCommunicationBarringHierarchicalOriginatingRuleList ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ServiceProviderReplacementCommunicationBarringHierarchicalRedirectingRuleList
Abstract
no
Documentation
A list of Service Provider Communication Barring Hierarchical Redirecting Rules that replaces a previously configured list. By convention, an element of this type
may be set nill to clear the list.
Application Data
Schema Component Representation
<
xs:complexType name ="
ServiceProviderReplacementCommunicationBarringHierarchicalRedirectingRuleList ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
SimultaneousRingNumber
Abstract
no
Documentation
Simultaneous Ring number entry.
Application Data
XML Instance Representation
<...>
<answerConfirmationRequired>
xs :boolean </answerConfirmationRequired>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SimultaneousRingNumber ">
<
xs:sequence >
<
xs:element name ="
answerConfirmationRequired "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
SimultaneousRingReplacementNumberList
Abstract
no
Documentation
A list of Simultaneous Ring numbers that replaces a previously configured list.
By convention, an element of this type may be set nill to clear the list.
Application Data
Schema Component Representation
<
xs:complexType name ="
SimultaneousRingReplacementNumberList ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
StreetAddress
Abstract
no
Documentation
Street address information.
Application Data
XML Instance Representation
<...>
<addressLine1>
xs :token (length >= 1) </addressLine1>
[0..1]
<addressLine2>
xs :token (length >= 1) </addressLine2>
[0..1]
<city>
xs :token (length >= 1) </city>
[0..1]
<stateOrProvince>
xs :token (length >= 1) </stateOrProvince>
[0..1]
<stateOrProvinceDisplayName>
xs :token (length >= 1) </stateOrProvinceDisplayName>
[0..1]
<zipOrPostalCode>
xs :token (length >= 1) </zipOrPostalCode>
[0..1]
<country>
xs :token (length >= 1) </country>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
StreetAddress ">
<
xs:sequence >
<
xs:element name ="
addressLine1 "
nillable ="
true "
minOccurs ="
0 ">
<
xs:simpleType >
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:element >
<
xs:element name ="
addressLine2 "
nillable ="
true "
minOccurs ="
0 ">
<
xs:simpleType >
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:element >
<
xs:element name ="
city "
nillable ="
true "
minOccurs ="
0 ">
<
xs:simpleType >
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="50 "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:element >
<
xs:element name ="
stateOrProvince "
nillable ="
true "
minOccurs ="
0 ">
<
xs:simpleType >
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="50 "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:element >
<
xs:element name ="
stateOrProvinceDisplayName "
minOccurs ="
0 ">
<
xs:simpleType >
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="50 "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:element >
<
xs:element name ="
zipOrPostalCode "
nillable ="
true "
minOccurs ="
0 ">
<
xs:simpleType >
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="50 "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:element >
<
xs:element name ="
country "
nillable ="
true "
minOccurs ="
0 ">
<
xs:simpleType >
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="50 "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:element >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
TimeSchedule
Abstract
no
Documentation
The from dn criteria.
Application Data
Schema Component Representation
<
xs:complexType name ="
TimeSchedule ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
TrunkAddressingAdd
Abstract
no
Documentation
Trunk group endpoint.
Application Data
Schema Component Representation
<
xs:complexType name ="
TrunkAddressingAdd ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
TrunkAddressingModify
Abstract
no
Documentation
Trunk group endpoint.
Application Data
Schema Component Representation
<
xs:complexType name ="
TrunkAddressingModify ">
<
xs:sequence >
<
xs:element name ="
enterpriseTrunkName "
type ="
EnterpriseTrunkName
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
TrunkAddressingRead
Abstract
no
Documentation
Trunk group endpoint.
Application Data
Schema Component Representation
<
xs:complexType name ="
TrunkAddressingRead ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
TrunkGroupDeviceEndpointAdd
Abstract
no
Documentation
Trunk group device endpoint used in the context of modify.
Application Data
Schema Component Representation
<
xs:complexType name ="
TrunkGroupDeviceEndpointAdd ">
<
xs:sequence >
<
xs:element name ="
contact "
type ="
SIPContact
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
TrunkGroupDeviceEndpointModify
Abstract
no
Documentation
Trunk group device endpoint used in the context of modify.
Application Data
Schema Component Representation
<
xs:complexType name ="
TrunkGroupDeviceEndpointModify ">
<
xs:sequence >
<
xs:element name ="
contact "
type ="
SIPContact
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
TrunkGroupDeviceEndpointRead14sp4
Abstract
no
Documentation
Trunk group device endpoint.
Application Data
XML Instance Representation
<...>
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<useDomain>
xs :boolean </useDomain>
[1]
<isPilotUser>
xs :boolean </isPilotUser>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
TrunkGroupDeviceEndpointRead14sp4 ">
<
xs:sequence >
<
xs:element name ="
contact "
type ="
SIPContact
"
minOccurs ="
0 "/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
useDomain "
type ="
xs :boolean
"/>
<
xs:element name ="
isPilotUser "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
TrunkGroupKey
Abstract
no
Documentation
Uniquely identifies a Trunk Group system-wide.
The trunkGroupName is unique within a group, but not unique system-wide.
Application Data
Schema Component Representation
<
xs:complexType name ="
TrunkGroupKey ">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
TrunkGroupMultipleContactPilotUser
Abstract
no
Documentation
Trunk Group pilot user information used when adding a Trunk Group.
Application Data
XML Instance Representation
<...>
<callingLineIdPhoneNumber>
DN
</callingLineIdPhoneNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
TrunkGroupMultipleContactPilotUser ">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
lastName "
type ="
LastName
"/>
<
xs:element name ="
firstName "
type ="
FirstName
"/>
<
xs:element name ="
password "
type ="
Password
"
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
language "
type ="
Language
"
minOccurs ="
0 "/>
<
xs:element name ="
timeZone "
type ="
TimeZone
"
minOccurs ="
0 "/>
<
xs:element name ="
contact "
type ="
SIPContact
"
minOccurs ="
0 "
maxOccurs ="
5 "/>
<
xs:element name ="
callingLineIdPhoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
TrunkGroupPilotUser
Abstract
no
Documentation
Trunk Group pilot user information used when adding a Trunk Group.
Application Data
Schema Component Representation
<
xs:complexType name ="
TrunkGroupPilotUser ">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
lastName "
type ="
LastName
"/>
<
xs:element name ="
firstName "
type ="
FirstName
"/>
<
xs:element name ="
password "
type ="
Password
"
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
language "
type ="
Language
"
minOccurs ="
0 "/>
<
xs:element name ="
timeZone "
type ="
TimeZone
"
minOccurs ="
0 "/>
<
xs:element name ="
contact "
type ="
SIPContact
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
UnboundedNonNegativeInt
Abstract
no
Documentation
Unbounded Quantity. Can either be unlimited or a non-negative int quantity.
Application Data
XML Instance Representation
<...>
Start Choice [1]
<unlimited> true </unlimited> [1]
<quantity>
xs :int (value >= 0) </quantity>
[1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
UnboundedNonNegativeInt ">
<
xs:choice >
<
xs:element name ="
unlimited "
type ="
xs :boolean
"
fixed ="
true "/>
<
xs:element name ="
quantity ">
<
xs:simpleType >
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:element >
</
xs:choice >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
UnboundedPositiveInt
Abstract
no
Documentation
Unbounded Quantity. Can either be unlimited or a positive int quantity.
Application Data
XML Instance Representation
<...>
Start Choice [1]
<unlimited> true </unlimited> [1]
<quantity>
xs :int (value >= 1) </quantity>
[1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
UnboundedPositiveInt ">
<
xs:choice >
<
xs:element name ="
unlimited "
type ="
xs :boolean
"
fixed ="
true "/>
<
xs:element name ="
quantity ">
<
xs:simpleType >
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:element >
</
xs:choice >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
UserDisplayNames
Abstract
no
Documentation
The parts of a user's display name that a client can display in whatever way is appropriate
for the client application.
Application Data
Schema Component Representation
<
xs:complexType name ="
UserDisplayNames ">
<
xs:sequence >
<
xs:element name ="
lastName "
type ="
LastName
"/>
<
xs:element name ="
firstName "
type ="
FirstName
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
UserEndpointKey
Abstract
no
Documentation
Key to uniquely identify a user endpoint.
Application Data
Schema Component Representation
<
xs:complexType name ="
UserEndpointKey ">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
UserServiceAuthorization
Abstract
no
Documentation
Authorize (with quantity) or unauthorize a user service.
Application Data
XML Instance Representation
<...>
Start Choice [1]
<unauthorized> true </unauthorized> [1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
UserServiceAuthorization ">
<
xs:sequence >
<
xs:choice >
<
xs:element name ="
unauthorized "
type ="
xs :boolean
"
fixed ="
true "/>
</
xs:choice >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
VerifyTranslationAndRoutingOrigination
Abstract
no
Documentation
Verification Translation and Routing origination
value.
Application Data
XML Instance Representation
<...>
Start Choice [1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
VerifyTranslationAndRoutingOrigination ">
<
xs:choice >
<
xs:element name ="
phone "
type ="
DN
"/>
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
url "
type ="
URL
"/>
</
xs:choice >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
VerifyTranslationAndRoutingParameters
Abstract
no
Documentation
Verification Translation and Routing parameters
for creating a Verify Translation and Routing request from
parameters.
Application Data
XML Instance Representation
<...>
<contact>
URL
</contact>
[0..1]
<diversion>
URL
</diversion>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
VerifyTranslationAndRoutingParameters ">
<
xs:sequence >
<
xs:element name ="
contact "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
diversion "
type ="
URL
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
VoiceMessagingAlternateNoAnswerGreetingModify16
Abstract
no
Documentation
The configuration of a alternate no answer
greeting.
It is used when modifying a user's voice
messaging
greeting.
Application Data
Schema Component Representation
<
xs:complexType name ="
VoiceMessagingAlternateNoAnswerGreetingModify16 ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AccessCode
Content
Documentation
Digit Collection Access Code.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessCode ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AccessDeviceConfigurationRelativeURL
Content
Documentation
The relative URL for web based configuration of the device, appended after the IP
Address of the device to identify the URL address for the web based configuration.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessDeviceConfigurationRelativeURL ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AccessDeviceDescription
Content
Documentation
Access device description.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessDeviceDescription ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AccessDeviceEndpointLinePort
Content
Documentation
Also known as address of record, the Line/Port identifies a device endpoint
in standalone mode or a SIPURI public identity in IMS mode.
Line/port user@host or just the port.
Validation:
- don't allow sip:
- allow a leading +
- allow the following characters:
alphanumeric - _ . ! ~ * ' ( ) @
- lineports for sip devices configured with Proxy Addressing must have a host portion
- lineports for sip devices configured with Device Addressing must not have a host portion
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessDeviceEndpointLinePort ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="161 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AccessDeviceEnhancedConfigurationFileName
Content
Documentation
Access device enhanced configuration file name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessDeviceEnhancedConfigurationFileName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="256 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AccessDeviceEnhancedConfigurationMode
Content
value comes from list: {'Default'|'Manual'|'Custom'}
Documentation
Choices for the access device configuration mode.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessDeviceEnhancedConfigurationMode ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Default "/>
<xs:enumeration value ="Manual "/>
<xs:enumeration value ="Custom "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AccessDeviceEnhancedConfigurationType14
Content
value comes from list: {'2 File Configuration'|'3 File Configuration'|'SNAP'}
Documentation
Type of enhanced configuration supported by an access device.
"2 File Configuration" was formerly called "CPE Type 1"
"3 File Configuration" was formerly called "CPE Type 2"
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessDeviceEnhancedConfigurationType14 ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="2 File Configuration "/>
<xs:enumeration value ="3 File Configuration "/>
<xs:enumeration value ="SNAP "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AccessDeviceLevel
Content
value comes from list: {'System'|'Service Provider'|'Group'}
Documentation
Identifies at which level in the system an identity/device profile is created.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessDeviceLevel ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="System "/>
<xs:enumeration value ="Service Provider "/>
<xs:enumeration value ="Group "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AccessDeviceMACAddress
Content
Documentation
Access device MAC address.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessDeviceMACAddress ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="12 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AccessDeviceName
Content
Documentation
Access device name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessDeviceName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AccessDevicePhysicalLocation
Content
Documentation
Physical geographic location of the device, used in conjunction with the Physical Location user service.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessDevicePhysicalLocation ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="1024 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
AccessDevicePortNumber
Content
Documentation
Access Device Port number value.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessDevicePortNumber ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="1024 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AccessDeviceProtocol
Content
Documentation
Access device protocol.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessDeviceProtocol ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="20 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AccessDeviceResetEvent
Content
value comes from list: {'Resync'|'CheckSync'}
Documentation
Choices for the reset event of an access device.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessDeviceResetEvent ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Resync "/>
<xs:enumeration value ="CheckSync "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AccessDeviceSerialNumber
Content
Documentation
Access device serial number.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessDeviceSerialNumber ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AccessDeviceStatus
Content
value comes from list: {'Online'|'Offline'|'Unavailable'|'Unknown'}
Documentation
Choices for the access device status.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessDeviceStatus ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Online "/>
<xs:enumeration value ="Offline "/>
<xs:enumeration value ="Unavailable "/>
<xs:enumeration value ="Unknown "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AccessDeviceType
Content
Documentation
Access device type.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AccessDeviceType ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AddressLocation
Content
Documentation
Address Location.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AddressLocation ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AgentACDAutomaticState
Content
value comes from list: {'Available'|'Unavailable'|'Wrap-Up'}
Documentation
Agent Automatic Call Distribution (ACD) State.
States available for Wrap-Up agent state management.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AgentACDAutomaticState ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Available "/>
<xs:enumeration value ="Unavailable "/>
<xs:enumeration value ="Wrap-Up "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AlternateTrunkIdentity
Content
Documentation
Alternate Trunk Identity
Application Data
Schema Component Representation
<
xs:simpleType name ="
AlternateTrunkIdentity ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
AnnouncementAudioFileSize
Content
Documentation
Defines the maximum size in kB of an audio announcement file.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AnnouncementAudioFileSize ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="50 "/>
<xs:maxInclusive value ="10000 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AnnouncementFileName
Content
Documentation
Announcement file name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AnnouncementFileName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AnnouncementFileType
Content
value comes from list: {'Audio'|'Video'}
Documentation
Announcement types - audio or video
Application Data
Schema Component Representation
<
xs:simpleType name ="
AnnouncementFileType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Audio "/>
<xs:enumeration value ="Video "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AnnouncementRepositoryType
Content
value comes from list: {'Group'|'User'}
Documentation
The type of Announcement, the possible values are "Group" for a group level
announcement or "User" for a user level announcement.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AnnouncementRepositoryType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Group "/>
<xs:enumeration value ="User "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AnnouncementSelection
Content
value comes from list: {'Default'|'Personal'}
Documentation
Announcement Selection.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AnnouncementSelection ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Default "/>
<xs:enumeration value ="Personal "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
AnnouncementVideoFileSize
Content
Documentation
Defines the maximum size in kB of an video announcement file.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AnnouncementVideoFileSize ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1000 "/>
<xs:maxInclusive value ="24000 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ApplicationServerSetName
Content
Documentation
Application Server set name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ApplicationServerSetName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AudioFileCodec
Content
value comes from list: {'None'|'G711'|'G722'|'G729'|'G726'|'AMR'|'AMR-WB'}
Documentation
Audio file codec.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AudioFileCodec ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="None "/>
<xs:enumeration value ="G711 "/>
<xs:enumeration value ="G722 "/>
<xs:enumeration value ="G729 "/>
<xs:enumeration value ="G726 "/>
<xs:enumeration value ="AMR "/>
<xs:enumeration value ="AMR-WB "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AuthenticationLockoutFixedWaitTimeMinutes
Content
value comes from list: {'5'|'10'|'20'|'40'|'60'}
Documentation
Number of minutes to wait when AuthenticationLockoutWaitAlgorithmType is set to fixed.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AuthenticationLockoutFixedWaitTimeMinutes ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="5 "/>
<xs:enumeration value ="10 "/>
<xs:enumeration value ="20 "/>
<xs:enumeration value ="40 "/>
<xs:enumeration value ="60 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AuthenticationLockoutType
Content
value comes from list: {'None'|'Temporary'|'Temporary Then Permanent'}
Documentation
Authentication Lockout type for device profile/SIP authentication password rules. Possible values:
None: No authentication lockout
Temporary: disable authentication with temporary lockout only
Temporary then Permanent: disable authentication with temporary lockout and permanent lockout
Application Data
Schema Component Representation
<
xs:simpleType name ="
AuthenticationLockoutType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="None "/>
<xs:enumeration value ="Temporary "/>
<xs:enumeration value ="Temporary Then Permanent "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AuthenticationLockoutWaitAlgorithmType
Content
value comes from list: {'Double'|'Fixed'}
Documentation
Wait algorithm type for device profile/SIP authentication password rules. Possible values:
Double: Double the previous lockout time (Starting with 5 minutes)
Fixed: Wait a fixed amount of time
Application Data
Schema Component Representation
<
xs:simpleType name ="
AuthenticationLockoutWaitAlgorithmType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Double "/>
<xs:enumeration value ="Fixed "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AuthenticationMode
Content
value comes from list: {'Enabled'|'Disabled'|'Enabled With Web Portal Credentials'}
Documentation
Choices for SIP Device Authentication
Application Data
Schema Component Representation
<
xs:simpleType name ="
AuthenticationMode ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Enabled "/>
<xs:enumeration value ="Disabled "/>
<xs:enumeration value ="Enabled With Web Portal Credentials "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
AuthenticationPermanentLockoutThreshold
Content
Documentation
Device profile/SIP authentication password rules can be used to specify the maximum authentication attempts before temporary lockout.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AuthenticationPermanentLockoutThreshold ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="2 "/>
<xs:maxInclusive value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
AuthenticationTemporaryLockoutThreshold
Content
Documentation
Device profile/SIP authentication password rules can be used to specify the maximum authentication attempts before temporary lockout.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AuthenticationTemporaryLockoutThreshold ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AutoAttendantDialingScope
Content
value comes from list: {'Enterprise'|'Group'|'Department'}
Documentation
The scope of extension or name dialing.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AutoAttendantDialingScope ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Enterprise "/>
<xs:enumeration value ="Group "/>
<xs:enumeration value ="Department "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AutoAttendantKeyAction
Content
value comes from list: {'Transfer With Prompt'|'Transfer Without Prompt'|'Transfer To Operator'|'Name Dialing'|'Extension Dialing'|'Repeat Menu'|'Exit'|'Transfer To Mailbox'|'Transfer To Submenu'|'Return to Previous Menu'|'Play Announcement'}
Documentation
The action of Auto Attendant key.
The following data elements are only used in AS data mode:
Transfer To Mailbox
Play Announcement
Transfer To Submenu
Return to Previous Menu
The following data elements are only valid for Standard Auto
Attendants:
Transfer To Submenu
Return to Previous Menu
The following data elements are only valid for submenus:
Return to Previous Menu
Application Data
Schema Component Representation
<
xs:simpleType name ="
AutoAttendantKeyAction ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Transfer With Prompt "/>
<xs:enumeration value ="Transfer Without Prompt "/>
<xs:enumeration value ="Transfer To Operator "/>
<xs:enumeration value ="Name Dialing "/>
<xs:enumeration value ="Extension Dialing "/>
<xs:enumeration value ="Repeat Menu "/>
<xs:enumeration value ="Exit "/>
<xs:enumeration value ="Transfer To Mailbox "/>
<xs:enumeration value ="Transfer To Submenu "/>
<xs:enumeration value ="Return to Previous Menu "/>
<xs:enumeration value ="Play Announcement "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AutoAttendantMenuKey
Content
value comes from list: {'0'|'1'|'2'|'3'|'4'|'5'|'6'|'7'|'8'|'9'|'*'|'#'}
Documentation
The key of Auto Attendant.
Application Data
Schema Component Representation
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AutoAttendantMenuKeyDescription
Content
Documentation
The description of each menu key.
Application Data
Schema Component Representation
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AutoAttendantNameDialingEntry
Content
value comes from list: {'LastName + FirstName'|'LastName + FirstName or FirstName + LastName'}
Documentation
The format callers should use when dialing by name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
AutoAttendantNameDialingEntry ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="LastName + FirstName "/>
<xs:enumeration value ="LastName + FirstName or FirstName + LastName "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AutoAttendantSubmenuId
Content
Documentation
The Submenu Id.
Application Data
Schema Component Representation
Parent type:
xs :base64Binary (derivation method: restriction)
Sub-types:
None
Name
BroadWorksMobileManagerCertificateFile
Content
Base XSD Type: base64Binary
Documentation
Certificate file.
Application Data
Schema Component Representation
<
xs:simpleType name ="
BroadWorksMobileManagerCertificateFile ">
<
xs:restriction base ="
xs :base64Binary
">
<xs:minLength value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
BroadWorksMobileManagerDeactivationReason
Content
Documentation
Deactivation reason.
Application Data
Schema Component Representation
<
xs:simpleType name ="
BroadWorksMobileManagerDeactivationReason ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="100 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
BroadWorksMobileManagerDomainName
Content
Documentation
Domain name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
BroadWorksMobileManagerDomainName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="100 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
BroadWorksMobileManagerHomeZoneCellId
Content
Documentation
Cell ID.
A single asterisk or digit range from 0 to 65535.
Application Data
Schema Component Representation
<
xs:simpleType name ="
BroadWorksMobileManagerHomeZoneCellId ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="5 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
BroadWorksMobileManagerHomeZoneLocationAreaCode
Content
Documentation
Location area code.
A single asterisk or digit range from 0 to 65535.
Application Data
Schema Component Representation
<
xs:simpleType name ="
BroadWorksMobileManagerHomeZoneLocationAreaCode ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="5 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
BroadWorksMobileManagerHomeZoneMobileCountryCode
Content
Documentation
Country dialing code.
A single asterisk or digit range from 000 to 999.
Application Data
Schema Component Representation
<
xs:simpleType name ="
BroadWorksMobileManagerHomeZoneMobileCountryCode ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="3 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
BroadWorksMobileManagerHomeZoneNetworkCountryCode
Content
Documentation
Network Country Code
A single asterisk or digit range from 00 to 999.
Application Data
Schema Component Representation
<
xs:simpleType name ="
BroadWorksMobileManagerHomeZoneNetworkCountryCode ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="3 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :base64Binary (derivation method: restriction)
Sub-types:
None
Name
BroadWorksMobileManagerInformationFile
Content
Base XSD Type: base64Binary
Documentation
Information file.
Application Data
Schema Component Representation
<
xs:simpleType name ="
BroadWorksMobileManagerInformationFile ">
<
xs:restriction base ="
xs :base64Binary
">
<xs:minLength value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
BroadWorksMobileManagerMaxTxPerSecond
Content
Documentation
Maximum number of simultaneous SS7 transactions allowed
per second before throttling occurs.
Application Data
Schema Component Representation
<
xs:simpleType name ="
BroadWorksMobileManagerMaxTxPerSecond ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="1000 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
BroadWorksMobileManagerName
Content
Documentation
BroadWorks Mobile Manager name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
BroadWorksMobileManagerName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="45 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
BroadWorksMobileManagerPassword
Content
Documentation
BroadWorks Mobile Manger API password
Application Data
Schema Component Representation
<
xs:simpleType name ="
BroadWorksMobileManagerPassword ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="128 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
BroadWorksMobileManagerUserName
Content
Documentation
BroadWorks Mobile Manger API user name
Application Data
Schema Component Representation
<
xs:simpleType name ="
BroadWorksMobileManagerUserName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="32 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
BroadWorksMobilityGroupSettingLevel
Content
value comes from list: {'Group'|'ServiceProvider'}
Documentation
BroadWorks Mobility setting for the group level.
Application Data
Schema Component Representation
<
xs:simpleType name ="
BroadWorksMobilityGroupSettingLevel ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Group "/>
<xs:enumeration value ="ServiceProvider "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
BroadWorksMobilityServiceProviderSettingLevel
Content
value comes from list: {'ServiceProvider'|'System'}
Documentation
BroadWorks Mobility setting for the service provider level.
Application Data
Schema Component Representation
<
xs:simpleType name ="
BroadWorksMobilityServiceProviderSettingLevel ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="ServiceProvider "/>
<xs:enumeration value ="System "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
BurstingMaxActiveCalls
Content
Documentation
Bursting Maximum Number of Active Calls
Application Data
Schema Component Representation
<
xs:simpleType name ="
BurstingMaxActiveCalls ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="999999 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
BurstingMaxIncomingCalls
Content
Documentation
Bursting Maximum Number of Incoming Calls
Application Data
Schema Component Representation
<
xs:simpleType name ="
BurstingMaxIncomingCalls ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="999999 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
BurstingMaxOutgoingCalls
Content
Documentation
Bursting Maximum Number of Outgoing Calls
Application Data
Schema Component Representation
<
xs:simpleType name ="
BurstingMaxOutgoingCalls ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="999999 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallCenterAgentSkillLevel
Content
Documentation
Call Center skill level.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterAgentSkillLevel ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="20 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterAgentThresholdProfileName
Content
Documentation
Call Center Agent Threshold Profile name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterAgentThresholdProfileName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterAgentUnavailableCode
Content
Documentation
Call Center Agent Unavailable Code Value.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterAgentUnavailableCode ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallCenterForceDeliveryWaitTimeSeconds
Content
Documentation
Call center force delivery wait time in seconds.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterForceDeliveryWaitTimeSeconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterManualNightServiceAnnouncementMode
Content
value comes from list: {'Normal Announcement'|'Manual Announcement'}
Documentation
Call center manual night service announcement mode.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterManualNightServiceAnnouncementMode ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Normal Announcement "/>
<xs:enumeration value ="Manual Announcement "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterMediaOnHoldMessageSelection
Content
value comes from list: {'Default'|'URL'|'Custom'|'External'}
Documentation
Call center media on hold message selection.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterMediaOnHoldMessageSelection ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Default "/>
<xs:enumeration value ="URL "/>
<xs:enumeration value ="Custom "/>
<xs:enumeration value ="External "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterOverflowProcessingAction
Content
value comes from list: {'Busy'|'Transfer'|'Ringing'}
Documentation
Call center overflow processing action.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterOverflowProcessingAction ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Busy "/>
<xs:enumeration value ="Transfer "/>
<xs:enumeration value ="Ringing "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallCenterQueueLength16
Content
Documentation
The limit for the number of calls the system will keep in queue, waiting for an available agent.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterQueueLength16 ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="525 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallCenterReportAbandonedCallInputParameterNumber
Content
Documentation
Number of Abandoned Call input parameters.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterReportAbandonedCallInputParameterNumber ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="4 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallCenterReportDataTemplateFilterNumber
Content
Documentation
Index to a call center enhanced reporting data template's query set.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterReportDataTemplateFilterNumber ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="999 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterReportDataTemplateQueryFilterValue
Content
Documentation
Fileter value for call center reporting data template query.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterReportDataTemplateQueryFilterValue ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="160 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallCenterReportServiceLevelInputParameterNumber
Content
Documentation
Number of Service Level input parameters.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterReportServiceLevelInputParameterNumber ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="5 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterReportTemplateFileName
Content
Documentation
The file name for the Call Center Reporting templates Files.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterReportTemplateFileName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="256 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterReportTemplateLevel
Content
value comes from list: {'System'|'Enterprise'|'Group'}
Documentation
Identifies at which level in the system a call center report template is created.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterReportTemplateLevel ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="System "/>
<xs:enumeration value ="Enterprise "/>
<xs:enumeration value ="Group "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterReportTemplateName
Content
Documentation
The call center enhanced reporting report template name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterReportTemplateName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterReportTemplateURI
Content
Documentation
The URI for the Call Center Reporting templates Files.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterReportTemplateURI ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="512 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterScheduledReportName
Content
Documentation
The call center enhanced reporting scheduled report name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterScheduledReportName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterScheduledServiceAction
Content
value comes from list: {'None'|'Busy'|'Transfer'}
Documentation
Call center scheduled service (Night Services, Holiday Services, etc.) processing action.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterScheduledServiceAction ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="None "/>
<xs:enumeration value ="Busy "/>
<xs:enumeration value ="Transfer "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterStatisticsSource
Content
value comes from list: {'None'|'Application Server'|'Call Center Reporting Server'}
Documentation
The call center statistics source.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterStatisticsSource ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="None "/>
<xs:enumeration value ="Application Server "/>
<xs:enumeration value ="Call Center Reporting Server "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallCenterWrapUpSeconds
Content
Documentation
The ACD wrap up time in seconds.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallCenterWrapUpSeconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="3600 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallingLineIdentityForRedirectedCalls
Content
value comes from list: {'Originating Identity'|'Redirecting User Identity For External Redirections'|'Redirecting User Identity For All Redirections'}
Documentation
Maximum Call Time for Unanswered Calls
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallingLineIdentityForRedirectedCalls ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Originating Identity "/>
<xs:enumeration value ="Redirecting User Identity For External Redirections "/>
<xs:enumeration value ="Redirecting User Identity For All Redirections "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallingLineIdFirstName
Content
Documentation
First Name for Calling Line Id Display.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallingLineIdFirstName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallingLineIdLastName
Content
Documentation
Last Name for Calling Line Id Display.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallingLineIdLastName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallingPlanDigitPatternName
Content
Documentation
Name of a calling plan digit pattern.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallingPlanDigitPatternName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallLogId
Content
Documentation
Call Log Id
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallLogId ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallLogId17sp4
Content
Documentation
Call Log Id
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallLogId17sp4 ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="36 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallLogsEntryName
Content
Documentation
Calling Name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallLogsEntryName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="62 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallLogsType
Content
value comes from list: {'Placed'|'Received'|'Missed'}
Documentation
Call Log type.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallLogsType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Placed "/>
<xs:enumeration value ="Received "/>
<xs:enumeration value ="Missed "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallProcessingMaxCallTimeForAnsweredCallsMinutes16
Content
Documentation
Maximum Call Time for Answered Calls
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallProcessingMaxCallTimeForAnsweredCallsMinutes16 ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="3 "/>
<xs:maxInclusive value ="2880 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1
Content
Documentation
Maximum Call Time for Unanswered Calls
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="2880 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1
Content
Documentation
Maximum Number of Concurrent Find Me/Follow Me Invocations
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="999999 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallProcessingMaxConcurrentRedirectedCalls19sp1
Content
Documentation
Maximum Number of Concurrent Redirected Calls
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallProcessingMaxConcurrentRedirectedCalls19sp1 ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="999999 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallProcessingMaxConferenceParties
Content
Documentation
Maximum number of Parties allowed in a conference call.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallProcessingMaxConferenceParties ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="4 "/>
<xs:maxInclusive value ="15 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallProcessingMaxFindMeFollowMeDepth19sp1
Content
Documentation
Maximum Number of Find Me Follow Me Depth
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallProcessingMaxFindMeFollowMeDepth19sp1 ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="100 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallProcessingMaxForks
Content
Documentation
Maximum Number of Forks
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallProcessingMaxForks ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallProcessingMaxRedirectionDepth19sp1
Content
Documentation
Maximum Number of Redirections Depth
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallProcessingMaxRedirectionDepth19sp1 ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="100 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallProcessingMaxRedirections
Content
Documentation
Maximum Number of Redirections
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallProcessingMaxRedirections ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="15 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallProcessingMaxSimultaneousCalls19sp1
Content
Documentation
Maximum Number of Simultaneous Calls
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallProcessingMaxSimultaneousCalls19sp1 ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="999999 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallProcessingMaxSimultaneousForwards
Content
Documentation
Maximum Number of Simultaneous Forwards
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallProcessingMaxSimultaneousForwards ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="32 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallProcessingPolicyProfileDescription
Content
Documentation
Call Processing Policy Profile Description.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallProcessingPolicyProfileDescription ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallProcessingPolicyProfileName
Content
Documentation
Call Processing Policy Profile Name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallProcessingPolicyProfileName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallProcessingPolicyProfileSubscriberType20
Content
value comes from list: {'User'|'Trunk Group Pilot User'|'Auto Attendant'|'BroadWorks Anywhere'|'Call Center'|'Find-me/Follow-me'|'Group Paging'|'Flexible Seating Host'|'Hunt Group'|'Instant Group Call'|'Meet-Me Conferencing'|'Route Point'|'Voice Portal'|'VoiceXML'}
Documentation
Different type of user and virtual subscriber which could have a set of call processing policy profile defined in BroadWorks.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallProcessingPolicyProfileSubscriberType20 ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="User "/>
<xs:enumeration value ="Trunk Group Pilot User "/>
<xs:enumeration value ="Auto Attendant "/>
<xs:enumeration value ="BroadWorks Anywhere "/>
<xs:enumeration value ="Call Center "/>
<xs:enumeration value ="Find-me/Follow-me "/>
<xs:enumeration value ="Group Paging "/>
<xs:enumeration value ="Flexible Seating Host "/>
<xs:enumeration value ="Hunt Group "/>
<xs:enumeration value ="Instant Group Call "/>
<xs:enumeration value ="Meet-Me Conferencing "/>
<xs:enumeration value ="Route Point "/>
<xs:enumeration value ="Voice Portal "/>
<xs:enumeration value ="VoiceXML "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallRecordingPlatformDescription
Content
Documentation
Call Recording Platform Description.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallRecordingPlatformDescription ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallRecordingPlatformName
Content
Documentation
Call Recording Platform Name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallRecordingPlatformName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallRecordingPlatformSchemaVersion
Content
value comes from list: {'1.0'|'2.0'|'3.0'}
Documentation
Supported versions of the BroadWorks-specific extension metadata.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallRecordingPlatformSchemaVersion ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="1.0 "/>
<xs:enumeration value ="2.0 "/>
<xs:enumeration value ="3.0 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallTypeDigitMap
Content
Documentation
Call Type Digit Map.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CallTypeDigitMap ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CLIDPolicy
Content
value comes from list: {'Use DN'|'Use Configurable CLID'}
Documentation
Calling Line ID Policy Selections.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CLIDPolicy ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Use DN "/>
<xs:enumeration value ="Use Configurable CLID "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CommunicationBarringAlternateCallIndicator
Content
Documentation
Communication Barring Alternate Call Indicator.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CommunicationBarringAlternateCallIndicator ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CommunicationBarringAuthorizationCode
Content
Documentation
Communication Barring Authorization Code.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CommunicationBarringAuthorizationCode ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="2 "/>
<xs:maxLength value ="14 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CommunicationBarringAuthorizationCodeDescription
Content
Documentation
Communication Barring Authorization Code Description.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CommunicationBarringAuthorizationCodeDescription ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CommunicationBarringCallMeNowAction
Content
value comes from list: {'Allow'|'Allow Timed'|'Block'}
Documentation
Possible Call Me Now actions for Communication Barring.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CommunicationBarringCallMeNowAction ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Allow "/>
<xs:enumeration value ="Allow Timed "/>
<xs:enumeration value ="Block "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CommunicationBarringCallType
Content
Documentation
Communication Barring Call Type.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CommunicationBarringCallType ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CommunicationBarringCriteriaName
Content
Documentation
Communication Barring Criteria Name
Application Data
Schema Component Representation
<
xs:simpleType name ="
CommunicationBarringCriteriaName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :float (derivation method: restriction)
Sub-types:
None
Name
CommunicationBarringCriteriaPriority
Content
0.0 <= value <= 1000000.0
Documentation
Communication Barring criteria priority.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CommunicationBarringCriteriaPriority ">
<
xs:restriction base ="
xs :float
">
<xs:minInclusive value ="0.0 "/>
<xs:maxInclusive value ="1000000.0 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CommunicationBarringIncomingAction
Content
value comes from list: {'Allow'|'Allow Timed'|'Block'}
Documentation
Possible incoming call actions for Communication Barring.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CommunicationBarringIncomingAction ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Allow "/>
<xs:enumeration value ="Allow Timed "/>
<xs:enumeration value ="Block "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CommunicationBarringOriginatingAction
Content
value comes from list: {'Allow'|'Allow Timed'|'Block'|'Authorization Code'|'Authorization Code Timed'|'Treatment'|'Transfer'}
Documentation
Possible originating actions for Communication Barring.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CommunicationBarringOriginatingAction ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Allow "/>
<xs:enumeration value ="Allow Timed "/>
<xs:enumeration value ="Block "/>
<xs:enumeration value ="Authorization Code "/>
<xs:enumeration value ="Authorization Code Timed "/>
<xs:enumeration value ="Treatment "/>
<xs:enumeration value ="Transfer "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CommunicationBarringProfileDescription
Content
Documentation
Communication Barring Profile description
Application Data
Schema Component Representation
<
xs:simpleType name ="
CommunicationBarringProfileDescription ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CommunicationBarringProfileName
Content
Documentation
Communication Barring Profile Name
Application Data
Schema Component Representation
<
xs:simpleType name ="
CommunicationBarringProfileName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CommunicationBarringRedirectingAction
Content
value comes from list: {'Allow'|'Allow Timed'|'Block'}
Documentation
Possible redirecting actions for Communication Barring.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CommunicationBarringRedirectingAction ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Allow "/>
<xs:enumeration value ="Allow Timed "/>
<xs:enumeration value ="Block "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CommunicationBarringTimeoutSeconds
Content
Documentation
Time to wait before shutting down a call.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CommunicationBarringTimeoutSeconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="60 "/>
<xs:maxInclusive value ="86400 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ConnectedLineIdentificationPrivacyOnRedirectedCalls
Content
value comes from list: {'No Privacy'|'Privacy For External Calls'|'Privacy For All Calls'}
Documentation
Choices for Connected Line Identification Privacy on Redirected Calls
Application Data
Schema Component Representation
<
xs:simpleType name ="
ConnectedLineIdentificationPrivacyOnRedirectedCalls ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="No Privacy "/>
<xs:enumeration value ="Privacy For External Calls "/>
<xs:enumeration value ="Privacy For All Calls "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CounterResetHour
Content
Documentation
Counter reset time hour.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CounterResetHour ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="23 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CounterResetIntervalDays
Content
Documentation
Counter reset time days.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CounterResetIntervalDays ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CounterResetMinute
Content
Documentation
Counter reset time minute.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CounterResetMinute ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="59 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :NMTOKEN (derivation method: restriction)
Sub-types:
None
Name
CountryCode
Content
pattern = [0-9]|[1-9][0-9]{1,2}
length <= 3
Documentation
Country dialing code.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CountryCode ">
<
xs:restriction base ="
xs :NMTOKEN
">
<xs:maxLength value ="3 "/>
<xs:pattern value ="[0-9]|[1-9][0-9]{1,2} "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CountryName
Content
Documentation
The name of a country.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CountryName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CPEDeviceConfigRebuildType
Content
value comes from list: {'Device Type'|'Device Profiles'}
Documentation
Choices for the type of rebuild requested.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CPEDeviceConfigRebuildType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Device Type "/>
<xs:enumeration value ="Device Profiles "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CPEDeviceFileFormat
Content
Documentation
CPE device file format.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CPEDeviceFileFormat ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="265 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CPEDeviceResetEventType
Content
value comes from list: {'Resync'|'Check Sync'}
Documentation
Type of reset event for a CPE device.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CPEDeviceResetEventType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Resync "/>
<xs:enumeration value ="Check Sync "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CPEFileDirectory
Content
Documentation
CPE Configuration File Directory.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CPEFileDirectory ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="256 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CPESystemFileName
Content
Documentation
CPE system file name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CPESystemFileName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="265 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CriteriaDnSelection
Content
value comes from list: {'Any'|'Specified Only'}
Documentation
Selection criteria for a dn.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CriteriaDnSelection ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Any "/>
<xs:enumeration value ="Specified Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CriteriaName
Content
Documentation
Criteria Name
Application Data
Schema Component Representation
<
xs:simpleType name ="
CriteriaName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="50 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CustomContactDirectoryName
Content
Documentation
Custom Contact Directory name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
CustomContactDirectoryName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
DayOfMonth
Content
Documentation
The day of month.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DayOfMonth ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="31 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :NMTOKEN (derivation method: restriction)
Sub-types:
None
Name
DayOfWeek
Content
value comes from list: {'Sunday'|'Monday'|'Tuesday'|'Wednesday'|'Thursday'|'Friday'|'Saturday'}
Documentation
Days of the week (Sunday-Saturday).
Application Data
Schema Component Representation
<
xs:simpleType name ="
DayOfWeek ">
<
xs:restriction base ="
xs :NMTOKEN
">
<xs:enumeration value ="Sunday "/>
<xs:enumeration value ="Monday "/>
<xs:enumeration value ="Tuesday "/>
<xs:enumeration value ="Wednesday "/>
<xs:enumeration value ="Thursday "/>
<xs:enumeration value ="Friday "/>
<xs:enumeration value ="Saturday "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DayOfWeekInMonth
Content
value comes from list: {'First'|'Second'|'Third'|'Fourth'|'Last'}
Documentation
Defines the day of week in the month (First, Second, Third, Fourth, or Last).
Application Data
Schema Component Representation
<
xs:simpleType name ="
DayOfWeekInMonth ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="First "/>
<xs:enumeration value ="Second "/>
<xs:enumeration value ="Third "/>
<xs:enumeration value ="Fourth "/>
<xs:enumeration value ="Last "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DbSchemaInstanceName
Content
Documentation
The database instance name defined on a Database Server.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DbSchemaInstanceName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DepartmentFullPathName
Content
Documentation
Department Full Path name. This the full path name of the department.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DepartmentFullPathName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DepartmentName
Content
Documentation
Department name. This is only the name of the department itself, not the full path name
of the department and all its parents.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DepartmentName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="50 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceAccessContext
Content
Documentation
The Xtended Services Platform Device Management System webapp context name deployed to serve device access requests.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceAccessContext ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceAccessProtocol16
Content
value comes from list: {'Http'|'Https'|'FTP'|'TFTP'}
Documentation
Protocols that an access device can use to fetch files from BroadWorks.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceAccessProtocol16 ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Http "/>
<xs:enumeration value ="Https "/>
<xs:enumeration value ="FTP "/>
<xs:enumeration value ="TFTP "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceLanguage
Content
Documentation
A device language name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceLanguage ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementAccessURI
Content
Documentation
The access URI that a device uses to access files on BroadWorks.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementAccessURI ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="256 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementEventAction
Content
value comes from list: {'Delete'|'Download'|'Rebuild'|'Reset'|'Upload'}
Documentation
The action performed by a device management event.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementEventAction ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Delete "/>
<xs:enumeration value ="Download "/>
<xs:enumeration value ="Rebuild "/>
<xs:enumeration value ="Reset "/>
<xs:enumeration value ="Upload "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementEventAdditionalInfo
Content
Documentation
Additional information about the event.
Additional information includes the affected device type, device or group.
It depends on the level of the event:
Device Profile->"Device Name" "Service Provider Id" "Group Id"
Device Type->"Device Type Name"
Device Type Group->"Service Provider Id" "Group Id" "Device Type Name"
Group->"Service Provider Id" "Group Id"
User->"User Id"
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementEventAdditionalInfo ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="0 "/>
<xs:maxLength value ="256 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementEventLevel
Content
value comes from list: {'Device'|'Device Type'|'Device Type Group'|'Group'|'User'}
Documentation
The level of a device management event.
It can affect one device, all devices linked to a user, all devices
linked to a group, all devices linked to a device type or all devices
linked to a device type and group.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementEventLevel ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Device "/>
<xs:enumeration value ="Device Type "/>
<xs:enumeration value ="Device Type Group "/>
<xs:enumeration value ="Group "/>
<xs:enumeration value ="User "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementEventQueueType
Content
value comes from list: {'Completed'|'In Progress Or Pending'}
Documentation
Device Management queues available in the system.
They contain events at various stage of processing.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementEventQueueType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Completed "/>
<xs:enumeration value ="In Progress Or Pending "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementEventStatusCompleted
Content
value comes from list: {'Canceled'|'Completed'}
Documentation
The status of a completed device management event.
It can be 'Canceled', meaning that it was canceled in the middle of processing.
It can be 'Completed', meaning that all its related expanded events have
been successfully processed.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementEventStatusCompleted ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Canceled "/>
<xs:enumeration value ="Completed "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementEventStatusForCancel
Content
value comes from list: {'Pending'|'Queued'|'In Progress'|'Stale'}
Documentation
The possible status used to cancel a device management event.
It can be 'Pending', meaning that it is not yet queued for processing.
It can be 'Queued', waiting to be processed.
It can be 'In Progress', meaning that it is currently being processed.
It can be 'Stale', meaning that it should currently be queued in
the internal Device Management queue but is not.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementEventStatusForCancel ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Pending "/>
<xs:enumeration value ="Queued "/>
<xs:enumeration value ="In Progress "/>
<xs:enumeration value ="Stale "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementEventStatusInProgressOrPending
Content
value comes from list: {'Pending'|'Queued'|'In Progress'|'Process On Other Host'|'Stale'}
Documentation
The status of a device management event.
It can be 'Pending', meaning that it is not yet queued for processing.
It can be 'Queued', waiting to be processed.
It can be 'In Progress', meaning that it is currently being processed.
It can be 'Process On Other Host', meaning that it is currently being
processed on another host.
It can be 'Stale', meaning that it should currently be queued in
the internal Device Management queue but is not.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementEventStatusInProgressOrPending ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Pending "/>
<xs:enumeration value ="Queued "/>
<xs:enumeration value ="In Progress "/>
<xs:enumeration value ="Process On Other Host "/>
<xs:enumeration value ="Stale "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementEventType
Content
value comes from list: {'Automatic'|'Manual'}
Documentation
The type of the device management event.
Automatic means that the event was triggered automatically by the
system following a provisioning event from the user.
Manual means that the user triggered the event directly. The event
was not a result of an indirect provisioning event.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementEventType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Automatic "/>
<xs:enumeration value ="Manual "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementFileCategory
Content
value comes from list: {'Static'|'Dynamic Group'|'Dynamic Profile'}
Documentation
The file category for an access device file managed by the Device Management System on BroadWorks. A static file has no variable content and only one copy is required on the repository.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementFileCategory ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Static "/>
<xs:enumeration value ="Dynamic Group "/>
<xs:enumeration value ="Dynamic Profile "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementFileCustomization
Content
value comes from list: {'Disallow'|'Administrator'|'Administrator and User'}
Documentation
Controls the file customization privileges.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementFileCustomization ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Disallow "/>
<xs:enumeration value ="Administrator "/>
<xs:enumeration value ="Administrator and User "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementFileFormat
Content
Documentation
The file name format for an access device file managed by the Device Management System on BroadWorks.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementFileFormat ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="128 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementFTPConnectTimeoutSeconds
Content
Documentation
FTP connect timeout in seconds
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementFTPConnectTimeoutSeconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="600 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementFTPFileTransferTimeoutSeconds
Content
Documentation
FTP file transfer timeout in seconds
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementFTPFileTransferTimeoutSeconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="600 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementMaxBusyTimeMinutes
Content
Documentation
Maximum time that IP Device Configuration Management should take to process all the file rebuild events currently queued.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementMaxBusyTimeMinutes ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="1440 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementPauseBetweenFileRebuildMilliseconds
Content
Documentation
Duration of the pause that IP Device Configuration Management should take between two consecutive file re-build and send.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementPauseBetweenFileRebuildMilliseconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="10000 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementSystemDeviceAccessClusterNumber
Content
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementSystemDeviceAccessClusterNumber ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="100 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementTagMode
Content
value comes from list: {'None'|'System'|'System And Custom'}
Documentation
Defines the tag sets used when device configuration files are built.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementTagMode ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="None "/>
<xs:enumeration value ="System "/>
<xs:enumeration value ="System And Custom "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementTagName
Content
Documentation
A static tag name for access device files managed by the Device Management System on BroadWorks.
The static tag name must start and end with a % with no other % in between. The tag must not
start with %BW.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementTagName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="64 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementTagSet
Content
Documentation
A static tag set name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementTagSet ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementTagSetName
Content
Documentation
A static tag set name for access device files managed by the Device Management System on BroadWorks.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementTagSetName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceManagementTagValue
Content
Documentation
A static tag value for access device files managed by the Device Management System on BroadWorks.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceManagementTagValue ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="256 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceTypeConfigurationOptionType
Content
value comes from list: {'Not Supported'|'Device Management'|'Legacy'}
Documentation
Device Type Configuration Option Type.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceTypeConfigurationOptionType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Not Supported "/>
<xs:enumeration value ="Device Management "/>
<xs:enumeration value ="Legacy "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DeviceTypeFileEnhancedConfigurationMode
Content
value comes from list: {'Manual'|'Custom'}
Documentation
Choices for the device type configuration mode.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DeviceTypeFileEnhancedConfigurationMode ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Manual "/>
<xs:enumeration value ="Custom "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DialableCallerIDCriteriaDescription
Content
Documentation
Dialable Caller ID Criteria description.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DialableCallerIDCriteriaDescription ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DialableCallerIDCriteriaName
Content
Documentation
Dialable Caller ID Criteria name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DialableCallerIDCriteriaName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :float (derivation method: restriction)
Sub-types:
None
Name
DialableCallerIDCriteriaPriority
Content
0.0 <= value <= 1000000.0
Documentation
Dialable Caller ID criteria priority.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DialableCallerIDCriteriaPriority ">
<
xs:restriction base ="
xs :float
">
<xs:minInclusive value ="0.0 "/>
<xs:maxInclusive value ="1000000.0 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DialableCallerIDPrefixDigits
Content
Documentation
Digits that are prepended to the incoming Caller ID of public calls, so that the Caller ID is presented in dialable format.
The digit pattern may contain digits 0-9, *, #.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DialableCallerIDPrefixDigits ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DialPlanAccessCode
Content
Documentation
Dial Plan Access Code.
The Access Code may contain digits 0-9, *, and #.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DialPlanAccessCode ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="5 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DialPlanAccessCodeDescription
Content
Documentation
Dial Plan Access Code Description.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DialPlanAccessCodeDescription ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DigestHa1Complement
Content
Documentation
Ha1 Complement of a Http Digest Authentication.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DigestHa1Complement ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="32 "/>
<xs:maxLength value ="256 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :NMTOKEN (derivation method: restriction)
Sub-types:
None
Name
DigitalSignatureAlgorithm
Content
value comes from list: {'MD5'}
Documentation
Possible algorithms for digital signatures supported by the provisioning server.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DigitalSignatureAlgorithm ">
<
xs:restriction base ="
xs :NMTOKEN
">
<xs:enumeration value ="MD5 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DigitAny
Content
pattern = [0-9]|\*|#
length = 1
Documentation
A single dialing digit. Valid values are 0-9,*,#.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DigitAny ">
<
xs:restriction base ="
xs :token
">
<xs:length value ="1 "/>
<xs:pattern value ="[0-9]|\*|# "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DigitMap
Content
Documentation
Digit Collection Digit Map.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DigitMap ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="2048 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DigitPattern
Content
Documentation
Digit patterns that are used to restrict calls Communicaton Barring.
The patterns can consist of the digits 0 through 9 and a leading + and the following wild cards:
$ - Any number of digits. For example 555$ matches any digit string beginning with 555 plus zero or more additional digits. The $ card may be placed at the beginning or the end of the digit pattern, but not both.
? - a single-digit placeholder. For example, 555???? matches any string beginning with 555, plus at least four additional digits.
[] - Indicates a range of digits. A consecutive range indicated with a hyphen (-), or a nonconsecutive range with a comma (,). Hyphens and commas can be used in combination ie [5-7,9]. Only single-digit ranges are supported. ie. [98-102] is invalid.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DigitPattern ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="160 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DigitPatternCriteriaDescription
Content
Documentation
Digit Pattern Criteria Description
Application Data
Schema Component Representation
<
xs:simpleType name ="
DigitPatternCriteriaDescription ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DigitPatternCriteriaName
Content
Documentation
Digit Pattern Criteria Name
Application Data
Schema Component Representation
<
xs:simpleType name ="
DigitPatternCriteriaName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DigitStarPound
Content
pattern = \*|#
length = 1
Documentation
A single dialing digit with valid values * and # only.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DigitStarPound ">
<
xs:restriction base ="
xs :token
">
<xs:length value ="1 "/>
<xs:pattern value ="\*|# "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: DN
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DN
Content
Documentation
Directory Number in E164 Format.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DN ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="23 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DNISName
Content
Documentation
Call Center DNIS Name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DNISName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DomainName
Content
Documentation
Network domain name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DomainName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DtmfDigit
Content
Documentation
A single DTMF dialing digit. Valid values are 0-9,*,#.
Application Data
Schema Component Representation
<
xs:simpleType name ="
DtmfDigit ">
<
xs:restriction base ="
xs :token
">
<xs:length value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
DualModeVCCSubscriberPassword
Content
Documentation
Dual Mode VCC subscriber password
Application Data
Schema Component Representation
<
xs:simpleType name ="
DualModeVCCSubscriberPassword ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="20 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EmailAddress
Content
Documentation
Email Address
Application Data
Schema Component Representation
<
xs:simpleType name ="
EmailAddress ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
Encoding
Content
Documentation
Character-encoding scheme.
Application Data
Schema Component Representation
<
xs:simpleType name ="
Encoding ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EndpointType
Content
value comes from list: {'Primary'|'Shared Call Appearance'|'Video Add On'|'Public Service Identity'|'Music On Hold Internal'|'Flexible Seating Guest'}
Documentation
Types of Endpoints in Broadworks.
Application Data
Schema Component Representation
<
xs:simpleType name ="
EndpointType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Primary "/>
<xs:enumeration value ="Shared Call Appearance "/>
<xs:enumeration value ="Video Add On "/>
<xs:enumeration value ="Public Service Identity "/>
<xs:enumeration value ="Music On Hold Internal "/>
<xs:enumeration value ="Flexible Seating Guest "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EnterpriseAdminNetworkPolicyAccess
Content
value comes from list: {'Full'|'None'}
Documentation
This data type is applicable only for an Enterprise administrator.
It specifies the Enterprise Administrator's policy for accessing network policies (e.g. - VoiceVPN).
Application Data
Schema Component Representation
<
xs:simpleType name ="
EnterpriseAdminNetworkPolicyAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EnterpriseAdminNumberActivationAccess
Content
value comes from list: {'Full'|'Read-Only'|'None'}
Documentation
This data type is applicable only for an Enterprise administrator.
Enterprise Administrator's policy for accessing
the Number Activation information.
Application Data
Schema Component Representation
<
xs:simpleType name ="
EnterpriseAdminNumberActivationAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EnterpriseInternalCallsCLIDPolicy
Content
value comes from list: {'Use Extension'|'Use Location Code plus Extension'|'Use External Calls Policy'}
Documentation
Internal Call CLID Policy applicable to enterprise.
Application Data
Schema Component Representation
<
xs:simpleType name ="
EnterpriseInternalCallsCLIDPolicy ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Use Extension "/>
<xs:enumeration value ="Use Location Code plus Extension "/>
<xs:enumeration value ="Use External Calls Policy "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EnterpriseTrunkName
Content
Documentation
Enterprise Trunk name.
Uniquely identifies an Enterprise Trunk in an enterprise or group.
Application Data
Schema Component Representation
<
xs:simpleType name ="
EnterpriseTrunkName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EnterpriseVoiceVPNPolicySelection
Content
value comes from list: {'Private'|'Public'|'Route'|'Treatment'}
Documentation
Enterprise Voice VPN Location Selection.
Application Data
Schema Component Representation
<
xs:simpleType name ="
EnterpriseVoiceVPNPolicySelection ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Private "/>
<xs:enumeration value ="Public "/>
<xs:enumeration value ="Route "/>
<xs:enumeration value ="Treatment "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EventChannelId
Content
Documentation
The identifier for an event channel.
Application Data
Schema Component Representation
<
xs:simpleType name ="
EventChannelId ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="256 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EventChannelSetId
Content
Documentation
The channel set id.
Application Data
Schema Component Representation
<
xs:simpleType name ="
EventChannelSetId ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="256 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EventName
Content
Documentation
Event name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
EventName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
EventNotificationChannelExpirationSeconds
Content
3600 <= value <= 2147483647
Documentation
Number of seconds before expiration.
Application Data
Schema Component Representation
<
xs:simpleType name ="
EventNotificationChannelExpirationSeconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="3600 "/>
<xs:maxInclusive value ="2147483647 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
EventNotificationChannelsPerSet
Content
Documentation
Event Notification Event Channels Per Set.
Application Data
Schema Component Representation
<
xs:simpleType name ="
EventNotificationChannelsPerSet ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="100 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
EventNotificationChannelStatefulExpirationMinutes
Content
Documentation
Event Notification Channel stateful expiration minutes.
Application Data
Schema Component Representation
<
xs:simpleType name ="
EventNotificationChannelStatefulExpirationMinutes ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="60 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
EventNotificationSubscriptionResyncEventsPerSecond
Content
Documentation
The rate to throttle the SubscriptionResyncEvents per second.
Application Data
Schema Component Representation
<
xs:simpleType name ="
EventNotificationSubscriptionResyncEventsPerSecond ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="5000 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ExchangeUserName
Content
Documentation
User name for exchange server.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ExchangeUserName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="64 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ExchangeUserPassword
Content
Documentation
User password for exchange server.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ExchangeUserPassword ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="104 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ExtendedFileResourceSelection
Content
value comes from list: {'File'|'URL'|'Default'}
Documentation
Choices for extended file resource usage.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ExtendedFileResourceSelection ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="File "/>
<xs:enumeration value ="URL "/>
<xs:enumeration value ="Default "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
Extension
Content
Documentation
DEPRECATION NOTE: This is only used by deprecated R16 and R14 commands.
Extension.
Application Data
Schema Component Representation
<
xs:simpleType name ="
Extension ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="2 "/>
<xs:maxLength value ="6 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
Extension17
Content
Documentation
Extension.
Application Data
Schema Component Representation
<
xs:simpleType name ="
Extension17 ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="2 "/>
<xs:maxLength value ="20 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
ExtensionLength
Content
Documentation
The group's extension length.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ExtensionLength ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="2 "/>
<xs:maxInclusive value ="20 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
FeatureAccessCode
Content
Documentation
Feature Access Code
Application Data
Schema Component Representation
<
xs:simpleType name ="
FeatureAccessCode ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="5 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
FeatureAccessCodeName
Content
Documentation
Feature Access Code Name
Application Data
Schema Component Representation
<
xs:simpleType name ="
FeatureAccessCodeName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
FileDescription
Content
Documentation
Description of a file resource.
Application Data
Schema Component Representation
<
xs:simpleType name ="
FileDescription ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="256 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
FileName
Content
Documentation
Name of a file on the filesystem.
Application Data
Schema Component Representation
<
xs:simpleType name ="
FileName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
FileRepositoryAccessType
Content
Application Data
Schema Component Representation
<
xs:simpleType name ="
FileRepositoryAccessType ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
FileRepositoryName
Content
Documentation
File repository name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
FileRepositoryName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
FileRepositoryUserName
Content
Documentation
A user id for a File Repository.
Application Data
Schema Component Representation
<
xs:simpleType name ="
FileRepositoryUserName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
FileRepositoryUserPassword
Content
Documentation
A password for a File Repository.
Application Data
Schema Component Representation
<
xs:simpleType name ="
FileRepositoryUserPassword ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
FirstDigitTimoutSeconds
Content
Documentation
Time allowed for initial user input to Auto Attendant main menu.
Application Data
Schema Component Representation
<
xs:simpleType name ="
FirstDigitTimoutSeconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="60 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
FirstName
Content
Documentation
First Name is the first name of a user or an administrator.
Application Data
Schema Component Representation
<
xs:simpleType name ="
FirstName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
FTPRemoteDirectory
Content
Documentation
FTP remote directory.
Application Data
Schema Component Representation
<
xs:simpleType name ="
FTPRemoteDirectory ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="255 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
FTPUserId
Content
Documentation
A user id for an FTP server.
Application Data
Schema Component Representation
<
xs:simpleType name ="
FTPUserId ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
FTPUserPassword
Content
Documentation
A password for an FTP server.
Application Data
Schema Component Representation
<
xs:simpleType name ="
FTPUserPassword ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminAccessDeviceAccess
Content
value comes from list: {'Full'|'Associate User With Device'|'Read-Only'}
Documentation
Policy for a group administrator's access to access devices.
"Full" indicates full access to access devices.
"Associate User With Device" indicates
1) read-only access to devices, but
2) the group administrator may associate users with devices
"Read-Only" indicates read-only access to devices and user-device associations
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminAccessDeviceAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Associate User With Device "/>
<xs:enumeration value ="Read-Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminAdminAccess
Content
value comes from list: {'Full'|'Read-Only'|'None'}
Documentation
Policy for a group administrator's access to group administrators and department administrators.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminAdminAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminCallingLineIdNumberAccess
Content
value comes from list: {'Full'|'Read-Only'}
Documentation
Group Administrator's policy for accessing calling line id number.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminCallingLineIdNumberAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminCommunicationBarringUserProfileAccess
Content
value comes from list: {'Full'|'None'}
Documentation
Policy for accessing the user Communication Barring user profile configuration.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminCommunicationBarringUserProfileAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminDepartmentAccess
Content
value comes from list: {'Full'|'Read-Only'|'None'}
Documentation
Policy for a group administrator's access to departments.
"Full" indicates full access to departments.
"Read-Only" indicates read-only access to the department list
"None" indicates no access to the department list
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminDepartmentAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminDialableCallerIDAccess
Content
value comes from list: {'Full'|'Read-Only'|'None'}
Documentation
Policy for accessing the group Dialable Caller ID configuration.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminDialableCallerIDAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminEnhancedServiceInstanceAccess
Content
value comes from list: {'Full'|'Modify-Only'}
Documentation
Policy for a group administrator's access to enhanced service instances (e.g. - instances of Auto Attendants, Call Capacity Groups,
Conference Bridges, Hunt Groups, Call Centers, Series Completion Groups, etc.).
"Full" indicates full access to enhanced service instances.
"Modify-Only" indicates
1) the group administrator is restricted from adding or removing enhanced service instances, but
2) may modify existing instances.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminEnhancedServiceInstanceAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Modify-Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminFeatureAccessCodeAccess
Content
value comes from list: {'Full'|'Read-Only'}
Documentation
Policy for a group administrator's access to feature access codes.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminFeatureAccessCodeAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminNumberActivationAccess
Content
value comes from list: {'Full'|'Read-Only'|'None'}
Documentation
Group Administrator's policy for accessing
the Number Activation Control information.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminNumberActivationAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminOfficeZoneAccess
Content
value comes from list: {'Full'|'Read-Only'}
Documentation
Group Administrator's policy for accessing
the Office Zone information.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminOfficeZoneAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminPhoneNumberExtensionAccess
Content
value comes from list: {'Full'|'Read-Only'}
Documentation
Policy for a group administrator's access to assigning phone numbers and extensions.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminPhoneNumberExtensionAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminProfileAccess
Content
value comes from list: {'Full'|'Read-Only'|'None'}
Documentation
Policy for a group administrator's access to the group profile.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminProfileAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminServiceAccess
Content
value comes from list: {'Full'|'Read-Only'}
Documentation
Policy for a group administrator's access to assigning services to groups and users.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminServiceAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminSessionAdmissionControlAccess
Content
value comes from list: {'Full'|'Read-Only'|'None'}
Documentation
Group Administrator's policy for accessing
the Session Admission Control information.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminSessionAdmissionControlAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminTrunkGroupAccess
Content
value comes from list: {'Full'|'Full Resources'|'Read-Only Resources'|'None'}
Documentation
Policy for a group administrator's access to trunk groups.
"Full" indicates full access to add/modify/delete trunk groups in the group.
"Full Resources" indicates
1) Restricted from adding or removing trunk groups, and
2) Full access to trunk group resources
"Read-Only Resources" indicates
1) Restricted from adding or removing trunk groups, and
2) Read-only access to trunk group resources
"None" indicates no access to trunk groups in the group.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminTrunkGroupAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Full Resources "/>
<xs:enumeration value ="Read-Only Resources "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminUserAccess
Content
value comes from list: {'Full'|'Full Profile'|'Read-Only Profile'|'No Profile'|'None'}
Documentation
Policy for a group administrator's access to user configuration.
"Full" indicates full access to users in the group.
"Full Profile" indicates
1) the group administrator is restricted from adding or removing users, but
2) has full access to the user's profile
"Read-Only Profile" indicates
1) the group administrator is restricted from adding or removing users, and
2) read-only access is granted to the user's profile.
"No Profile" indicates
1) the group administrator is restricted from adding or removing users, and
2) no access is granted to the user's profile.
"None" indicates no access to users in the group.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminUserAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Full Profile "/>
<xs:enumeration value ="Read-Only Profile "/>
<xs:enumeration value ="No Profile "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupAdminVerifyTranslationAndRoutingAccess
Content
value comes from list: {'Full'|'None'}
Documentation
Policy for a group administrator's access to Verify Translation and Routing feature.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupAdminVerifyTranslationAndRoutingAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupCallingLineIdName
Content
Documentation
Group calling line ID name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupCallingLineIdName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupCallingPlanAccess
Content
value comes from list: {'Full'|'Restricted'}
Documentation
Group's policy for accessing group level and user level calling plan configuration.
"Full" provides full control over the configuration of group-level and user-level calling plans.
"Restricted" indicates
1) not to provide access to group-level calling plan configuration,
2) to provide access to only collect calls for user level incoming calling plan,
3) to provide access to only international, operator assisted, 700/900, 976, and casual calls for user level outgoing calling plan.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupCallingPlanAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Restricted "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupCLIDPolicy
Content
value comes from list: {'Use DN'|'Use Configurable CLID'|'Use Group CLID'}
Documentation
Calling Line ID Policy Selections.
NOTE: The "Use Group CLID" value indicates the the department CLID will be used if available otherwise the group CLID is used.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupCLIDPolicy ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Use DN "/>
<xs:enumeration value ="Use Configurable CLID "/>
<xs:enumeration value ="Use Group CLID "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupDepartmentAdminCallingLineIdNumberAccess
Content
value comes from list: {'Full'|'Read-Only'}
Documentation
Department Administrator's policy for accessing calling line id number.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupDepartmentAdminCallingLineIdNumberAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupDepartmentAdminPhoneNumberExtensionAccess
Content
value comes from list: {'Full'|'Read-Only'}
Documentation
Policy for a department administrator's access to assigning phone numbers and extensions.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupDepartmentAdminPhoneNumberExtensionAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupDepartmentAdminTrunkGroupAccess
Content
value comes from list: {'Full'|'None'}
Documentation
Group's policy for department administrator's access to trunk group configuration.
"Full" indicates full access to trunk groups in the department.
"None" indicates no access to trunk groups in the department.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupDepartmentAdminTrunkGroupAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupDepartmentAdminUserAccess
Content
value comes from list: {'Full'|'Read-Only Profile'|'No Profile'|'None'}
Documentation
Group's policy for department administrator's access to user configuration.
"Full" indicates full access to users in the department.
"Read-Only Profile" indicates
1) the department administrator is restricted from adding or removing users, and
2) read-only access is granted to the user's profile.
"No Profile" indicates
1) the department administrator is restricted from adding or removing users, and
2) no access is granted to the user's profile.
"None" indicates no access to users in the department.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupDepartmentAdminUserAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only Profile "/>
<xs:enumeration value ="No Profile "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupDialPlanPolicySettingLevel
Content
value comes from list: {'System'|'Service Provider'|'Group'}
Documentation
Choices for the group Dial Plan Policy to decide which type of settings shall be used.
Notes: Choice cannot be 'sp' or 'group' if Service Provider or group does not have
public digit map set.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupDialPlanPolicySettingLevel ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="System "/>
<xs:enumeration value ="Service Provider "/>
<xs:enumeration value ="Group "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupExtensionAccess
Content
value comes from list: {'Full'|'Read-Only'|'None'}
Documentation
Group's policy for accessing extension dialing configuration (i.e. - length of extensions).
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupExtensionAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupId
Content
Documentation
Group Id identifies a group within a service provider or enterprise. The group id is not
unique system wide. It must be combined with a service provider id to be unique across the system.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupId ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupLDAPIntegrationAccess
Content
value comes from list: {'Full'|'Read-Only'|'None'}
Documentation
Group's policy for accessing LDAP Integration configuration.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupLDAPIntegrationAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupName
Content
Documentation
Group display name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupPasscodeRulesLevel
Content
value comes from list: {'System'|'Service Provider'|'Group'}
Documentation
Choices for the group passcode rule to decide which type of rules to use.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupPasscodeRulesLevel ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="System "/>
<xs:enumeration value ="Service Provider "/>
<xs:enumeration value ="Group "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupService
Content
value comes from list: {'Account/Authorization Codes'|'Auto Attendant'|'Auto Attendant - Video'|'Auto Attendant - Standard'|'Call Capacity Management'|'Call Park'|'Call Pickup'|'City-Wide Centrex'|'Custom Ringback Group'|'Custom Ringback Group - Video'|'Emergency Zones'|'Enhanced Outgoing Calling Plan'|'Find-me/Follow-me'|'Group Paging'|'Hunt Group'|'Incoming Calling Plan'|'Instant Group Call'|'Intercept Group'|'Inventory Report'|'LDAP Integration'|'Meet-Me Conferencing'|'Music On Hold'|'Music On Hold - Video'|'Outgoing Calling Plan'|'Preferred Carrier Group'|'Route Point'|'Series Completion'|'Service Scripts Group'|'Trunk Group'|'Voice Messaging Group'|'VoiceXML'}
Documentation
Group level services.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupService ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Account/Authorization Codes "/>
<xs:enumeration value ="Auto Attendant "/>
<xs:enumeration value ="Auto Attendant - Video "/>
<xs:enumeration value ="Auto Attendant - Standard "/>
<xs:enumeration value ="Call Capacity Management "/>
<xs:enumeration value ="Call Park "/>
<xs:enumeration value ="Call Pickup "/>
<xs:enumeration value ="City-Wide Centrex "/>
<xs:enumeration value ="Custom Ringback Group "/>
<xs:enumeration value ="Custom Ringback Group - Video "/>
<xs:enumeration value ="Emergency Zones "/>
<xs:enumeration value ="Enhanced Outgoing Calling Plan "/>
<xs:enumeration value ="Find-me/Follow-me "/>
<xs:enumeration value ="Group Paging "/>
<xs:enumeration value ="Hunt Group "/>
<xs:enumeration value ="Incoming Calling Plan "/>
<xs:enumeration value ="Instant Group Call "/>
<xs:enumeration value ="Intercept Group "/>
<xs:enumeration value ="Inventory Report "/>
<xs:enumeration value ="LDAP Integration "/>
<xs:enumeration value ="Meet-Me Conferencing "/>
<xs:enumeration value ="Music On Hold "/>
<xs:enumeration value ="Music On Hold - Video "/>
<xs:enumeration value ="Outgoing Calling Plan "/>
<xs:enumeration value ="Preferred Carrier Group "/>
<xs:enumeration value ="Route Point "/>
<xs:enumeration value ="Series Completion "/>
<xs:enumeration value ="Service Scripts Group "/>
<xs:enumeration value ="Trunk Group "/>
<xs:enumeration value ="Voice Messaging Group "/>
<xs:enumeration value ="VoiceXML "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupUserAuthenticationAccess
Content
value comes from list: {'Full'|'None'}
Documentation
Group's policy for a user's access to their Authentication service configuration.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupUserAuthenticationAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupUserAutoAttendantNameDialingAccess
Content
value comes from list: {'Full'|'None'}
Documentation
Group's policy for a user's access to the name dialing override fields.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupUserAutoAttendantNameDialingAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupUserCallLogAccess
Content
value comes from list: {'Full'|'Read-Only'}
Documentation
Policy for user to delete call logs
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupUserCallLogAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupUserGroupDirectoryAccess
Content
value comes from list: {'Full'|'None'}
Documentation
Group's policy for a user's access to the group or enterprise directory.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupUserGroupDirectoryAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupUserProfileAccess
Content
value comes from list: {'Full'|'Read-Only'|'None'}
Documentation
Group's policy for a user's access to his profile.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupUserProfileAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
GroupVoiceMessagingAccess
Content
value comes from list: {'Full'|'Restricted'}
Documentation
Group's policy for user access to his voice messaging configuration.
"Full" indicates full control over the voice messaging configuration.
"Restricted" indicates that the choice to either use unified messaging option (whereby the user can configure a mail server on which messages are stored)
or to forward the voice message to a designated email address is not available.
Application Data
Schema Component Representation
<
xs:simpleType name ="
GroupVoiceMessagingAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Restricted "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
HiraganaFirstName
Content
Documentation
Hiragana First Name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
HiraganaFirstName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
HiraganaLastName
Content
Documentation
Hiragana Last Name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
HiraganaLastName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
HoldNormalizationMode
Content
value comes from list: {'Unspecified Address'|'Inactive'|'Rfc3264'}
Documentation
Choices for SIP Hold Normalization option
Application Data
Schema Component Representation
<
xs:simpleType name ="
HoldNormalizationMode ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Unspecified Address "/>
<xs:enumeration value ="Inactive "/>
<xs:enumeration value ="Rfc3264 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
HolidayName
Content
Documentation
Holiday name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
HolidayName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
HotelingAssociationLimitHours
Content
Documentation
Maximum time limit for hoteling guests association to hoteling hosts
Application Data
Schema Component Representation
<
xs:simpleType name ="
HotelingAssociationLimitHours ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="999 "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: Hour
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
Hour
Content
Documentation
Hour.
Application Data
Schema Component Representation
<
xs:simpleType name ="
Hour ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="23 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
HuntForwardTimeoutSeconds
Content
Documentation
Time to wait for any agent to answer before forwarding the caller elsewhere.
Application Data
Schema Component Representation
<
xs:simpleType name ="
HuntForwardTimeoutSeconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="7200 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
HuntNoAnswerRings
Content
Documentation
Number of rings to wait for the currently hunted agent to answer before
hunting to the next available agent.
Application Data
Schema Component Representation
<
xs:simpleType name ="
HuntNoAnswerRings ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="20 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
HuntPolicy
Content
value comes from list: {'Circular'|'Regular'|'Simultaneous'|'Uniform'|'Weighted'}
Documentation
Policy for distributing calls within a hunt group or call center.
Application Data
Schema Component Representation
<
xs:simpleType name ="
HuntPolicy ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Circular "/>
<xs:enumeration value ="Regular "/>
<xs:enumeration value ="Simultaneous "/>
<xs:enumeration value ="Uniform "/>
<xs:enumeration value ="Weighted "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
HuntWeight
Content
Documentation
Call distribution weight for an agent.
Application Data
Schema Component Representation
<
xs:simpleType name ="
HuntWeight ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="100 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
IMPUserId
Content
Documentation
IMP userId
Application Data
Schema Component Representation
<
xs:simpleType name ="
IMPUserId ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="196 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
IMRNTimeoutMilliseconds
Content
Documentation
IMRN Timeout interval in milliseconds.
Application Data
Schema Component Representation
<
xs:simpleType name ="
IMRNTimeoutMilliseconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="100 "/>
<xs:maxInclusive value ="60000 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
IMSUserState
Content
value comes from list: {'Not Registered'|'Registered'|'Registered UnReg Services'|'Authentication Pending'}
Documentation
IMS User State per the 3GPP TS 29.328 V6.3.0 spec.
Application Data
Schema Component Representation
<
xs:simpleType name ="
IMSUserState ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Not Registered "/>
<xs:enumeration value ="Registered "/>
<xs:enumeration value ="Registered UnReg Services "/>
<xs:enumeration value ="Authentication Pending "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
InCallServiceActivationDigits
Content
Documentation
In Call Service Activation DigitMap.
Application Data
Schema Component Representation
<
xs:simpleType name ="
InCallServiceActivationDigits ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="8 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
IncomingCallToUserAliasMode
Content
value comes from list: {'Enabled'|'ExplicitAlias'|'Disabled'}
Documentation
User alias usage mode for AS translations on incoming calls.
Application Data
Schema Component Representation
<
xs:simpleType name ="
IncomingCallToUserAliasMode ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Enabled "/>
<xs:enumeration value ="ExplicitAlias "/>
<xs:enumeration value ="Disabled "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
InformationalDN
Content
Documentation
A no validation DN field. To be phased out, not for new
attributes.
Application Data
Schema Component Representation
<
xs:simpleType name ="
InformationalDN ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
IPAddress
Content
Documentation
Numeric IP Address.
Application Data
Schema Component Representation
<
xs:simpleType name ="
IPAddress ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="39 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
Language
Content
Documentation
Language identifies the language of a user or an administrator.
Application Data
Schema Component Representation
<
xs:simpleType name ="
Language ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
LastName
Content
Documentation
Last Name is the last name of a user or an administrator.
Application Data
Schema Component Representation
<
xs:simpleType name ="
LastName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
LineOrderingMode
Content
value comes from list: {'Dynamic'|'Static'}
Documentation
Line ordering value.
Application Data
Schema Component Representation
<
xs:simpleType name ="
LineOrderingMode ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Dynamic "/>
<xs:enumeration value ="Static "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
LineOrderingTaskStatus
Content
value comes from list: {'NotStarted'|'Pending'|'Processing'}
Documentation
Line ordering task status value.
Application Data
Schema Component Representation
<
xs:simpleType name ="
LineOrderingTaskStatus ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="NotStarted "/>
<xs:enumeration value ="Pending "/>
<xs:enumeration value ="Processing "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
LocationDialingCode
Content
Documentation
Group location dialing code for groups that are part of a enterprise.
Application Data
Schema Component Representation
<
xs:simpleType name ="
LocationDialingCode ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="15 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
LoginToken
Content
Documentation
Login Token.
Application Data
Schema Component Representation
<
xs:simpleType name ="
LoginToken ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
LoginType
Content
value comes from list: {'System'|'Provisioning'|'Service Provider'|'Group'|'Group Department'|'User'|'Lawful Intercept'}
Documentation
The login type of the admin/user.
Application Data
Schema Component Representation
<
xs:simpleType name ="
LoginType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="System "/>
<xs:enumeration value ="Provisioning "/>
<xs:enumeration value ="Service Provider "/>
<xs:enumeration value ="Group "/>
<xs:enumeration value ="Group Department "/>
<xs:enumeration value ="User "/>
<xs:enumeration value ="Lawful Intercept "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
MaintenancePartitionName
Content
Documentation
Subscriber Maintenance Partition name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
MaintenancePartitionName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
MaxActiveCalls
Content
Documentation
Maximum Number of Active Calls
Application Data
Schema Component Representation
<
xs:simpleType name ="
MaxActiveCalls ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
MaxFailedLoginAttempts
Content
Documentation
Password Rules can be used to specify the maximum allowed failed login attempts.
Application Data
Schema Component Representation
<
xs:simpleType name ="
MaxFailedLoginAttempts ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
MaximumMonitoredUsers
Content
Documentation
Maximum number of users allowed in a monitored user list.
Application Data
Schema Component Representation
<
xs:simpleType name ="
MaximumMonitoredUsers ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="1000 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
MaxIncomingCalls20sp1
Content
Documentation
Maximum Number of Incoming Calls. Value 0 indicates no incoming calls are allowed.
Application Data
Schema Component Representation
<
xs:simpleType name ="
MaxIncomingCalls20sp1 ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="999999 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
MaxNoAnswerNumberOfRings
Content
Documentation
Maximum Number of No Answer Rings.
Application Data
Schema Component Representation
<
xs:simpleType name ="
MaxNoAnswerNumberOfRings ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="6 "/>
<xs:maxInclusive value ="20 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
MaxOutgoingCalls20sp1
Content
Documentation
Maximum Number of Outgoing Calls. Value 0 indicates no outgoing calls are allowed.
Application Data
Schema Component Representation
<
xs:simpleType name ="
MaxOutgoingCalls20sp1 ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="999999 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
Md5Hash
Content
Documentation
Byte Representation of a Md5 Hash.
Application Data
Schema Component Representation
<
xs:simpleType name ="
Md5Hash ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="32 "/>
<xs:maxLength value ="32 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
MediaFileType
Content
value comes from list: {'WMA'|'WAV'|'3GP'|'MOV'}
Documentation
The media type of media data.
WMA - Windows Media Audio file
WAV - A WAV file
3GP - A 3GP file
MOV - A MOV file using a H.263 or H.264 codec.
Application Data
Schema Component Representation
<
xs:simpleType name ="
MediaFileType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="WMA "/>
<xs:enumeration value ="WAV "/>
<xs:enumeration value ="3GP "/>
<xs:enumeration value ="MOV "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
MediaPolicySelection
Content
value comes from list: {'Use Uncompressed Codec'|'Use Supported Media Set'|'No Restrictions'}
Documentation
Media Policy Selections.
Application Data
Schema Component Representation
<
xs:simpleType name ="
MediaPolicySelection ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Use Uncompressed Codec "/>
<xs:enumeration value ="Use Supported Media Set "/>
<xs:enumeration value ="No Restrictions "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
MediaSetName
Content
Documentation
Media Set name
Application Data
Schema Component Representation
<
xs:simpleType name ="
MediaSetName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
MediaStream
Content
value comes from list: {'Dual'|'Single'}
Documentation
Media Stream Type. Subscriber's media is sent separately from the media generated by the called/calling parties when "Dual" is selected while "Single" is a single media stream that contains all media.
Application Data
Schema Component Representation
<
xs:simpleType name ="
MediaStream ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Dual "/>
<xs:enumeration value ="Single "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
MeetMeConferencingConferencePassCode
Content
Documentation
Conference Id or moderator pin.
Application Data
Schema Component Representation
<
xs:simpleType name ="
MeetMeConferencingConferencePassCode ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="6 "/>
<xs:maxLength value ="12 "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: Minute
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
Minute
Content
Documentation
Minute.
Application Data
Schema Component Representation
<
xs:simpleType name ="
Minute ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="59 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
MobilityManagerProvisioningPassword
Content
Documentation
Mobility Manager provisioning password
Application Data
Schema Component Representation
<
xs:simpleType name ="
MobilityManagerProvisioningPassword ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="15 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
MobilityManagerProvisioningUserName
Content
Documentation
Mobility Manager provisioning user name
Application Data
Schema Component Representation
<
xs:simpleType name ="
MobilityManagerProvisioningUserName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="15 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
MobilityManagerServiceKey
Content
Documentation
Mobility Manager service key
Application Data
Schema Component Representation
<
xs:simpleType name ="
MobilityManagerServiceKey ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="999 "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: Month
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
Month
Content
value comes from list: {'January'|'February'|'March'|'April'|'May'|'June'|'July'|'August'|'September'|'October'|'November'|'December'}
Documentation
Defines the month (January - December).
Application Data
Schema Component Representation
<
xs:simpleType name ="
Month ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="January "/>
<xs:enumeration value ="February "/>
<xs:enumeration value ="March "/>
<xs:enumeration value ="April "/>
<xs:enumeration value ="May "/>
<xs:enumeration value ="June "/>
<xs:enumeration value ="July "/>
<xs:enumeration value ="August "/>
<xs:enumeration value ="September "/>
<xs:enumeration value ="October "/>
<xs:enumeration value ="November "/>
<xs:enumeration value ="December "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
NameDialingFirstName
Content
Documentation
First name for the user's enhanced name dialing feature.
Application Data
Schema Component Representation
<
xs:simpleType name ="
NameDialingFirstName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
NameDialingLastName
Content
Documentation
Last name for the user's enhanced name dialing feature.
Application Data
Schema Component Representation
<
xs:simpleType name ="
NameDialingLastName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
NationalPrefix
Content
Documentation
The national prefix dialing digits.
Application Data
Schema Component Representation
<
xs:simpleType name ="
NationalPrefix ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
NetAddress
Content
Documentation
IP Address, hostname, or domain.
Application Data
Schema Component Representation
<
xs:simpleType name ="
NetAddress ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
NetworkClassOfServiceDescription
Content
Documentation
Network Class of Service description.
Application Data
Schema Component Representation
<
xs:simpleType name ="
NetworkClassOfServiceDescription ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
NetworkClassOfServiceName
Content
Documentation
Network Class of Service name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
NetworkClassOfServiceName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
NetworkUsageSelection
Content
value comes from list: {'Force All Calls'|'Force All Except Extension and Location Calls'|'Do Not Force Enterprise and Group Calls'}
Documentation
Network Usage types.
Application Data
Schema Component Representation
<
xs:simpleType name ="
NetworkUsageSelection ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Force All Calls "/>
<xs:enumeration value ="Force All Except Extension and Location Calls "/>
<xs:enumeration value ="Do Not Force Enterprise and Group Calls "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
NoChargeTreatmentHandling
Content
value comes from list: {'Answer'|'Early Media'}
Documentation
No charge treatments are handled by answering the call (via a 200 OK message)
or with early media (via a 18x message)
Application Data
Schema Component Representation
<
xs:simpleType name ="
NoChargeTreatmentHandling ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Answer "/>
<xs:enumeration value ="Early Media "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
NonNegativeInt
Content
Documentation
Non-negative integer.
Application Data
Schema Component Representation
<
xs:simpleType name ="
NonNegativeInt ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
NsScreeningFailurePolicy
Content
value comes from list: {'Display Received Caller ID'|'Restrict Number'|'Restrict Name And Number'}
Documentation
How the incomming caller ID should be displayed in the case of an NS screening failure
Application Data
Schema Component Representation
<
xs:simpleType name ="
NsScreeningFailurePolicy ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Display Received Caller ID "/>
<xs:enumeration value ="Restrict Number "/>
<xs:enumeration value ="Restrict Name And Number "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
NumberActivationMode
Content
value comes from list: {'Off'|'User Activation Enabled'|'Group And User Activation Enabled'}
Documentation
The Number Activation Modes
The following values are only used in AS data mode:
Group And User Activation Enabled
Application Data
Schema Component Representation
<
xs:simpleType name ="
NumberActivationMode ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Off "/>
<xs:enumeration value ="User Activation Enabled "/>
<xs:enumeration value ="Group And User Activation Enabled "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
NumberPortabilityNameLookupTimeoutMilliseconds
Content
Documentation
The time period for which a call processing thread waits for a number portability DNS lookup.
Application Data
Schema Component Representation
<
xs:simpleType name ="
NumberPortabilityNameLookupTimeoutMilliseconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="100 "/>
<xs:maxInclusive value ="10000 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
NumberPortabilityStatus
Content
Documentation
Number Portability Status name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
NumberPortabilityStatus ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
OCICallControlApplicationId
Content
Documentation
A OCI Call Control Application Id.
Application Data
Schema Component Representation
<
xs:simpleType name ="
OCICallControlApplicationId ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :NMTOKEN (derivation method: restriction)
Sub-types:
None
Name
OCILocale
Content
Documentation
(ISO Language Code)_(ISO Country Code) or (ISO Language Code) only.
Application Data
Schema Component Representation
<
xs:simpleType name ="
OCILocale ">
<
xs:restriction base ="
xs :NMTOKEN
">
<xs:maxLength value ="5 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
OCIReportingConnectionPingIntervalSeconds
Content
Documentation
Connection ping interval in seconds
Application Data
Schema Component Representation
<
xs:simpleType name ="
OCIReportingConnectionPingIntervalSeconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="86400 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
OfficeZoneName
Content
Documentation
Office Zone name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
OfficeZoneName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
OrganizationType
Content
value comes from list: {'Service Provider'|'Enterprise'}
Documentation
Types of organizations.
Application Data
Schema Component Representation
<
xs:simpleType name ="
OrganizationType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Service Provider "/>
<xs:enumeration value ="Enterprise "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
OutgoingCallingPlanAuthorizationCode
Content
Documentation
Outgoing Calling Plan Authorization Code.
Application Data
Schema Component Representation
<
xs:simpleType name ="
OutgoingCallingPlanAuthorizationCode ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="2 "/>
<xs:maxLength value ="14 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
OutgoingDN
Content
Documentation
An outgoing phone number or a number meant to be dialed. It is longer
than a DN so that equal access digits or access code digits may be
be included. It cannot be a SIP URL.
Application Data
Schema Component Representation
<
xs:simpleType name ="
OutgoingDN ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
OutgoingDNorSIPURI
Content
Documentation
Phone Number or SIP URI that can be used to dial.
URI Validation:
- must be of the format string@string where string is at least one valid character and there is one and only one @.
- don't allow sip:
- allow the following characters in the user portions:
alphanumeric - _ . ! ~ * ' ( )
- allow the following characters in the host portion:
alphanumeric - .
Application Data
Schema Component Representation
<
xs:simpleType name ="
OutgoingDNorSIPURI ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="161 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
OverloadControlsMinTimeInZoneMilliseconds
Content
Documentation
Overload Controls minimum time in zone milliseconds.
Application Data
Schema Component Representation
<
xs:simpleType name ="
OverloadControlsMinTimeInZoneMilliseconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1000 "/>
<xs:maxInclusive value ="600000 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
OverloadControlsNumberOfSamples
Content
Documentation
Overload Controls number of samples.
Application Data
Schema Component Representation
<
xs:simpleType name ="
OverloadControlsNumberOfSamples ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="10 "/>
<xs:maxInclusive value ="50000 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
OverloadControlsZoneEntryDelayMilliseconds
Content
Documentation
Overload Controls zone entry delay in milliseconds.
Application Data
Schema Component Representation
<
xs:simpleType name ="
OverloadControlsZoneEntryDelayMilliseconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="500 "/>
<xs:maxInclusive value ="60000 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
OverloadControlsZoneExitDelayMilliseconds
Content
Documentation
Overload Controls zone exit delay in milliseconds.
Application Data
Schema Component Representation
<
xs:simpleType name ="
OverloadControlsZoneExitDelayMilliseconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="500 "/>
<xs:maxInclusive value ="60000 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
PAIUserPortion
Content
Documentation
user portion of the SIP URL.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PAIUserPortion ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
Passcode
Content
Documentation
Portal passcode
Application Data
Schema Component Representation
<
xs:simpleType name ="
Passcode ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
PasscodeExpiresDays
Content
Documentation
Portal passcode expiration days.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PasscodeExpiresDays ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="15 "/>
<xs:maxInclusive value ="180 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
PasscodeHistoryCount
Content
Documentation
Number of previous passwords to keep.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PasscodeHistoryCount ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
PasscodeMaxContiguousDigits
Content
Documentation
Maximum number of contiguously increasing or decreasing digits allowed in the passcode.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PasscodeMaxContiguousDigits ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="2 "/>
<xs:maxInclusive value ="5 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
PasscodeMaxLength
Content
Documentation
Maximum length of portal passcode.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PasscodeMaxLength ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="3 "/>
<xs:maxInclusive value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
PasscodeMaxRepeatedDigits
Content
Documentation
Maximum number of repeated digits allowed in the passcode.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PasscodeMaxRepeatedDigits ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="6 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
PasscodeMinLength
Content
Documentation
Minimum length of portal passcode.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PasscodeMinLength ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="2 "/>
<xs:maxInclusive value ="15 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
Password
Content
Application Data
Schema Component Representation
<
xs:simpleType name ="
Password ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="60 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
PasswordExpiresDays
Content
Documentation
Password Rules can be used to specify when passwords expire.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PasswordExpiresDays ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="199 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
PasswordHistoryCount
Content
Documentation
Number of previous passwords to keep.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PasswordHistoryCount ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
PasswordMinDigits
Content
Documentation
Password Rules can be used to require at least this many numeric digits in passwords.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PasswordMinDigits ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
PasswordMinLength
Content
Documentation
Password Rules can be used to require at least this total characters in passwords.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PasswordMinLength ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="3 "/>
<xs:maxInclusive value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
PasswordMinLowerCaseLetters
Content
Documentation
Password Rules can be used to require at least this many lowercase letters in passwords.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PasswordMinLowerCaseLetters ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
PasswordMinNonAlphanumericCharacters
Content
Documentation
Password Rules can be used to require at least this many non-alphanumeric characters in passwords.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PasswordMinNonAlphanumericCharacters ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
PasswordMinUpperCaseLetters
Content
Documentation
Password Rules can be used to require at least this many uppercase letters in passwords.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PasswordMinUpperCaseLetters ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
PhoneListEntryName
Content
Documentation
The name in a phone list entry.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PhoneListEntryName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="50 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
PhysicalLocation
Content
Documentation
Physical geographic location of the zone
Application Data
Schema Component Representation
<
xs:simpleType name ="
PhysicalLocation ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="1024 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :NMTOKEN (derivation method: restriction)
Sub-types:
None
Name
PolicyAccess
Content
value comes from list: {'Full'|'Restricted-FullProfile'|'Restricted'|'Restricted-NoAuthorize'|'Restricted-NoUserAssociation'|'Restricted-ReadProfile'|'Restricted-NoProfile'|'Restricted-NoGroup'|'Restricted-FullResource'|'Restricted-ReadResource'|'None'}
Documentation
Possible values for administrative access policy settings.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PolicyAccess ">
<
xs:restriction base ="
xs :NMTOKEN
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Restricted-FullProfile "/>
<xs:enumeration value ="Restricted "/>
<xs:enumeration value ="Restricted-NoAuthorize "/>
<xs:enumeration value ="Restricted-NoUserAssociation "/>
<xs:enumeration value ="Restricted-ReadProfile "/>
<xs:enumeration value ="Restricted-NoProfile "/>
<xs:enumeration value ="Restricted-NoGroup "/>
<xs:enumeration value ="Restricted-FullResource "/>
<xs:enumeration value ="Restricted-ReadResource "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: Port
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
Port
Content
Documentation
TCP/IP Port.
Application Data
Schema Component Representation
<
xs:simpleType name ="
Port ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="65535 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
Port1025
Content
Documentation
TCP/IP Port number above the well-known range.
Application Data
Schema Component Representation
<
xs:simpleType name ="
Port1025 ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1025 "/>
<xs:maxInclusive value ="65535 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
Port1026
Content
Documentation
TCP/IP Port.
Application Data
Schema Component Representation
<
xs:simpleType name ="
Port1026 ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1026 "/>
<xs:maxInclusive value ="65534 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
Port1027
Content
Documentation
TCP/IP Port.
Application Data
Schema Component Representation
<
xs:simpleType name ="
Port1027 ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1027 "/>
<xs:maxInclusive value ="65535 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
PortalMaxFailedLoginAttempts
Content
Documentation
Maximum allowed portal failed login attempts.
Application Data
Schema Component Representation
<
xs:simpleType name ="
PortalMaxFailedLoginAttempts ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="2 "/>
<xs:maxInclusive value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ProvisioningBroadCloudAuthenticationPassword
Content
Documentation
Provisioning password for BroadCloud OSS authentication
Application Data
Schema Component Representation
<
xs:simpleType name ="
ProvisioningBroadCloudAuthenticationPassword ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="20 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ProvisioningBroadCloudAuthenticationUserName
Content
Documentation
Provisioning username for BroadCloud OSS authentication
Application Data
Schema Component Representation
<
xs:simpleType name ="
ProvisioningBroadCloudAuthenticationUserName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
RealmName
Content
Documentation
Realm Name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
RealmName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="265 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
RecurDailyInterval
Content
Documentation
Defines daily event recurrence interval.
Application Data
Schema Component Representation
<
xs:simpleType name ="
RecurDailyInterval ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="999 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
RecurEndOccurrence
Content
Documentation
Defines the number of occurrences of a recurring event.
Application Data
Schema Component Representation
<
xs:simpleType name ="
RecurEndOccurrence ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="999 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
RecurMonthlyInterval
Content
Documentation
Defines monthly event recurrence interval.
Application Data
Schema Component Representation
<
xs:simpleType name ="
RecurMonthlyInterval ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="99 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
RecurWeeklyInterval
Content
Documentation
Defines weekly event recurrence interval.
Application Data
Schema Component Representation
<
xs:simpleType name ="
RecurWeeklyInterval ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="999 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
RecurYearlyInterval
Content
Documentation
Defines yearly event recurrence interval.
Application Data
Schema Component Representation
<
xs:simpleType name ="
RecurYearlyInterval ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="99 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
RegistrationAddressURI
Content
Documentation
The Registration Address URI.
Application Data
Schema Component Representation
<
xs:simpleType name ="
RegistrationAddressURI ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="1024 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
RegistrationEndpointType
Content
value comes from list: {'Primary'|'Shared Call Appearance'|'Video Add On'}
Documentation
Types of Endpoints in Broadworks.
Application Data
Schema Component Representation
<
xs:simpleType name ="
RegistrationEndpointType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Primary "/>
<xs:enumeration value ="Shared Call Appearance "/>
<xs:enumeration value ="Video Add On "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
RepositoryTotalFileSize
Content
Documentation
Valid range for space allocation (in Megabytes) for files in the announcement repository.
Application Data
Schema Component Representation
<
xs:simpleType name ="
RepositoryTotalFileSize ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="999999 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
ResponsePageSize
Content
Documentation
Maximum number of rows to return in response to a paging request for data
Application Data
Schema Component Representation
<
xs:simpleType name ="
ResponsePageSize ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="100 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
ResponseStartIndex
Content
Documentation
The starting row number to return in a response.
The first row is numbered starting at 1, not 0.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ResponseStartIndex ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
RingPattern
Content
value comes from list: {'Normal'|'Long-Long'|'Short-Short-Long'|'Short-Long-Short'}
Documentation
The supported ring patterns.
Application Data
Schema Component Representation
<
xs:simpleType name ="
RingPattern ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Normal "/>
<xs:enumeration value ="Long-Long "/>
<xs:enumeration value ="Short-Short-Long "/>
<xs:enumeration value ="Short-Long-Short "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
RoutePointExternalSystem
Content
Documentation
The Route Point External System's name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
RoutePointExternalSystem ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
RoutingProfile
Content
Documentation
Routing Profile.
Application Data
Schema Component Representation
<
xs:simpleType name ="
RoutingProfile ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="4 "/>
<xs:maxLength value ="12 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
SCFMaxConsecutiveFailures
Content
Documentation
The number of failure detections it takes to mark a server out of service.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SCFMaxConsecutiveFailures ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="10 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
SCFMaxResponseWaitTimeMilliseconds
Content
Documentation
The value in milliseconds specifying how long to wait for a response from a server.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SCFMaxResponseWaitTimeMilliseconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="100 "/>
<xs:maxInclusive value ="10000 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
SCFRefreshPeriodSeconds
Content
Documentation
The value in seconds specifying how long to wait before retrying a failed server.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SCFRefreshPeriodSeconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="10 "/>
<xs:maxInclusive value ="300 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ScheduleLevel
Content
value comes from list: {'Service Provider'|'Group'|'User'}
Documentation
Schedule access level.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ScheduleLevel ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Service Provider "/>
<xs:enumeration value ="Group "/>
<xs:enumeration value ="User "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ScheduleName
Content
Documentation
Schedule name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ScheduleName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ScheduleType
Content
value comes from list: {'Holiday'|'Time'}
Documentation
Schedule type.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ScheduleType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Holiday "/>
<xs:enumeration value ="Time "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
SecurityClassificationName
Content
Documentation
Security Classification name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SecurityClassificationName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceCode
Content
Documentation
Service Codes that are used for dialing in lieu of phone numbers.
The digit pattern may contain digits 0-9, ?, *, and #.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceCode ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceCodeDescription
Content
Documentation
Service Code description.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceCodeDescription ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="200 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceInstanceName
Content
Documentation
Service Instance Name for a service without a user id.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceInstanceName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceInstanceProfileName
Content
Documentation
Service Instance Name for a service with a user id.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceInstanceProfileName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServicePackDescription
Content
Documentation
Service Pack description.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServicePackDescription ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="256 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServicePackName
Content
Documentation
Service Pack name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServicePackName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminAccessDeviceAccess
Content
value comes from list: {'Full'|'Associate User With Device'|'Read-Only'}
Documentation
Service Provider Administrator's policy for accessing access devices.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminAccessDeviceAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Associate User With Device "/>
<xs:enumeration value ="Read-Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminAdminAccess
Content
value comes from list: {'Full'|'Read-Only'|'None'}
Documentation
Service Provider Administrator's policy for accessing other
Service Provider Administrator's within the same service provider.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminAdminAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminCallingLineIdNumberAccess
Content
value comes from list: {'Full'|'Read-Only'}
Documentation
Service Provider Administrator's policy for accessing calling line id number.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminCallingLineIdNumberAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminCommunicationBarringAccess
Content
value comes from list: {'Full'|'Read-Only'}
Documentation
Service Providers Administrator's policy for accessing
the Communication Barring information.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminCommunicationBarringAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminDepartmentAccess
Content
value comes from list: {'Full'|'Read-Only'|'None'}
Documentation
Service Provider Administrator's policy for accessing department lists
within the service provider.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminDepartmentAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminDialableCallerIDAccess
Content
value comes from list: {'Full'|'Read-Only'|'None'}
Documentation
Policy for accessing the service provider Dialable Caller ID configuration.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminDialableCallerIDAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminGroupAccess
Content
value comes from list: {'Full'|'Restricted from Adding or Removing Groups'|'None'}
Documentation
Service Provider Administrator's policy for accessing groups
within the service provider.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminGroupAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Restricted from Adding or Removing Groups "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminOfficeZoneAccess
Content
value comes from list: {'Full'|'Read-Only'}
Documentation
Service Provider Administrator's policy for accessing
the Office Zone information.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminOfficeZoneAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminPhoneNumberExtensionAccess
Content
value comes from list: {'Full'|'Assign To Services and Users'|'Read-Only'}
Documentation
Service Provider Administrator's policy for accessing phone numbers or
extensions.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminPhoneNumberExtensionAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Assign To Services and Users "/>
<xs:enumeration value ="Read-Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminProfileAccess
Content
value comes from list: {'Full'|'Read-Only'|'None'}
Documentation
Service Provider Administrator's policy for accessing
the service provider profile information.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminProfileAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminServiceAccess
Content
value comes from list: {'Full'|'No Authorization'|'Read-Only'}
Documentation
Service Provider Administrator's policy for accessing services.
"No Authorization" was added in release 14.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminServiceAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="No Authorization "/>
<xs:enumeration value ="Read-Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminServicePackAccess
Content
value comes from list: {'Full'|'None'}
Documentation
Service Provider Administrator's policy for accessing service packs.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminServicePackAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminSessionAdmissionControlAccess
Content
value comes from list: {'Full'|'Read-Only'|'None'}
Documentation
Service Provider Administrator's policy for accessing
the Session Admission Control information.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminSessionAdmissionControlAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Read-Only "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminType
Content
value comes from list: {'Normal'|'Customer'|'Password Reset Only'}
Documentation
Service Provider Administrator type
"Normal" indicates the service provider admin is a normal admin.
"Customer" indicates the service provider admin is a customer admin.
"Password Reset Only" indicates the service provider admin is a password reset only admin.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Normal "/>
<xs:enumeration value ="Customer "/>
<xs:enumeration value ="Password Reset Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminUserAccess
Content
value comes from list: {'Full'|'Full Profile'|'Read-Only Profile'|'No Profile'|'None'}
Documentation
Policy for a service provider administrator's access to user configuration.
"Full" indicates full access to users in the service provider.
"Full Profile" indicates
1) the service provider administrator is restricted from adding or removing users, but
2) has full access to the user's profile
"Read-Only Profile" indicates
1) the service provider administrator is restricted from adding or removing users, and
2) read-only access is granted to the user's profile.
"No Profile" indicates
1) the service provider administrator is restricted from adding or removing users, and
2) no access is granted to the user's profile.
"None" indicates no access to users in the service provider.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminUserAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="Full Profile "/>
<xs:enumeration value ="Read-Only Profile "/>
<xs:enumeration value ="No Profile "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminVerifyTranslationAndRoutingAccess
Content
value comes from list: {'Full'|'None'}
Documentation
Service Provider Administrator's policy for accessing to Verify Translation and Routing feature.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminVerifyTranslationAndRoutingAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderAdminWebBrandingAccess
Content
value comes from list: {'Full'|'None'}
Documentation
Service Provider Administrator's policy for accessing web branding.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderAdminWebBrandingAccess ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Full "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderConferenceURISettingLevel
Content
value comes from list: {'System'|'Service Provider'}
Documentation
Choices for the service provider conference URI
setting to decide which level of settings to use.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderConferenceURISettingLevel ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="System "/>
<xs:enumeration value ="Service Provider "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderId
Content
Documentation
Service Provider Id uniquely identifies a service provider.
NOTE: The service provider id has a maximum length of 30 bytes, not 30 characters.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderId ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderInternalCallsCLIDPolicy
Content
value comes from list: {'Use Extension'|'Use External Calls Policy'}
Documentation
Internal Call CLID Policy applicable to service providers.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderInternalCallsCLIDPolicy ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Use Extension "/>
<xs:enumeration value ="Use External Calls Policy "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderName
Content
Documentation
Service Provider display name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceType
Content
value comes from list: {'Auto Attendant'|'Auto Attendant - Standard'|'BroadWorks Anywhere Portal'|'Call Center'|'Find-me/Follow-me'|'Flexible Seating Host'|'Group Paging'|'Hunt Group'|'Instant Group Call'|'Instant Conference Bridge'|'Meet-Me Conference Bridge'|'Route Point'|'VoiceXML'}
Documentation
Choices for Service Type
Application Data
Schema Component Representation
<
xs:simpleType name ="
ServiceType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Auto Attendant "/>
<xs:enumeration value ="Auto Attendant - Standard "/>
<xs:enumeration value ="BroadWorks Anywhere Portal "/>
<xs:enumeration value ="Call Center "/>
<xs:enumeration value ="Find-me/Follow-me "/>
<xs:enumeration value ="Flexible Seating Host "/>
<xs:enumeration value ="Group Paging "/>
<xs:enumeration value ="Hunt Group "/>
<xs:enumeration value ="Instant Group Call "/>
<xs:enumeration value ="Instant Conference Bridge "/>
<xs:enumeration value ="Meet-Me Conference Bridge "/>
<xs:enumeration value ="Route Point "/>
<xs:enumeration value ="VoiceXML "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
SessionAdmissionControlGroupName
Content
Documentation
Session Admission Control Group name.
Uniquely identifies a Session Admission Control Group within a group or enterprise.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SessionAdmissionControlGroupName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
SharedCallAppearanceBridgeWarningTone
Content
value comes from list: {'None'|'Barge-In'|'Barge-In and Repeat'}
Documentation
Warning tone types for Shared Call Appearance.
The bridge warning tone types are none, barge-in, barge-in repeat.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SharedCallAppearanceBridgeWarningTone ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="None "/>
<xs:enumeration value ="Barge-In "/>
<xs:enumeration value ="Barge-In and Repeat "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
SharedCallAppearanceMaximumAppearances
Content
Documentation
Maximum Shared Call Appearances.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SharedCallAppearanceMaximumAppearances ">
<
xs:restriction base ="
xs :int
"/>
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
SignalingAddressType
Content
value comes from list: {'Non-intelligent Device Addressing'|'Non-intelligent Proxy Addressing'|'Intelligent Device Addressing'|'Intelligent Proxy Addressing'}
Documentation
Device type signaling address types.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SignalingAddressType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Non-intelligent Device Addressing "/>
<xs:enumeration value ="Non-intelligent Proxy Addressing "/>
<xs:enumeration value ="Intelligent Device Addressing "/>
<xs:enumeration value ="Intelligent Proxy Addressing "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :string (derivation method: restriction)
Sub-types:
None
Name
SignedPassword
Content
Documentation
Signed Password.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SignedPassword ">
<
xs:restriction base ="
xs :string
">
<xs:minLength value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
SimultaneousRingSelection
Content
value comes from list: {'Do not Ring if on a Call'|'Ring for all Incoming Calls'}
Documentation
Simultaneous Ring Selection.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SimultaneousRingSelection ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Do not Ring if on a Call "/>
<xs:enumeration value ="Ring for all Incoming Calls "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
SIPAuthenticationPassword
Content
Documentation
SIP Authentication Password
Application Data
Schema Component Representation
<
xs:simpleType name ="
SIPAuthenticationPassword ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="60 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
SIPAuthenticationUserName
Content
Documentation
SIP Authentication User Name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SIPAuthenticationUserName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
SIPContact
Content
Documentation
SIP Registration Contact without the sip: prefix.
Validation:
- do not allow sip:
- allow the following characters:
alphanumeric ampersand = + $ , ; ? / - _ . ! ~ * ' ( ) : @
Application Data
Schema Component Representation
<
xs:simpleType name ="
SIPContact ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="1020 "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: SIPURI
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
SIPURI
Content
Documentation
SIP URI.
The SIP URI is used in many different places in the schema.
If the SIPURI is an alias, the Validation rules are:
- don't allow sip:
- allow the following characters:
alphanumeric - _ . ! ~ * ' ( ) @
- exactly one @ symbol
- user portion and host portion are both required
Application Data
Schema Component Representation
<
xs:simpleType name ="
SIPURI ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="161 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
SpeedDialDescription
Content
Documentation
Speed dial prefix.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SpeedDialDescription ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
SpeedDialPrefix
Content
Documentation
Speed dial prefix.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SpeedDialPrefix ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="2 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
SubscriberSchemaVersion
Content
Documentation
The subscriber schema version.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SubscriberSchemaVersion ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="5 "/>
<xs:maxLength value ="20 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
SystemAdminType
Content
value comes from list: {'System'|'Provisioning'}
Documentation
System Administrator types.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SystemAdminType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="System "/>
<xs:enumeration value ="Provisioning "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
systemidentity
Content
Documentation
BroadWorks server unique identifier.
Application Data
Schema Component Representation
<
xs:simpleType name ="
systemidentity ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="64 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
SystemUserCallingLineIdSelection
Content
value comes from list: {'Disable All'|'Enable All'|'Enable All Except Emergency'|'Enable Emergency Only'}
Documentation
System User Calling Line Id Options.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SystemUserCallingLineIdSelection ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Disable All "/>
<xs:enumeration value ="Enable All "/>
<xs:enumeration value ="Enable All Except Emergency "/>
<xs:enumeration value ="Enable Emergency Only "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
SystemUserRingTimeoutSeconds
Content
Documentation
Ring timeout for a user.
Application Data
Schema Component Representation
<
xs:simpleType name ="
SystemUserRingTimeoutSeconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="180 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
TimeZone
Content
Documentation
Time zone key.
Application Data
Schema Component Representation
<
xs:simpleType name ="
TimeZone ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="127 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
TimeZoneDisplayName
Content
Documentation
Localized Time Zone Display Name
Application Data
Schema Component Representation
<
xs:simpleType name ="
TimeZoneDisplayName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="127 "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: Title
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
Title
Content
Documentation
Title.
Application Data
Schema Component Representation
<
xs:simpleType name ="
Title ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="50 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
TransportProtocol
Content
value comes from list: {'UDP'|'TCP'|'Unspecified'}
Documentation
Network Transport Protocol.
Application Data
Schema Component Representation
<
xs:simpleType name ="
TransportProtocol ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="UDP "/>
<xs:enumeration value ="TCP "/>
<xs:enumeration value ="Unspecified "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
TrapInitialThreshold
Content
Documentation
An SNMP trap will be sent when the number of counted events crosses this threshold value.
Application Data
Schema Component Representation
<
xs:simpleType name ="
TrapInitialThreshold ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
TrapOffsetThreshold
Content
Documentation
Subsequent SNMP traps will be sent after the intial trap each time the number of
counted events increases by this value since the last trap.
Application Data
Schema Component Representation
<
xs:simpleType name ="
TrapOffsetThreshold ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
Treatment
Content
Documentation
Treatment name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
Treatment ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="161 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
TreatmentId
Content
Documentation
Configurable Treatment Name
Application Data
Schema Component Representation
<
xs:simpleType name ="
TreatmentId ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
TrunkGroupCapacityExceededAction
Content
value comes from list: {'Forward'|'Reroute'}
Documentation
Trunk Group capacity exceeded action.
Application Data
Schema Component Representation
<
xs:simpleType name ="
TrunkGroupCapacityExceededAction ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Forward "/>
<xs:enumeration value ="Reroute "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
TrunkGroupDeviceName
Content
Documentation
Trunk Group device name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
TrunkGroupDeviceName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
TrunkGroupHighwaterCallCountHoldoverPeriodMinutes
Content
value comes from list: {'5'|'10'|'15'|'20'|'30'|'60'}
Documentation
Trunk Group Call Count Highwater mark Holdover period in minutes
Application Data
Schema Component Representation
<
xs:simpleType name ="
TrunkGroupHighwaterCallCountHoldoverPeriodMinutes ">
<
xs:restriction base ="
xs :int
">
<xs:enumeration value ="5 "/>
<xs:enumeration value ="10 "/>
<xs:enumeration value ="15 "/>
<xs:enumeration value ="20 "/>
<xs:enumeration value ="30 "/>
<xs:enumeration value ="60 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
TrunkGroupInvitationTimeoutSeconds
Content
Documentation
The timer to start when an invitation is sent to a device associated with a trunk group.
Application Data
Schema Component Representation
<
xs:simpleType name ="
TrunkGroupInvitationTimeoutSeconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="255 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
TrunkGroupName
Content
Documentation
Trunk Group name.
Uniquely identifies a Trunk Group within a business (or family) group.
Application Data
Schema Component Representation
<
xs:simpleType name ="
TrunkGroupName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
TrunkGroupPilotUserCallingLineAssertedIdentityUsagePolicy
Content
value comes from list: {'All Originating Calls'|'Unscreened Originating Calls'}
Documentation
Trunk Group Pilot User Calling Line Identity policy
Application Data
Schema Component Representation
<
xs:simpleType name ="
TrunkGroupPilotUserCallingLineAssertedIdentityUsagePolicy ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="All Originating Calls "/>
<xs:enumeration value ="Unscreened Originating Calls "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
TrunkGroupTimeZoneOffsetMinutes
Content
value comes from list: {'0'|'30'|'45'}
Documentation
Trunk Group timezone offset minutes
Application Data
Schema Component Representation
<
xs:simpleType name ="
TrunkGroupTimeZoneOffsetMinutes ">
<
xs:restriction base ="
xs :int
">
<xs:enumeration value ="0 "/>
<xs:enumeration value ="30 "/>
<xs:enumeration value ="45 "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: URL
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
URL
Content
Documentation
URL.
Application Data
Schema Component Representation
<
xs:simpleType name ="
URL ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="256 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
UserAgentHeader
Content
Documentation
User Agent Header
Application Data
Schema Component Representation
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
UserDevicePolicyLineMode
Content
value comes from list: {'Single User Private and Shared'|'Multiple User Shared'}
Documentation
Choices for the user device policy line mode.
Application Data
Schema Component Representation
<
xs:simpleType name ="
UserDevicePolicyLineMode ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Single User Private and Shared "/>
<xs:enumeration value ="Multiple User Shared "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: UserId
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
UserId
Content
Documentation
A user id consists of a user-portion optionally followed by an @ sign and a domain name.
If the domain is not specified, it is assumed to be the system default domain.
The domain is required when adding normal users and virtual users, i.e. Auto Attendants,
Hunt Groups, Call Centers....
The domain must not be specified for system-level and service-provider-level administrators.
Application Data
Schema Component Representation
<
xs:simpleType name ="
UserId ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="161 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
UserService
Content
value comes from list: {'3G/4G Continuity'|'Advice Of Charge'|'Alternate Numbers'|'Anonymous Call Rejection'|'Attendant Console'|'Authentication'|'Automatic Callback'|'Automatic Hold/Retrieve'|'Barge-in Exempt'|'Basic Call Logs'|'Bria For BroadWorks'|'BroadTouch Business Communicator Desktop'|'BroadTouch Business Communicator Desktop - Audio'|'BroadTouch Business Communicator Mobile'|'BroadTouch Business Communicator Mobile - Audio'|'BroadTouch Business Communicator Tablet'|'BroadTouch Business Communicator Tablet - Audio'|'BroadTouch Business Communicator Tablet - Video'|'BroadWorks Agent'|'BroadWorks Anywhere'|'BroadWorks Connector for Lotus Sametime'|'BroadWorks Mobility'|'BroadWorks Receptionist - Office'|'BroadWorks Receptionist - Small Business'|'BroadWorks Supervisor'|'Busy Lamp Field'|'Call Center - Basic'|'Call Center Monitoring'|'Call Center - Standard'|'Call Center - Premium'|'Call Forwarding Always'|'Call Forwarding Busy'|'Call Forwarding No Answer'|'Call Forwarding Not Reachable'|'Call Forwarding Selective'|'Call Me Now'|'Call Notify'|'Call Recording'|'Call Return'|'Call Transfer'|'Call Waiting'|'Calling Line ID Blocking Override'|'Calling Line ID Delivery Blocking'|'Calling Name Delivery'|'Calling Name Retrieval'|'Calling Number Delivery'|'Calling Party Category'|'Charge Number'|'Classmark'|'Client Call Control'|'Client Call Control II'|'Client License 1'|'Client License 2'|'Client License 3'|'Client License 4'|'Client License 5'|'Client License 6'|'Client License 7'|'Client License 8'|'Client License 9'|'Client License 10'|'Client License 11'|'Client License 12'|'Client License 13'|'Client License 14'|'Client License 15'|'Client License 16'|'Client License 17'|'Client License 18'|'Client License 19'|'Client License 20'|'Client License 21'|'Client License 22'|'Client License 23'|'Client License 24'|'Client License 25'|'Client License 26'|'Client License 27'|'Client License 28'|'Client License 29'|'Client License 30'|'Client License 31'|'Client License 32'|'Client License 33'|'Client License 34'|'Client License 35'|'Client License 36'|'Client License 37'|'Client License 38'|'Client License 39'|'Client License 40'|'Client License 41'|'Client License 42'|'Client License 43'|'Client License 44'|'Client License 45'|'Client License 46'|'Client License 47'|'Client License 48'|'Client License 49'|'Client License 50'|'CommPilot Call Manager'|'CommPilot Express'|'CommPilot Express SR'|'CommPilot Lite'|'CommPilot Receptionist'|'CommPilot Residential'|'CommPilot Small Business'|'Communication Barring User-Control'|'Connected Line Identification Presentation'|'Connected Line Identification Restriction'|'Customer Originated Trace'|'Custom Ringback User'|'Custom Ringback User - Call Waiting'|'Custom Ringback User - Video'|'Directed Call Pickup'|'Directed Call Pickup with Barge-in'|'Directory Number Hunting'|'Diversion Inhibitor'|'Do Not Disturb'|'Dual-Mode VCC'|'Enhanced Call Logs'|'Executive'|'Executive-Assistant'|'External Calling Line ID Delivery'|'External Custom Ringback'|'Fax Messaging'|'Find-me/Follow-me'|'Flash Call Hold'|'Group Night Forwarding'|'Hoteling Guest'|'Hoteling Host'|'Flexible Seating Guest'|'Integrated IMP'|'In-Call Service Activation'|'IN Integration'|'Intelligent Network Service Control'|'Intercept User'|'Internal Calling Line ID Delivery'|'Last Number Redial'|'Legacy Automatic Callback'|'Location-Based Calling Restrictions'|'Lync CTI'|'Lync Softphone'|'Malicious Call Trace'|'Mobile Extension to Extension Dialing'|'Mobility'|'Multiple Call Arrangement'|'Music On Hold User'|'Video On Hold User'|'MWI Delivery to Mobile Endpoint'|'N-Way Call'|'Number Portability Announcement'|'Outlook Integration'|'Office Communicator Tab'|'Physical Location'|'Polycom Phone Services'|'Pre-alerting Announcement'|'Preferred Carrier User'|'Prepaid'|'Priority Alert'|'Privacy'|'Push to Talk'|'Remote Office'|'SMDI Message Desk'|'Security Classification'|'Selective Call Acceptance'|'Selective Call Rejection'|'Sequential Ring'|'Service Scripts User'|'Shared Call Appearance'|'Shared Call Appearance 5'|'Shared Call Appearance 10'|'Shared Call Appearance 15'|'Shared Call Appearance 20'|'Shared Call Appearance 25'|'Shared Call Appearance 30'|'Shared Call Appearance 35'|'Simultaneous Ring Family'|'Simultaneous Ring Personal'|'Short Message Service'|'Speed Dial 100'|'Speed Dial 8'|'Third-Party IMP'|'Third-Party MWI Control'|'Third-Party Voice Mail Support'|'Three-Way Call'|'Two-Stage Dialing'|'Video Add-On'|'Virtual On-Net Enterprise Extensions'|'Visual Device Management'|'Voice Messaging User'|'Voice Messaging User - Video'|'Voice Portal Calling'|'Zone Calling Restrictions'}
Documentation
User level services.
Application Data
Schema Component Representation
<
xs:simpleType name ="
UserService ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="3G/4G Continuity "/>
<xs:enumeration value ="Advice Of Charge "/>
<xs:enumeration value ="Alternate Numbers "/>
<xs:enumeration value ="Anonymous Call Rejection "/>
<xs:enumeration value ="Attendant Console "/>
<xs:enumeration value ="Authentication "/>
<xs:enumeration value ="Automatic Callback "/>
<xs:enumeration value ="Automatic Hold/Retrieve "/>
<xs:enumeration value ="Barge-in Exempt "/>
<xs:enumeration value ="Basic Call Logs "/>
<xs:enumeration value ="Bria For BroadWorks "/>
<xs:enumeration value ="BroadTouch Business Communicator Desktop "/>
<xs:enumeration value ="BroadTouch Business Communicator Desktop - Audio "/>
<xs:enumeration value ="BroadTouch Business Communicator Mobile "/>
<xs:enumeration value ="BroadTouch Business Communicator Mobile - Audio "/>
<xs:enumeration value ="BroadTouch Business Communicator Tablet "/>
<xs:enumeration value ="BroadTouch Business Communicator Tablet - Audio "/>
<xs:enumeration value ="BroadTouch Business Communicator Tablet - Video "/>
<xs:enumeration value ="BroadWorks Agent "/>
<xs:enumeration value ="BroadWorks Anywhere "/>
<xs:enumeration value ="BroadWorks Connector for Lotus Sametime "/>
<xs:enumeration value ="BroadWorks Mobility "/>
<xs:enumeration value ="BroadWorks Receptionist - Office "/>
<xs:enumeration value ="BroadWorks Receptionist - Small Business "/>
<xs:enumeration value ="BroadWorks Supervisor "/>
<xs:enumeration value ="Busy Lamp Field "/>
<xs:enumeration value ="Call Center - Basic "/>
<xs:enumeration value ="Call Center Monitoring "/>
<xs:enumeration value ="Call Center - Standard "/>
<xs:enumeration value ="Call Center - Premium "/>
<xs:enumeration value ="Call Forwarding Always "/>
<xs:enumeration value ="Call Forwarding Busy "/>
<xs:enumeration value ="Call Forwarding No Answer "/>
<xs:enumeration value ="Call Forwarding Not Reachable "/>
<xs:enumeration value ="Call Forwarding Selective "/>
<xs:enumeration value ="Call Me Now "/>
<xs:enumeration value ="Call Notify "/>
<xs:enumeration value ="Call Recording "/>
<xs:enumeration value ="Call Return "/>
<xs:enumeration value ="Call Transfer "/>
<xs:enumeration value ="Call Waiting "/>
<xs:enumeration value ="Calling Line ID Blocking Override "/>
<xs:enumeration value ="Calling Line ID Delivery Blocking "/>
<xs:enumeration value ="Calling Name Delivery "/>
<xs:enumeration value ="Calling Name Retrieval "/>
<xs:enumeration value ="Calling Number Delivery "/>
<xs:enumeration value ="Calling Party Category "/>
<xs:enumeration value ="Charge Number "/>
<xs:enumeration value ="Classmark "/>
<xs:enumeration value ="Client Call Control "/>
<xs:enumeration value ="Client Call Control II "/>
<xs:enumeration value ="Client License 1 "/>
<xs:enumeration value ="Client License 2 "/>
<xs:enumeration value ="Client License 3 "/>
<xs:enumeration value ="Client License 4 "/>
<xs:enumeration value ="Client License 5 "/>
<xs:enumeration value ="Client License 6 "/>
<xs:enumeration value ="Client License 7 "/>
<xs:enumeration value ="Client License 8 "/>
<xs:enumeration value ="Client License 9 "/>
<xs:enumeration value ="Client License 10 "/>
<xs:enumeration value ="Client License 11 "/>
<xs:enumeration value ="Client License 12 "/>
<xs:enumeration value ="Client License 13 "/>
<xs:enumeration value ="Client License 14 "/>
<xs:enumeration value ="Client License 15 "/>
<xs:enumeration value ="Client License 16 "/>
<xs:enumeration value ="Client License 17 "/>
<xs:enumeration value ="Client License 18 "/>
<xs:enumeration value ="Client License 19 "/>
<xs:enumeration value ="Client License 20 "/>
<xs:enumeration value ="Client License 21 "/>
<xs:enumeration value ="Client License 22 "/>
<xs:enumeration value ="Client License 23 "/>
<xs:enumeration value ="Client License 24 "/>
<xs:enumeration value ="Client License 25 "/>
<xs:enumeration value ="Client License 26 "/>
<xs:enumeration value ="Client License 27 "/>
<xs:enumeration value ="Client License 28 "/>
<xs:enumeration value ="Client License 29 "/>
<xs:enumeration value ="Client License 30 "/>
<xs:enumeration value ="Client License 31 "/>
<xs:enumeration value ="Client License 32 "/>
<xs:enumeration value ="Client License 33 "/>
<xs:enumeration value ="Client License 34 "/>
<xs:enumeration value ="Client License 35 "/>
<xs:enumeration value ="Client License 36 "/>
<xs:enumeration value ="Client License 37 "/>
<xs:enumeration value ="Client License 38 "/>
<xs:enumeration value ="Client License 39 "/>
<xs:enumeration value ="Client License 40 "/>
<xs:enumeration value ="Client License 41 "/>
<xs:enumeration value ="Client License 42 "/>
<xs:enumeration value ="Client License 43 "/>
<xs:enumeration value ="Client License 44 "/>
<xs:enumeration value ="Client License 45 "/>
<xs:enumeration value ="Client License 46 "/>
<xs:enumeration value ="Client License 47 "/>
<xs:enumeration value ="Client License 48 "/>
<xs:enumeration value ="Client License 49 "/>
<xs:enumeration value ="Client License 50 "/>
<xs:enumeration value ="CommPilot Call Manager "/>
<xs:enumeration value ="CommPilot Express "/>
<xs:enumeration value ="CommPilot Express SR "/>
<xs:enumeration value ="CommPilot Lite "/>
<xs:enumeration value ="CommPilot Receptionist "/>
<xs:enumeration value ="CommPilot Residential "/>
<xs:enumeration value ="CommPilot Small Business "/>
<xs:enumeration value ="Communication Barring User-Control "/>
<xs:enumeration value ="Connected Line Identification Presentation "/>
<xs:enumeration value ="Connected Line Identification Restriction "/>
<xs:enumeration value ="Customer Originated Trace "/>
<xs:enumeration value ="Custom Ringback User "/>
<xs:enumeration value ="Custom Ringback User - Call Waiting "/>
<xs:enumeration value ="Custom Ringback User - Video "/>
<xs:enumeration value ="Directed Call Pickup "/>
<xs:enumeration value ="Directed Call Pickup with Barge-in "/>
<xs:enumeration value ="Directory Number Hunting "/>
<xs:enumeration value ="Diversion Inhibitor "/>
<xs:enumeration value ="Do Not Disturb "/>
<xs:enumeration value ="Dual-Mode VCC "/>
<xs:enumeration value ="Enhanced Call Logs "/>
<xs:enumeration value ="Executive "/>
<xs:enumeration value ="Executive-Assistant "/>
<xs:enumeration value ="External Calling Line ID Delivery "/>
<xs:enumeration value ="External Custom Ringback "/>
<xs:enumeration value ="Fax Messaging "/>
<xs:enumeration value ="Find-me/Follow-me "/>
<xs:enumeration value ="Flash Call Hold "/>
<xs:enumeration value ="Group Night Forwarding "/>
<xs:enumeration value ="Hoteling Guest "/>
<xs:enumeration value ="Hoteling Host "/>
<xs:enumeration value ="Flexible Seating Guest "/>
<xs:enumeration value ="Integrated IMP "/>
<xs:enumeration value ="In-Call Service Activation "/>
<xs:enumeration value ="IN Integration "/>
<xs:enumeration value ="Intelligent Network Service Control "/>
<xs:enumeration value ="Intercept User "/>
<xs:enumeration value ="Internal Calling Line ID Delivery "/>
<xs:enumeration value ="Last Number Redial "/>
<xs:enumeration value ="Legacy Automatic Callback "/>
<xs:enumeration value ="Location-Based Calling Restrictions "/>
<xs:enumeration value ="Lync CTI "/>
<xs:enumeration value ="Lync Softphone "/>
<xs:enumeration value ="Malicious Call Trace "/>
<xs:enumeration value ="Mobile Extension to Extension Dialing "/>
<xs:enumeration value ="Mobility "/>
<xs:enumeration value ="Multiple Call Arrangement "/>
<xs:enumeration value ="Music On Hold User "/>
<xs:enumeration value ="Video On Hold User "/>
<xs:enumeration value ="MWI Delivery to Mobile Endpoint "/>
<xs:enumeration value ="N-Way Call "/>
<xs:enumeration value ="Number Portability Announcement "/>
<xs:enumeration value ="Outlook Integration "/>
<xs:enumeration value ="Office Communicator Tab "/>
<xs:enumeration value ="Physical Location "/>
<xs:enumeration value ="Polycom Phone Services "/>
<xs:enumeration value ="Pre-alerting Announcement "/>
<xs:enumeration value ="Preferred Carrier User "/>
<xs:enumeration value ="Prepaid "/>
<xs:enumeration value ="Priority Alert "/>
<xs:enumeration value ="Privacy "/>
<xs:enumeration value ="Push to Talk "/>
<xs:enumeration value ="Remote Office "/>
<xs:enumeration value ="SMDI Message Desk "/>
<xs:enumeration value ="Security Classification "/>
<xs:enumeration value ="Selective Call Acceptance "/>
<xs:enumeration value ="Selective Call Rejection "/>
<xs:enumeration value ="Sequential Ring "/>
<xs:enumeration value ="Service Scripts User "/>
<xs:enumeration value ="Shared Call Appearance "/>
<xs:enumeration value ="Shared Call Appearance 5 "/>
<xs:enumeration value ="Shared Call Appearance 10 "/>
<xs:enumeration value ="Shared Call Appearance 15 "/>
<xs:enumeration value ="Shared Call Appearance 20 "/>
<xs:enumeration value ="Shared Call Appearance 25 "/>
<xs:enumeration value ="Shared Call Appearance 30 "/>
<xs:enumeration value ="Shared Call Appearance 35 "/>
<xs:enumeration value ="Simultaneous Ring Family "/>
<xs:enumeration value ="Simultaneous Ring Personal "/>
<xs:enumeration value ="Short Message Service "/>
<xs:enumeration value ="Speed Dial 100 "/>
<xs:enumeration value ="Speed Dial 8 "/>
<xs:enumeration value ="Third-Party IMP "/>
<xs:enumeration value ="Third-Party MWI Control "/>
<xs:enumeration value ="Third-Party Voice Mail Support "/>
<xs:enumeration value ="Three-Way Call "/>
<xs:enumeration value ="Two-Stage Dialing "/>
<xs:enumeration value ="Video Add-On "/>
<xs:enumeration value ="Virtual On-Net Enterprise Extensions "/>
<xs:enumeration value ="Visual Device Management "/>
<xs:enumeration value ="Voice Messaging User "/>
<xs:enumeration value ="Voice Messaging User - Video "/>
<xs:enumeration value ="Voice Portal Calling "/>
<xs:enumeration value ="Zone Calling Restrictions "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
UserType
Content
value comes from list: {'Normal'|'Auto Attendant'|'BroadWorks Anywhere'|'Call Center'|'Find-me/Follow-me'|'Flexible Seating Host'|'Group Paging'|'Hunt Group'|'Instant Group Call'|'Meet-Me Conferencing'|'Music On Hold'|'Route Point'|'Voice Messaging'|'VoiceXML'}
Documentation
Types of users in BroadWorks.
Application Data
Schema Component Representation
<
xs:simpleType name ="
UserType ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Normal "/>
<xs:enumeration value ="Auto Attendant "/>
<xs:enumeration value ="BroadWorks Anywhere "/>
<xs:enumeration value ="Call Center "/>
<xs:enumeration value ="Find-me/Follow-me "/>
<xs:enumeration value ="Flexible Seating Host "/>
<xs:enumeration value ="Group Paging "/>
<xs:enumeration value ="Hunt Group "/>
<xs:enumeration value ="Instant Group Call "/>
<xs:enumeration value ="Meet-Me Conferencing "/>
<xs:enumeration value ="Music On Hold "/>
<xs:enumeration value ="Route Point "/>
<xs:enumeration value ="Voice Messaging "/>
<xs:enumeration value ="VoiceXML "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
VerifyTranslationAndRoutingDestination
Content
Documentation
Verification Translation and Routing destination
value. Represents the called user, number or URI.
Application Data
Schema Component Representation
<
xs:simpleType name ="
VerifyTranslationAndRoutingDestination ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="500 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
VirtualOnNetCallTypeCdrValue
Content
Documentation
Virtual On-Net Call Type CDR value.
Application Data
Schema Component Representation
<
xs:simpleType name ="
VirtualOnNetCallTypeCdrValue ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="6 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
VirtualOnNetCallTypeName
Content
Documentation
Virtual On-Net Call Type name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
VirtualOnNetCallTypeName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
VoiceMessagingAlternateNoAnswerGreetingName
Content
Documentation
The name of alternate no answer greeting.
Application Data
Schema Component Representation
<
xs:simpleType name ="
VoiceMessagingAlternateNoAnswerGreetingName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
VoiceMessagingBrandingSelection
Content
value comes from list: {'Default'|'Branded'}
Documentation
Branding Selection.
Application Data
Schema Component Representation
<
xs:simpleType name ="
VoiceMessagingBrandingSelection ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Default "/>
<xs:enumeration value ="Branded "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
VoiceMessagingDisableMessageDepositSelection
Content
value comes from list: {'Disconnect'|'Forward'}
Documentation
Announcement Selection.
Application Data
Schema Component Representation
<
xs:simpleType name ="
VoiceMessagingDisableMessageDepositSelection ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Disconnect "/>
<xs:enumeration value ="Forward "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
VoiceMessagingNoAnswerGreetingSelection
Content
value comes from list: {'Default'|'Personal'|'Alternate01'|'Alternate02'|'Alternate03'}
Documentation
Announcement Selection.
Application Data
Schema Component Representation
<
xs:simpleType name ="
VoiceMessagingNoAnswerGreetingSelection ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Default "/>
<xs:enumeration value ="Personal "/>
<xs:enumeration value ="Alternate01 "/>
<xs:enumeration value ="Alternate02 "/>
<xs:enumeration value ="Alternate03 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
VoiceMessagingNumberOfRings
Content
value comes from list: {'0'|'2'|'3'|'4'|'5'|'6'|'7'|'8'|'9'|'10'|'11'|'12'|'13'|'14'|'15'|'16'|'17'|'18'|'19'|'20'}
Documentation
The number of rings before greeting.
Application Data
Schema Component Representation
<
xs:simpleType name ="
VoiceMessagingNumberOfRings ">
<
xs:restriction base ="
xs :int
">
<xs:enumeration value ="0 "/>
<xs:enumeration value ="2 "/>
<xs:enumeration value ="3 "/>
<xs:enumeration value ="4 "/>
<xs:enumeration value ="5 "/>
<xs:enumeration value ="6 "/>
<xs:enumeration value ="7 "/>
<xs:enumeration value ="8 "/>
<xs:enumeration value ="9 "/>
<xs:enumeration value ="10 "/>
<xs:enumeration value ="11 "/>
<xs:enumeration value ="12 "/>
<xs:enumeration value ="13 "/>
<xs:enumeration value ="14 "/>
<xs:enumeration value ="15 "/>
<xs:enumeration value ="16 "/>
<xs:enumeration value ="17 "/>
<xs:enumeration value ="18 "/>
<xs:enumeration value ="19 "/>
<xs:enumeration value ="20 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
WebBasedConfigURL
Content
Documentation
Web based configuration URL.
Application Data
Schema Component Representation
<
xs:simpleType name ="
WebBasedConfigURL ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
WebDisplayKey
Content
Documentation
The web display key used for localization.
Application Data
Schema Component Representation
<
xs:simpleType name ="
WebDisplayKey ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
YahooId
Content
Documentation
Yahoo Id.
Application Data
Schema Component Representation
<
xs:simpleType name ="
YahooId ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="50 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ZoneName
Content
Documentation
Zone Name.
Application Data
Schema Component Representation
<
xs:simpleType name ="
ZoneName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Complex Type:
Schema Component Type
AusAddress
Schema Component Name
Parent type:
Address (derivation method: extension)
Sub-types:
QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
The table above displays the properties of this schema component.
XML Instance Representation
<...
country="Australia "
>
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice
[1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1]
?
</...>
The XML Instance Representation table above shows the schema component's content as an XML instance.
The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].
Model group information are shown in gray, e.g. Start Choice ... End Choice.
For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in bold .
If an element/attribute has a fixed value, the fixed value is shown in green, e.g. country="Australia".
Otherwise, the type of the element/attribute is displayed.
If the element/attribute's type is in the schema, a link is provided to it.
For local simple type definitions, the constraints are displayed in angle brackets, e.g. <<pattern = [1-9][0-9]{3}>>.
If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked, e.g. <postcode>.
Schema Component Representation
<complexType
name ="AusAddress ">
<complexContent >
<extension
base ="
Address
">
<sequence >
<element
name ="state " type ="
AusStates
"/>
<element
name ="postcode ">
<simpleType >
<restriction
base ="
string
">
<pattern
value ="[1-9][0-9]{3} "/>
</restriction >
</simpleType >
</element >
</sequence >
<attribute
name ="country " type ="
string
" fixed ="Australia "/>
</extension >
</complexContent >
</complexType >
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.
All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all .
Choice Model Group
Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice .
Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.
Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods , e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type
attribute.
Key Constraint Like Uniqueness Constraint , but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .
Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint . See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .
Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups .
Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil
attribute. The xsi:nil
attribute is the boolean attribute, nil , from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil
attribute set to true, it can be left empty, even though its element declaration may have required content.
Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations .
Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.
Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.
Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.
Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).
Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence .
Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.
Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.
Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.
Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .