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.
Schema Composition
This schema imports schema(s) from the following namespace(s):
This schema includes components from the following schema document(s):
Declared Namespaces
Schema Component Representation
<
xs:schema attributeFormDefault ="
qualified "
elementFormDefault ="
qualified ">
<xs:import namespace ="C " schemaLocation ="OCISchemaBASE.xsd "/>
<xs:include schemaLocation ="OCISchemaDataTypes.xsd "/>
<xs:include schemaLocation ="OCISchemaSearchCriteria.xsd "/>
<xs:include schemaLocation ="OCISchemaSystem.xsd "/>
...
</
xs:schema >
Parent type:
None
Sub-types:
None
Name
AlternateNumberEntry
Abstract
no
Documentation
Alternate Number Entry.
XML Instance Representation
<...>
<phoneNumber>
DN
</phoneNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
AlternateNumberEntry ">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
DN
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
extension "
type ="
Extension
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
ringPattern "
type ="
RingPattern
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CallCenterMediaOnHoldSourceModify16
Abstract
no
Documentation
Contains the call center media on hold source configuration.
Schema Component Representation
<
xs:complexType name ="
CallCenterMediaOnHoldSourceModify16 ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CallCenterMediaOnHoldSourceRead16
Abstract
no
Documentation
Contains the call center media on hold source configuration.
XML Instance Representation
<...>
<audioFileUrl>
URL
</audioFileUrl>
[0..1]
<videoFileUrl>
URL
</videoFileUrl>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
CallCenterMediaOnHoldSourceRead16 ">
<
xs:sequence >
<
xs:element name ="
audioFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
audioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
audioFileMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CPEDeviceModifyOptions16
Abstract
no
Documentation
CPE device's options when used with a modify request.
The following options are not changeable:
configType
systemFileName
deviceFileFormat
XML Instance Representation
<...>
<enableMonitoring>
xs :boolean </enableMonitoring>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
CPEDeviceModifyOptions16 ">
<
xs:sequence >
<
xs:element name ="
enableMonitoring "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CPEDeviceOptions16
Abstract
no
Documentation
CPE device's options.
XML Instance Representation
<...>
<enableMonitoring>
xs :boolean </enableMonitoring>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
CPEDeviceOptions16 ">
<
xs:sequence >
<
xs:element name ="
enableMonitoring "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
CPEDeviceOptionsRead16
Abstract
no
Documentation
CPE device's options.
XML Instance Representation
<...>
<enableMonitoring>
xs :boolean </enableMonitoring>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
CPEDeviceOptionsRead16 ">
<
xs:sequence >
<
xs:element name ="
enableMonitoring "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
DeviceManagementFileAuthLocationGetRequest
Abstract
no
Documentation
Get the address and credentials of the File Repository hosting the requested access device file. Also get the file name and path on the File Repository. The response is either a DeviceManagementFileAuthLocationGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<accessDeviceUserName>
UserId
</accessDeviceUserName>
[0..1]
<accessDeviceUserPassword>
Password
</accessDeviceUserPassword>
[0..1]
<digestResponse>
Md5Hash
</digestResponse>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
DeviceManagementFileAuthLocationGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
accessDeviceUserName "
type ="
UserId
"
minOccurs ="
0 "/>
<
xs:element name ="
accessDeviceUserPassword "
type ="
Password
"
minOccurs ="
0 "/>
<
xs:element name ="
signedPassword "
type ="
SignedPassword
"
minOccurs ="
0 "/>
<
xs:element name ="
realmName "
type ="
RealmName
"
minOccurs ="
0 "/>
<
xs:element name ="
digestResponse "
type ="
Md5Hash
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
DeviceManagementFileAuthLocationGetResponse
Abstract
no
Documentation
Return the address and credentials of the File Repository hosting the requested access device file. Also return the file name and path on the File Repository. This is a response to DeviceManagementFileAuthLocationGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<portNumber>
Port
</portNumber>
[0..1]
<secure>
xs :boolean </secure>
[0..1]
<macInNonRequestURI>
xs :boolean </macInNonRequestURI>
[0..1]
<useHttpDigestAuthentication>
xs :boolean </useHttpDigestAuthentication>
[0..1]
<macBasedFileAuthentication>
xs :boolean </macBasedFileAuthentication>
[0..1]
<userNamePasswordFileAuthentication>
xs :boolean </userNamePasswordFileAuthentication>
[0..1]
<completionNotification>
xs :boolean </completionNotification>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
DeviceManagementFileAuthLocationGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"/>
<
xs:element name ="
portNumber "
type ="
Port
"
minOccurs ="
0 "/>
<
xs:element name ="
secure "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
macInNonRequestURI "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
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 ="
completionNotification "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterprisePhoneDirectoryGetListRequest
Abstract
no
Documentation
Request a table containing the phone directory for an enterprise.
The directory includes all users in the enterprise and all entries in the enterprise common phone list.
It is possible to search by various criteria to restrict the number of rows returned.
Multiple search criteria are logically ANDed together.
The response is either EnterprisePhoneDirectoryGetListResponse or ErrorResponse.
Replace by: EnterprisePhoneDirectoryGetListRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isExtendedInfoRequested>
xs :boolean </isExtendedInfoRequested>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterprisePhoneDirectoryGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
isExtendedInfoRequested "
type ="
xs :boolean
"/>
<
xs:element name ="
searchCriteriaDn "
type ="
SearchCriteriaDn
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
searchCriteriaYahooId "
type ="
SearchCriteriaYahooId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterprisePhoneDirectoryGetListResponse
Abstract
no
Documentation
Response to EnterprisePhoneDirectoryGetListRequest.
Contains a table with a row for each phone number and column headings :
"Name", "Number", "Extension", "Mobile", "Email Address", "Department", "Hiragana Name", "Group Id", "Yahoo Id".
If extended directory information is requested, the following columns are also included:
"First Name", "Last Name", "User Id", "Pager", "Title", "Time Zone", "Location", "Address Line 1", "Address Line 2",
"City", "State", "Zip", "Country".
Replace by: EnterprisePhoneDirectoryGetListResponse17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
EnterprisePhoneDirectoryGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAccessDeviceFileGetRequest14sp8
Abstract
no
Documentation
Request to get a group device profile file.
The response is either GroupAccessDeviceFileGetResponse14sp8 or ErrorResponse.
Replaced by: GroupAccessDeviceFileGetRequest16sp1
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAccessDeviceFileGetRequest14sp8 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupAccessDeviceFileGetResponse14sp8
Abstract
no
Documentation
Response to GroupAccessDeviceFileGetRequest14sp8.
Replaced by: GroupAccessDeviceFileGetResponse16sp1
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAccessDeviceFileGetResponse14sp8 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAdminGetPolicyRequest14sp1
Abstract
no
Documentation
Requests the Group administrator's policy settings.
The response is either GroupAdminGetPolicyResponse14sp1 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAdminGetPolicyRequest14sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAdminGetPolicyRequest16sp1
Abstract
no
Documentation
Requests the Group administrator's policy settings.
The response is either GroupAdminGetPolicyResponse16sp1 or ErrorResponse.
Replaced by: GroupAdminGetPolicyRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAdminGetPolicyRequest16sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAdminGetPolicyRequest16sp2
Abstract
no
Documentation
Requests the Group administrator's policy settings.
The response is either GroupAdminGetPolicyResponse16sp2 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAdminGetPolicyRequest16sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupAdminGetPolicyResponse14sp1
Abstract
no
Documentation
Response to GroupAdminGetPolicyRequest14sp1.
Contains the policy settings for the group administrator.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAdminGetPolicyResponse14sp1 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
GroupAdminGetPolicyResponse16sp1
Abstract
no
Documentation
Response to GroupAdminGetPolicyRequest16sp1.
Contains the policy settings for the group administrator.
Replaced by: GroupAdminGetPolicyRequest17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAdminGetPolicyResponse16sp1 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
GroupAdminGetPolicyResponse16sp2
Abstract
no
Documentation
Response to GroupAdminGetPolicyRequest16sp2.
Contains the policy settings for the group administrator.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAdminGetPolicyResponse16sp2 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAutoAttendantGetInstanceRequest16
Abstract
no
Documentation
Request to get all the information of a Auto Attendant instance.
The response is either GroupAutoAttendantGetInstanceResponse16 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAutoAttendantGetInstanceRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupAutoAttendantGetInstanceResponse16
Abstract
no
Documentation
Response to GroupAutoAttendantGetInstanceRequest16.
Contains the service profile information.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableVideo>
xs :boolean </enableVideo>
[1]
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAutoAttendantGetInstanceResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
businessHours "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupBroadWorksAnywhereGetInstanceRequest
Abstract
no
Documentation
Request to get all the information of a BroadWorks Anywhere instance.
The response is either GroupBroadWorksAnywhereGetInstanceResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupBroadWorksAnywhereGetInstanceRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupBroadWorksAnywhereGetInstanceResponse
Abstract
no
Documentation
Response to GroupBroadWorksAnywhereGetInstanceRequest.
Contains the service profile information.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<silentPromptMode>
xs :boolean </silentPromptMode>
[1]
<promptForPasscode>
xs :boolean </promptForPasscode>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupBroadWorksAnywhereGetInstanceResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
silentPromptMode "
type ="
xs :boolean
"/>
<
xs:element name ="
promptForPasscode "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterAddInstanceRequest16
Abstract
no
Documentation
Add a Call Center instance to a group.
The domain is required in the serviceUserId.
The response is either SuccessResponse or ErrorResponse.
Replaced by: GroupCallCenterAddInstanceRequest17
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<enableVideo>
xs :boolean </enableVideo>
[1]
<allowCallerToDialEscapeDigit>
xs :boolean </allowCallerToDialEscapeDigit>
[1]
<resetCallStatisticsUponEntryInQueue>
xs :boolean </resetCallStatisticsUponEntryInQueue>
[0..1]
<allowAgentLogoff>
xs :boolean </allowAgentLogoff>
[1]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
<allowCallsToAgentsInWrapUp>
xs :boolean </allowCallsToAgentsInWrapUp>
[0..1]
<overrideAgentWrapUpTime>
xs :boolean </overrideAgentWrapUpTime>
[0..1]
<forceDeliveryOfCalls>
xs :boolean </forceDeliveryOfCalls>
[0..1]
<externalPreferredAudioCodec>
AudioFileCodec
</externalPreferredAudioCodec>
[1]
<internalPreferredAudioCodec>
AudioFileCodec
</internalPreferredAudioCodec>
[1]
<playRingingWhenOfferingCall>
xs :boolean </playRingingWhenOfferingCall>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterAddInstanceRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallerToDialEscapeDigit "
type ="
xs :boolean
"/>
<
xs:element name ="
escapeDigit "
type ="
DtmfDigit
"/>
<
xs:element name ="
resetCallStatisticsUponEntryInQueue "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowAgentLogoff "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallWaitingForAgents "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallsToAgentsInWrapUp "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
overrideAgentWrapUpTime "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceDeliveryOfCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
externalPreferredAudioCodec "
type ="
AudioFileCodec
"/>
<
xs:element name ="
internalPreferredAudioCodec "
type ="
AudioFileCodec
"/>
<
xs:element name ="
playRingingWhenOfferingCall "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterBouncedCallGetRequest
Abstract
no
Documentation
Get a call center's bounced call settings.
The response is either a GroupCallCenterBouncedCallGetResponse or an ErrorResponse.
Replaced by: GroupCallCenterBouncedCallGetRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterBouncedCallGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterBouncedCallGetResponse
Abstract
no
Documentation
Response to the GroupCallCenterBouncedCallGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
<numberOfRingsBeforeBouncingCall>
HuntNoAnswerRings
</numberOfRingsBeforeBouncingCall>
[1]
<enableTransfer>
xs :boolean </enableTransfer>
[0..1]
<bounceCallWhenAgentUnavailable>
xs :boolean </bounceCallWhenAgentUnavailable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterBouncedCallGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
enableTransfer "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
bounceCallWhenAgentUnavailable "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterComfortMessageBypassGetRequest
Abstract
no
Documentation
Get a call center's comfort message bypass settings.
The response is either a GroupCallCenterComfortMessageBypassGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterComfortMessageBypassGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterComfortMessageBypassGetResponse
Abstract
no
Documentation
Response to the GroupCallCenterComfortMessageBypassGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
<playAnnouncementAfterRinging>
xs :boolean </playAnnouncementAfterRinging>
[1]
<audioFileUrl>
URL
</audioFileUrl>
[0..1]
<videoFileUrl>
URL
</videoFileUrl>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterComfortMessageBypassGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
playAnnouncementAfterRinging "
type ="
xs :boolean
"/>
<
xs:element name ="
audioFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
audioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
audioMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
videoMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterComfortMessageBypassModifyRequest
Abstract
no
Documentation
Modify a call center's comfort message bypass settings.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<isActive>
xs :boolean </isActive>
[0..1]
<playAnnouncementAfterRinging>
xs :boolean </playAnnouncementAfterRinging>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterComfortMessageBypassModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
isActive "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
playAnnouncementAfterRinging "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterForcedForwardingGetRequest
Abstract
no
Documentation
Get a call center's forced forwarding settings.
The response is either a GroupCallCenterForcedForwardingGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterForcedForwardingGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterForcedForwardingGetResponse
Abstract
no
Documentation
Response to the GroupCallCenterForcedForwardingGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
<allowEnableViaFAC>
xs :boolean </allowEnableViaFAC>
[1]
<playAnnouncementBeforeForwarding>
xs :boolean </playAnnouncementBeforeForwarding>
[1]
<audioFileUrl>
URL
</audioFileUrl>
[0..1]
<videoFileUrl>
URL
</videoFileUrl>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterForcedForwardingGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnableViaFAC "
type ="
xs :boolean
"/>
<
xs:element name ="
playAnnouncementBeforeForwarding "
type ="
xs :boolean
"/>
<
xs:element name ="
audioFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
audioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
audioMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
videoMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterForcedForwardingModifyRequest
Abstract
no
Documentation
Modify a call center's forced forwarding settings.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<isActive>
xs :boolean </isActive>
[0..1]
<allowEnableViaFAC>
xs :boolean </allowEnableViaFAC>
[0..1]
<playAnnouncementBeforeForwarding>
xs :boolean </playAnnouncementBeforeForwarding>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterForcedForwardingModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
isActive "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forwardToPhoneNumber "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
allowEnableViaFAC "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
playAnnouncementBeforeForwarding "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterGetAnnouncementRequest16
Abstract
no
Documentation
Get a call center's announcement settings.
The response is either a GroupCallCenterGetAnnouncementResponse16 or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetAnnouncementRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterGetAnnouncementResponse16
Abstract
no
Documentation
Response to the GroupCallCenterGetAnnouncementRequest16.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<playEntranceMessage>
xs :boolean </playEntranceMessage>
[1]
<mandatoryEntranceMessage>
xs :boolean </mandatoryEntranceMessage>
[1]
<entranceAudioFileUrl>
URL
</entranceAudioFileUrl>
[0..1]
<entranceMessageAudioFileDescription>
FileDescription
</entranceMessageAudioFileDescription>
[0..1]
<entranceAudioFileMediaType>
MediaFileType
</entranceAudioFileMediaType>
[0..1]
<entranceVideoFileUrl>
URL
</entranceVideoFileUrl>
[0..1]
<entranceMessageVideoFileDescription>
FileDescription
</entranceMessageVideoFileDescription>
[0..1]
<entranceVideoFileMediaType>
MediaFileType
</entranceVideoFileMediaType>
[0..1]
<playPeriodicComfortMessage>
xs :boolean </playPeriodicComfortMessage>
[1]
<periodicComfortAudioFileUrl>
URL
</periodicComfortAudioFileUrl>
[0..1]
<periodicComfortMessageAudioFileDescription>
FileDescription
</periodicComfortMessageAudioFileDescription>
[0..1]
<periodicComfortAudioFileMediaType>
MediaFileType
</periodicComfortAudioFileMediaType>
[0..1]
<periodicComfortVideoFileUrl>
URL
</periodicComfortVideoFileUrl>
[0..1]
<periodicComfortMessageVideoFileDescription>
FileDescription
</periodicComfortMessageVideoFileDescription>
[0..1]
<periodicComfortVideoFileMediaType>
MediaFileType
</periodicComfortVideoFileMediaType>
[0..1]
<enableMediaOnHoldForQueuedCalls>
xs :boolean </enableMediaOnHoldForQueuedCalls>
[1]
<mediaOnHoldUseAlternateSourceForInternalCalls>
xs :boolean </mediaOnHoldUseAlternateSourceForInternalCalls>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetAnnouncementResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
playEntranceMessage "
type ="
xs :boolean
"/>
<
xs:element name ="
mandatoryEntranceMessage "
type ="
xs :boolean
"/>
<
xs:element name ="
entranceAudioFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
entranceMessageAudioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
entranceAudioFileMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
entranceVideoFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
entranceMessageVideoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
entranceVideoFileMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
playPeriodicComfortMessage "
type ="
xs :boolean
"/>
<
xs:element name ="
periodicComfortAudioFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
periodicComfortMessageAudioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
periodicComfortAudioFileMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
periodicComfortVideoFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
periodicComfortMessageVideoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
periodicComfortVideoFileMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
enableMediaOnHoldForQueuedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
mediaOnHoldUseAlternateSourceForInternalCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterGetInstanceRequest16
Abstract
no
Documentation
Request to get all the information of a Call Center instance.
The response is either GroupCallCenterGetInstanceResponse16 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetInstanceRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterGetInstanceResponse16
Abstract
no
Documentation
Response to GroupCallCenterGetInstanceRequest16.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableVideo>
xs :boolean </enableVideo>
[1]
<allowCallerToDialEscapeDigit>
xs :boolean </allowCallerToDialEscapeDigit>
[1]
<resetCallStatisticsUponEntryInQueue>
xs :boolean </resetCallStatisticsUponEntryInQueue>
[0..1]
<allowAgentLogoff>
xs :boolean </allowAgentLogoff>
[1]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
<allowCallsToAgentsInWrapUp>
xs :boolean </allowCallsToAgentsInWrapUp>
[0..1]
<overrideAgentWrapUpTime>
xs :boolean </overrideAgentWrapUpTime>
[0..1]
<forceDeliveryOfCalls>
xs :boolean </forceDeliveryOfCalls>
[0..1]
<externalPreferredAudioCodec>
AudioFileCodec
</externalPreferredAudioCodec>
[1]
<internalPreferredAudioCodec>
AudioFileCodec
</internalPreferredAudioCodec>
[1]
<playRingingWhenOfferingCall>
xs :boolean </playRingingWhenOfferingCall>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetInstanceResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallerToDialEscapeDigit "
type ="
xs :boolean
"/>
<
xs:element name ="
escapeDigit "
type ="
DtmfDigit
"/>
<
xs:element name ="
resetCallStatisticsUponEntryInQueue "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowAgentLogoff "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallWaitingForAgents "
type ="
xs :boolean
"/>
<
xs:element name ="
allowCallsToAgentsInWrapUp "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
overrideAgentWrapUpTime "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceDeliveryOfCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
externalPreferredAudioCodec "
type ="
AudioFileCodec
"/>
<
xs:element name ="
internalPreferredAudioCodec "
type ="
AudioFileCodec
"/>
<
xs:element name ="
playRingingWhenOfferingCall "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterHolidayServiceGetRequest
Abstract
no
Documentation
Get a call center's holiday service settings.
The response is either a GroupCallCenterHolidayServiceGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterHolidayServiceGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterHolidayServiceGetResponse
Abstract
no
Documentation
Response to the GroupCallCenterHolidayServiceGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<playAnnouncementBeforeAction>
xs :boolean </playAnnouncementBeforeAction>
[1]
<audioFileUrl>
URL
</audioFileUrl>
[0..1]
<videoFileUrl>
URL
</videoFileUrl>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterHolidayServiceGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
holidaySchedule "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
playAnnouncementBeforeAction "
type ="
xs :boolean
"/>
<
xs:element name ="
audioFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
audioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
audioMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
videoMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterHolidayServiceModifyRequest
Abstract
no
Documentation
Modify a call center's holiday service settings.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<playAnnouncementBeforeAction>
xs :boolean </playAnnouncementBeforeAction>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterHolidayServiceModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
holidaySchedule "
type ="
ScheduleName
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
transferPhoneNumber "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
playAnnouncementBeforeAction "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterModifyAnnouncementRequest16
Abstract
no
Documentation
Modify a call center's announcement settings.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<playEntranceMessage>
xs :boolean </playEntranceMessage>
[0..1]
<mandatoryEntranceMessage>
xs :boolean </mandatoryEntranceMessage>
[0..1]
<playPeriodicComfortMessage>
xs :boolean </playPeriodicComfortMessage>
[0..1]
<enableMediaOnHoldForQueuedCalls>
xs :boolean </enableMediaOnHoldForQueuedCalls>
[0..1]
<mediaOnHoldUseAlternateSourceForInternalCalls>
xs :boolean </mediaOnHoldUseAlternateSourceForInternalCalls>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterModifyAnnouncementRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
playEntranceMessage "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
mandatoryEntranceMessage "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
playPeriodicComfortMessage "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableMediaOnHoldForQueuedCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
mediaOnHoldUseAlternateSourceForInternalCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterNightServiceGetRequest
Abstract
no
Documentation
Get a call center's night service settings.
The response is either a GroupCallCenterNightServiceGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterNightServiceGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterNightServiceGetResponse
Abstract
no
Documentation
Response to the GroupCallCenterNightServiceGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<forceNightService>
xs :boolean </forceNightService>
[1]
<allowManualOverrideViaFAC>
xs :boolean </allowManualOverrideViaFAC>
[1]
<playAnnouncementBeforeAction>
xs :boolean </playAnnouncementBeforeAction>
[1]
<audioFileUrl>
URL
</audioFileUrl>
[0..1]
<videoFileUrl>
URL
</videoFileUrl>
[0..1]
<manualAudioFileUrl>
URL
</manualAudioFileUrl>
[0..1]
<manualAudioFileDescription>
FileDescription
</manualAudioFileDescription>
[0..1]
<manualAudioMediaType>
MediaFileType
</manualAudioMediaType>
[0..1]
<manualVideoFileUrl>
URL
</manualVideoFileUrl>
[0..1]
<manualVideoFileDescription>
FileDescription
</manualVideoFileDescription>
[0..1]
<manualVideoMediaType>
MediaFileType
</manualVideoMediaType>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterNightServiceGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
businessHours "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
forceNightService "
type ="
xs :boolean
"/>
<
xs:element name ="
allowManualOverrideViaFAC "
type ="
xs :boolean
"/>
<
xs:element name ="
playAnnouncementBeforeAction "
type ="
xs :boolean
"/>
<
xs:element name ="
audioFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
audioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
audioMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
videoMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
manualAudioFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
manualAudioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
manualAudioMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
manualVideoFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
manualVideoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
manualVideoMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterNightServiceModifyRequest
Abstract
no
Documentation
Modify a call center's night service settings.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<forceNightService>
xs :boolean </forceNightService>
[0..1]
<allowManualOverrideViaFAC>
xs :boolean </allowManualOverrideViaFAC>
[0..1]
<playAnnouncementBeforeAction>
xs :boolean </playAnnouncementBeforeAction>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterNightServiceModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
businessHours "
type ="
ScheduleName
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
forceNightService "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowManualOverrideViaFAC "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
transferPhoneNumber "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
playAnnouncementBeforeAction "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterOverflowGetRequest
Abstract
no
Documentation
Get a call center's overflow settings.
The response is either a GroupCallCenterOverflowGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterOverflowGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterOverflowGetResponse
Abstract
no
Documentation
Response to the GroupCallCenterOverflowGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<overflowAfterTimeout>
xs :boolean </overflowAfterTimeout>
[1]
<playAnnouncementBeforeOverflowProcessing>
xs :boolean </playAnnouncementBeforeOverflowProcessing>
[1]
<audioFileUrl>
URL
</audioFileUrl>
[0..1]
<videoFileUrl>
URL
</videoFileUrl>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterOverflowGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
overflowAfterTimeout "
type ="
xs :boolean
"/>
<
xs:element name ="
playAnnouncementBeforeOverflowProcessing "
type ="
xs :boolean
"/>
<
xs:element name ="
audioFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
audioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
audioMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
videoMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterOverflowModifyRequest
Abstract
no
Documentation
Modify a call center's overflow settings.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<overflowAfterTimeout>
xs :boolean </overflowAfterTimeout>
[0..1]
<playAnnouncementBeforeOverflowProcessing>
xs :boolean </playAnnouncementBeforeOverflowProcessing>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterOverflowModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
transferPhoneNumber "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
overflowAfterTimeout "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
playAnnouncementBeforeOverflowProcessing "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterStrandedCallGetRequest
Abstract
no
Documentation
Get a call center's stranded call settings.
The response is either a GroupCallCenterStrandedCallGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterStrandedCallGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterStrandedCallGetResponse
Abstract
no
Documentation
Response to the GroupCallCenterStrandedCallGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<audioFileUrl>
URL
</audioFileUrl>
[0..1]
<videoFileUrl>
URL
</videoFileUrl>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterStrandedCallGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
audioFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
audioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
audioMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
videoMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterStrandedCallModifyRequest
Abstract
no
Documentation
Modify a call center's stranded call settings.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterStrandedCallModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
transferPhoneNumber "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "
nillable ="
true "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallProcessingGetPolicyRequest16
Abstract
no
Documentation
Request the group level data associated with Call Processing Policy.
The response is either a GroupCallProcessingGetPolicyResponse16 or an
ErrorResponse.
The useGroupCLIDSetting attribute controls the CLID settings
(clidPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName)
The useGroupMediaSetting attribute controls the Media settings
(medisPolicySelection, supportedMediaSetName)
The useGroupCallLimitsSetting attribute controls the Call Limits settings
(useMaxSimultaneousCalls, maxSimultaneousCalls,
useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations)
The useGroupTranslationRoutingSetting attribute controls the routing and translation settings
(networkUsageSelection, enforceGroupCallingLineIdentityRestriction,
allowEnterpriseGroupCallTypingForPrivateDialingPlan, allowEnterpriseGroupCallTypingForPublicDialingPlan, overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan, enableEnterpriseExtensionDialing)
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallProcessingGetPolicyRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallProcessingGetPolicyRequest16sp2
Abstract
no
Documentation
Request the group level data associated with Call Processing Policy.
The response is either a GroupCallProcessingGetPolicyResponse16sp2 or an
ErrorResponse.
The useGroupCLIDSetting attribute controls the CLID settings
(clidPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName)
The useGroupMediaSetting attribute controls the Media settings
(medisPolicySelection, supportedMediaSetName)
The useGroupCallLimitsSetting attribute controls the Call Limits settings
(useMaxSimultaneousCalls, maxSimultaneousCalls,
useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations)
The useGroupTranslationRoutingSetting attribute controls the routing and translation settings
(networkUsageSelection, enforceGroupCallingLineIdentityRestriction,
allowEnterpriseGroupCallTypingForPrivateDialingPlan, allowEnterpriseGroupCallTypingForPublicDialingPlan, overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan, enableEnterpriseExtensionDialing)
The useGroupDCLIDSetting controls the Dialable Caller ID settings (enableDialableCallerID)
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallProcessingGetPolicyRequest16sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallProcessingGetPolicyResponse16
Abstract
no
Documentation
Response to GroupCallProcessingGetPolicyRequest16.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupCLIDSetting>
xs :boolean </useGroupCLIDSetting>
[1]
<useGroupMediaSetting>
xs :boolean </useGroupMediaSetting>
[1]
<useGroupCallLimitsSetting>
xs :boolean </useGroupCallLimitsSetting>
[1]
<useGroupTranslationRoutingSetting>
xs :boolean </useGroupTranslationRoutingSetting>
[1]
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan>
[1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan>
[1]
<overrideCLIDRestrictionForPrivateCallCategory>
xs :boolean </overrideCLIDRestrictionForPrivateCallCategory>
[0..1]
<useEnterpriseCLIDForPrivateCallCategory>
xs :boolean </useEnterpriseCLIDForPrivateCallCategory>
[0..1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
<useGroupName>
xs :boolean </useGroupName>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallProcessingGetPolicyResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useGroupCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupMediaSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupCallLimitsSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupTranslationRoutingSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPrivateDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPublicDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
overrideCLIDRestrictionForPrivateCallCategory "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useEnterpriseCLIDForPrivateCallCategory "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableEnterpriseExtensionDialing "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"/>
<
xs:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupName "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallProcessingGetPolicyResponse16sp2
Abstract
no
Documentation
Response to GroupCallProcessingGetPolicyRequest16sp2.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupCLIDSetting>
xs :boolean </useGroupCLIDSetting>
[1]
<useGroupMediaSetting>
xs :boolean </useGroupMediaSetting>
[1]
<useGroupCallLimitsSetting>
xs :boolean </useGroupCallLimitsSetting>
[1]
<useGroupTranslationRoutingSetting>
xs :boolean </useGroupTranslationRoutingSetting>
[1]
<useGroupDCLIDSetting>
xs :boolean </useGroupDCLIDSetting>
[1]
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan>
[1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan>
[1]
<overrideCLIDRestrictionForPrivateCallCategory>
xs :boolean </overrideCLIDRestrictionForPrivateCallCategory>
[0..1]
<useEnterpriseCLIDForPrivateCallCategory>
xs :boolean </useEnterpriseCLIDForPrivateCallCategory>
[0..1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
<useGroupName>
xs :boolean </useGroupName>
[1]
<enableDialableCallerID>
xs :boolean </enableDialableCallerID>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallProcessingGetPolicyResponse16sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useGroupCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupMediaSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupCallLimitsSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupTranslationRoutingSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupDCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPrivateDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPublicDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
overrideCLIDRestrictionForPrivateCallCategory "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useEnterpriseCLIDForPrivateCallCategory "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableEnterpriseExtensionDialing "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"/>
<
xs:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupName "
type ="
xs :boolean
"/>
<
xs:element name ="
enableDialableCallerID "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCustomContactDirectoryAddRequest
Abstract
no
Documentation
Adds a Custom Contact Directory to a group.
The response is either SuccessResponse or ErrorResponse.
Replace by: GroupCustomContactDirectoryAddRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId>
UserId
</userId>
[0..1000]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCustomContactDirectoryAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
userId "
type ="
UserId
"
minOccurs ="
0 "
maxOccurs ="
1000 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCustomContactDirectoryGetAvailableUserListRequest
Abstract
no
Documentation
Get a list of users that can be part of a custom contact directory.
The response is either GroupCustomContactDirectoryGetAvailableUserListResponse or ErrorResponse.
Replace by: GroupCustomContactDirectoryGetAvailableUserListRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCustomContactDirectoryGetAvailableUserListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCustomContactDirectoryGetAvailableUserListResponse
Abstract
no
Documentation
Response to the GroupCustomContactDirectoryGetAvailableUserListRequest.
Contains a table with column headings: "User Id", "Last Name", "First Name",
"Hiragana Last Name", "Hiragana First Name".
Replace by: GroupCustomContactDirectoryGetAvailableUserListResponse17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCustomContactDirectoryGetAvailableUserListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCustomContactDirectoryGetRequest
Abstract
no
Documentation
Gets a Custom Contact Directory in a group.
The response is either GroupCustomContactDirectoryGetResponse or ErrorResponse.
Replace by: GroupCustomContactDirectoryGetRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCustomContactDirectoryGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCustomContactDirectoryGetResponse
Abstract
no
Documentation
Response to the GroupCustomContactDirectoryGetRequest.
The response contains all the group's custom contact directory names.
Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name".
Replace by: GroupCustomContactDirectoryGetResponse17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCustomContactDirectoryGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCustomContactDirectoryModifyRequest
Abstract
no
Documentation
Adds a Custom Contact Directory to a group.
The response is either SuccessResponse or ErrorResponse.
Replace by: GroupCustomContactDirectoryModifyRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCustomContactDirectoryModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupDeviceTypeFileGetRequest14sp8
Abstract
no
Documentation
Request to get a group device type file.
The response is either GroupDeviceTypeFileGetResponse14sp8 or ErrorResponse.
Replaced by: GroupDeviceTypeFileGetRequest16sp1
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupDeviceTypeFileGetRequest14sp8 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupDeviceTypeFileGetResponse14sp8
Abstract
no
Documentation
Response to GroupDeviceTypeFileGetRequest14sp8.
Replaced by: GroupDeviceTypeFileGetResponse16sp1
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupDeviceTypeFileGetResponse14sp8 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupDialPlanPolicyGetRequest
Abstract
no
Documentation
Request the Group level data associated with Dial Plan Policy.
The response is either a GroupDialPlanPolicyGetResponse or an ErrorResponse.
Replaced by: GroupDialPlanPolicyGetRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupDialPlanPolicyGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupDialPlanPolicyGetResponse
Abstract
no
Documentation
Response to GroupDialPlanPolicyGetRequest
Replaced by: GroupDialPlanPolicyGetResponse17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<requiresAccessCodeForPublicCalls>
xs :boolean </requiresAccessCodeForPublicCalls>
[1]
<allowE164PublicCalls>
xs :boolean </allowE164PublicCalls>
[1]
<publicDigitMap>
DigitMap
</publicDigitMap>
[0..1]
<privateDigitMap>
DigitMap
</privateDigitMap>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupDialPlanPolicyGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
requiresAccessCodeForPublicCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
allowE164PublicCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
publicDigitMap "
type ="
DigitMap
"
minOccurs ="
0 "/>
<
xs:element name ="
privateDigitMap "
type ="
DigitMap
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupExtensionLengthGetRequest
Abstract
no
Documentation
Request the group's extension length.
The response is either a GroupExtensionLengthGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupExtensionLengthGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupExtensionLengthGetResponse
Abstract
no
Documentation
Response to GroupExtensionLengthGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupExtensionLengthGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupExtensionLengthModifyRequest
Abstract
no
Documentation
Modify the group's extension length.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupExtensionLengthModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupHolidayScheduleAddRequest
Abstract
no
Documentation
Add a holiday schedule to a group.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[1]
<holiday01>
Holiday
</holiday01>
[0..1]
<holiday02>
Holiday
</holiday02>
[0..1]
<holiday03>
Holiday
</holiday03>
[0..1]
<holiday04>
Holiday
</holiday04>
[0..1]
<holiday05>
Holiday
</holiday05>
[0..1]
<holiday06>
Holiday
</holiday06>
[0..1]
<holiday07>
Holiday
</holiday07>
[0..1]
<holiday08>
Holiday
</holiday08>
[0..1]
<holiday09>
Holiday
</holiday09>
[0..1]
<holiday10>
Holiday
</holiday10>
[0..1]
<holiday11>
Holiday
</holiday11>
[0..1]
<holiday12>
Holiday
</holiday12>
[0..1]
<holiday13>
Holiday
</holiday13>
[0..1]
<holiday14>
Holiday
</holiday14>
[0..1]
<holiday15>
Holiday
</holiday15>
[0..1]
<holiday16>
Holiday
</holiday16>
[0..1]
<holiday17>
Holiday
</holiday17>
[0..1]
<holiday18>
Holiday
</holiday18>
[0..1]
<holiday19>
Holiday
</holiday19>
[0..1]
<holiday20>
Holiday
</holiday20>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHolidayScheduleAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"/>
<
xs:element name ="
holiday01 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday02 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday03 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday04 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday05 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday06 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday07 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday08 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday09 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday10 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday11 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday12 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday13 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday14 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday15 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday16 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday17 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday18 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday19 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday20 "
type ="
Holiday
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupHolidayScheduleDeleteRequest
Abstract
no
Documentation
Delete a holiday schedule from a group.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHolidayScheduleDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupHolidayScheduleGetListRequest
Abstract
no
Documentation
Get a holiday schedule in a group.
The response is either a GroupHolidayScheduleGetListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHolidayScheduleGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupHolidayScheduleGetListResponse
Abstract
no
Documentation
Response to the GroupHolidayScheduleGetListRequest.
The response contains all the group's holiday schedule name.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHolidayScheduleGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupHolidayScheduleGetRequest
Abstract
no
Documentation
Get a holiday schedule in a group.
The response is either a GroupHolidayScheduleGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHolidayScheduleGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupHolidayScheduleGetResponse
Abstract
no
Documentation
Response to the GroupHolidayScheduleGetRequest.
The response contains the group's holiday schedule information.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[1]
<holiday01>
Holiday
</holiday01>
[0..1]
<holiday02>
Holiday
</holiday02>
[0..1]
<holiday03>
Holiday
</holiday03>
[0..1]
<holiday04>
Holiday
</holiday04>
[0..1]
<holiday05>
Holiday
</holiday05>
[0..1]
<holiday06>
Holiday
</holiday06>
[0..1]
<holiday07>
Holiday
</holiday07>
[0..1]
<holiday08>
Holiday
</holiday08>
[0..1]
<holiday09>
Holiday
</holiday09>
[0..1]
<holiday10>
Holiday
</holiday10>
[0..1]
<holiday11>
Holiday
</holiday11>
[0..1]
<holiday12>
Holiday
</holiday12>
[0..1]
<holiday13>
Holiday
</holiday13>
[0..1]
<holiday14>
Holiday
</holiday14>
[0..1]
<holiday15>
Holiday
</holiday15>
[0..1]
<holiday16>
Holiday
</holiday16>
[0..1]
<holiday17>
Holiday
</holiday17>
[0..1]
<holiday18>
Holiday
</holiday18>
[0..1]
<holiday19>
Holiday
</holiday19>
[0..1]
<holiday20>
Holiday
</holiday20>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHolidayScheduleGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"/>
<
xs:element name ="
holiday01 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday02 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday03 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday04 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday05 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday06 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday07 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday08 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday09 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday10 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday11 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday12 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday13 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday14 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday15 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday16 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday17 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday18 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday19 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday20 "
type ="
Holiday
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupHolidayScheduleModifyRequest
Abstract
no
Documentation
Modify a holiday schedule in a group.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[1]
<newHolidayScheduleName>
ScheduleName
</newHolidayScheduleName>
[0..1]
<holiday01>
Holiday
</holiday01>
[0..1]
<holiday02>
Holiday
</holiday02>
[0..1]
<holiday03>
Holiday
</holiday03>
[0..1]
<holiday04>
Holiday
</holiday04>
[0..1]
<holiday05>
Holiday
</holiday05>
[0..1]
<holiday06>
Holiday
</holiday06>
[0..1]
<holiday07>
Holiday
</holiday07>
[0..1]
<holiday08>
Holiday
</holiday08>
[0..1]
<holiday09>
Holiday
</holiday09>
[0..1]
<holiday10>
Holiday
</holiday10>
[0..1]
<holiday11>
Holiday
</holiday11>
[0..1]
<holiday12>
Holiday
</holiday12>
[0..1]
<holiday13>
Holiday
</holiday13>
[0..1]
<holiday14>
Holiday
</holiday14>
[0..1]
<holiday15>
Holiday
</holiday15>
[0..1]
<holiday16>
Holiday
</holiday16>
[0..1]
<holiday17>
Holiday
</holiday17>
[0..1]
<holiday18>
Holiday
</holiday18>
[0..1]
<holiday19>
Holiday
</holiday19>
[0..1]
<holiday20>
Holiday
</holiday20>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHolidayScheduleModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"/>
<
xs:element name ="
newHolidayScheduleName "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday01 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday02 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday03 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday04 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday05 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday06 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday07 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday08 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday09 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday10 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday11 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday12 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday13 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday14 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday15 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday16 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday17 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday18 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday19 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday20 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupHuntGroupGetInstanceRequest14
Abstract
no
Documentation
Request to get all the information of a Hunt Group instance.
The response is either GroupHuntGroupGetInstanceResponse14 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHuntGroupGetInstanceRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupHuntGroupGetInstanceResponse14
Abstract
no
Documentation
Response to GroupHuntGroupGetInstanceRequest14.
Contains the service profile information and a table of assigned users.
The table has column headings: "User Id", "Last Name", "First Name",
"Hiragana Last Name", "Hiragana First Name", "Weight".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<huntAfterNoAnswer>
xs :boolean </huntAfterNoAnswer>
[1]
<forwardAfterTimeout>
xs :boolean </forwardAfterTimeout>
[1]
<forwardToPhoneNumber>
OutgoingDN
</forwardToPhoneNumber>
[0..1]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHuntGroupGetInstanceResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
huntAfterNoAnswer "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardAfterTimeout "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardToPhoneNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
<
xs:element name ="
allowCallWaitingForAgents "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupInstantGroupCallGetInstanceRequest14
Abstract
no
Documentation
Request to get all the information of an Instant Group Call service instance.
The response is either GroupInstantGroupCallGetInstanceResponse14 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupInstantGroupCallGetInstanceRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupInstantGroupCallGetInstanceResponse14
Abstract
no
Documentation
Response to GroupInstantGroupCallGetInstanceRequest14.
Contains the service profile information and a list of phone numbers.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isAnswerTimeoutEnabled>
xs :boolean </isAnswerTimeoutEnabled>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupInstantGroupCallGetInstanceResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
destinationPhoneNumber "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
isAnswerTimeoutEnabled "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupPhoneDirectoryGetListRequest
Abstract
no
Documentation
Request a table containing the phone directory for a group.
If the specified group is part of an enterprise, the directory includes all users in the enterprise
and all entries in the enterprise common phone list and the common phone list of the specified group.
If the specified group is part of a service provider, the directory includes all users in the group
and all entries in the common phone list of the specified group.
It is possible to search by various criteria to restrict the number of rows returned.
Multiple search criteria are logically ANDed together.
The response is either GroupPhoneDirectoryGetListResponse or ErrorResponse.
Replace by: GroupPhoneDirectoryGetListRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isExtendedInfoRequested>
xs :boolean </isExtendedInfoRequested>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupPhoneDirectoryGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
isExtendedInfoRequested "
type ="
xs :boolean
"/>
<
xs:element name ="
searchCriteriaDn "
type ="
SearchCriteriaDn
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
searchCriteriaYahooId "
type ="
SearchCriteriaYahooId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupPhoneDirectoryGetListResponse
Abstract
no
Documentation
Response to GroupPhoneDirectoryGetListRequest.
Contains a table with a row for each phone number and column headings :
"Name", "Number", "Extension", "Mobile", "Email Address", "Department", "Hiragana Name", "Group Id", "Yahoo Id".
If extended directory information is requested, the following columns are also included:
"First Name", "Last Name", "User Id", "Pager", "Title", "Time Zone", "Location", "Address Line 1", "Address Line 2",
"City", "State", "Zip", "Country".
Replace by: GroupPhoneDirectoryGetListResponse17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupPhoneDirectoryGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupPolicyGetRequest14sp4
Abstract
no
Documentation
Requests the Group's policy settings.
The response is either GroupPolicyGetResponse14sp4 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupPolicyGetRequest14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupPolicyGetResponse14sp4
Abstract
no
Documentation
Response to GroupPolicyGetRequest14sp4.
Contains the policy settings for the group.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupPolicyGetResponse14sp4 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTimeScheduleAddRequest
Abstract
no
Documentation
Add a time schedule to a group.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTimeScheduleAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
timeInterval01 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval02 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval03 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval04 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval05 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval06 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval07 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval08 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval09 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval10 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval11 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval12 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval13 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval14 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval15 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval16 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval17 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval18 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval19 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval20 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTimeScheduleDeleteRequest
Abstract
no
Documentation
Delete a time schedule from a group.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTimeScheduleDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTimeScheduleGetListRequest
Abstract
no
Documentation
Request a list of all time schedules in a group.
The response is either a GroupTimeScheduleGetListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTimeScheduleGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTimeScheduleGetListResponse
Abstract
no
Documentation
Response to the GroupTimeScheduleGetListRequest.
The response contains all the group's time schedule name.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTimeScheduleGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
timeSchedule "
type ="
ScheduleName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTimeScheduleGetRequest
Abstract
no
Documentation
Request to get a group time schedule.
The response is either a GroupTimeScheduleGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTimeScheduleGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTimeScheduleGetResponse
Abstract
no
Documentation
Response to the GroupTimeScheduleGetRequest.
The response contains the group's time schedule information.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTimeScheduleGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
timeInterval01 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval02 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval03 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval04 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval05 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval06 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval07 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval08 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval09 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval10 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval11 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval12 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval13 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval14 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval15 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval16 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval17 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval18 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval19 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval20 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTimeScheduleModifyRequest
Abstract
no
Documentation
Modify a specified time schedule in a group.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<newTimeScheduleName>
ScheduleName
</newTimeScheduleName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTimeScheduleModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
newTimeScheduleName "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval01 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval02 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval03 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval04 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval05 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval06 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval07 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval08 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval09 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval10 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval11 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval12 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval13 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval14 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval15 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval16 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval17 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval18 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval19 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval20 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupAddInstanceRequest15sp2
Abstract
no
Documentation
Add a Trunk Group instance to a group.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableBursting>
xs :boolean </enableBursting>
[1]
<capacityExceededForwardAddress>
OutgoingDNorSIPURI
</capacityExceededForwardAddress>
[0..1]
<capacityExceededRerouteTrunkGroupKey>
TrunkGroupKey
</capacityExceededRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationForwardAddress>
OutgoingDNorSIPURI
</unreachableDestinationForwardAddress>
[0..1]
<unreachableDestinationRerouteTrunkGroupKey>
TrunkGroupKey
</unreachableDestinationRerouteTrunkGroupKey>
[0..1]
<requireAuthentication>
xs :boolean </requireAuthentication>
[1]
<sipAuthenticationPassword>
Password
</sipAuthenticationPassword>
[0..1]
<hostedUserId>
UserId
</hostedUserId>
[0..*]
<trunkGroupIdentity>
SIPURI
</trunkGroupIdentity>
[0..1]
<includeTrunkGroupIdentity>
xs :boolean </includeTrunkGroupIdentity>
[1]
<includeDtgIdentity>
xs :boolean </includeDtgIdentity>
[1]
<enableNetworkAddressIdentity>
xs :boolean </enableNetworkAddressIdentity>
[1]
<allowUnscreenedCalls>
xs :boolean </allowUnscreenedCalls>
[1]
<allowUnscreenedEmergencyCalls>
xs :boolean </allowUnscreenedEmergencyCalls>
[1]
<callForwardingAlwaysForwardAddress>
OutgoingDNorSIPURI
</callForwardingAlwaysForwardAddress>
[0..1]
<callForwardingAlwaysRerouteTrunkGroupKey>
TrunkGroupKey
</callForwardingAlwaysRerouteTrunkGroupKey>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupAddInstanceRequest15sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
accessDevice "
type ="
AccessDevice
"
minOccurs ="
0 "/>
<
xs:element name ="
enableBursting "
type ="
xs :boolean
"/>
<
xs:element name ="
capacityExceededForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
requireAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
sipAuthenticationPassword "
type ="
Password
"
minOccurs ="
0 "/>
<
xs:element name ="
hostedUserId "
type ="
UserId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
trunkGroupIdentity "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
otgDtgIdentity "
type ="
OtgDtgIdentity
"
minOccurs ="
0 "/>
<
xs:element name ="
includeTrunkGroupIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
includeDtgIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
enableNetworkAddressIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUnscreenedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUnscreenedEmergencyCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
callForwardingAlwaysForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
callForwardingAlwaysRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupGetInstanceRequest15sp2
Abstract
no
Documentation
Get a Trunk Group Instance's profile.
The response is either a GroupTrunkGroupGetInstanceResponse15sp2 or an ErrorResponse.
The response contains a hosted user table with column headings: "User Id", "Last Name",
"First Name", "Hiragana Last Name", "Hiragana First Name".
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceRequest15sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupGetInstanceResponse15sp2
Abstract
no
Documentation
Response to GroupTrunkGroupGetInstanceRequest15sp2.
Returns the profile information for the Trunk Group.
Contains a hosted user table with column headings: "User Id", "Last Name",
"First Name", "Hiragana Last Name", "Hiragana First Name".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<pilotUserId>
UserId
</pilotUserId>
[0..1]
<enableBursting>
xs :boolean </enableBursting>
[1]
<capacityExceededForwardAddress>
OutgoingDNorSIPURI
</capacityExceededForwardAddress>
[0..1]
<capacityExceededRerouteTrunkGroupKey>
TrunkGroupKey
</capacityExceededRerouteTrunkGroupKey>
[0..1]
<unreachableDestinationForwardAddress>
OutgoingDNorSIPURI
</unreachableDestinationForwardAddress>
[0..1]
<unreachableDestinationRerouteTrunkGroupKey>
TrunkGroupKey
</unreachableDestinationRerouteTrunkGroupKey>
[0..1]
<requireAuthentication>
xs :boolean </requireAuthentication>
[1]
<trunkGroupIdentity>
SIPURI
</trunkGroupIdentity>
[0..1]
<includeTrunkGroupIdentity>
xs :boolean </includeTrunkGroupIdentity>
[1]
<includeDtgIdentity>
xs :boolean </includeDtgIdentity>
[1]
<enableNetworkAddressIdentity>
xs :boolean </enableNetworkAddressIdentity>
[1]
<allowUnscreenedCalls>
xs :boolean </allowUnscreenedCalls>
[1]
<allowUnscreenedEmergencyCalls>
xs :boolean </allowUnscreenedEmergencyCalls>
[1]
<callForwardingAlwaysForwardAddress>
OutgoingDNorSIPURI
</callForwardingAlwaysForwardAddress>
[0..1]
<callForwardingAlwaysRerouteTrunkGroupKey>
TrunkGroupKey
</callForwardingAlwaysRerouteTrunkGroupKey>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceResponse15sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
pilotUserId "
type ="
UserId
"
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
accessDevice "
type ="
AccessDevice
"
minOccurs ="
0 "/>
<
xs:element name ="
enableBursting "
type ="
xs :boolean
"/>
<
xs:element name ="
capacityExceededForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
capacityExceededRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
unreachableDestinationRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
<
xs:element name ="
requireAuthentication "
type ="
xs :boolean
"/>
<
xs:element name ="
hostedUserTable "
type ="
core :OCITable
"
minOccurs ="
0 "/>
<
xs:element name ="
trunkGroupIdentity "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
otgDtgIdentity "
type ="
OtgDtgIdentity
"
minOccurs ="
0 "/>
<
xs:element name ="
includeTrunkGroupIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
includeDtgIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
enableNetworkAddressIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUnscreenedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUnscreenedEmergencyCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
callForwardingAlwaysForwardAddress "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
callForwardingAlwaysRerouteTrunkGroupKey "
type ="
TrunkGroupKey
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupVoiceMessagingGroupGetVoicePortalRequest15
Abstract
no
Documentation
Request to get the group voice portal information for a voice messaging group.
The response is either GroupVoiceMessagingGroupGetVoicePortalResponse15 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
GroupVoiceMessagingGroupGetVoicePortalRequest15 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupVoiceMessagingGroupGetVoicePortalResponse15
Abstract
no
Documentation
Response to the GroupVoiceMessagingGroupGetVoicePortalRequest15.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<isActive>
xs :boolean </isActive>
[1]
<allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin>
xs :boolean </allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin>
[1]
<useVoicePortalWizard>
xs :boolean </useVoicePortalWizard>
[1]
<useExternalRouting>
xs :boolean </useExternalRouting>
[1]
<homeZoneName>
ZoneName
</homeZoneName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupVoiceMessagingGroupGetVoicePortalResponse15 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin "
type ="
xs :boolean
"/>
<
xs:element name ="
useVoicePortalWizard "
type ="
xs :boolean
"/>
<
xs:element name ="
useExternalRouting "
type ="
xs :boolean
"/>
<
xs:element name ="
homeZoneName "
type ="
ZoneName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
Holiday
Abstract
no
Documentation
Holiday entry.
XML Instance Representation
<...>
<startDate>
xs :date </startDate>
[1]
<endDate>
xs :date </endDate>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
Holiday ">
<
xs:sequence >
<
xs:element name ="
startDate "
type ="
xs :date
"/>
<
xs:element name ="
endDate "
type ="
xs :date
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ServiceInstanceReadProfile
Abstract
no
Documentation
Service Profile Information for group service.
It is identical to the ServiceInstanceAddProfile, but without the password.
Prior to release 14 this was called ServiceInstanceProfile.
XML Instance Representation
<...>
<phoneNumber>
DN
</phoneNumber>
[0..1]
<alias>
SIPURI
</alias>
[0..3]
<publicUserIdentity>
SIPURI
</publicUserIdentity>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceInstanceReadProfile ">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
extension "
type ="
Extension
"
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:sequence >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceFileGetRequest14sp8
Abstract
no
Documentation
Request to get a service provider device profile file.
The response is either ServiceProviderAccessDeviceFileGetResponse14sp8 or ErrorResponse.
Replaced by: ServiceProviderAccessDeviceFileGetRequest16sp1
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceFileGetRequest14sp8 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAccessDeviceFileGetResponse14sp8
Abstract
no
Documentation
Response to ServiceProviderAccessDeviceFileGetRequest14sp8.
Replaced by: ServiceProviderAccessDeviceFileGetResponse16sp1
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceFileGetResponse14sp8 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAdminGetPolicyRequest14
Abstract
no
Documentation
Requests the service provider administrator's policy settings.
The response is either ServiceProviderAdminGetPolicyResponse14 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAdminGetPolicyRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAdminGetPolicyRequest16sp1
Abstract
no
Documentation
Requests the service provider administrator's policy settings.
The response is either ServiceProviderAdminGetPolicyResponse16sp1 or ErrorResponse.
Replaced by: ServiceProviderAdminGetPolicyRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAdminGetPolicyRequest16sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAdminGetPolicyRequest16sp2
Abstract
no
Documentation
Requests the service provider administrator's policy settings.
The response is either ServiceProviderAdminGetPolicyResponse16sp2 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAdminGetPolicyRequest16sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAdminGetPolicyResponse14
Abstract
no
Documentation
Response to ServiceProviderAdminGetPolicyRequest14.
Contains the policy settings for the service provider administrator.
The networkPolicyAccess is returned only for the enterprise administrator.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAdminGetPolicyResponse14 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAdminGetPolicyResponse16sp1
Abstract
no
Documentation
Response to ServiceProviderAdminGetPolicyRequest16sp1.
Contains the policy settings for the service provider administrator.
The networkPolicyAccess is returned only for the enterprise administrator.
Replaced by: ServiceProviderAdminGetPolicyResponse17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAdminGetPolicyResponse16sp1 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAdminGetPolicyResponse16sp2
Abstract
no
Documentation
Response to ServiceProviderAdminGetPolicyRequest16sp1.
Response to ServiceProviderAdminGetPolicyRequest16sp2.
Contains the policy settings for the service provider administrator.
The networkPolicyAccess is returned only for the enterprise administrator.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAdminGetPolicyResponse16sp2 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCallProcessingGetPolicyRequest16
Abstract
no
Documentation
Request the service provider level data associated with Call Processing
Policy. The response is either a
ServiceProviderCallProcessingGetPolicyResponse16 or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCallProcessingGetPolicyRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCallProcessingGetPolicyRequest16sp2
Abstract
no
Documentation
Request the service provider level data associated with Call Processing
Policy. The response is either a
ServiceProviderCallProcessingGetPolicyResponse16sp2 or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCallProcessingGetPolicyRequest16sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCallProcessingGetPolicyResponse16
Abstract
no
Documentation
Response to ServiceProviderCallProcessingGetPolicyRequest16.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan>
[1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan>
[1]
<overrideCLIDRestrictionForPrivateCallCategory>
xs :boolean </overrideCLIDRestrictionForPrivateCallCategory>
[1]
<useEnterpriseCLIDForPrivateCallCategory>
xs :boolean </useEnterpriseCLIDForPrivateCallCategory>
[1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[1]
<enforceEnterpriseCallingLineIdentityRestriction>
xs :boolean </enforceEnterpriseCallingLineIdentityRestriction>
[1]
<conferenceURI>
SIPURI
</conferenceURI>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
<emergencyClidPolicy>
CLIDPolicy
</emergencyClidPolicy>
[1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCallProcessingGetPolicyResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPrivateDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPublicDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
overrideCLIDRestrictionForPrivateCallCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
useEnterpriseCLIDForPrivateCallCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
enableEnterpriseExtensionDialing "
type ="
xs :boolean
"/>
<
xs:element name ="
enforceEnterpriseCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceURI "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"/>
<
xs:element name ="
clidPolicy "
type ="
CLIDPolicy
"/>
<
xs:element name ="
emergencyClidPolicy "
type ="
CLIDPolicy
"/>
<
xs:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCallProcessingGetPolicyResponse16sp2
Abstract
no
Documentation
Response to ServiceProviderCallProcessingGetPolicyRequest16sp2.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useServiceProviderDCLIDSetting>
xs :boolean </useServiceProviderDCLIDSetting>
[1]
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan>
[1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan>
[1]
<overrideCLIDRestrictionForPrivateCallCategory>
xs :boolean </overrideCLIDRestrictionForPrivateCallCategory>
[1]
<useEnterpriseCLIDForPrivateCallCategory>
xs :boolean </useEnterpriseCLIDForPrivateCallCategory>
[1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[1]
<enforceEnterpriseCallingLineIdentityRestriction>
xs :boolean </enforceEnterpriseCallingLineIdentityRestriction>
[1]
<conferenceURI>
SIPURI
</conferenceURI>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
<emergencyClidPolicy>
CLIDPolicy
</emergencyClidPolicy>
[1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
<enableDialableCallerID>
xs :boolean </enableDialableCallerID>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCallProcessingGetPolicyResponse16sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useServiceProviderDCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPrivateDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPublicDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
overrideCLIDRestrictionForPrivateCallCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
useEnterpriseCLIDForPrivateCallCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
enableEnterpriseExtensionDialing "
type ="
xs :boolean
"/>
<
xs:element name ="
enforceEnterpriseCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceURI "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"/>
<
xs:element name ="
clidPolicy "
type ="
CLIDPolicy
"/>
<
xs:element name ="
emergencyClidPolicy "
type ="
CLIDPolicy
"/>
<
xs:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
enableDialableCallerID "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDialPlanPolicyGetRequest
Abstract
no
Documentation
Request the Service Provider level data associated with Dial Plan Policy.
The response is either a ServiceProviderDialPlanPolicyGetResponse
or an ErrorResponse.
Replaced by: ServiceProviderDialPlanPolicyGetRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDialPlanPolicyGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderDialPlanPolicyGetResponse
Abstract
no
Documentation
Response to ServiceProviderDialPlanPolicyGetRequest
Replaced by: ServiceProviderDialPlanPolicyGetResponse17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<requiresAccessCodeForPublicCalls>
xs :boolean </requiresAccessCodeForPublicCalls>
[1]
<allowE164PublicCalls>
xs :boolean </allowE164PublicCalls>
[1]
<publicDigitMap>
DigitMap
</publicDigitMap>
[0..1]
<privateDigitMap>
DigitMap
</privateDigitMap>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDialPlanPolicyGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
requiresAccessCodeForPublicCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
allowE164PublicCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
publicDigitMap "
type ="
DigitMap
"
minOccurs ="
0 "/>
<
xs:element name ="
privateDigitMap "
type ="
DigitMap
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderInCallServiceActivationGetRequest
Abstract
no
Documentation
Request the service provider's DTMF based in-call service activation trigger attributes.The response is either a ServiceProviderInCallServiceActivationGetResponse or an ErrorResponse.
Replaced by: ServiceProviderInCallServiceActivationGetRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderInCallServiceActivationGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderInCallServiceActivationGetResponse
Abstract
no
Documentation
Response to ServiceProviderInCallServiceActivationGetRequest.
Replaced by: ServiceProviderInCallServiceActivationGetResponse17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderInCallServiceActivationGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderInCallServiceActivationModifyRequest
Abstract
no
Documentation
Modifies the service provider's DTMF based in-call service activation trigger attributes.The response is either a SuccessResponse or an ErrorResponse.
Replaced by: ServiceProviderInCallServiceActivationModifyRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderInCallServiceActivationModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemAccessDeviceFileGetRequest14sp8
Abstract
no
Documentation
Request to get a device profile file.
The response is either SystemAccessDeviceFileGetResponse14sp8 or ErrorResponse.
Replaced by: SystemAccessDeviceFileGetRequest16sp1
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAccessDeviceFileGetRequest14sp8 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemAccessDeviceFileGetResponse14sp8
Abstract
no
Documentation
Response to SystemAccessDeviceFileGetRequest14sp8.
Replaced by: SystemAccessDeviceFileGetResponse16sp1
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAccessDeviceFileGetResponse14sp8 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemAutomaticCallbackGetRequest15sp2
Abstract
no
Documentation
Request the system's automatic callback attributes.
The response is either a SystemAutomaticCallbackGetResponse15sp2 or an ErrorResponse.
Replaced by: SystemAutomaticCallbackGetRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAutomaticCallbackGetRequest15sp2 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemAutomaticCallbackGetResponse15sp2
Abstract
no
Documentation
Response to SystemAutomaticCallbackGetRequest15sp2.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAutomaticCallbackGetResponse15sp2 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallCenterGetRequest16
Abstract
no
Documentation
Request the system level data associated with Call Center.
The response is either a SystemCallCenterGetResponse16 or an
ErrorResponse.
Replaced by: SystemCallCenterGetRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallCenterGetRequest16 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCallCenterGetResponse16
Abstract
no
Documentation
Response to SystemCallCenterGetRequest16.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<defaultEnableGuardTimer>
xs :boolean </defaultEnableGuardTimer>
[1]
<forceAgentUnavailableOnDNDActivation>
xs :boolean </forceAgentUnavailableOnDNDActivation>
[1]
<forceAgentUnavailableOnPersonalCalls>
xs :boolean </forceAgentUnavailableOnPersonalCalls>
[1]
<forceAgentUnavailableOnBouncedCallLimit>
xs :boolean </forceAgentUnavailableOnBouncedCallLimit>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallCenterGetResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
defaultFromAddress "
type ="
EmailAddress
"/>
<
xs:element name ="
defaultEnableGuardTimer "
type ="
xs :boolean
"/>
<
xs:element name ="
forceAgentUnavailableOnDNDActivation "
type ="
xs :boolean
"/>
<
xs:element name ="
forceAgentUnavailableOnPersonalCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
forceAgentUnavailableOnBouncedCallLimit "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallingNameRetrievalGetRequest14
Abstract
no
Documentation
Request the system's calling name retrieval attributes.
The response is either a SystemCallingNameRetrievalGetResponse14 or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallingNameRetrievalGetRequest14 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCallingNameRetrievalGetResponse14
Abstract
no
Documentation
Response to SystemCallingNameRetrievalGetRequest14.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serverNetAddress>
NetAddress
</serverNetAddress>
[0..1]
<serverPort>
Port1025
</serverPort>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallingNameRetrievalGetResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
serverNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
serverPort "
type ="
Port1025
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallingNameRetrievalModifyRequest
Abstract
no
Documentation
Modifies the system's calling name retrieval attributes.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serverNetAddress>
NetAddress
</serverNetAddress>
[0..1]
<serverPort>
Port1025
</serverPort>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallingNameRetrievalModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serverNetAddress "
type ="
NetAddress
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
serverPort "
type ="
Port1025
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
serverTransportProtocol "
type ="
TransportProtocol
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallProcessingGetPolicyRequest16
Abstract
no
Documentation
Request the system level data associated with Call Processing Policy.
The response is either a SystemCallProcessingGetPolicyResponse16 or an
ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallProcessingGetPolicyRequest16 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallProcessingGetPolicyRequest16sp2
Abstract
no
Documentation
Request the system level data associated with Call Processing Policy.
The response is either a SystemCallProcessingGetPolicyResponse16sp2 or an
ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallProcessingGetPolicyRequest16sp2 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCallProcessingGetPolicyResponse16
Abstract
no
Documentation
Response to SystemCallProcessingGetPolicyRequest16.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[1]
<enforceEnterpriseCallingLineIdentityRestriction>
xs :boolean </enforceEnterpriseCallingLineIdentityRestriction>
[1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan>
[1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan>
[1]
<overrideCLIDRestrictionForPrivateCallCategory>
xs :boolean </overrideCLIDRestrictionForPrivateCallCategory>
[1]
<useEnterpriseCLIDForPrivateCallCategory>
xs :boolean </useEnterpriseCLIDForPrivateCallCategory>
[1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[1]
<conferenceURI>
SIPURI
</conferenceURI>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
<emergencyClidPolicy>
CLIDPolicy
</emergencyClidPolicy>
[1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallProcessingGetPolicyResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
enforceEnterpriseCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPrivateDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPublicDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
overrideCLIDRestrictionForPrivateCallCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
useEnterpriseCLIDForPrivateCallCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
enableEnterpriseExtensionDialing "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceURI "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"/>
<
xs:element name ="
clidPolicy "
type ="
CLIDPolicy
"/>
<
xs:element name ="
emergencyClidPolicy "
type ="
CLIDPolicy
"/>
<
xs:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCallProcessingGetPolicyResponse16sp2
Abstract
no
Documentation
Response to SystemCallProcessingGetPolicyRequest16sp2.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[1]
<enforceEnterpriseCallingLineIdentityRestriction>
xs :boolean </enforceEnterpriseCallingLineIdentityRestriction>
[1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan>
[1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan>
[1]
<overrideCLIDRestrictionForPrivateCallCategory>
xs :boolean </overrideCLIDRestrictionForPrivateCallCategory>
[1]
<useEnterpriseCLIDForPrivateCallCategory>
xs :boolean </useEnterpriseCLIDForPrivateCallCategory>
[1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[1]
<conferenceURI>
SIPURI
</conferenceURI>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
<emergencyClidPolicy>
CLIDPolicy
</emergencyClidPolicy>
[1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
<enableDialableCallerID>
xs :boolean </enableDialableCallerID>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallProcessingGetPolicyResponse16sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
enforceEnterpriseCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPrivateDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPublicDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
overrideCLIDRestrictionForPrivateCallCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
useEnterpriseCLIDForPrivateCallCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
enableEnterpriseExtensionDialing "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceURI "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"/>
<
xs:element name ="
clidPolicy "
type ="
CLIDPolicy
"/>
<
xs:element name ="
emergencyClidPolicy "
type ="
CLIDPolicy
"/>
<
xs:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
enableDialableCallerID "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCommunicationBarringCriteriaAddRequest
Abstract
no
Documentation
Add a new Communication Barring Criteria.
The response is either a SuccessResponse or an ErrorResponse.
Replaced by: SystemCommunicationBarringCriteriaAddRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<matchPublicNetwork>
xs :boolean </matchPublicNetwork>
[1]
<matchPrivateNetwork>
xs :boolean </matchPrivateNetwork>
[1]
<matchLocalCategory>
xs :boolean </matchLocalCategory>
[1]
<matchNationalCategory>
xs :boolean </matchNationalCategory>
[1]
<matchInterlataCategory>
xs :boolean </matchInterlataCategory>
[1]
<matchIntralataCategory>
xs :boolean </matchIntralataCategory>
[1]
<matchInternationalCategory>
xs :boolean </matchInternationalCategory>
[1]
<matchPrivateCategory>
xs :boolean </matchPrivateCategory>
[1]
<matchEmergencyCategory>
xs :boolean </matchEmergencyCategory>
[1]
<matchOtherCategory>
xs :boolean </matchOtherCategory>
[1]
<matchInterNetwork>
xs :boolean </matchInterNetwork>
[1]
<matchInterHostingNE>
xs :boolean </matchInterHostingNE>
[1]
<matchInterAS>
xs :boolean </matchInterAS>
[1]
<matchIntraAS>
xs :boolean </matchIntraAS>
[1]
<matchChargeCalls>
xs :boolean </matchChargeCalls>
[1]
<matchNoChargeCalls>
xs :boolean </matchNoChargeCalls>
[1]
<matchGroupCalls>
xs :boolean </matchGroupCalls>
[1]
<matchEnterpriseCalls>
xs :boolean </matchEnterpriseCalls>
[1]
<matchNetworkCalls>
xs :boolean </matchNetworkCalls>
[1]
<matchNetworkURLCalls>
xs :boolean </matchNetworkURLCalls>
[1]
<matchRepairCalls>
xs :boolean </matchRepairCalls>
[1]
<matchEmergencyCalls>
xs :boolean </matchEmergencyCalls>
[1]
<matchInternalCalls>
xs :boolean </matchInternalCalls>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCommunicationBarringCriteriaAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
matchPublicNetwork "
type ="
xs :boolean
"/>
<
xs:element name ="
matchPrivateNetwork "
type ="
xs :boolean
"/>
<
xs:element name ="
matchLocalCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
matchNationalCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
matchInterlataCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
matchIntralataCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
matchInternationalCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
matchPrivateCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
matchEmergencyCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
matchOtherCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
matchInterNetwork "
type ="
xs :boolean
"/>
<
xs:element name ="
matchInterHostingNE "
type ="
xs :boolean
"/>
<
xs:element name ="
matchInterAS "
type ="
xs :boolean
"/>
<
xs:element name ="
matchIntraAS "
type ="
xs :boolean
"/>
<
xs:element name ="
matchChargeCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
matchNoChargeCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
matchGroupCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
matchEnterpriseCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
matchNetworkCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
matchNetworkURLCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
matchRepairCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
matchEmergencyCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
matchInternalCalls "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCommunicationBarringCriteriaGetRequest
Abstract
no
Documentation
Get an existing Communication Barring Criteria.
The response is either a SystemCommunicationBarringCriteriaGetResponse
or an ErrorResponse.
Replaced by: SystemCommunicationBarringCriteriaGetRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCommunicationBarringCriteriaGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCommunicationBarringCriteriaGetResponse
Abstract
no
Documentation
Response to the SystemCommunicationBarringCriteriaGetRequest.
The response contains the Communication Barring Criteria information.
Replaced by: SystemCommunicationBarringCriteriaGetResponse17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<matchPublicNetwork>
xs :boolean </matchPublicNetwork>
[1]
<matchPrivateNetwork>
xs :boolean </matchPrivateNetwork>
[1]
<matchLocalCategory>
xs :boolean </matchLocalCategory>
[1]
<matchNationalCategory>
xs :boolean </matchNationalCategory>
[1]
<matchInterlataCategory>
xs :boolean </matchInterlataCategory>
[1]
<matchIntralataCategory>
xs :boolean </matchIntralataCategory>
[1]
<matchInternationalCategory>
xs :boolean </matchInternationalCategory>
[1]
<matchPrivateCategory>
xs :boolean </matchPrivateCategory>
[1]
<matchEmergencyCategory>
xs :boolean </matchEmergencyCategory>
[1]
<matchOtherCategory>
xs :boolean </matchOtherCategory>
[1]
<matchInterNetwork>
xs :boolean </matchInterNetwork>
[1]
<matchInterHostingNE>
xs :boolean </matchInterHostingNE>
[1]
<matchInterAS>
xs :boolean </matchInterAS>
[1]
<matchIntraAS>
xs :boolean </matchIntraAS>
[1]
<matchChargeCalls>
xs :boolean </matchChargeCalls>
[1]
<matchNoChargeCalls>
xs :boolean </matchNoChargeCalls>
[1]
<matchGroupCalls>
xs :boolean </matchGroupCalls>
[1]
<matchEnterpriseCalls>
xs :boolean </matchEnterpriseCalls>
[1]
<matchNetworkCalls>
xs :boolean </matchNetworkCalls>
[1]
<matchNetworkURLCalls>
xs :boolean </matchNetworkURLCalls>
[1]
<matchRepairCalls>
xs :boolean </matchRepairCalls>
[1]
<matchEmergencyCalls>
xs :boolean </matchEmergencyCalls>
[1]
<matchInternalCalls>
xs :boolean </matchInternalCalls>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCommunicationBarringCriteriaGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
matchPublicNetwork "
type ="
xs :boolean
"/>
<
xs:element name ="
matchPrivateNetwork "
type ="
xs :boolean
"/>
<
xs:element name ="
matchLocalCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
matchNationalCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
matchInterlataCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
matchIntralataCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
matchInternationalCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
matchPrivateCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
matchEmergencyCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
matchOtherCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
matchInterNetwork "
type ="
xs :boolean
"/>
<
xs:element name ="
matchInterHostingNE "
type ="
xs :boolean
"/>
<
xs:element name ="
matchInterAS "
type ="
xs :boolean
"/>
<
xs:element name ="
matchIntraAS "
type ="
xs :boolean
"/>
<
xs:element name ="
matchChargeCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
matchNoChargeCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
matchGroupCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
matchEnterpriseCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
matchNetworkCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
matchNetworkURLCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
matchRepairCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
matchEmergencyCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
matchInternalCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
timeSchedule "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
holidaySchedule "
type ="
ScheduleName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemDeviceTypeGetRequest16
Abstract
no
Documentation
Requests the information about the specified device type without regard to whether the
type is SIP or MGCP.
The response is either SystemDeviceTypeGetResponse16 or ErrorResponse.
Replaced by: SystemDeviceTypeGetRequest16sp1
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemDeviceTypeGetRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemDeviceTypeGetResponse16
Abstract
no
Documentation
Response to SystemDeviceTypeGetRequest16.
Replaced by: SystemDeviceTypeGetResponse16sp1
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete>
xs :boolean </isObsolete>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<isIpAddressOptional>
xs :boolean </isIpAddressOptional>
[1]
<useDomain>
xs :boolean </useDomain>
[1]
<isMobilityManagerDevice>
xs :boolean </isMobilityManagerDevice>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemDeviceTypeGetResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isObsolete "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isIpAddressOptional "
type ="
xs :boolean
"/>
<
xs:element name ="
useDomain "
type ="
xs :boolean
"/>
<
xs:element name ="
isMobilityManagerDevice "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemDialPlanPolicyGetRequest
Abstract
no
Documentation
Request the system level data associated with Dial Plan Policy.
The response is either a SystemDialPlanPolicyGetResponse or an
ErrorResponse.
Replaced by: SystemDialPlanPolicyGetRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemDialPlanPolicyGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemDialPlanPolicyGetResponse
Abstract
no
Documentation
Response to SystemDialPlanPolicyGetRequest
Replaced by: SystemDialPlanPolicyGetResponse17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<requiresAccessCodeForPublicCalls>
xs :boolean </requiresAccessCodeForPublicCalls>
[1]
<allowE164PublicCalls>
xs :boolean </allowE164PublicCalls>
[1]
<publicDigitMap>
DigitMap
</publicDigitMap>
[1]
<privateDigitMap>
DigitMap
</privateDigitMap>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemDialPlanPolicyGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
requiresAccessCodeForPublicCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
allowE164PublicCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
publicDigitMap "
type ="
DigitMap
"/>
<
xs:element name ="
privateDigitMap "
type ="
DigitMap
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemExpensiveCallTypeGetListRequest
Abstract
no
Documentation
Request to get the list of expensive alternate call indicators in the system.
The response is either a SystemExpensiveCallTypeGetListResponse or an ErrorResponse.
Replaced by: SystemExpensiveCallTypeGetListRequest16sp1
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemExpensiveCallTypeGetListRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemExpensiveCallTypeGetListResponse
Abstract
no
Documentation
Response to SystemExpensiveCallTypeGetListRequest.
Replaced by: SystemExpensiveCallTypeGetListResponse16sp1
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemExpensiveCallTypeGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemHolidayScheduleAddRequest
Abstract
no
Documentation
Add a system holiday schedule.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[1]
<holiday01>
Holiday
</holiday01>
[0..1]
<holiday02>
Holiday
</holiday02>
[0..1]
<holiday03>
Holiday
</holiday03>
[0..1]
<holiday04>
Holiday
</holiday04>
[0..1]
<holiday05>
Holiday
</holiday05>
[0..1]
<holiday06>
Holiday
</holiday06>
[0..1]
<holiday07>
Holiday
</holiday07>
[0..1]
<holiday08>
Holiday
</holiday08>
[0..1]
<holiday09>
Holiday
</holiday09>
[0..1]
<holiday10>
Holiday
</holiday10>
[0..1]
<holiday11>
Holiday
</holiday11>
[0..1]
<holiday12>
Holiday
</holiday12>
[0..1]
<holiday13>
Holiday
</holiday13>
[0..1]
<holiday14>
Holiday
</holiday14>
[0..1]
<holiday15>
Holiday
</holiday15>
[0..1]
<holiday16>
Holiday
</holiday16>
[0..1]
<holiday17>
Holiday
</holiday17>
[0..1]
<holiday18>
Holiday
</holiday18>
[0..1]
<holiday19>
Holiday
</holiday19>
[0..1]
<holiday20>
Holiday
</holiday20>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemHolidayScheduleAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"/>
<
xs:element name ="
holiday01 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday02 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday03 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday04 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday05 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday06 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday07 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday08 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday09 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday10 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday11 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday12 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday13 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday14 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday15 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday16 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday17 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday18 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday19 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday20 "
type ="
Holiday
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemHolidayScheduleDeleteRequest
Abstract
no
Documentation
Delete a system holiday schedule.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemHolidayScheduleDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemHolidayScheduleGetListRequest
Abstract
no
Documentation
Request a list of all system holiday schedules.
The response is either a SystemHolidayScheduleGetListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemHolidayScheduleGetListRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemHolidayScheduleGetListResponse
Abstract
no
Documentation
Response to the SystemHolidayScheduleGetListRequest.
The response contains all the system holiday schedule names.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemHolidayScheduleGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemHolidayScheduleGetRequest
Abstract
no
Documentation
Get a system holiday schedule.
The response is either a SystemHolidayScheduleGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemHolidayScheduleGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemHolidayScheduleGetResponse
Abstract
no
Documentation
Response to the SystemHolidayScheduleGetRequest.
The response contains the system holiday schedule information.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holiday01>
Holiday
</holiday01>
[0..1]
<holiday02>
Holiday
</holiday02>
[0..1]
<holiday03>
Holiday
</holiday03>
[0..1]
<holiday04>
Holiday
</holiday04>
[0..1]
<holiday05>
Holiday
</holiday05>
[0..1]
<holiday06>
Holiday
</holiday06>
[0..1]
<holiday07>
Holiday
</holiday07>
[0..1]
<holiday08>
Holiday
</holiday08>
[0..1]
<holiday09>
Holiday
</holiday09>
[0..1]
<holiday10>
Holiday
</holiday10>
[0..1]
<holiday11>
Holiday
</holiday11>
[0..1]
<holiday12>
Holiday
</holiday12>
[0..1]
<holiday13>
Holiday
</holiday13>
[0..1]
<holiday14>
Holiday
</holiday14>
[0..1]
<holiday15>
Holiday
</holiday15>
[0..1]
<holiday16>
Holiday
</holiday16>
[0..1]
<holiday17>
Holiday
</holiday17>
[0..1]
<holiday18>
Holiday
</holiday18>
[0..1]
<holiday19>
Holiday
</holiday19>
[0..1]
<holiday20>
Holiday
</holiday20>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemHolidayScheduleGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
holiday01 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday02 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday03 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday04 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday05 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday06 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday07 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday08 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday09 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday10 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday11 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday12 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday13 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday14 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday15 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday16 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday17 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday18 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday19 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday20 "
type ="
Holiday
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemHolidayScheduleModifyRequest
Abstract
no
Documentation
Modify a system holiday schedule.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[1]
<newHolidayScheduleName>
ScheduleName
</newHolidayScheduleName>
[0..1]
<holiday01>
Holiday
</holiday01>
[0..1]
<holiday02>
Holiday
</holiday02>
[0..1]
<holiday03>
Holiday
</holiday03>
[0..1]
<holiday04>
Holiday
</holiday04>
[0..1]
<holiday05>
Holiday
</holiday05>
[0..1]
<holiday06>
Holiday
</holiday06>
[0..1]
<holiday07>
Holiday
</holiday07>
[0..1]
<holiday08>
Holiday
</holiday08>
[0..1]
<holiday09>
Holiday
</holiday09>
[0..1]
<holiday10>
Holiday
</holiday10>
[0..1]
<holiday11>
Holiday
</holiday11>
[0..1]
<holiday12>
Holiday
</holiday12>
[0..1]
<holiday13>
Holiday
</holiday13>
[0..1]
<holiday14>
Holiday
</holiday14>
[0..1]
<holiday15>
Holiday
</holiday15>
[0..1]
<holiday16>
Holiday
</holiday16>
[0..1]
<holiday17>
Holiday
</holiday17>
[0..1]
<holiday18>
Holiday
</holiday18>
[0..1]
<holiday19>
Holiday
</holiday19>
[0..1]
<holiday20>
Holiday
</holiday20>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemHolidayScheduleModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"/>
<
xs:element name ="
newHolidayScheduleName "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday01 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday02 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday03 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday04 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday05 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday06 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday07 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday08 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday09 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday10 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday11 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday12 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday13 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday14 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday15 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday16 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday17 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday18 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday19 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday20 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemHuntGroupGetRequest
Abstract
no
Documentation
Request the system level data associated with Hunt Group.
The response is either a SystemHuntGroupGetResponse or an
ErrorResponse.
Replaced by: SystemHuntGroupGetRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemHuntGroupGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemHuntGroupGetResponse
Abstract
no
Documentation
Response to SystemHuntGroupGetRequest.
Replaced by: SystemHuntGroupGetResponse17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<anonymousInsteadOfPrivateCLID>
xs :boolean </anonymousInsteadOfPrivateCLID>
[1]
<removeHuntGroupNameFromCLID>
xs :boolean </removeHuntGroupNameFromCLID>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemHuntGroupGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
anonymousInsteadOfPrivateCLID "
type ="
xs :boolean
"/>
<
xs:element name ="
removeHuntGroupNameFromCLID "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemInCallServiceActivationGetRequest
Abstract
no
Documentation
Request the system's DTMF based in-call service activation trigger attributes. The response is either a SystemInCallServiceActivationGetResponse or an ErrorResponse.
Replaced by: SystemInCallServiceActivationGetRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemInCallServiceActivationGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemInCallServiceActivationGetResponse
Abstract
no
Documentation
Response to SystemInCallServiceActivationGetRequest.
Replaced by: SystemInCallServiceActivationGetResponse17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemInCallServiceActivationGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemInCallServiceActivationModifyRequest
Abstract
no
Documentation
Modifies the system's DTMF based in-call service activation trigger attributes.The response is either a SuccessResponse or an ErrorResponse.
Replaced by: SystemInCallServiceActivationModifyRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemInCallServiceActivationModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemMaliciousCallTraceGetUserListRequest
Abstract
no
Documentation
Request the list of users that use the Malicious Call Trace feature.
The response is either a SystemMaliciousCallTraceGetUserListResponse or an
ErrorResponse.
Replaced By: SystemMaliciousCallTraceGetRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemMaliciousCallTraceGetUserListRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemMaliciousCallTraceGetUserListResponse
Abstract
no
Documentation
Response to SystemMaliciousCallTraceGetUserListRequest. The column headings are "Service Provider Id",
"Group Id", "User Id", "Last Name", "First Name", "Phone Number", "Trace Type", "Status",
"Hiragana Last Name" and "Hiragana First Name".
Replaced By: SystemMaliciousCallTraceGetResponse
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemMaliciousCallTraceGetUserListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemNetworkClassOfServiceGetRequest
Abstract
no
Documentation
Get an existing Network Class of Service.
The response is either a SystemNetworkClassOfServiceGetResponse
or an ErrorResponse.
Replaced by: SystemNetworkClassOfServiceGetRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemNetworkClassOfServiceGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemNetworkClassOfServiceGetResponse
Abstract
no
Documentation
Response to the SystemNetworkClassOfServiceGetRequest.
The response contains the Network Class of Service information.
Replaced by: SystemNetworkClassOfServiceGetResponse17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemNetworkClassOfServiceGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemOCICallControlApplicationAddRequest14sp9
Abstract
no
Documentation
Add an application to the OCI call control application list.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableSystemWide>
xs :boolean </enableSystemWide>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemOCICallControlApplicationAddRequest14sp9 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
enableSystemWide "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemPolicyGetDefaultRequest14sp4
Abstract
no
Documentation
Requests the system's default policy settings.
The response is either SystemPolicyGetDefaultResponse14sp4 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemPolicyGetDefaultRequest14sp4 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemPolicyGetDefaultRequest16sp1
Abstract
no
Documentation
Requests the system's default policy settings.
The response is either SystemPolicyGetDefaultResponse16sp1 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemPolicyGetDefaultRequest16sp1 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemPolicyGetDefaultRequest16sp2
Abstract
no
Documentation
Requests the system's default policy settings.
The response is either SystemPolicyGetDefaultResponse16sp2 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemPolicyGetDefaultRequest16sp2 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemPolicyGetDefaultResponse14sp4
Abstract
no
Documentation
Response to SystemPolicyGetDefaultRequest14sp4.
Contains the default policy settings for the system.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemPolicyGetDefaultResponse14sp4 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemPolicyGetDefaultResponse16sp1
Abstract
no
Documentation
Response to SystemPolicyGetDefaultRequest16sp1.
Contains the default policy settings for the system.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemPolicyGetDefaultResponse16sp1 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemPolicyGetDefaultResponse16sp2
Abstract
no
Documentation
Response to SystemPolicyGetDefaultRequest16sp2.
Contains the default policy settings for the system.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemPolicyGetDefaultResponse16sp2 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemShInterfaceParametersGetRequest
Abstract
no
Documentation
Retrieves the Sh Interface system parameters.
The response is either a SystemShInterfaceParametersGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemShInterfaceParametersGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemShInterfaceParametersGetResponse
Abstract
no
Documentation
Response to SystemShInterfaceParametersGetRequest. Contains the Sh Interface system parameters.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemShInterfaceParametersGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
hssRealm "
type ="
DomainName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemShInterfaceParametersModifyRequest
Abstract
no
Documentation
Modifies the Sh Interface system parameters. This request must be submitted on both nodes in the redundant Application Server cluster in order for the changes to take effect on each node without requiring a restart.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemShInterfaceParametersModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
hssRealm "
type ="
DomainName
"
minOccurs ="
0 "
nillable ="
true "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeAddRequest16
Abstract
no
Documentation
Request to add a sip device type.
The response is either SuccessResponse or ErrorResponse.
Replaced by: SystemSIPDeviceTypeAddRequest16sp1
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<registrationCapable>
xs :boolean </registrationCapable>
[1]
<isConferenceDevice>
xs :boolean </isConferenceDevice>
[1]
<isMobilityManagerDevice>
xs :boolean </isMobilityManagerDevice>
[1]
<isMusicOnHoldDevice>
xs :boolean </isMusicOnHoldDevice>
[1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[1]
<isTrusted>
xs :boolean </isTrusted>
[1]
<E164Capable>
xs :boolean </E164Capable>
[1]
<routeAdvance>
xs :boolean </routeAdvance>
[1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[1]
<requiresBroadWorksDigitCollection>
xs :boolean </requiresBroadWorksDigitCollection>
[1]
<requiresBroadWorksCallWaitingTone>
xs :boolean </requiresBroadWorksCallWaitingTone>
[1]
<requiresMWISubscription>
xs :boolean </requiresMWISubscription>
[1]
<useHistoryInfoHeaderOnAccessSide>
xs :boolean </useHistoryInfoHeaderOnAccessSide>
[1]
<adviceOfChargeCapable>
xs :boolean </adviceOfChargeCapable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeAddRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isConferenceDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMobilityManagerDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMusicOnHoldDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresBroadWorksDigitCollection "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresBroadWorksCallWaitingTone "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresMWISubscription "
type ="
xs :boolean
"/>
<
xs:element name ="
useHistoryInfoHeaderOnAccessSide "
type ="
xs :boolean
"/>
<
xs:element name ="
adviceOfChargeCapable "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeAddRequest16sp1
Abstract
no
Documentation
Request to add a sip device type.
The response is either SuccessResponse or ErrorResponse.
Replaced by: SystemSIPDeviceTypeAddRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<registrationCapable>
xs :boolean </registrationCapable>
[1]
<isConferenceDevice>
xs :boolean </isConferenceDevice>
[1]
<isMobilityManagerDevice>
xs :boolean </isMobilityManagerDevice>
[1]
<isMusicOnHoldDevice>
xs :boolean </isMusicOnHoldDevice>
[1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[1]
<isTrusted>
xs :boolean </isTrusted>
[1]
<E164Capable>
xs :boolean </E164Capable>
[1]
<routeAdvance>
xs :boolean </routeAdvance>
[1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[1]
<requiresBroadWorksDigitCollection>
xs :boolean </requiresBroadWorksDigitCollection>
[1]
<requiresBroadWorksCallWaitingTone>
xs :boolean </requiresBroadWorksCallWaitingTone>
[1]
<requiresMWISubscription>
xs :boolean </requiresMWISubscription>
[1]
<useHistoryInfoHeaderOnAccessSide>
xs :boolean </useHistoryInfoHeaderOnAccessSide>
[1]
<adviceOfChargeCapable>
xs :boolean </adviceOfChargeCapable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeAddRequest16sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isConferenceDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMobilityManagerDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMusicOnHoldDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresBroadWorksDigitCollection "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresBroadWorksCallWaitingTone "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresMWISubscription "
type ="
xs :boolean
"/>
<
xs:element name ="
useHistoryInfoHeaderOnAccessSide "
type ="
xs :boolean
"/>
<
xs:element name ="
adviceOfChargeCapable "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeFileAddRequest14sp8
Abstract
no
Documentation
Request to add a sip device type file.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowFileCustomization>
xs :boolean </allowFileCustomization>
[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 ="
SystemSIPDeviceTypeFileAddRequest14sp8 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
allowFileCustomization "
type ="
xs :boolean
"/>
<
xs:element name ="
uploadFile "
type ="
FileResource
"
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:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeFileGetRequest14sp8
Abstract
no
Documentation
Request to get a sip device type file.
The response is either SystemSIPDeviceTypeFileGetResponse14sp8 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeFileGetRequest14sp8 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeFileGetResponse14sp8
Abstract
no
Documentation
Response to SystemSIPDeviceTypeFileGetRequest14sp8.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowFileCustomization>
xs :boolean </allowFileCustomization>
[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 ="
SystemSIPDeviceTypeFileGetResponse14sp8 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
allowFileCustomization "
type ="
xs :boolean
"/>
<
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:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeFileModifyRequest14sp8
Abstract
no
Documentation
Request to modify a sip device type file.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowFileCustomization>
xs :boolean </allowFileCustomization>
[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 ="
SystemSIPDeviceTypeFileModifyRequest14sp8 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
allowFileCustomization "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
uploadFile "
type ="
FileResource
"
minOccurs ="
0 "/>
<
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:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeGetRequest16
Abstract
no
Documentation
Request to get a sip device type.
See Also: SystemDeviceTypeGetRequest
The response is either SystemSIPDeviceTypeGetResponse16 or ErrorResponse.
Replaced by: SystemSIPDeviceTypeGetRequest16sp1
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeGetRequest16sp1
Abstract
no
Documentation
Request to get a sip device type.
See Also: SystemDeviceTypeGetRequest
The response is either SystemSIPDeviceTypeGetResponse16sp1 or ErrorResponse.
Replaced by: SystemSIPDeviceTypeGetRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetRequest16sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeGetResponse16
Abstract
no
Documentation
Response to SystemSIPDeviceTypeGetRequest16.
Replaced by: SystemSIPDeviceTypeGetResponse16sp1
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete>
xs :boolean </isObsolete>
[1]
<registrationCapable>
xs :boolean </registrationCapable>
[1]
<isConferenceDevice>
xs :boolean </isConferenceDevice>
[1]
<isMobilityManagerDevice>
xs :boolean </isMobilityManagerDevice>
[1]
<isMusicOnHoldDevice>
xs :boolean </isMusicOnHoldDevice>
[1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[1]
<isTrusted>
xs :boolean </isTrusted>
[1]
<E164Capable>
xs :boolean </E164Capable>
[1]
<routeAdvance>
xs :boolean </routeAdvance>
[1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[1]
<requiresBroadWorksDigitCollection>
xs :boolean </requiresBroadWorksDigitCollection>
[1]
<requiresBroadWorksCallWaitingTone>
xs :boolean </requiresBroadWorksCallWaitingTone>
[1]
<requiresMWISubscription>
xs :boolean </requiresMWISubscription>
[1]
<useHistoryInfoHeaderOnAccessSide>
xs :boolean </useHistoryInfoHeaderOnAccessSide>
[1]
<adviceOfChargeCapable>
xs :boolean </adviceOfChargeCapable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isObsolete "
type ="
xs :boolean
"/>
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isConferenceDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMobilityManagerDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMusicOnHoldDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresBroadWorksDigitCollection "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresBroadWorksCallWaitingTone "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresMWISubscription "
type ="
xs :boolean
"/>
<
xs:element name ="
useHistoryInfoHeaderOnAccessSide "
type ="
xs :boolean
"/>
<
xs:element name ="
adviceOfChargeCapable "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeGetResponse16sp1
Abstract
no
Documentation
Response to SystemSIPDeviceTypeGetRequest16sp1.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete>
xs :boolean </isObsolete>
[1]
<registrationCapable>
xs :boolean </registrationCapable>
[1]
<isConferenceDevice>
xs :boolean </isConferenceDevice>
[1]
<isMobilityManagerDevice>
xs :boolean </isMobilityManagerDevice>
[1]
<isMusicOnHoldDevice>
xs :boolean </isMusicOnHoldDevice>
[1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[1]
<isTrusted>
xs :boolean </isTrusted>
[1]
<E164Capable>
xs :boolean </E164Capable>
[1]
<routeAdvance>
xs :boolean </routeAdvance>
[1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[1]
<requiresBroadWorksDigitCollection>
xs :boolean </requiresBroadWorksDigitCollection>
[1]
<requiresBroadWorksCallWaitingTone>
xs :boolean </requiresBroadWorksCallWaitingTone>
[1]
<requiresMWISubscription>
xs :boolean </requiresMWISubscription>
[1]
<useHistoryInfoHeaderOnAccessSide>
xs :boolean </useHistoryInfoHeaderOnAccessSide>
[1]
<adviceOfChargeCapable>
xs :boolean </adviceOfChargeCapable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetResponse16sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isObsolete "
type ="
xs :boolean
"/>
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
isConferenceDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMobilityManagerDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
isMusicOnHoldDevice "
type ="
xs :boolean
"/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresBroadWorksDigitCollection "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresBroadWorksCallWaitingTone "
type ="
xs :boolean
"/>
<
xs:element name ="
requiresMWISubscription "
type ="
xs :boolean
"/>
<
xs:element name ="
useHistoryInfoHeaderOnAccessSide "
type ="
xs :boolean
"/>
<
xs:element name ="
adviceOfChargeCapable "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeModifyRequest16
Abstract
no
Documentation
Request to modify a sip device type.
The following elements are not changeable:
numberOfPorts
SignalingAddressType
isConferenceDevice
isMusicOnHoldDevice
isMobilityManagerDevice
The response is either SuccessResponse or ErrorResponse.
Replaced by: SystemSIPDeviceTypeModifyRequest16sp1
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete>
xs :boolean </isObsolete>
[0..1]
<registrationCapable>
xs :boolean </registrationCapable>
[0..1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[0..1]
<isTrusted>
xs :boolean </isTrusted>
[0..1]
<E164Capable>
xs :boolean </E164Capable>
[0..1]
<routeAdvance>
xs :boolean </routeAdvance>
[0..1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[0..1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[0..1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[0..1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[0..1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[0..1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[0..1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[0..1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[0..1]
<requiresBroadWorksDigitCollection>
xs :boolean </requiresBroadWorksDigitCollection>
[0..1]
<requiresBroadWorksCallWaitingTone>
xs :boolean </requiresBroadWorksCallWaitingTone>
[0..1]
<requiresMWISubscription>
xs :boolean </requiresMWISubscription>
[0..1]
<useHistoryInfoHeaderOnAccessSide>
xs :boolean </useHistoryInfoHeaderOnAccessSide>
[0..1]
<adviceOfChargeCapable>
xs :boolean </adviceOfChargeCapable>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeModifyRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
isObsolete "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
webBasedConfigURL "
type ="
WebBasedConfigURL
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
requiresBroadWorksDigitCollection "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
requiresBroadWorksCallWaitingTone "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
requiresMWISubscription "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useHistoryInfoHeaderOnAccessSide "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
adviceOfChargeCapable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeModifyRequest16sp1
Abstract
no
Documentation
Request to modify a sip device type.
The following elements are not changeable:
numberOfPorts
SignalingAddressType
isConferenceDevice
isMusicOnHoldDevice
isMobilityManagerDevice
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete>
xs :boolean </isObsolete>
[0..1]
<registrationCapable>
xs :boolean </registrationCapable>
[0..1]
<RFC3264Hold>
xs :boolean </RFC3264Hold>
[0..1]
<isTrusted>
xs :boolean </isTrusted>
[0..1]
<E164Capable>
xs :boolean </E164Capable>
[0..1]
<routeAdvance>
xs :boolean </routeAdvance>
[0..1]
<forwardingOverride>
xs :boolean </forwardingOverride>
[0..1]
<wirelessIntegration>
xs :boolean </wirelessIntegration>
[0..1]
<isVideoCapable>
xs :boolean </isVideoCapable>
[0..1]
<PBXIntegration>
xs :boolean </PBXIntegration>
[0..1]
<useBusinessTrunkingContact>
xs :boolean </useBusinessTrunkingContact>
[0..1]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[0..1]
<authenticateRefer>
xs :boolean </authenticateRefer>
[0..1]
<autoConfigSoftClient>
xs :boolean </autoConfigSoftClient>
[0..1]
<requiresBroadWorksDigitCollection>
xs :boolean </requiresBroadWorksDigitCollection>
[0..1]
<requiresBroadWorksCallWaitingTone>
xs :boolean </requiresBroadWorksCallWaitingTone>
[0..1]
<requiresMWISubscription>
xs :boolean </requiresMWISubscription>
[0..1]
<useHistoryInfoHeaderOnAccessSide>
xs :boolean </useHistoryInfoHeaderOnAccessSide>
[0..1]
<adviceOfChargeCapable>
xs :boolean </adviceOfChargeCapable>
[0..1]
<supportCallCenterMIMEType>
xs :boolean </supportCallCenterMIMEType>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeModifyRequest16sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
isObsolete "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
registrationCapable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
RFC3264Hold "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
isTrusted "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
E164Capable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
routeAdvance "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forwardingOverride "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
wirelessIntegration "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
webBasedConfigURL "
type ="
WebBasedConfigURL
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
isVideoCapable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
PBXIntegration "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useBusinessTrunkingContact "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
authenticateRefer "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
autoConfigSoftClient "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
requiresBroadWorksDigitCollection "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
requiresBroadWorksCallWaitingTone "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
requiresMWISubscription "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useHistoryInfoHeaderOnAccessSide "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
adviceOfChargeCapable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
supportCallCenterMIMEType "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSubscriberGetCallProcessingParametersRequest15sp2
Abstract
no
Documentation
Get the system call processing configuration for all subscribers
The response is either a SystemSubscriberGetCallProcessingParametersResponse15sp2 or an ErrorResponse.
Replaced by: SystemSubscriberGetCallProcessingParametersRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSubscriberGetCallProcessingParametersRequest15sp2 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSubscriberGetCallProcessingParametersResponse15sp2
Abstract
no
Documentation
Response to the SystemSubscriberGetCallProcessingParametersRequest15sp2.
Replaced by: SystemSubscriberGetCallProcessingParametersResponse17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isExtendedCallingLineIdActive>
xs :boolean </isExtendedCallingLineIdActive>
[1]
<isRingTimeOutActive>
xs :boolean </isRingTimeOutActive>
[1]
<allowEmergencyRemoteOfficeOriginations>
xs :boolean </allowEmergencyRemoteOfficeOriginations>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSubscriberGetCallProcessingParametersResponse15sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isExtendedCallingLineIdActive "
type ="
xs :boolean
"/>
<
xs:element name ="
isRingTimeOutActive "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEmergencyRemoteOfficeOriginations "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemTimeScheduleAddRequest
Abstract
no
Documentation
Add a system time schedule.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemTimeScheduleAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
timeInterval01 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval02 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval03 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval04 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval05 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval06 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval07 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval08 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval09 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval10 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval11 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval12 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval13 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval14 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval15 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval16 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval17 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval18 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval19 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval20 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemTimeScheduleDeleteRequest
Abstract
no
Documentation
Delete a system time schedule.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemTimeScheduleDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemTimeScheduleGetListRequest
Abstract
no
Documentation
Request a list of all system time schedules.
The response is either a SystemTimeScheduleGetListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemTimeScheduleGetListRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemTimeScheduleGetListResponse
Abstract
no
Documentation
Response to the SystemTimeScheduleGetListRequest.
The response contains all the system time schedule names.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemTimeScheduleGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
timeSchedule "
type ="
ScheduleName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemTimeScheduleGetRequest
Abstract
no
Documentation
Request to get a system time schedule.
The response is either a SystemTimeScheduleGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemTimeScheduleGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemTimeScheduleGetResponse
Abstract
no
Documentation
Response to the SystemTimeScheduleGetRequest.
The response contains the system time schedule's information.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemTimeScheduleGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
timeInterval01 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval02 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval03 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval04 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval05 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval06 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval07 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval08 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval09 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval10 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval11 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval12 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval13 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval14 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval15 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval16 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval17 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval18 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval19 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval20 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemTimeScheduleModifyRequest
Abstract
no
Documentation
Modify a specified system time schedule.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<newTimeScheduleName>
ScheduleName
</newTimeScheduleName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemTimeScheduleModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
newTimeScheduleName "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval01 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval02 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval03 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval04 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval05 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval06 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval07 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval08 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval09 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval10 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval11 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval12 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval13 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval14 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval15 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval16 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval17 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval18 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval19 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval20 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemZoneCallingRestrictionsNetAddressAddListRequest
Abstract
no
Documentation
Adds a list of IP addresses to a zone
The response is SuccessResponse or an ErrorResponse.
Replaced by: SystemZoneNetAddressAddListRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemZoneCallingRestrictionsNetAddressAddListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
zoneName "
type ="
ZoneName
"/>
<
xs:element name ="
netAddress "
type ="
IPAddress
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
netAddressRange "
type ="
IPAddressRange
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemZoneCallingRestrictionsNetAddressDeleteListRequest
Abstract
no
Documentation
Deletes a list of IP addresses from a zone
The response is SuccessResponse or an ErrorResponse.
Replaced by: SystemZoneNetAddressDeleteListRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemZoneCallingRestrictionsNetAddressDeleteListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
zoneName "
type ="
ZoneName
"/>
<
xs:element name ="
netAddress "
type ="
IPAddress
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
netAddressRange "
type ="
IPAddressRange
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemZoneCallingRestrictionsNetAddressGetListRequest
Abstract
no
Documentation
Gets a list of IP Addresses and/or Ranges assigned to a zone
Response is SystemZoneCallingRestrictionsNetAddressGetListResponse.
Replaced by: SystemZoneNetAddressGetListRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemZoneCallingRestrictionsNetAddressGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
zoneName "
type ="
ZoneName
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemZoneCallingRestrictionsNetAddressGetListResponse
Abstract
no
Documentation
Response to SystemZoneCallingRestrictionsNetAddressGetListRequest.
Replaced by: SystemZoneNetAddressGetListResponse
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemZoneCallingRestrictionsNetAddressGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
IPAddress
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
netAddressRange "
type ="
IPAddressRange
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemZoneCallingRestrictionsZoneAddRequest
Abstract
no
Documentation
Add a zone.
The response is either a SuccessResponse or an ErrorResponse.
Replaced by: SystemZoneAddRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemZoneCallingRestrictionsZoneAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
zoneName "
type ="
ZoneName
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemZoneCallingRestrictionsZoneDeleteRequest
Abstract
no
Documentation
Deletes a zone from the system
The response is either a SuccessResponse or an ErrorResponse.
Replaced by: SystemZoneDeleteRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemZoneCallingRestrictionsZoneDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
zoneName "
type ="
ZoneName
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemZoneCallingRestrictionsZoneGetListRequest
Abstract
no
Documentation
Gets a list of all zones defined in the system
The response is SystemZoneCallingRestrictionsZoneGetListResponse or an ErrorResponse.
Replaced by: SystemZoneGetListRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemZoneCallingRestrictionsZoneGetListRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemZoneCallingRestrictionsZoneGetListResponse
Abstract
no
Documentation
Response to SystemZoneCallingRestrictionsZoneGetListRequest.
Contains a table of all the zones in the system. The column headings are "Zone Name" , "Physical Location".
Replaced by: SystemZoneGetListResponse
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemZoneCallingRestrictionsZoneGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemZoneCallingRestrictionsZoneModifyRequest
Abstract
no
Documentation
Modifies attributes of a zone in the system.
The response is either a SuccessResponse or an ErrorResponse.
Replaced by: SystemZonePhysicalLocationAddListRequest and
SystemZonePhysicalLocationDeleteListRequest
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemZoneCallingRestrictionsZoneModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
zoneName "
type ="
ZoneName
"/>
<
xs:element name ="
physicalLocation "
type ="
PhysicalLocation
"
minOccurs ="
0 "
nillable ="
true "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
TimeInterval
Abstract
no
Documentation
Time Interval.
XML Instance Representation
<...>
<startDayOfWeek>
DayOfWeek
</startDayOfWeek>
[1]
<startHour>
Hour
</startHour>
[1]
<startMinute>
Minute
</startMinute>
[1]
<endHour>
Hour
</endHour>
[1]
<endMinute>
Minute
</endMinute>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
TimeInterval ">
<
xs:sequence >
<
xs:element name ="
startDayOfWeek "
type ="
DayOfWeek
"/>
<
xs:element name ="
startHour "
type ="
Hour
"/>
<
xs:element name ="
startMinute "
type ="
Minute
"/>
<
xs:element name ="
endDayOfWeek "
type ="
DayOfWeek
"/>
<
xs:element name ="
endHour "
type ="
Hour
"/>
<
xs:element name ="
endMinute "
type ="
Minute
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserAlternateNumbersGetRequest
Abstract
no
Documentation
Request the user level data associated with Alternate Numbers.
The response is either a UserAlternateNumbersGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserAlternateNumbersGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserAlternateNumbersGetResponse
Abstract
no
Documentation
Response to UserAlternateNumbersGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<distinctiveRing>
xs :boolean </distinctiveRing>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserAlternateNumbersGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
distinctiveRing "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserBroadWorksAnywhereGetRequest
Abstract
no
Documentation
Get the list of all the BroadWorks Anywhere phone numbers for the user.
The response is either a UserBroadWorksAnywhereGetResponse or an ErrorResponse.
Replaced by: UserBroadWorksAnywhereGetRequest16sp2
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserBroadWorksAnywhereGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserBroadWorksAnywhereGetResponse
Abstract
no
Documentation
Response to the UserBroadWorksAnywhereGetRequest.
The phoneNumberTable contains columns: "Phone Number", "Description"
Replaced by: UserBroadWorksAnywhereGetResponse16sp2
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<alertAllLocationsForClickToDialCalls>
xs :boolean </alertAllLocationsForClickToDialCalls>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserBroadWorksAnywhereGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
alertAllLocationsForClickToDialCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
phoneNumberTable "
type ="
core :OCITable
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserCallCenterGetRequest16
Abstract
no
Documentation
Get the user's call center settings and the list of call centers the specified user belongs to.
The response is either a UserCallCenterGetResponse16 or an ErrorResponse.
Replaced by: UserCallCenterGetRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallCenterGetRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserCallCenterGetResponse16
Abstract
no
Documentation
Response to the UserCallCenterGetRequest16.
Contains the user's call center settings.
Indicates whether the agent is current available (logged in) to each call center in the list.
Contains a table with column headings: "Service User Id", "Phone Number", "Extension", "Available", "Logoff Allowed", "Type", and "Priority".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useDefaultGuardTimer>
xs :boolean </useDefaultGuardTimer>
[1]
<enableGuardTimer>
xs :boolean </enableGuardTimer>
[1]
<useSystemDefaultUnavailableSettings>
xs :boolean </useSystemDefaultUnavailableSettings>
[0..1]
<forceAgentUnavailableOnDNDActivation>
xs :boolean </forceAgentUnavailableOnDNDActivation>
[0..1]
<forceUnavailableOnPersonalCalls>
xs :boolean </forceUnavailableOnPersonalCalls>
[0..1]
<forceAgentUnavailableOnBouncedCallLimit>
xs :boolean </forceAgentUnavailableOnBouncedCallLimit>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallCenterGetResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
agentACDState "
type ="
AgentACDState
"
minOccurs ="
0 "/>
<
xs:element name ="
useDefaultGuardTimer "
type ="
xs :boolean
"/>
<
xs:element name ="
enableGuardTimer "
type ="
xs :boolean
"/>
<
xs:element name ="
useSystemDefaultUnavailableSettings "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceAgentUnavailableOnDNDActivation "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceUnavailableOnPersonalCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceAgentUnavailableOnBouncedCallLimit "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserCallPoliciesGetRequest
Abstract
no
Documentation
Request the user level data associated with Call Policies.
The response is either a UserCallPoliciesGetResponse
or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallPoliciesGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserCallPoliciesGetResponse
Abstract
no
Documentation
Response to UserCallPoliciesGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallPoliciesGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserCallProcessingGetPolicyRequest16
Abstract
no
Documentation
Request the user level data associated with Call Processing Policy.
The response is either a UserCallProcessingGetPolicyResponse16 or an
ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallProcessingGetPolicyRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserCallProcessingGetPolicyRequest16sp2
Abstract
no
Documentation
Request the user level data associated with Call Processing Policy.
The response is either a UserCallProcessingGetPolicyResponse16 or an
ErrorResponse.
Replaced by: UserCallProcessingGetPolicyRequest17sp4
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallProcessingGetPolicyRequest16sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserCallProcessingGetPolicyResponse16
Abstract
no
Documentation
Response to UserCallProcessingGetPolicyRequest16.
The useUserCLIDSetting attribute controls the CLID settings
(clidPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName)
The useUserMediaSetting attribute controls the Media settings
(medisPolicySelection, supportedMediaSetName)
The useUserCallLimitsSetting attribute controls the Call Limits setting
(useMaxSimultaneousCalls, maxSimultaneousCalls, useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations)
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useUserCLIDSetting>
xs :boolean </useUserCLIDSetting>
[1]
<useUserMediaSetting>
xs :boolean </useUserMediaSetting>
[1]
<useUserCallLimitsSetting>
xs :boolean </useUserCallLimitsSetting>
[1]
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
<useGroupName>
xs :boolean </useGroupName>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallProcessingGetPolicyResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useUserCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useUserMediaSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useUserCallLimitsSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"/>
<
xs:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupName "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserCallProcessingGetPolicyResponse16sp2
Abstract
no
Documentation
Response to UserCallProcessingGetPolicyRequest16sp2.
The useUserCLIDSetting attribute controls the CLID settings
(clidPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName)
The useUserMediaSetting attribute controls the Media settings
(medisPolicySelection, supportedMediaSetName)
The useUserCallLimitsSetting attribute controls the Call Limits setting
(useMaxSimultaneousCalls, maxSimultaneousCalls, useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations)
The useUserDCLIDSetting controls the Dialable Caller ID settings (enableDialableCallerID)
Replaced by: UserCallProcessingGetPolicyResponse17sp4
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useUserCLIDSetting>
xs :boolean </useUserCLIDSetting>
[1]
<useUserMediaSetting>
xs :boolean </useUserMediaSetting>
[1]
<useUserCallLimitsSetting>
xs :boolean </useUserCallLimitsSetting>
[1]
<useUserDCLIDSetting>
xs :boolean </useUserDCLIDSetting>
[1]
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[1]
<allowAlternateNumbersForRedirectingIdentity>
xs :boolean </allowAlternateNumbersForRedirectingIdentity>
[1]
<useGroupName>
xs :boolean </useGroupName>
[1]
<enableDialableCallerID>
xs :boolean </enableDialableCallerID>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallProcessingGetPolicyResponse16sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useUserCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useUserMediaSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useUserCallLimitsSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useUserDCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"/>
<
xs:element name ="
allowAlternateNumbersForRedirectingIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
useGroupName "
type ="
xs :boolean
"/>
<
xs:element name ="
enableDialableCallerID "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserFaxMessagingGetRequest
Abstract
no
Documentation
Request the user level data associated with Fax Messaging.
The response is either a UserFaxMessagingGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserFaxMessagingGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserFaxMessagingGetResponse
Abstract
no
Documentation
Response to UserFaxMessagingGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
<phoneNumber>
DN
</phoneNumber>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserFaxMessagingGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
phoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
extension "
type ="
Extension
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserGetRequest15sp2
Abstract
no
Documentation
Request to get the user information. The response is either
UserGetResponse15sp2 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserGetRequest15sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserGetResponse15sp2
Abstract
no
Documentation
Response to UserGetRequest15sp2.
It is possible that the TrunkAddressingRead element is present with nothing populated in it which means the user is a trunk user.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<phoneNumber>
DN
</phoneNumber>
[0..1]
<callingLineIdPhoneNumber>
DN
</callingLineIdPhoneNumber>
[0..1]
<defaultAlias>
SIPURI
</defaultAlias>
[1]
<alias>
SIPURI
</alias>
[0..3]
Start Choice [1]
End Choice
<title>
Title
</title>
[0..1]
<mobilePhoneNumber>
OutgoingDN
</mobilePhoneNumber>
[0..1]
<yahooId>
YahooId
</yahooId>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserGetResponse15sp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
lastName "
type ="
LastName
"/>
<
xs:element name ="
firstName "
type ="
FirstName
"/>
<
xs:element name ="
phoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
extension "
type ="
Extension
"
minOccurs ="
0 "/>
<
xs:element name ="
callingLineIdPhoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
<
xs:element name ="
language "
type ="
Language
"/>
<
xs:element name ="
timeZone "
type ="
TimeZone
"/>
<
xs:element name ="
defaultAlias "
type ="
SIPURI
"/>
<
xs:element name ="
alias "
type ="
SIPURI
"
minOccurs ="
0 "
maxOccurs ="
3 "/>
<
xs:element name ="
title "
type ="
Title
"
minOccurs ="
0 "/>
<
xs:element name ="
pagerPhoneNumber "
type ="
InformationalDN
"
minOccurs ="
0 "/>
<
xs:element name ="
mobilePhoneNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
<
xs:element name ="
emailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
yahooId "
type ="
YahooId
"
minOccurs ="
0 "/>
<
xs:element name ="
addressLocation "
type ="
AddressLocation
"
minOccurs ="
0 "/>
<
xs:element name ="
address "
type ="
StreetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
countryCode "
type ="
CountryCode
"
minOccurs ="
0 "/>
<
xs:element name ="
nationalPrefix "
type ="
NationalPrefix
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserHolidayScheduleAddRequest
Abstract
no
Documentation
Add a holiday schedule to a user.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[1]
<holiday01>
Holiday
</holiday01>
[0..1]
<holiday02>
Holiday
</holiday02>
[0..1]
<holiday03>
Holiday
</holiday03>
[0..1]
<holiday04>
Holiday
</holiday04>
[0..1]
<holiday05>
Holiday
</holiday05>
[0..1]
<holiday06>
Holiday
</holiday06>
[0..1]
<holiday07>
Holiday
</holiday07>
[0..1]
<holiday08>
Holiday
</holiday08>
[0..1]
<holiday09>
Holiday
</holiday09>
[0..1]
<holiday10>
Holiday
</holiday10>
[0..1]
<holiday11>
Holiday
</holiday11>
[0..1]
<holiday12>
Holiday
</holiday12>
[0..1]
<holiday13>
Holiday
</holiday13>
[0..1]
<holiday14>
Holiday
</holiday14>
[0..1]
<holiday15>
Holiday
</holiday15>
[0..1]
<holiday16>
Holiday
</holiday16>
[0..1]
<holiday17>
Holiday
</holiday17>
[0..1]
<holiday18>
Holiday
</holiday18>
[0..1]
<holiday19>
Holiday
</holiday19>
[0..1]
<holiday20>
Holiday
</holiday20>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserHolidayScheduleAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"/>
<
xs:element name ="
holiday01 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday02 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday03 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday04 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday05 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday06 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday07 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday08 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday09 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday10 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday11 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday12 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday13 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday14 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday15 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday16 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday17 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday18 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday19 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday20 "
type ="
Holiday
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserHolidayScheduleDeleteRequest
Abstract
no
Documentation
Delete a holiday schedule from a user.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserHolidayScheduleDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserHolidayScheduleGetListRequest
Abstract
no
Documentation
Get a holiday schedule list for a user.
The response is either a UserHolidayScheduleGetListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserHolidayScheduleGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserHolidayScheduleGetListResponse
Abstract
no
Documentation
Response to the UserHolidayScheduleGetListRequest.
The response contains all the user's personal and user's group holiday schedule names.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleTable>
core :OCITable
</holidayScheduleTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserHolidayScheduleGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserHolidayScheduleGetRequest
Abstract
no
Documentation
Get a holiday schedule a user.
The response is either a UserHolidayScheduleGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserHolidayScheduleGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserHolidayScheduleGetResponse
Abstract
no
Documentation
Response to the UserHolidayScheduleGetRequest.
The response contains the user?s holiday schedule information.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[1]
<holiday01>
Holiday
</holiday01>
[0..1]
<holiday02>
Holiday
</holiday02>
[0..1]
<holiday03>
Holiday
</holiday03>
[0..1]
<holiday04>
Holiday
</holiday04>
[0..1]
<holiday05>
Holiday
</holiday05>
[0..1]
<holiday06>
Holiday
</holiday06>
[0..1]
<holiday07>
Holiday
</holiday07>
[0..1]
<holiday08>
Holiday
</holiday08>
[0..1]
<holiday09>
Holiday
</holiday09>
[0..1]
<holiday10>
Holiday
</holiday10>
[0..1]
<holiday11>
Holiday
</holiday11>
[0..1]
<holiday12>
Holiday
</holiday12>
[0..1]
<holiday13>
Holiday
</holiday13>
[0..1]
<holiday14>
Holiday
</holiday14>
[0..1]
<holiday15>
Holiday
</holiday15>
[0..1]
<holiday16>
Holiday
</holiday16>
[0..1]
<holiday17>
Holiday
</holiday17>
[0..1]
<holiday18>
Holiday
</holiday18>
[0..1]
<holiday19>
Holiday
</holiday19>
[0..1]
<holiday20>
Holiday
</holiday20>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserHolidayScheduleGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"/>
<
xs:element name ="
holiday01 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday02 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday03 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday04 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday05 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday06 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday07 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday08 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday09 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday10 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday11 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday12 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday13 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday14 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday15 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday16 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday17 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday18 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday19 "
type ="
Holiday
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday20 "
type ="
Holiday
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserHolidayScheduleModifyRequest
Abstract
no
Documentation
Modify a holiday schedule for a user.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName>
ScheduleName
</holidayScheduleName>
[1]
<newHolidayScheduleName>
ScheduleName
</newHolidayScheduleName>
[0..1]
<holiday01>
Holiday
</holiday01>
[0..1]
<holiday02>
Holiday
</holiday02>
[0..1]
<holiday03>
Holiday
</holiday03>
[0..1]
<holiday04>
Holiday
</holiday04>
[0..1]
<holiday05>
Holiday
</holiday05>
[0..1]
<holiday06>
Holiday
</holiday06>
[0..1]
<holiday07>
Holiday
</holiday07>
[0..1]
<holiday08>
Holiday
</holiday08>
[0..1]
<holiday09>
Holiday
</holiday09>
[0..1]
<holiday10>
Holiday
</holiday10>
[0..1]
<holiday11>
Holiday
</holiday11>
[0..1]
<holiday12>
Holiday
</holiday12>
[0..1]
<holiday13>
Holiday
</holiday13>
[0..1]
<holiday14>
Holiday
</holiday14>
[0..1]
<holiday15>
Holiday
</holiday15>
[0..1]
<holiday16>
Holiday
</holiday16>
[0..1]
<holiday17>
Holiday
</holiday17>
[0..1]
<holiday18>
Holiday
</holiday18>
[0..1]
<holiday19>
Holiday
</holiday19>
[0..1]
<holiday20>
Holiday
</holiday20>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserHolidayScheduleModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
holidayScheduleName "
type ="
ScheduleName
"/>
<
xs:element name ="
newHolidayScheduleName "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
holiday01 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday02 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday03 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday04 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday05 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday06 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday07 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday08 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday09 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday10 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday11 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday12 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday13 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday14 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday15 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday16 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday17 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday18 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday19 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
holiday20 "
type ="
Holiday
"
minOccurs ="
0 "
nillable ="
true "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserHotelingHostGetRequest14sp4
Abstract
no
Documentation
Request the user level data associated with Hoteling Host.
The response is either a UserHotelingHostGetResponse14sp4 or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserHotelingHostGetRequest14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserHotelingHostGetResponse14sp4
Abstract
no
Documentation
Response to UserHotelingHostGetRequest14sp4.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
<enforceAssociationLimit>
xs :boolean </enforceAssociationLimit>
[1]
<guestLastName>
LastName
</guestLastName>
[0..1]
<guestFirstName>
FirstName
</guestFirstName>
[0..1]
<guestPhoneNumber>
DN
</guestPhoneNumber>
[0..1]
<guestExtension>
Extension
</guestExtension>
[0..1]
<guestAssociationDateTime>
xs :dateTime </guestAssociationDateTime>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserHotelingHostGetResponse14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
enforceAssociationLimit "
type ="
xs :boolean
"/>
<
xs:element name ="
guestLastName "
type ="
LastName
"
minOccurs ="
0 "/>
<
xs:element name ="
guestFirstName "
type ="
FirstName
"
minOccurs ="
0 "/>
<
xs:element name ="
guestPhoneNumber "
type ="
DN
"
minOccurs ="
0 "/>
<
xs:element name ="
guestExtension "
type ="
Extension
"
minOccurs ="
0 "/>
<
xs:element name ="
guestAssociationDateTime "
type ="
xs :dateTime
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSelectiveCallRejectionGetCriteriaRequest16
Abstract
no
Documentation
Get a criteria for the user's selective call rejection service.
The response is either a UserSelectiveCallRejectionGetCriteriaResponse16 or an ErrorResponse.
Replaced by: UserSelectiveCallRejectionGetCriteriaRequest16sp1
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserSelectiveCallRejectionGetCriteriaRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserSelectiveCallRejectionGetCriteriaResponse16
Abstract
no
Documentation
Response to the UserSelectiveCallRejectionGetCriteriaRequest16.
Replaced by: UserSelectiveCallRejectionGetCriteriaResponse16sp1
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<blacklisted>
xs :boolean </blacklisted>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSelectiveCallRejectionGetCriteriaResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
timeSchedule "
type ="
TimeSchedule
"
minOccurs ="
0 "/>
<
xs:element name ="
blacklisted "
type ="
xs :boolean
"/>
<
xs:element name ="
holidaySchedule "
type ="
HolidaySchedule
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSimultaneousRingFamilyAddPhoneNumberRequest
Abstract
no
Documentation
Add a new phone number and set the answer confirmation setting.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<answerConfirmationRequired>
xs :boolean </answerConfirmationRequired>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingFamilyAddPhoneNumberRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
answerConfirmationRequired "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSimultaneousRingFamilyDeletePhoneNumberRequest
Abstract
no
Documentation
Delete the phone number specified.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingFamilyDeletePhoneNumberRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSimultaneousRingFamilyGetPhoneNumberRequest
Abstract
no
Documentation
Get the answer confirmation setting for the phone number specified.
The response is either a UserSimultaneousRingFamilyGetPhoneNumberResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingFamilyGetPhoneNumberRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserSimultaneousRingFamilyGetPhoneNumberResponse
Abstract
no
Documentation
Response to the UserSimultaneousRingFamilyGetPhoneNumberRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<answerConfirmationRequired>
xs :boolean </answerConfirmationRequired>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingFamilyGetPhoneNumberResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
answerConfirmationRequired "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSimultaneousRingFamilyGetRequest14sp4
Abstract
no
Documentation
Get the user's simultaneous ring service Family setting.
The response is either a UserSimultaneousRingFamilyGetResponse14sp4 or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingFamilyGetRequest14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserSimultaneousRingFamilyGetResponse14sp4
Abstract
no
Documentation
Response to the UserSimultaneousRingFamilyGetRequest14sp4.
Contains a table with column headings: "Phone Number", "Answer Confirmation Required".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingFamilyGetResponse14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
phoneNumberTable "
type ="
core :OCITable
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSimultaneousRingFamilyModifyPhoneNumberRequest
Abstract
no
Documentation
Modify the require confirmation setting for the destination.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<answerConfirmationRequired>
xs :boolean </answerConfirmationRequired>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingFamilyModifyPhoneNumberRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
answerConfirmationRequired "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSimultaneousRingFamilyModifyRequest14sp4
Abstract
no
Documentation
Modify the user's simultaneous ring family service setting.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingFamilyModifyRequest14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
isActive "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSimultaneousRingPersonalAddPhoneNumberRequest
Abstract
no
Documentation
Add a new phone number and set the answer confirmation setting.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<answerConfirmationRequired>
xs :boolean </answerConfirmationRequired>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingPersonalAddPhoneNumberRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
answerConfirmationRequired "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSimultaneousRingPersonalDeletePhoneNumberRequest
Abstract
no
Documentation
Delete the phone number specified.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingPersonalDeletePhoneNumberRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSimultaneousRingPersonalGetPhoneNumberRequest
Abstract
no
Documentation
Get the answer confirmation setting for the phone number specified.
The response is either a UserSimultaneousRingPersonalGetPhoneNumberResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingPersonalGetPhoneNumberRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserSimultaneousRingPersonalGetPhoneNumberResponse
Abstract
no
Documentation
Response to the UserSimultaneousRingPersonalGetPhoneNumberRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<answerConfirmationRequired>
xs :boolean </answerConfirmationRequired>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingPersonalGetPhoneNumberResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
answerConfirmationRequired "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSimultaneousRingPersonalGetRequest14sp4
Abstract
no
Documentation
Get the user's simultaneous ring service personal setting.
The response is either a UserSimultaneousRingPersonalGetResponse14sp4 or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingPersonalGetRequest14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserSimultaneousRingPersonalGetResponse14sp4
Abstract
no
Documentation
Response to the UserSimultaneousRingPersonalGetRequest14sp4.
Contains a table with column headings: "Phone Number", "Answer Confirmation Required".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingPersonalGetResponse14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
phoneNumberTable "
type ="
core :OCITable
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSimultaneousRingPersonalModifyPhoneNumberRequest
Abstract
no
Documentation
Modify the require confirmation setting for the destination.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<answerConfirmationRequired>
xs :boolean </answerConfirmationRequired>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingPersonalModifyPhoneNumberRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
answerConfirmationRequired "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserSimultaneousRingPersonalModifyRequest14sp4
Abstract
no
Documentation
Modify the user's simultaneous ring personal service setting.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserSimultaneousRingPersonalModifyRequest14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
isActive "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserThirdPartyVoiceMailSupportGetRequest13mp16
Abstract
no
Documentation
Request the user level data associated with Third-Party Voice Mail Support.
The response is either a UserThirdPartyVoiceMailSupportGetResponse13mp16 or an
ErrorResponse.
Replaced by: UserThirdPartyVoiceMailSupportGetRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserThirdPartyVoiceMailSupportGetRequest13mp16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserThirdPartyVoiceMailSupportGetResponse13mp16
Abstract
no
Documentation
Response to UserThirdPartyVoiceMailSupportGetRequest13mp16.
Replaced by: UserThirdPartyVoiceMailSupportGetResponse17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
<busyRedirectToVoiceMail>
xs :boolean </busyRedirectToVoiceMail>
[1]
<noAnswerRedirectToVoiceMail>
xs :boolean </noAnswerRedirectToVoiceMail>
[1]
<mailboxURL>
SIPURI
</mailboxURL>
[0..1]
<alwaysRedirectToVoiceMail>
xs :boolean </alwaysRedirectToVoiceMail>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserThirdPartyVoiceMailSupportGetResponse13mp16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
busyRedirectToVoiceMail "
type ="
xs :boolean
"/>
<
xs:element name ="
noAnswerRedirectToVoiceMail "
type ="
xs :boolean
"/>
<
xs:element name ="
mailboxURL "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
alwaysRedirectToVoiceMail "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserTimeScheduleAddRequest
Abstract
no
Documentation
Add a time schedule for a user.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserTimeScheduleAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
timeInterval01 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval02 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval03 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval04 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval05 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval06 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval07 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval08 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval09 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval10 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval11 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval12 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval13 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval14 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval15 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval16 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval17 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval18 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval19 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval20 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserTimeScheduleDeleteRequest
Abstract
no
Documentation
Delete a user time schedule.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserTimeScheduleDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserTimeScheduleGetListRequest
Abstract
no
Documentation
Get all time schedules for a user. This includes the user's personal schedules and user's group's
schedules.
The response is either a UserTimeScheduleGetListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserTimeScheduleGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserTimeScheduleGetListResponse
Abstract
no
Documentation
Response to the UserTimeScheduleGetListRequest. The column headings are "Time Schedule" and
"Type".
The response contains user's personal and user's group's schedule names.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserTimeScheduleGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserTimeScheduleGetRequest
Abstract
no
Documentation
Request to get a user time schedule.
The response is either a UserTimeScheduleGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserTimeScheduleGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserTimeScheduleGetResponse
Abstract
no
Documentation
Response to the UserTimeScheduleGetRequest.
The response contains the requested time schedule information.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserTimeScheduleGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
timeInterval01 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval02 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval03 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval04 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval05 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval06 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval07 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval08 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval09 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval10 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval11 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval12 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval13 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval14 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval15 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval16 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval17 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval18 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval19 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval20 "
type ="
TimeInterval
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserTimeScheduleModifyRequest
Abstract
no
Documentation
Modify a user time schedule.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<newTimeScheduleName>
ScheduleName
</newTimeScheduleName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserTimeScheduleModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
newTimeScheduleName "
type ="
ScheduleName
"
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval01 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval02 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval03 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval04 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval05 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval06 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval07 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval08 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval09 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval10 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval11 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval12 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval13 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval14 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval15 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval16 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval17 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval18 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval19 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
timeInterval20 "
type ="
TimeInterval
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserVoiceMessagingUserGetVoiceManagementRequest13mp8
Abstract
no
Documentation
Get the user's voice messaging voice management service settings.
The response is either a UserVoiceMessagingUserGetVoiceManagementResponse13mp8 or an ErrorResponse.
Replaced by: UserVoiceMessagingUserGetVoiceManagementRequest17
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserVoiceMessagingUserGetVoiceManagementRequest13mp8 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserVoiceMessagingUserGetVoiceManagementResponse13mp8
Abstract
no
Documentation
Response to the UserVoiceMessagingUserGetVoiceManagementRequest13mp8.
Replaced by: UserVoiceMessagingUserGetVoiceManagementResponse17
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
<voiceMessageDeliveryEmailAddress>
EmailAddress
</voiceMessageDeliveryEmailAddress>
[0..1]
<usePhoneMessageWaitingIndicator>
xs :boolean </usePhoneMessageWaitingIndicator>
[1]
<sendVoiceMessageNotifyEmail>
xs :boolean </sendVoiceMessageNotifyEmail>
[1]
<voiceMessageNotifyEmailAddress>
EmailAddress
</voiceMessageNotifyEmailAddress>
[0..1]
<sendCarbonCopyVoiceMessage>
xs :boolean </sendCarbonCopyVoiceMessage>
[1]
<voiceMessageCarbonCopyEmailAddress>
EmailAddress
</voiceMessageCarbonCopyEmailAddress>
[0..1]
<transferOnZeroToPhoneNumber>
xs :boolean </transferOnZeroToPhoneNumber>
[1]
<transferPhoneNumber>
OutgoingDN
</transferPhoneNumber>
[0..1]
<alwaysRedirectToVoiceMail>
xs :boolean </alwaysRedirectToVoiceMail>
[1]
<busyRedirectToVoiceMail>
xs :boolean </busyRedirectToVoiceMail>
[1]
<noAnswerRedirectToVoiceMail>
xs :boolean </noAnswerRedirectToVoiceMail>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserVoiceMessagingUserGetVoiceManagementResponse13mp8 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
voiceMessageDeliveryEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
usePhoneMessageWaitingIndicator "
type ="
xs :boolean
"/>
<
xs:element name ="
sendVoiceMessageNotifyEmail "
type ="
xs :boolean
"/>
<
xs:element name ="
voiceMessageNotifyEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
sendCarbonCopyVoiceMessage "
type ="
xs :boolean
"/>
<
xs:element name ="
voiceMessageCarbonCopyEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
transferOnZeroToPhoneNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
transferPhoneNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
<
xs:element name ="
alwaysRedirectToVoiceMail "
type ="
xs :boolean
"/>
<
xs:element name ="
busyRedirectToVoiceMail "
type ="
xs :boolean
"/>
<
xs:element name ="
noAnswerRedirectToVoiceMail "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallCenterQueueLength
Content
Documentation
The limit for the number of calls the system will keep in queue, waiting for an available agent.
Schema Component Representation
<
xs:simpleType name ="
CallCenterQueueLength ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="50 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CallingNameRetrievalQueryTimerMilliSeconds
Content
Documentation
Query timer milli-seconds.
Schema Component Representation
<
xs:simpleType name ="
CallingNameRetrievalQueryTimerMilliSeconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="500 "/>
<xs:maxInclusive value ="5000 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
GroupExtensionLength
Content
Documentation
The group's extension length.
Schema Component Representation
<
xs:simpleType name ="
GroupExtensionLength ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="2 "/>
<xs:maxInclusive value ="6 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
HolidayScheduleName
Content
Documentation
Holiday name.
Schema Component Representation
<
xs:simpleType name ="
HolidayScheduleName ">
<
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
TimeScheduleName
Content
Documentation
Time schedule name.
Schema Component Representation
<
xs:simpleType name ="
TimeScheduleName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
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 .