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:schema >
Parent type:
None
Sub-types:
None
Name
AccessDeviceMultipleContactEndpointRead
Abstract
no
Documentation
Access device end point that can have multiple contacts.
Replaced by AccessDeviceMultipleContactEndpointRead19.
XML Instance Representation
<...>
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<useDomain>
xs :boolean </useDomain>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
AccessDeviceMultipleContactEndpointRead ">
<
xs:sequence >
<
xs:element name ="
contact "
type ="
SIPContact
"
minOccurs ="
0 "
maxOccurs ="
5 "/>
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
useDomain "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AutoAttendantAddMenu16
Abstract
no
Documentation
The configuration of the automated receptionist greeting
prompt and dialing menu to be used during after business hours.
XML Instance Representation
Schema Component Representation
Parent type:
None
Sub-types:
None
Name
AutoAttendantKeyConfiguration
Abstract
no
Documentation
The configuration of a key for Auto Attendant.
Schema Component Representation
<
xs:complexType name ="
AutoAttendantKeyConfiguration ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AutoAttendantKeyConfigurationEntry
Abstract
no
Documentation
The configuration entry of a key for Auto Attendant.
The following data elements are only used in AS data mode:
audioFile
videoFile
Schema Component Representation
<
xs:complexType name ="
AutoAttendantKeyConfigurationEntry ">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AutoAttendantKeyConfigurationReadEntry
Abstract
no
Documentation
The read configuration entry of a key for Auto Attendant.
The following data elements are only used in AS data mode:
audioFileDescription
audioMediaType
videoFileDescription
videoMediaType
Schema Component Representation
<
xs:complexType name ="
AutoAttendantKeyConfigurationReadEntry ">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
<
xs:element name ="
audioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
audioMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
videoMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AutoAttendantKeyReadConfiguration
Abstract
no
Documentation
The read configuration of a key for Auto Attendant.
Schema Component Representation
<
xs:complexType name ="
AutoAttendantKeyReadConfiguration ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
AutoAttendantReadMenu16
Abstract
no
Documentation
The configuration of the automated receptionist greeting
prompt and dialing menu to be used during after business hours.
XML Instance Representation
Schema Component Representation
Parent type:
None
Sub-types:
None
Name
CallCenterMediaOnHoldSourceRead17
Abstract
no
Documentation
Contains the call center media on hold source configuration.
Replaced by: CallCenterMediaOnHoldSourceRead19.
Schema Component Representation
<
xs:complexType name ="
CallCenterMediaOnHoldSourceRead17 ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseCallCenterAgentUnavailableCodeSettingsGetRequest
Abstract
no
Documentation
Request the enterprise level data associated with Call Center Agents Unavailable Code Settings.
The response is either an EnterpriseCallCenterAgentUnavailableCodeSettingsGetResponse or an
ErrorResponse.
Replaced by EnterpriseCallCenterAgentUnavailableCodeSettingsGetRequest17sp4.
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 ="
EnterpriseCallCenterAgentUnavailableCodeSettingsGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseCallCenterAgentUnavailableCodeSettingsGetResponse
Abstract
no
Documentation
Response to EnterpriseCallCenterAgentUnavailableCodeSettingsGetRequest.
Replaced by EnterpriseCallCenterAgentUnavailableCodeSettingsGetResponse17sp4.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableAgentUnavailableCodes>
xs :boolean </enableAgentUnavailableCodes>
[1]
<forceUseOfAgentUnavailableCodes>
xs :boolean </forceUseOfAgentUnavailableCodes>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseCallCenterAgentUnavailableCodeSettingsGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableAgentUnavailableCodes "
type ="
xs :boolean
"/>
<
xs:element name ="
forceUseOfAgentUnavailableCodes "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseCallCenterEnhancedReportingGetRequest
Abstract
no
Documentation
Request to get an enterprise level call center enhanced reporting setting.
The response is either an EnterpriseCallCenterEnhancedReportingGetResponse or an ErrorResponse.
Replaced by EnterpriseCallCenterEnhancedReportingGetRequest19
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 ="
EnterpriseCallCenterEnhancedReportingGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseCallCenterEnhancedReportingGetResponse
Abstract
no
Documentation
Response to EnterpriseCallCenterEnhancedReportingGetRequest.
Replaced by EnterpriseCallCenterEnhancedReportingGetResponse19
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 ="
EnterpriseCallCenterEnhancedReportingGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseCallCenterEnhancedReportingModifyRequest
Abstract
no
Documentation
Request to modify enterprise level call center enhanced reporting settings.
The response is either a SuccessResponse or an ErrorResponse.
Replaced by EnterpriseCallCenterEnhancedReportingModifyRequest19
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 ="
EnterpriseCallCenterEnhancedReportingModifyRequest ">
<
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
EnterpriseCallCenterGetRequest
Abstract
no
Documentation
Request the enterprise level data associated with Call Center.
The response is either an EnterpriseCallCenterGetResponse or an
ErrorResponse.
Replaced by EnterpriseCallCenterGetRequest17sp4.
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 ="
EnterpriseCallCenterGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseCallCenterGetResponse
Abstract
no
Documentation
Response to EnterpriseCallCenterGetRequest.
Replaced by EnterpriseCallCenterGetResponse17sp4.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useSystemDefaultGuardTimer>
xs :boolean </useSystemDefaultGuardTimer>
[1]
<enableGuardTimer>
xs :boolean </enableGuardTimer>
[1]
<useSystemDefaultUnavailableSettings>
xs :boolean </useSystemDefaultUnavailableSettings>
[0..1]
<forceAgentUnavailableOnDNDActivation>
xs :boolean </forceAgentUnavailableOnDNDActivation>
[0..1]
<forceAgentUnavailableOnPersonalCalls>
xs :boolean </forceAgentUnavailableOnPersonalCalls>
[0..1]
<forceAgentUnavailableOnBouncedCallLimit>
xs :boolean </forceAgentUnavailableOnBouncedCallLimit>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseCallCenterGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useSystemDefaultGuardTimer "
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 ="
forceAgentUnavailableOnPersonalCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceAgentUnavailableOnBouncedCallLimit "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
EstimatedWaitMessageOptionsRead
Abstract
no
Documentation
Estimated Wait Message Options
Replaced by EstimatedWaitMessageOptionsRead17sp4
XML Instance Representation
<...>
<enabled>
xs :boolean </enabled>
[1]
<playPositionHighVolume>
xs :boolean </playPositionHighVolume>
[1]
<playTimeHighVolume>
xs :boolean </playTimeHighVolume>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EstimatedWaitMessageOptionsRead ">
<
xs:sequence >
<
xs:element name ="
enabled "
type ="
xs :boolean
"/>
<
xs:element name ="
playPositionHighVolume "
type ="
xs :boolean
"/>
<
xs:element name ="
playTimeHighVolume "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAccessDeviceGetAvailableDetailListRequest14
Abstract
no
Documentation
Requests the list of available access devices for assignment to a user
within a group. The list includes devices created at the system, service provider, and group levels.
The response is either GroupAccessDeviceGetAvailableDetailListResponse14 or
ErrorResponse.
Replaced by: GroupAccessDeviceGetAvailableDetailListRequest19.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isMusicOnHold>
xs :boolean </isMusicOnHold>
[1]
<onlyVideoCapable>
xs :boolean </onlyVideoCapable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAccessDeviceGetAvailableDetailListRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
isMusicOnHold "
type ="
xs :boolean
"/>
<
xs:element name ="
onlyVideoCapable "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupAccessDeviceGetAvailableDetailListResponse14
Abstract
no
Documentation
Response to GroupAccessDeviceGetAvailableDetailListRequest14.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<availableAccessDevice>
[0..*]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<useDomain>
xs :boolean </useDomain>
[1]
</availableAccessDevice>
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAccessDeviceGetAvailableDetailListResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
availableAccessDevice "
minOccurs ="
0 "
maxOccurs ="
unbounded ">
<
xs:complexType >
<
xs:sequence >
<
xs:element name ="
staticRegistrationCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
useDomain "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAccessDeviceGetRequest16
Abstract
no
Documentation
Requests the configuration of a specified group access device.
The response is either GroupAccessDeviceGetResponse16 or ErrorResponse.
Replaced by: GroupAccessDeviceGetRequest18sp1
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 ="
GroupAccessDeviceGetRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupAccessDeviceGetResponse16
Abstract
no
Documentation
Response to GroupAccessDeviceGetRequest16.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<outboundProxyServerNetAddress>
NetAddress
</outboundProxyServerNetAddress>
[0..1]
<stunServerNetAddress>
NetAddress
</stunServerNetAddress>
[0..1]
<numberOfAssignedPorts>
xs :int </numberOfAssignedPorts>
[1]
<mobilityManagerProvisioningURL>
URL
</mobilityManagerProvisioningURL>
[0..1]
<mobilityManagerDefaultOriginatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultOriginatingServiceKey>
[0..1]
<mobilityManagerDefaultTerminatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultTerminatingServiceKey>
[0..1]
<useCustomUserNamePassword>
xs :boolean </useCustomUserNamePassword>
[0..1]
<userName>
UserId
</userName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAccessDeviceGetResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
port "
type ="
Port1025
"
minOccurs ="
0 "/>
<
xs:element name ="
outboundProxyServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
stunServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
numberOfAssignedPorts "
type ="
xs :int
"/>
<
xs:element name ="
mobilityManagerProvisioningURL "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
useCustomUserNamePassword "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
userName "
type ="
UserId
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupAutoAttendantAddInstanceRequest17sp1
Abstract
no
Documentation
Add a Auto Attendant instance to a group.
The domain is required in the serviceUserId.
Only Group and Enterprise level schedules are accepted.
The response is either SuccessResponse or ErrorResponse.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> true
</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]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAutoAttendantAddInstanceRequest17sp1 ">
<
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 ="
businessHours "
type ="
TimeSchedule
"
minOccurs ="
0 "/>
<
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
GroupAutoAttendantGetInstanceRequest17sp1
Abstract
no
Documentation
Request to get all the information of a Auto Attendant instance.
The response is either GroupAutoAttendantGetInstanceResponse17sp1 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 ="
GroupAutoAttendantGetInstanceRequest17sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupAutoAttendantGetInstanceResponse17sp1
Abstract
no
Documentation
Response to GroupAutoAttendantGetInstanceRequest17sp1.
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]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupAutoAttendantGetInstanceResponse17sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
businessHours "
type ="
TimeSchedule
"
minOccurs ="
0 "/>
<
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
GroupCallCenterAddInstanceRequest17sp3
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 GroupCallCenterAddInstanceRequest19
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]
<enableReporting>
xs :boolean </enableReporting>
[0..1]
<allowCallerToDialEscapeDigit>
xs :boolean </allowCallerToDialEscapeDigit>
[1]
<resetCallStatisticsUponEntryInQueue>
xs :boolean </resetCallStatisticsUponEntryInQueue>
[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]
<enableAutomaticStateChangeForAgents>
xs :boolean </enableAutomaticStateChangeForAgents>
[0..1]
<externalPreferredAudioCodec>
AudioFileCodec
</externalPreferredAudioCodec>
[1]
<internalPreferredAudioCodec>
AudioFileCodec
</internalPreferredAudioCodec>
[1]
<playRingingWhenOfferingCall>
xs :boolean </playRingingWhenOfferingCall>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterAddInstanceRequest17sp3 ">
<
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 ="
enableReporting "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowCallerToDialEscapeDigit "
type ="
xs :boolean
"/>
<
xs:element name ="
escapeDigit "
type ="
DtmfDigit
"/>
<
xs:element name ="
resetCallStatisticsUponEntryInQueue "
type ="
xs :boolean
"/>
<
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 ="
enableAutomaticStateChangeForAgents "
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
GroupCallCenterAgentUnavailableCodeSettingsGetRequest
Abstract
no
Documentation
Request the group level data associated with Call Center Agents Unavailable Code Settings.
The response is either an GroupCallCenterAgentUnavailableCodeSettingsGetResponse or an
ErrorResponse.
Replaced by GroupCallCenterAgentUnavailableCodeSettingsGetRequest17sp4.
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 ="
GroupCallCenterAgentUnavailableCodeSettingsGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterAgentUnavailableCodeSettingsGetResponse
Abstract
no
Documentation
Response to GroupCallCenterAgentUnavailableCodeSettingsGetRequest.
Replaced by GroupCallCenterAgentUnavailableCodeSettingsGetResponse17sp4.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableAgentUnavailableCodes>
xs :boolean </enableAgentUnavailableCodes>
[1]
<forceUseOfAgentUnavailableCodes>
xs :boolean </forceUseOfAgentUnavailableCodes>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterAgentUnavailableCodeSettingsGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableAgentUnavailableCodes "
type ="
xs :boolean
"/>
<
xs:element name ="
forceUseOfAgentUnavailableCodes "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterEnhancedReportingGetRequest
Abstract
no
Documentation
Request to get a group level call center enhanced reporting setting.
The response is either a GroupCallCenterEnhancedReportingGetResponse or an ErrorResponse.
Replaced by GroupCallCenterEnhancedReportingGetRequest19
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 ="
GroupCallCenterEnhancedReportingGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterEnhancedReportingGetResponse
Abstract
no
Documentation
Response to GroupCallCenterEnhancedReportingGetRequest.
Replaced by GroupCallCenterEnhancedReportingGetResponse19
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 ="
GroupCallCenterEnhancedReportingGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterEnhancedReportingModifyRequest
Abstract
no
Documentation
Request to modify group level call center enhanced reporting settings.
The response is either a SuccessResponse or an ErrorResponse.
Replaced by GroupCallCenterEnhancedReportingModifyRequest19
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 ="
GroupCallCenterEnhancedReportingModifyRequest ">
<
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
GroupCallCenterGetAnnouncementRequest17
Abstract
no
Documentation
Get a call center's announcement settings.
The response is either a GroupCallCenterGetAnnouncementResponse17 or an ErrorResponse.
Replaced by GroupCallCenterGetAnnouncementRequest17sp4
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 ="
GroupCallCenterGetAnnouncementRequest17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterGetAnnouncementRequest17sp4
Abstract
no
Documentation
Get a call center's announcement settings.
The response is either a GroupCallCenterGetAnnouncementResponse17sp4 or an ErrorResponse.
Replaced by: GroupCallCenterGetAnnouncementRequest19.
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 ="
GroupCallCenterGetAnnouncementRequest17sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterGetAnnouncementResponse17
Abstract
no
Documentation
Response to the GroupCallCenterGetAnnouncementRequest17.
Replaced by GroupCallCenterGetAnnouncementResponse17sp4
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]
<playPeriodicComfortMessage>
xs :boolean </playPeriodicComfortMessage>
[1]
<enableMediaOnHoldForQueuedCalls>
xs :boolean </enableMediaOnHoldForQueuedCalls>
[1]
<mediaOnHoldUseAlternateSourceForInternalCalls>
xs :boolean </mediaOnHoldUseAlternateSourceForInternalCalls>
[0..1]
<playWhisperMessage>
xs :boolean </playWhisperMessage>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetAnnouncementResponse17 ">
<
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 ="
playPeriodicComfortMessage "
type ="
xs :boolean
"/>
<
xs:element name ="
enableMediaOnHoldForQueuedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
mediaOnHoldUseAlternateSourceForInternalCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
playWhisperMessage "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterGetAnnouncementResponse17sp4
Abstract
no
Documentation
Response to the GroupCallCenterGetAnnouncementRequest17sp4.
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]
<playPeriodicComfortMessage>
xs :boolean </playPeriodicComfortMessage>
[1]
<enableMediaOnHoldForQueuedCalls>
xs :boolean </enableMediaOnHoldForQueuedCalls>
[1]
<mediaOnHoldUseAlternateSourceForInternalCalls>
xs :boolean </mediaOnHoldUseAlternateSourceForInternalCalls>
[0..1]
<playWhisperMessage>
xs :boolean </playWhisperMessage>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetAnnouncementResponse17sp4 ">
<
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 ="
playPeriodicComfortMessage "
type ="
xs :boolean
"/>
<
xs:element name ="
enableMediaOnHoldForQueuedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
mediaOnHoldUseAlternateSourceForInternalCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
playWhisperMessage "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterGetDNISAnnouncementRequest
Abstract
no
Documentation
Get a call center's DNIS Announcements
The response is either a GroupCallCenterGetDNISAnnouncementRequest or an ErrorResponse.
Replaced by GroupCallCenterGetDNISAnnouncementRequest17sp4
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 ="
GroupCallCenterGetDNISAnnouncementRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
dnisKey "
type ="
DNISKey
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterGetDNISAnnouncementRequest17sp4
Abstract
no
Documentation
Get a call center's DNIS Announcements
The response is either a GroupCallCenterGetDNISAnnouncementRequest17sp4 or an ErrorResponse.
Replaced by: GroupCallCenterGetDNISAnnouncementRequest19.
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 ="
GroupCallCenterGetDNISAnnouncementRequest17sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
dnisKey "
type ="
DNISKey
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterGetDNISAnnouncementResponse
Abstract
no
Documentation
Response to the GroupCallCenterGetDNISAnnouncementResponse.
Replaced by GroupCallCenterGetDNISAnnouncementResponse17sp4
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]
<playPeriodicComfortMessage>
xs :boolean </playPeriodicComfortMessage>
[1]
<enableMediaOnHoldForQueuedCalls>
xs :boolean </enableMediaOnHoldForQueuedCalls>
[1]
<playWhisperMessage>
xs :boolean </playWhisperMessage>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetDNISAnnouncementResponse ">
<
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 ="
playPeriodicComfortMessage "
type ="
xs :boolean
"/>
<
xs:element name ="
enableMediaOnHoldForQueuedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
playWhisperMessage "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterGetDNISAnnouncementResponse17sp4
Abstract
no
Documentation
Response to the GroupCallCenterGetDNISAnnouncementResponse17sp4.
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]
<playPeriodicComfortMessage>
xs :boolean </playPeriodicComfortMessage>
[1]
<enableMediaOnHoldForQueuedCalls>
xs :boolean </enableMediaOnHoldForQueuedCalls>
[1]
<playWhisperMessage>
xs :boolean </playWhisperMessage>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetDNISAnnouncementResponse17sp4 ">
<
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 ="
playPeriodicComfortMessage "
type ="
xs :boolean
"/>
<
xs:element name ="
enableMediaOnHoldForQueuedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
playWhisperMessage "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupCallCenterGetInstanceRequest17sp3
Abstract
no
Documentation
Request to get all the information of a Call Center instance.
The response is either GroupCallCenterGetInstanceResponse17sp3 or ErrorResponse.
Replaced by GroupCallCenterGetInstanceRequest19
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 ="
GroupCallCenterGetInstanceRequest17sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterGetInstanceResponse17sp3
Abstract
no
Documentation
Response to GroupCallCenterGetInstanceRequest17sp3.
Replaced by GroupCallCenterGetInstanceResponse19
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableVideo>
xs :boolean </enableVideo>
[1]
<enableReporting>
xs :boolean </enableReporting>
[0..1]
<allowCallerToDialEscapeDigit>
xs :boolean </allowCallerToDialEscapeDigit>
[1]
<resetCallStatisticsUponEntryInQueue>
xs :boolean </resetCallStatisticsUponEntryInQueue>
[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]
<enableAutomaticStateChangeForAgents>
xs :boolean </enableAutomaticStateChangeForAgents>
[0..1]
<externalPreferredAudioCodec>
AudioFileCodec
</externalPreferredAudioCodec>
[1]
<internalPreferredAudioCodec>
AudioFileCodec
</internalPreferredAudioCodec>
[1]
<playRingingWhenOfferingCall>
xs :boolean </playRingingWhenOfferingCall>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetInstanceResponse17sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
enableReporting "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowCallerToDialEscapeDigit "
type ="
xs :boolean
"/>
<
xs:element name ="
escapeDigit "
type ="
DtmfDigit
"/>
<
xs:element name ="
resetCallStatisticsUponEntryInQueue "
type ="
xs :boolean
"/>
<
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 ="
enableAutomaticStateChangeForAgents "
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
GroupCallCenterGetRequest
Abstract
no
Documentation
Request the Group level data associated with Call Center.
The response is either a GroupCallCenterGetResponse or an
ErrorResponse.
Replaced by GroupCallCenterGetRequest17sp4.
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 ="
GroupCallCenterGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupCallCenterGetResponse
Abstract
no
Documentation
Response to GroupCallCenterGetRequest.
Replaced by GroupCallCenterGetResponse17sp4.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useSystemDefaultGuardTimer>
xs :boolean </useSystemDefaultGuardTimer>
[1]
<enableGuardTimer>
xs :boolean </enableGuardTimer>
[1]
<useSystemDefaultUnavailableSettings>
xs :boolean </useSystemDefaultUnavailableSettings>
[0..1]
<forceAgentUnavailableOnDNDActivation>
xs :boolean </forceAgentUnavailableOnDNDActivation>
[0..1]
<forceAgentUnavailableOnPersonalCalls>
xs :boolean </forceAgentUnavailableOnPersonalCalls>
[0..1]
<forceAgentUnavailableOnBouncedCallLimit>
xs :boolean </forceAgentUnavailableOnBouncedCallLimit>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useSystemDefaultGuardTimer "
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 ="
forceAgentUnavailableOnPersonalCalls "
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
GroupCallCenterModifyInstanceRequest17sp1
Abstract
no
Documentation
Request to modify a Call Center instance.
The response is either SuccessResponse or ErrorResponse.
Replaced by: GroupCallCenterModifyInstanceRequest19
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>
[0..1]
<enableReporting>
xs :boolean </enableReporting>
[0..1]
<allowCallerToDialEscapeDigit>
xs :boolean </allowCallerToDialEscapeDigit>
[0..1]
<escapeDigit>
DtmfDigit
</escapeDigit>
[0..1]
<resetCallStatisticsUponEntryInQueue>
xs :boolean </resetCallStatisticsUponEntryInQueue>
[0..1]
<allowAgentLogoff>
xs :boolean </allowAgentLogoff>
[0..1]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[0..1]
<allowCallsToAgentsInWrapUp>
xs :boolean </allowCallsToAgentsInWrapUp>
[0..1]
<overrideAgentWrapUpTime>
xs :boolean </overrideAgentWrapUpTime>
[0..1]
<forceDeliveryOfCalls>
xs :boolean </forceDeliveryOfCalls>
[0..1]
<enableAutomaticStateChangeForAgents>
xs :boolean </enableAutomaticStateChangeForAgents>
[0..1]
<externalPreferredAudioCodec>
AudioFileCodec
</externalPreferredAudioCodec>
[0..1]
<internalPreferredAudioCodec>
AudioFileCodec
</internalPreferredAudioCodec>
[0..1]
<playRingingWhenOfferingCall>
xs :boolean </playRingingWhenOfferingCall>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupCallCenterModifyInstanceRequest17sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
policy "
type ="
HuntPolicy
"
minOccurs ="
0 "/>
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableReporting "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowCallerToDialEscapeDigit "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
escapeDigit "
type ="
DtmfDigit
"
minOccurs ="
0 "/>
<
xs:element name ="
resetCallStatisticsUponEntryInQueue "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowAgentLogoff "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowCallWaitingForAgents "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
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 ="
enableAutomaticStateChangeForAgents "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
externalPreferredAudioCodec "
type ="
AudioFileCodec
"
minOccurs ="
0 "/>
<
xs:element name ="
internalPreferredAudioCodec "
type ="
AudioFileCodec
"
minOccurs ="
0 "/>
<
xs:element name ="
playRingingWhenOfferingCall "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupHuntGroupAddInstanceRequest17sp1V1
Abstract
no
Documentation
Add a Hunt Group instance to a group.
The domain is required in the serviceUserId.
The response is either SuccessResponse or ErrorResponse.
The following elements are only used in HSS data mode:
allowMembersToControlGroupBusy, use value "false" in AS data mode
enableGroupBusy, use value "false" in AS data mode
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<huntAfterNoAnswer>
xs :boolean </huntAfterNoAnswer>
[1]
<forwardAfterTimeout>
xs :boolean </forwardAfterTimeout>
[1]
<forwardToPhoneNumber>
OutgoingDN
</forwardToPhoneNumber>
[0..1]
<agentUserId>
UserId
</agentUserId>
[0..*]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
<allowMembersToControlGroupBusy>
xs :boolean </allowMembersToControlGroupBusy>
[1]
<enableGroupBusy>
xs :boolean </enableGroupBusy>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHuntGroupAddInstanceRequest17sp1V1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
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 ="
agentUserId "
type ="
UserId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
allowCallWaitingForAgents "
type ="
xs :boolean
"/>
<
xs:element name ="
allowMembersToControlGroupBusy "
type ="
xs :boolean
"/>
<
xs:element name ="
enableGroupBusy "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupHuntGroupAddInstanceRequest17sp4
Abstract
no
Documentation
Add a Hunt Group instance to a group.
The domain is required in the serviceUserId.
The response is either SuccessResponse or ErrorResponse.
The following elements are only used in AS data mode:
useSystemHuntGroupCLIDSetting, use value "true" in HSS data mode
includeHuntGroupNameInCLID, use value "true" in HSS data mode
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<huntAfterNoAnswer>
xs :boolean </huntAfterNoAnswer>
[1]
<forwardAfterTimeout>
xs :boolean </forwardAfterTimeout>
[1]
<forwardToPhoneNumber>
OutgoingDN
</forwardToPhoneNumber>
[0..1]
<agentUserId>
UserId
</agentUserId>
[0..*]
<allowCallWaitingForAgents>
xs :boolean </allowCallWaitingForAgents>
[1]
<useSystemHuntGroupCLIDSetting>
xs :boolean </useSystemHuntGroupCLIDSetting>
[1]
<includeHuntGroupNameInCLID>
xs :boolean </includeHuntGroupNameInCLID>
[1]
<enableNotReachableForwarding>
xs :boolean </enableNotReachableForwarding>
[1]
<notReachableForwardToPhoneNumber>
OutgoingDNorSIPURI
</notReachableForwardToPhoneNumber>
[0..1]
<makeBusyWhenNotReachable>
xs :boolean </makeBusyWhenNotReachable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHuntGroupAddInstanceRequest17sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
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 ="
agentUserId "
type ="
UserId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
allowCallWaitingForAgents "
type ="
xs :boolean
"/>
<
xs:element name ="
useSystemHuntGroupCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
includeHuntGroupNameInCLID "
type ="
xs :boolean
"/>
<
xs:element name ="
enableNotReachableForwarding "
type ="
xs :boolean
"/>
<
xs:element name ="
notReachableForwardToPhoneNumber "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
makeBusyWhenNotReachable "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupHuntGroupGetInstanceRequest17sp1V1
Abstract
no
Documentation
Request to get all the information of a Hunt Group instance.
The response is either GroupHuntGroupGetInstanceResponse17sp1V1 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 ="
GroupHuntGroupGetInstanceRequest17sp1V1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupHuntGroupGetInstanceRequest17sp4
Abstract
no
Documentation
Request to get all the information of a Hunt Group instance.
The response is either GroupHuntGroupGetInstanceResponse17sp4 or ErrorResponse.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> true
</hssDataModeSupported>
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 ="
GroupHuntGroupGetInstanceRequest17sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupHuntGroupGetInstanceResponse17sp1V1
Abstract
no
Documentation
Response to GroupHuntGroupGetInstanceRequest17sp1V1.
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".
The following elements are only used in HSS data mode:
allowMembersToControlGroupBusy
enableGroupBusy
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]
<allowMembersToControlGroupBusy>
xs :boolean </allowMembersToControlGroupBusy>
[1]
<enableGroupBusy>
xs :boolean </enableGroupBusy>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHuntGroupGetInstanceResponse17sp1V1 ">
<
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:element name ="
allowMembersToControlGroupBusy "
type ="
xs :boolean
"/>
<
xs:element name ="
enableGroupBusy "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupHuntGroupGetInstanceResponse17sp4
Abstract
no
Documentation
Response to GroupHuntGroupGetInstanceRequest17sp4.
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", "Phone Number",
"Extension", "Department", "Email Address".
The following elements are only used in AS data mode:
useSystemHuntGroupCLIDSetting
includeHuntGroupNameInCLID
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> true
</hssDataModeSupported>
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]
<useSystemHuntGroupCLIDSetting>
xs :boolean </useSystemHuntGroupCLIDSetting>
[1]
<includeHuntGroupNameInCLID>
xs :boolean </includeHuntGroupNameInCLID>
[1]
<enableNotReachableForwarding>
xs :boolean </enableNotReachableForwarding>
[1]
<notReachableForwardToPhoneNumber>
OutgoingDNorSIPURI
</notReachableForwardToPhoneNumber>
[0..1]
<makeBusyWhenNotReachable>
xs :boolean </makeBusyWhenNotReachable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupHuntGroupGetInstanceResponse17sp4 ">
<
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:element name ="
useSystemHuntGroupCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
includeHuntGroupNameInCLID "
type ="
xs :boolean
"/>
<
xs:element name ="
enableNotReachableForwarding "
type ="
xs :boolean
"/>
<
xs:element name ="
notReachableForwardToPhoneNumber "
type ="
OutgoingDNorSIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
makeBusyWhenNotReachable "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMeetMeConferencingAddInstanceRequest18
Abstract
no
Documentation
Add a Meet-Me Conferencing bridge to a group.
The domain is required in the serviceUserId.
The response is either SuccessResponse or ErrorResponse.
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]
<allowIndividualOutDial>
xs :boolean </allowIndividualOutDial>
[1]
<conferenceHostUserId>
UserId
</conferenceHostUserId>
[0..*]
<playWarningPrompt>
xs :boolean </playWarningPrompt>
[1]
<enableMaxConferenceDuration>
xs :boolean </enableMaxConferenceDuration>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMeetMeConferencingAddInstanceRequest18 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
allowIndividualOutDial "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceHostUserId "
type ="
UserId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
playWarningPrompt "
type ="
xs :boolean
"/>
<
xs:element name ="
enableMaxConferenceDuration "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMeetMeConferencingGetInstanceRequest18
Abstract
no
Documentation
Request to get all the information of a Meet-Me Conferencing bridge.
The response is either GroupMeetMeConferencingGetInstanceResponse18 or ErrorResponse.
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]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMeetMeConferencingGetInstanceRequest18 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupMeetMeConferencingGetInstanceResponse18
Abstract
no
Documentation
Response to GroupMeetMeConferencingGetInstanceRequest18.
Contains the service profile information and a table of assigned hosts.
The table has column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name",
"Hiragana First Name", Phone Number", "Extension", "Department", "Email Address".
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowIndividualOutDial>
xs :boolean </allowIndividualOutDial>
[1]
<conferenceHostUserTable>
core :OCITable
</conferenceHostUserTable>
[1]
<playWarningPrompt>
xs :boolean </playWarningPrompt>
[1]
<enableMaxConferenceDuration>
xs :boolean </enableMaxConferenceDuration>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMeetMeConferencingGetInstanceResponse18 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
allowIndividualOutDial "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceHostUserTable "
type ="
core :OCITable
"/>
<
xs:element name ="
playWarningPrompt "
type ="
xs :boolean
"/>
<
xs:element name ="
enableMaxConferenceDuration "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMusicOnHoldGetInstanceRequest16
Abstract
no
Documentation
Get a Music On Hold data for a group or department instance.
The response is either GroupMusicOnHoldGetInstanceResponse16 or ErrorResponse.
Replaced by: GroupMusicOnHoldGetInstanceRequest19.
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 ="
GroupMusicOnHoldGetInstanceRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
department "
type ="
DepartmentKey
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupMusicOnHoldGetInstanceResponse16
Abstract
no
Documentation
Response to the GroupMusicOnHoldGetInstanceRequest16.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<isActiveDuringCallHold>
xs :boolean </isActiveDuringCallHold>
[1]
<isActiveDuringCallPark>
xs :boolean </isActiveDuringCallPark>
[1]
<isActiveDuringBusyCampOn>
xs :boolean </isActiveDuringBusyCampOn>
[1]
<enableVideo>
xs :boolean </enableVideo>
[1]
<useAlternateSourceForInternalCalls>
xs :boolean </useAlternateSourceForInternalCalls>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMusicOnHoldGetInstanceResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
isActiveDuringCallHold "
type ="
xs :boolean
"/>
<
xs:element name ="
isActiveDuringCallPark "
type ="
xs :boolean
"/>
<
xs:element name ="
isActiveDuringBusyCampOn "
type ="
xs :boolean
"/>
<
xs:element name ="
enableVideo "
type ="
xs :boolean
"/>
<
xs:element name ="
useAlternateSourceForInternalCalls "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupPortalPasscodeRulesGetRequest
Abstract
no
Documentation
Requests the group's passcode rules setting.
The response is either GroupPortalPasscodeRulesGetResponse 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 ="
GroupPortalPasscodeRulesGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupPortalPasscodeRulesGetResponse
Abstract
no
Documentation
Response to GroupPortalPasscodeRulesGetRequest.
Contains the group's passcode rules setting.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<disallowRepeatedDigits>
xs :boolean </disallowRepeatedDigits>
[1]
<disallowUserNumber>
xs :boolean </disallowUserNumber>
[1]
<disallowReversedUserNumber>
xs :boolean </disallowReversedUserNumber>
[1]
<disallowOldPasscode>
xs :boolean </disallowOldPasscode>
[1]
<disallowReversedOldPasscode>
xs :boolean </disallowReversedOldPasscode>
[1]
<disableLoginAfterMaxFailedLoginAttempts>
xs :boolean </disableLoginAfterMaxFailedLoginAttempts>
[1]
<expirePassword>
xs :boolean </expirePassword>
[1]
<sendLoginDisabledNotifyEmail>
xs :boolean </sendLoginDisabledNotifyEmail>
[1]
<loginDisabledNotifyEmailAddress>
EmailAddress
</loginDisabledNotifyEmailAddress>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupPortalPasscodeRulesGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
disallowRepeatedDigits "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowUserNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowReversedUserNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowOldPasscode "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowReversedOldPasscode "
type ="
xs :boolean
"/>
<
xs:element name ="
disableLoginAfterMaxFailedLoginAttempts "
type ="
xs :boolean
"/>
<
xs:element name ="
expirePassword "
type ="
xs :boolean
"/>
<
xs:element name ="
sendLoginDisabledNotifyEmail "
type ="
xs :boolean
"/>
<
xs:element name ="
loginDisabledNotifyEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupRoutePointGetAnnouncementRequest
Abstract
no
Documentation
Get a route point's announcement settings.
The response is either a GroupRoutePointGetAnnouncementResponse or an ErrorResponse.
Replaced by: GroupRoutePointGetAnnouncementRequest19.
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 ="
GroupRoutePointGetAnnouncementRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupRoutePointGetAnnouncementResponse
Abstract
no
Documentation
Response to the GroupRoutePointGetAnnouncementRequest.
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 ="
GroupRoutePointGetAnnouncementResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupRoutePointGetDNISAnnouncementRequest
Abstract
no
Documentation
Get a route point's DNIS Announcements
The response is either a GroupRoutePointGetDNISAnnouncementResponse or an ErrorResponse.
Replaced by: GroupRoutePointGetDNISAnnouncementRequest19.
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 ="
GroupRoutePointGetDNISAnnouncementRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
dnisKey "
type ="
DNISKey
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupRoutePointGetDNISAnnouncementResponse
Abstract
no
Documentation
Response to the GroupRoutePointGetDNISAnnouncementRequest.
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 ="
GroupRoutePointGetDNISAnnouncementResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupAddInstanceRequest17sp4
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]
<allowTerminationToTrunkGroupIdentity>
xs :boolean </allowTerminationToTrunkGroupIdentity>
[1]
<allowTerminationToDtgIdentity>
xs :boolean </allowTerminationToDtgIdentity>
[1]
<includeTrunkGroupIdentity>
xs :boolean </includeTrunkGroupIdentity>
[1]
<includeDtgIdentity>
xs :boolean </includeDtgIdentity>
[1]
<includeTrunkGroupIdentityForNetworkCalls>
xs :boolean </includeTrunkGroupIdentityForNetworkCalls>
[1]
<includeOtgIdentityForNetworkCalls>
xs :boolean </includeOtgIdentityForNetworkCalls>
[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]
<peeringDomain>
DomainName
</peeringDomain>
[0..1]
<routeToPeeringDomain>
xs :boolean </routeToPeeringDomain>
[1]
<prefixEnabled>
xs :boolean </prefixEnabled>
[1]
<statefulReroutingEnabled>
xs :boolean </statefulReroutingEnabled>
[1]
<sendContinuousOptionsMessage>
xs :boolean </sendContinuousOptionsMessage>
[1]
<useSystemCallingLineAssertedIdentityPolicy>
xs :boolean </useSystemCallingLineAssertedIdentityPolicy>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupAddInstanceRequest17sp4 ">
<
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 ="
allowTerminationToTrunkGroupIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
allowTerminationToDtgIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
includeTrunkGroupIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
includeDtgIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
includeTrunkGroupIdentityForNetworkCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
includeOtgIdentityForNetworkCalls "
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:element name ="
peeringDomain "
type ="
DomainName
"
minOccurs ="
0 "/>
<
xs:element name ="
routeToPeeringDomain "
type ="
xs :boolean
"/>
<
xs:element name ="
prefixEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
statefulReroutingEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
sendContinuousOptionsMessage "
type ="
xs :boolean
"/>
<
xs:element name ="
useSystemCallingLineAssertedIdentityPolicy "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupTrunkGroupGetInstanceRequest17sp4
Abstract
no
Documentation
Get a Trunk Group Instance's profile.
The response is either a GroupTrunkGroupGetInstanceResponse17sp4 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", "Phone Number", "Extension",
"Department", "Email Address".
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 ="
GroupTrunkGroupGetInstanceRequest17sp4 ">
<
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
GroupTrunkGroupGetInstanceRequest17sp4V2
Abstract
no
Documentation
Get a Trunk Group Instance's profile.
The response is either a GroupTrunkGroupGetInstanceResponse17sp4V2 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".
Replaced by: GroupTrunkGroupGetInstanceRequest19V2
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 ="
GroupTrunkGroupGetInstanceRequest17sp4V2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupGetInstanceResponse17sp4
Abstract
no
Documentation
Response to GroupTrunkGroupGetInstanceRequest17sp4.
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", "Phone Number",
"Extension", "Department", "Email Address".
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]
<allowTerminationToTrunkGroupIdentity>
xs :boolean </allowTerminationToTrunkGroupIdentity>
[1]
<allowTerminationToDtgIdentity>
xs :boolean </allowTerminationToDtgIdentity>
[1]
<includeTrunkGroupIdentity>
xs :boolean </includeTrunkGroupIdentity>
[1]
<includeDtgIdentity>
xs :boolean </includeDtgIdentity>
[1]
<includeTrunkGroupIdentityForNetworkCalls>
xs :boolean </includeTrunkGroupIdentityForNetworkCalls>
[1]
<includeOtgIdentityForNetworkCalls>
xs :boolean </includeOtgIdentityForNetworkCalls>
[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]
<peeringDomain>
DomainName
</peeringDomain>
[0..1]
<routeToPeeringDomain>
xs :boolean </routeToPeeringDomain>
[1]
<prefixEnabled>
xs :boolean </prefixEnabled>
[1]
<statefulReroutingEnabled>
xs :boolean </statefulReroutingEnabled>
[1]
<sendContinuousOptionsMessage>
xs :boolean </sendContinuousOptionsMessage>
[1]
<useSystemCallingLineAssertedIdentityPolicy>
xs :boolean </useSystemCallingLineAssertedIdentityPolicy>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceResponse17sp4 ">
<
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 ="
allowTerminationToTrunkGroupIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
allowTerminationToDtgIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
includeTrunkGroupIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
includeDtgIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
includeTrunkGroupIdentityForNetworkCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
includeOtgIdentityForNetworkCalls "
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:element name ="
peeringDomain "
type ="
DomainName
"
minOccurs ="
0 "/>
<
xs:element name ="
routeToPeeringDomain "
type ="
xs :boolean
"/>
<
xs:element name ="
prefixEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
statefulReroutingEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
sendContinuousOptionsMessage "
type ="
xs :boolean
"/>
<
xs:element name ="
useSystemCallingLineAssertedIdentityPolicy "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupTrunkGroupGetInstanceResponse17sp4V2
Abstract
no
Documentation
Response to GroupTrunkGroupGetInstanceRequest17sp4V2.
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".
Replaced by: GroupTrunkGroupGetInstanceResponse19V2
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]
<allowTerminationToTrunkGroupIdentity>
xs :boolean </allowTerminationToTrunkGroupIdentity>
[1]
<allowTerminationToDtgIdentity>
xs :boolean </allowTerminationToDtgIdentity>
[1]
<includeTrunkGroupIdentity>
xs :boolean </includeTrunkGroupIdentity>
[1]
<includeDtgIdentity>
xs :boolean </includeDtgIdentity>
[1]
<includeTrunkGroupIdentityForNetworkCalls>
xs :boolean </includeTrunkGroupIdentityForNetworkCalls>
[1]
<includeOtgIdentityForNetworkCalls>
xs :boolean </includeOtgIdentityForNetworkCalls>
[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]
<peeringDomain>
DomainName
</peeringDomain>
[0..1]
<routeToPeeringDomain>
xs :boolean </routeToPeeringDomain>
[1]
<prefixEnabled>
xs :boolean </prefixEnabled>
[1]
<statefulReroutingEnabled>
xs :boolean </statefulReroutingEnabled>
[1]
<sendContinuousOptionsMessage>
xs :boolean </sendContinuousOptionsMessage>
[1]
<useSystemCallingLineAssertedIdentityPolicy>
xs :boolean </useSystemCallingLineAssertedIdentityPolicy>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupTrunkGroupGetInstanceResponse17sp4V2 ">
<
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 ="
allowTerminationToTrunkGroupIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
allowTerminationToDtgIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
includeTrunkGroupIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
includeDtgIdentity "
type ="
xs :boolean
"/>
<
xs:element name ="
includeTrunkGroupIdentityForNetworkCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
includeOtgIdentityForNetworkCalls "
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:element name ="
peeringDomain "
type ="
DomainName
"
minOccurs ="
0 "/>
<
xs:element name ="
routeToPeeringDomain "
type ="
xs :boolean
"/>
<
xs:element name ="
prefixEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
statefulReroutingEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
sendContinuousOptionsMessage "
type ="
xs :boolean
"/>
<
xs:element name ="
useSystemCallingLineAssertedIdentityPolicy "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
MusicOnHoldSourceRead16
Abstract
no
Documentation
Contains the music on hold source configuration.
Replaced by: MusicOnHoldSourceRead19.
XML Instance Representation
<...>
<audioFilePreferredCodec>
AudioFileCodec
</audioFilePreferredCodec>
[1]
<customSource>
[0..1]
</customSource>
<externalSource>
[0..1]
</externalSource>
</...>
Schema Component Representation
<
xs:complexType name ="
MusicOnHoldSourceRead16 ">
<
xs:sequence >
<
xs:element name ="
customSource "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element name ="
audioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
audioMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
<
xs:element name ="
videoFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
videoMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element name ="
externalSource "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:sequence >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceGetRequest16
Abstract
no
Documentation
Requests the configuration of a specified service provider access device.
The response is either ServiceProviderAccessDeviceGetResponse16 or ErrorResponse.
Replaced by: ServiceProviderAccessDeviceGetRequest19
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 ="
ServiceProviderAccessDeviceGetRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAccessDeviceGetResponse16
Abstract
no
Documentation
Response to ServiceProviderAccessDeviceGetRequest16.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<outboundProxyServerNetAddress>
NetAddress
</outboundProxyServerNetAddress>
[0..1]
<stunServerNetAddress>
NetAddress
</stunServerNetAddress>
[0..1]
<numberOfAssignedPorts>
xs :int </numberOfAssignedPorts>
[1]
<mobilityManagerProvisioningURL>
URL
</mobilityManagerProvisioningURL>
[0..1]
<mobilityManagerDefaultOriginatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultOriginatingServiceKey>
[0..1]
<mobilityManagerDefaultTerminatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultTerminatingServiceKey>
[0..1]
<useCustomUserNamePassword>
xs :boolean </useCustomUserNamePassword>
[0..1]
<userName>
UserId
</userName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceGetResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
port "
type ="
Port1025
"
minOccurs ="
0 "/>
<
xs:element name ="
outboundProxyServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
stunServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
numberOfAssignedPorts "
type ="
xs :int
"/>
<
xs:element name ="
mobilityManagerProvisioningURL "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
useCustomUserNamePassword "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
userName "
type ="
UserId
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderPortalPasscodeRulesGetRequest
Abstract
no
Documentation
Requests the service provider's passcode rules setting.
The response is either ServiceProviderPortalPasscodeRulesGetResponse 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 ="
ServiceProviderPortalPasscodeRulesGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderPortalPasscodeRulesGetResponse
Abstract
no
Documentation
Response to ServiceProviderPortalPasscodeRulesGetRequest.
Contains the service provider's passcode rules setting.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<disallowRepeatedDigits>
xs :boolean </disallowRepeatedDigits>
[1]
<disallowUserNumber>
xs :boolean </disallowUserNumber>
[1]
<disallowReversedUserNumber>
xs :boolean </disallowReversedUserNumber>
[1]
<disallowOldPasscode>
xs :boolean </disallowOldPasscode>
[1]
<disallowReversedOldPasscode>
xs :boolean </disallowReversedOldPasscode>
[1]
<disableLoginAfterMaxFailedLoginAttempts>
xs :boolean </disableLoginAfterMaxFailedLoginAttempts>
[1]
<expirePassword>
xs :boolean </expirePassword>
[1]
<sendLoginDisabledNotifyEmail>
xs :boolean </sendLoginDisabledNotifyEmail>
[1]
<loginDisabledNotifyEmailAddress>
EmailAddress
</loginDisabledNotifyEmailAddress>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderPortalPasscodeRulesGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
disallowRepeatedDigits "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowUserNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowReversedUserNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowOldPasscode "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowReversedOldPasscode "
type ="
xs :boolean
"/>
<
xs:element name ="
disableLoginAfterMaxFailedLoginAttempts "
type ="
xs :boolean
"/>
<
xs:element name ="
expirePassword "
type ="
xs :boolean
"/>
<
xs:element name ="
sendLoginDisabledNotifyEmail "
type ="
xs :boolean
"/>
<
xs:element name ="
loginDisabledNotifyEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemAccessDeviceGetRequest16
Abstract
no
Documentation
Requests the configuration of a specified system access device.
The response is either SystemAccessDeviceGetResponse16 or ErrorResponse.
Replaced by: SystemAccessDeviceGetRequest19
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 ="
SystemAccessDeviceGetRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemAccessDeviceGetResponse16
Abstract
no
Documentation
Response to SystemAccessDeviceGetRequest16
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<outboundProxyServerNetAddress>
NetAddress
</outboundProxyServerNetAddress>
[0..1]
<stunServerNetAddress>
NetAddress
</stunServerNetAddress>
[0..1]
<numberOfAssignedPorts>
xs :int </numberOfAssignedPorts>
[1]
<mobilityManagerProvisioningURL>
URL
</mobilityManagerProvisioningURL>
[0..1]
<mobilityManagerDefaultOriginatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultOriginatingServiceKey>
[0..1]
<mobilityManagerDefaultTerminatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultTerminatingServiceKey>
[0..1]
<useCustomUserNamePassword>
xs :boolean </useCustomUserNamePassword>
[0..1]
<userName>
UserId
</userName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemAccessDeviceGetResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
port "
type ="
Port1025
"
minOccurs ="
0 "/>
<
xs:element name ="
outboundProxyServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
stunServerNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
numberOfAssignedPorts "
type ="
xs :int
"/>
<
xs:element name ="
mobilityManagerProvisioningURL "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
useCustomUserNamePassword "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
userName "
type ="
UserId
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallCenterGetRequest17
Abstract
no
Documentation
Request the system level data associated with Call Center.
The response is either a SystemCallCenterGetResponse17 or an
ErrorResponse.
Replaced by SystemCallCenterGetRequest17sp4.
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 ="
SystemCallCenterGetRequest17 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallCenterGetRequest17sp4
Abstract
no
Documentation
Request the system level data associated with Call Center.
The response is either a SystemCallCenterGetResponse17sp4 or an
ErrorResponse.
Replaced by: SystemCallCenterGetRequest19
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallCenterGetRequest17sp4 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCallCenterGetResponse17
Abstract
no
Documentation
Response to SystemCallCenterGetRequest17.
Replaced by SystemCallCenterGetResponse17sp4.
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]
<defaultPlayRingWhenOfferCall>
xs :boolean </defaultPlayRingWhenOfferCall>
[1]
<playToneToAgentForEmergencyCall>
xs :boolean </playToneToAgentForEmergencyCall>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallCenterGetResponse17 ">
<
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:element name ="
defaultPlayRingWhenOfferCall "
type ="
xs :boolean
"/>
<
xs:element name ="
playToneToAgentForEmergencyCall "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCallCenterGetResponse17sp4
Abstract
no
Documentation
Response to SystemCallCenterGetRequest17sp4.
Replaced by: SystemCallCenterGetResponse19.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
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]
<forceAgentUnavailableOnNotReachable>
xs :boolean </forceAgentUnavailableOnNotReachable>
[1]
<defaultPlayRingWhenOfferCall>
xs :boolean </defaultPlayRingWhenOfferCall>
[1]
<playToneToAgentForEmergencyCall>
xs :boolean </playToneToAgentForEmergencyCall>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallCenterGetResponse17sp4 ">
<
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:element name ="
forceAgentUnavailableOnNotReachable "
type ="
xs :boolean
"/>
<
xs:element name ="
defaultPlayRingWhenOfferCall "
type ="
xs :boolean
"/>
<
xs:element name ="
playToneToAgentForEmergencyCall "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallCenterReportingServerGetListRequest
Abstract
no
Documentation
Request to get a list of Call Center Reporting Server.
The response is either SystemCallCenterReportingServerGetListResponse or ErrorResponse.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallCenterReportingServerGetListRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCallCenterReportingServerGetListResponse
Abstract
no
Documentation
Response to SystemCallCenterReportingServerGetListRequest. The table columns are:
"Name", "URL", "Net Address", and "Description".
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<reportingServerTable>
core :OCITable
</reportingServerTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallCenterReportingServerGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCallRecordingAddPlatformRequest
Abstract
no
Documentation
Add a Call Recording platform.
The response is either a SuccessResponse or an ErrorResponse.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCallRecordingAddPlatformRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
netAddress "
type ="
NetAddress
"/>
<
xs:element name ="
port "
type ="
Port
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCAPParametersGetRequest14sp3
Abstract
no
Documentation
Request to get the list of CAP system parameters.
The response is either SystemCAPParametersGetResponse14sp3 or ErrorResponse.
Replaced by SystemCAPParametersGetRequest19
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCAPParametersGetRequest14sp3 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemCAPParametersGetResponse14sp3
Abstract
no
Documentation
Response to SystemCAPParametersGetListRequest14sp3.
Contains a list of system CAP parameters.
Replaced by SystemCAPParametersGetResponse19
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableConnectionPing>
xs :boolean </enableConnectionPing>
[1]
<CCC2ServerPort>
Port1025
</CCC2ServerPort>
[1]
<capServerCallCenterPort>
Port1025
</capServerCallCenterPort>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCAPParametersGetResponse14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
serverPort "
type ="
Port1025
"/>
<
xs:element name ="
enableConnectionPing "
type ="
xs :boolean
"/>
<
xs:element name ="
CCC2ServerPort "
type ="
Port1025
"/>
<
xs:element name ="
capServerCallCenterPort "
type ="
Port1025
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemCAPParametersModifyRequest
Abstract
no
Documentation
Request to modify CAP system parameters.
The response is either SuccessResponse or ErrorResponse.
Replaced by SystemCAPParametersModifyRequest19
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. -->
<serverPort>
Port1025
</serverPort>
[0..1]
<enableConnectionPing>
xs :boolean </enableConnectionPing>
[0..1]
<CCC2ServerPort>
Port1025
</CCC2ServerPort>
[0..1]
<capServerCallCenterPort>
Port1025
</capServerCallCenterPort>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemCAPParametersModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serverPort "
type ="
Port1025
"
minOccurs ="
0 "/>
<
xs:element name ="
enableConnectionPing "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
CCC2ServerPort "
type ="
Port1025
"
minOccurs ="
0 "/>
<
xs:element name ="
capServerCallCenterPort "
type ="
Port1025
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemDeviceTypeGetAvailableListRequest14sp3
Abstract
no
Documentation
Requests a list of non-obsolete Identity/device profile types defined in the system. It is possible
to get either all conference device types or all non-conferernce types. This command is similar
to the SystemSIPDeviceTypeGetListRequest and SystemMGCPDeviceTypeGetListRequest
but gets both SIP and MGCP types.
The response is either SystemDeviceTypeGetlAvailableListResponse14sp1 or ErrorResponse.
Replaced by: SystemDeviceTypeGetAvailableListRequest19.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowConference>
xs :boolean </allowConference>
[1]
<allowMusicOnHold>
xs :boolean </allowMusicOnHold>
[1]
<onlyConference>
xs :boolean </onlyConference>
[1]
<onlyVideoCapable>
xs :boolean </onlyVideoCapable>
[1]
<onlyOptionalIpAddress>
xs :boolean </onlyOptionalIpAddress>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemDeviceTypeGetAvailableListRequest14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
allowConference "
type ="
xs :boolean
"/>
<
xs:element name ="
allowMusicOnHold "
type ="
xs :boolean
"/>
<
xs:element name ="
onlyConference "
type ="
xs :boolean
"/>
<
xs:element name ="
onlyVideoCapable "
type ="
xs :boolean
"/>
<
xs:element name ="
onlyOptionalIpAddress "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemDeviceTypeGetAvailableListResponse14sp3
Abstract
no
Documentation
Response to SystemDeviceTypeGetAvailableListRequest14sp3.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<typeInfo>
[0..*]
<staticRegistrationCapable>
xs :boolean </staticRegistrationCapable>
[1]
<isIpAddressOptional>
xs :boolean </isIpAddressOptional>
[1]
<useDomain>
xs :boolean </useDomain>
[1]
<isMobilityManagerDevice>
xs :boolean </isMobilityManagerDevice>
[1]
</typeInfo>
</...>
Schema Component Representation
<
xs:complexType name ="
SystemDeviceTypeGetAvailableListResponse14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
deviceType "
type ="
AccessDeviceType
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
typeInfo "
minOccurs ="
0 "
maxOccurs ="
unbounded ">
<
xs:complexType >
<
xs:sequence >
<
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:complexType >
</
xs:element >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemDeviceTypeGetRequest18
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 SystemDeviceTypeGetResponse18 or ErrorResponse.
Note: The elements deviceTypeConfigurationOption applies to SIP device types only. Therefore, only present in the response when the device type is SIP.
Replaced by: SystemSIPDeviceTypeGetRequest19.
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 ="
SystemDeviceTypeGetRequest18 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemDeviceTypeGetResponse18
Abstract
no
Documentation
Response to SystemDeviceTypeGetRequest18.
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 ="
SystemDeviceTypeGetResponse18 ">
<
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
SystemIntegratedIMPGetRequest
Abstract
no
Documentation
Get the system Integrated IMP service attributes.
The response is either SystemIntegratedIMPGetResponse or ErrorResponse.
Replaced by SystemIntegratedIMPGetRequest19.
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 ="
SystemIntegratedIMPGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemIntegratedIMPGetResponse
Abstract
no
Documentation
Response to the SystemIntegratedIMPGetRequest.
The response contains the system Integrated IMP service attributes.
Replaced by SystemIntegratedIMPGetResponse19.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceDomain>
DomainName
</serviceDomain>
[0..1]
<servicePort>
Port
</servicePort>
[0..1]
<addServiceProviderInIMPUserId>
xs :boolean </addServiceProviderInIMPUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemIntegratedIMPGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
serviceDomain "
type ="
DomainName
"
minOccurs ="
0 "/>
<
xs:element name ="
servicePort "
type ="
Port
"
minOccurs ="
0 "/>
<
xs:element name ="
addServiceProviderInIMPUserId "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemMeetMeConferencingGetRequest18
Abstract
no
Documentation
Request the system level data associated with Meet-Me Conferencing functions.
The response is either a SystemMeetMeConferencingGetResponse18 or an ErrorResponse.
Replaced by SystemMeetMeConferencingGetRequest19
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemMeetMeConferencingGetRequest18 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemMeetMeConferencingGetResponse18
Abstract
no
Documentation
Response to SystemMeetMeConferencingGetRequest18.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableConferenceEndDateRestriction>
xs :boolean </enableConferenceEndDateRestriction>
[1]
<deleteExpiredConferencesAfterHoldPeriod>
xs :boolean </deleteExpiredConferencesAfterHoldPeriod>
[1]
<recordingWebAppURL>
URL
</recordingWebAppURL>
[0..1]
<terminateAfterGracePeriod>
xs :boolean </terminateAfterGracePeriod>
[1]
<enableConferenceExpiryNotification>
xs :boolean </enableConferenceExpiryNotification>
[1]
<enableActiveConferenceNotification>
xs :boolean </enableActiveConferenceNotification>
[1]
<conferenceFromAddress>
EmailAddress
</conferenceFromAddress>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemMeetMeConferencingGetResponse18 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableConferenceEndDateRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
deleteExpiredConferencesAfterHoldPeriod "
type ="
xs :boolean
"/>
<
xs:element name ="
recordingWebAppURL "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
terminateAfterGracePeriod "
type ="
xs :boolean
"/>
<
xs:element name ="
enableConferenceExpiryNotification "
type ="
xs :boolean
"/>
<
xs:element name ="
enableActiveConferenceNotification "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceFromAddress "
type ="
EmailAddress
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemNumberActivationGetRequest
Abstract
no
Documentation
Request to get the Number Activation state.
The response is either SystemNumberActivationGetResponse 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 ="
SystemNumberActivationGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemNumberActivationGetResponse
Abstract
no
Documentation
Response to SystemNumberActivationGetRequest.
Contains the system number activation setting.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useNumberActivation>
xs :boolean </useNumberActivation>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemNumberActivationGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useNumberActivation "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemNumberActivationModifyRequest
Abstract
no
Documentation
Request to modify system number activation setting.
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. -->
<useNumberActivation>
xs :boolean </useNumberActivation>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemNumberActivationModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
useNumberActivation "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemPortalPasscodeRulesGetRequest
Abstract
no
Documentation
Requests the system passcode rules setting.
The response is either SystemPortalPasscodeRulesGetResponse 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 ="
SystemPortalPasscodeRulesGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemPortalPasscodeRulesGetResponse
Abstract
no
Documentation
Response to SystemPortalPasscodeRulesGetRequest.
Contains the system passcode rules setting.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<disallowRepeatedDigits>
xs :boolean </disallowRepeatedDigits>
[1]
<disallowUserNumber>
xs :boolean </disallowUserNumber>
[1]
<disallowReversedUserNumber>
xs :boolean </disallowReversedUserNumber>
[1]
<disallowOldPasscode>
xs :boolean </disallowOldPasscode>
[1]
<disallowReversedOldPasscode>
xs :boolean </disallowReversedOldPasscode>
[1]
<disableLoginAfterMaxFailedLoginAttempts>
xs :boolean </disableLoginAfterMaxFailedLoginAttempts>
[1]
<expirePassword>
xs :boolean </expirePassword>
[1]
<sendLoginDisabledNotifyEmail>
xs :boolean </sendLoginDisabledNotifyEmail>
[1]
<loginDisabledNotifyEmailAddress>
EmailAddress
</loginDisabledNotifyEmailAddress>
[0..1]
<defaultPassword>
Password
</defaultPassword>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemPortalPasscodeRulesGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
disallowRepeatedDigits "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowUserNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowReversedUserNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowOldPasscode "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowReversedOldPasscode "
type ="
xs :boolean
"/>
<
xs:element name ="
disableLoginAfterMaxFailedLoginAttempts "
type ="
xs :boolean
"/>
<
xs:element name ="
expirePassword "
type ="
xs :boolean
"/>
<
xs:element name ="
sendLoginDisabledNotifyEmail "
type ="
xs :boolean
"/>
<
xs:element name ="
loginDisabledNotifyEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
defaultPassword "
type ="
Password
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSelectiveServicesGetRequest
Abstract
no
Documentation
Request the system level data associated with Selective Services.
The response is either a SystemSelectiveServicesGetResponse or an
ErrorResponse.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSelectiveServicesGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSelectiveServicesGetResponse
Abstract
no
Documentation
Response to SystemSelectiveServicesGetRequest.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
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 ="
SystemSelectiveServicesGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeAddRequest18
Abstract
no
Documentation
Request to add a sip device type.
The response is either SuccessResponse or ErrorResponse.
The following elements are only used in HSS data mode:
enable3G4GContinuity
Replaced by: SystemSIPDeviceTypeAddRequest19
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]
<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]
<supportCallCenterMIMEType>
xs :boolean </supportCallCenterMIMEType>
[1]
<addPCalledPartyId>
xs :boolean </addPCalledPartyId>
[1]
<supportIdentityInUpdateAndReInvite>
xs :boolean </supportIdentityInUpdateAndReInvite>
[1]
<enable3G4GContinuity>
xs :boolean </enable3G4GContinuity>
[1]
<supportEmergencyDisconnectControl>
xs :boolean </supportEmergencyDisconnectControl>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeAddRequest18 ">
<
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 ="
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:element name ="
supportCallCenterMIMEType "
type ="
xs :boolean
"/>
<
xs:element name ="
trunkMode "
type ="
TrunkMode
"/>
<
xs:element name ="
addPCalledPartyId "
type ="
xs :boolean
"/>
<
xs:element name ="
supportIdentityInUpdateAndReInvite "
type ="
xs :boolean
"/>
<
xs:element name ="
enable3G4GContinuity "
type ="
xs :boolean
"/>
<
xs:element name ="
supportEmergencyDisconnectControl "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeAddRequest18sp1
Abstract
no
Documentation
Request to add a sip device type.
The response is either SuccessResponse or ErrorResponse.
The following elements are only used in HSS data mode:
enable3G4GContinuity, use value "false" in AS data mode
The following elements are only used in AS data mode:
holdAnnouncementMethod, use value "useInactive" in HSS data mode
The following element values are only applicable in AS data mode:
holdNormalization=useRfc3264Hold will raise an error in HSS data mode
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]
<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]
<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]
<supportCallCenterMIMEType>
xs :boolean </supportCallCenterMIMEType>
[1]
<addPCalledPartyId>
xs :boolean </addPCalledPartyId>
[1]
<supportIdentityInUpdateAndReInvite>
xs :boolean </supportIdentityInUpdateAndReInvite>
[1]
<enable3G4GContinuity>
xs :boolean </enable3G4GContinuity>
[1]
<supportEmergencyDisconnectControl>
xs :boolean </supportEmergencyDisconnectControl>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeAddRequest18sp1 ">
<
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 ="
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 ="
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:element name ="
supportCallCenterMIMEType "
type ="
xs :boolean
"/>
<
xs:element name ="
trunkMode "
type ="
TrunkMode
"/>
<
xs:element name ="
addPCalledPartyId "
type ="
xs :boolean
"/>
<
xs:element name ="
supportIdentityInUpdateAndReInvite "
type ="
xs :boolean
"/>
<
xs:element name ="
enable3G4GContinuity "
type ="
xs :boolean
"/>
<
xs:element name ="
supportEmergencyDisconnectControl "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeAddRequest18sp1V2
Abstract
no
Documentation
Request to add a sip device type.
The response is either SuccessResponse or ErrorResponse.
The following elements are only used in HSS data mode:
enable3G4GContinuity, use value "false" in AS data mode
The following elements are only used in AS data mode:
holdAnnouncementMethod, use value "useInactive" in HSS data mode
supportRFC3398, use value "false" in HSS data mode
The following element values are only applicable in AS data mode:
holdNormalization=useRfc3264Hold will raise an error in HSS data mode
Replaced by: SystemSIPDeviceTypeAddRequest19.
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]
<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]
<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]
<supportCallCenterMIMEType>
xs :boolean </supportCallCenterMIMEType>
[1]
<addPCalledPartyId>
xs :boolean </addPCalledPartyId>
[1]
<supportIdentityInUpdateAndReInvite>
xs :boolean </supportIdentityInUpdateAndReInvite>
[1]
<enable3G4GContinuity>
xs :boolean </enable3G4GContinuity>
[1]
<supportEmergencyDisconnectControl>
xs :boolean </supportEmergencyDisconnectControl>
[1]
<supportRFC3398>
xs :boolean </supportRFC3398>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeAddRequest18sp1V2 ">
<
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 ="
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 ="
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:element name ="
supportCallCenterMIMEType "
type ="
xs :boolean
"/>
<
xs:element name ="
trunkMode "
type ="
TrunkMode
"/>
<
xs:element name ="
addPCalledPartyId "
type ="
xs :boolean
"/>
<
xs:element name ="
supportIdentityInUpdateAndReInvite "
type ="
xs :boolean
"/>
<
xs:element name ="
enable3G4GContinuity "
type ="
xs :boolean
"/>
<
xs:element name ="
supportEmergencyDisconnectControl "
type ="
xs :boolean
"/>
<
xs:element name ="
supportRFC3398 "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeFileAddRequest18
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. -->
<useHttpDigestAuthentication>
xs :boolean </useHttpDigestAuthentication>
[1]
<macBasedFileAuthentication>
xs :boolean </macBasedFileAuthentication>
[1]
<userNamePasswordFileAuthentication>
xs :boolean </userNamePasswordFileAuthentication>
[1]
<macInNonRequestURI>
xs :boolean </macInNonRequestURI>
[1]
<allowHttp>
xs :boolean </allowHttp>
[1]
<allowHttps>
xs :boolean </allowHttps>
[1]
<allowTftp>
xs :boolean </allowTftp>
[1]
<enableCaching>
xs :boolean </enableCaching>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeFileAddRequest18 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
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:element name ="
allowHttp "
type ="
xs :boolean
"/>
<
xs:element name ="
allowHttps "
type ="
xs :boolean
"/>
<
xs:element name ="
allowTftp "
type ="
xs :boolean
"/>
<
xs:element name ="
enableCaching "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeFileGetRequest18
Abstract
no
Documentation
Request to get a sip device type file.
The response is either SystemSIPDeviceTypeFileGetResponse18 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 ="
SystemSIPDeviceTypeFileGetRequest18 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeFileGetResponse18
Abstract
no
Documentation
Response to SystemSIPDeviceTypeFileGetRequest18.
Take note:
1. accessUrl may have undefined content.
When it is the case, undefined content is put between [].
It may also be set to "Error Access FQDN Not Provisioned" when the access FQDN is not set,
or "Error Access Context Name Not Provisioned" when the context name is not set.
2. repositoryUrl may be set to "DEVICE_CONFIGURATION_FILE_REPOSITORY_MISSING", if there is no file repository defined.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useHttpDigestAuthentication>
xs :boolean </useHttpDigestAuthentication>
[1]
<macBasedFileAuthentication>
xs :boolean </macBasedFileAuthentication>
[1]
<userNamePasswordFileAuthentication>
xs :boolean </userNamePasswordFileAuthentication>
[1]
<macInNonRequestURI>
xs :boolean </macInNonRequestURI>
[1]
<accessUrl>
URL
</accessUrl>
[1]
<repositoryUrl>
URL
</repositoryUrl>
[0..1]
<templateUrl>
URL
</templateUrl>
[0..1]
<allowHttp>
xs :boolean </allowHttp>
[1]
<allowHttps>
xs :boolean </allowHttps>
[1]
<allowTftp>
xs :boolean </allowTftp>
[1]
<enableCaching>
xs :boolean </enableCaching>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeFileGetResponse18 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
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:element name ="
accessUrl "
type ="
URL
"/>
<
xs:element name ="
repositoryUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
templateUrl "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
allowHttp "
type ="
xs :boolean
"/>
<
xs:element name ="
allowHttps "
type ="
xs :boolean
"/>
<
xs:element name ="
allowTftp "
type ="
xs :boolean
"/>
<
xs:element name ="
enableCaching "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeGetRequest18
Abstract
no
Documentation
Request to get a sip device type.
See Also: SystemDeviceTypeGetRequest
The response is either SystemSIPDeviceTypeGetResponse18 or ErrorResponse.
Replaced by: SystemSIPDeviceTypeGetRequest19
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 ="
SystemSIPDeviceTypeGetRequest18 ">
<
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
SystemSIPDeviceTypeGetRequest18sp1
Abstract
no
Documentation
Request to get a sip device type.
See Also: SystemDeviceTypeGetRequest
The response is either SystemSIPDeviceTypeGetResponse18sp1 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 ="
SystemSIPDeviceTypeGetRequest18sp1 ">
<
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
SystemSIPDeviceTypeGetRequest18sp1V2
Abstract
no
Documentation
Request to get a sip device type.
See Also: SystemDeviceTypeGetRequest
The response is either SystemSIPDeviceTypeGetResponse19 or ErrorResponse.
Replaced by: SystemSIPDeviceTypeGetRequest19.
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 ="
SystemSIPDeviceTypeGetRequest18sp1V2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeGetResponse18
Abstract
no
Documentation
Response to SystemSIPDeviceTypeGetRequest18.
The following elements are only used in HSS data mode:
enable3G4GContinuity
Replaced by: SystemSIPDeviceTypeGetResponse19
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]
<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]
<supportCallCenterMIMEType>
xs :boolean </supportCallCenterMIMEType>
[1]
<addPCalledPartyId>
xs :boolean </addPCalledPartyId>
[1]
<supportIdentityInUpdateAndReInvite>
xs :boolean </supportIdentityInUpdateAndReInvite>
[1]
<enable3G4GContinuity>
xs :boolean </enable3G4GContinuity>
[1]
<supportEmergencyDisconnectControl>
xs :boolean </supportEmergencyDisconnectControl>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetResponse18 ">
<
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 ="
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:element name ="
supportCallCenterMIMEType "
type ="
xs :boolean
"/>
<
xs:element name ="
trunkMode "
type ="
TrunkMode
"/>
<
xs:element name ="
addPCalledPartyId "
type ="
xs :boolean
"/>
<
xs:element name ="
supportIdentityInUpdateAndReInvite "
type ="
xs :boolean
"/>
<
xs:element name ="
enable3G4GContinuity "
type ="
xs :boolean
"/>
<
xs:element name ="
supportEmergencyDisconnectControl "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeGetResponse18sp1
Abstract
no
Documentation
Response to SystemSIPDeviceTypeGetRequest18sp1.
The following elements are only used in AS data mode:
holdAnnouncementMethod
The following elements are only used in HSS data mode:
enable3G4GContinuity
The following element values are only applicable in AS data mode:
holdNormalization=useRfc3264Hold
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]
<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]
<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]
<supportCallCenterMIMEType>
xs :boolean </supportCallCenterMIMEType>
[1]
<addPCalledPartyId>
xs :boolean </addPCalledPartyId>
[1]
<supportIdentityInUpdateAndReInvite>
xs :boolean </supportIdentityInUpdateAndReInvite>
[1]
<enable3G4GContinuity>
xs :boolean </enable3G4GContinuity>
[1]
<supportEmergencyDisconnectControl>
xs :boolean </supportEmergencyDisconnectControl>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetResponse18sp1 ">
<
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 ="
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 ="
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:element name ="
supportCallCenterMIMEType "
type ="
xs :boolean
"/>
<
xs:element name ="
trunkMode "
type ="
TrunkMode
"/>
<
xs:element name ="
addPCalledPartyId "
type ="
xs :boolean
"/>
<
xs:element name ="
supportIdentityInUpdateAndReInvite "
type ="
xs :boolean
"/>
<
xs:element name ="
enable3G4GContinuity "
type ="
xs :boolean
"/>
<
xs:element name ="
supportEmergencyDisconnectControl "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSIPDeviceTypeGetResponse18sp1V2
Abstract
no
Documentation
Response to SystemSIPDeviceTypeGetRequest18sp1V2.
The following elements are only used in AS data mode:
holdAnnouncementMethod
supportRFC3398
The following elements are only used in HSS data mode:
enable3G4GContinuity
The following element values are only applicable in AS data mode:
holdNormalization=useRfc3264Hold
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]
<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]
<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]
<supportCallCenterMIMEType>
xs :boolean </supportCallCenterMIMEType>
[1]
<addPCalledPartyId>
xs :boolean </addPCalledPartyId>
[1]
<supportIdentityInUpdateAndReInvite>
xs :boolean </supportIdentityInUpdateAndReInvite>
[1]
<enable3G4GContinuity>
xs :boolean </enable3G4GContinuity>
[1]
<supportEmergencyDisconnectControl>
xs :boolean </supportEmergencyDisconnectControl>
[1]
<supportRFC3398>
xs :boolean </supportRFC3398>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeGetResponse18sp1V2 ">
<
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 ="
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 ="
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:element name ="
supportCallCenterMIMEType "
type ="
xs :boolean
"/>
<
xs:element name ="
trunkMode "
type ="
TrunkMode
"/>
<
xs:element name ="
addPCalledPartyId "
type ="
xs :boolean
"/>
<
xs:element name ="
supportIdentityInUpdateAndReInvite "
type ="
xs :boolean
"/>
<
xs:element name ="
enable3G4GContinuity "
type ="
xs :boolean
"/>
<
xs:element name ="
supportEmergencyDisconnectControl "
type ="
xs :boolean
"/>
<
xs:element name ="
supportRFC3398 "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSIPDeviceTypeModifyRequest17
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.
The following elements are only used in HSS data mode:
enable3G4GContinuity
Replaced by: SystemSIPDeviceTypeModifyRequest19
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]
<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]
<addPCalledPartyId>
xs :boolean </addPCalledPartyId>
[0..1]
<supportIdentityInUpdateAndReInvite>
xs :boolean </supportIdentityInUpdateAndReInvite>
[0..1]
<enable3G4GContinuity>
xs :boolean </enable3G4GContinuity>
[0..1]
<supportEmergencyDisconnectControl>
xs :boolean </supportEmergencyDisconnectControl>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSIPDeviceTypeModifyRequest17 ">
<
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 ="
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:element name ="
trunkMode "
type ="
TrunkMode
"
minOccurs ="
0 "/>
<
xs:element name ="
addPCalledPartyId "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
supportIdentityInUpdateAndReInvite "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enable3G4GContinuity "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
supportEmergencyDisconnectControl "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemSubscriberGetCallProcessingParametersRequest17sp4
Abstract
no
Documentation
Get the system call processing configuration for all subscribers
The response is either a SystemSubscriberGetCallProcessingParametersResponse17sp4
or an ErrorResponse.
Replaced by SystemSubscriberGetCallProcessingParametersRequest18sp1.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSubscriberGetCallProcessingParametersRequest17sp4 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemSubscriberGetCallProcessingParametersResponse17sp4
Abstract
no
Documentation
Response to the SystemSubscriberGetCallProcessingParametersRequest17sp4.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
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]
<bypassTerminationLoopDetection>
xs :boolean </bypassTerminationLoopDetection>
[1]
<honorCLIDBlockingForEmergencyCalls>
xs :boolean </honorCLIDBlockingForEmergencyCalls>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemSubscriberGetCallProcessingParametersResponse17sp4 ">
<
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:element name ="
bypassTerminationLoopDetection "
type ="
xs :boolean
"/>
<
xs:element name ="
honorCLIDBlockingForEmergencyCalls "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemThirdPartyIMPGetRequest
Abstract
no
Documentation
Get the system Third-Party IMP service attributes.
The response is either SystemThirdPartyIMPGetResponse or ErrorResponse.
Replaced by SystemThirdPartyIMPGetRequest19.
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 ="
SystemThirdPartyIMPGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemThirdPartyIMPGetResponse
Abstract
no
Documentation
Response to the SystemThirdPartyIMPGetRequest.
The response contains the system Third-Party IMP service attributes.
Replaced by SystemThirdPartyIMPGetResponse.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceNetAddress>
NetAddress
</serviceNetAddress>
[0..1]
<servicePort>
Port
</servicePort>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemThirdPartyIMPGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
serviceNetAddress "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
servicePort "
type ="
Port
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemThirdPartyVoiceMailSupportGetRequest
Abstract
no
Documentation
Request the system level data associated with Third-party Voice Mail Support.
The response is either a SystemThirdPartyVoiceMailSupportGetResponse 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 ="
SystemThirdPartyVoiceMailSupportGetRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemThirdPartyVoiceMailSupportGetResponse
Abstract
no
Documentation
Response to SystemThirdPartyVoiceMailSupportGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<overrideAltCallerIdForVMRetrieval>
xs :boolean </overrideAltCallerIdForVMRetrieval>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemThirdPartyVoiceMailSupportGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
overrideAltCallerIdForVMRetrieval "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemVoiceMessagingGroupGetVoicePortalMenusRequest18
Abstract
no
Documentation
Requests the system voice portal Menus setting.
The response is either SystemVoiceMessagingGroupGetVoicePortalMenusResponse18 or ErrorResponse.
Replaced by SystemVoiceMessagingGroupGetVoicePortalMenusRequest19
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
Schema Component Representation
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemVoiceMessagingGroupGetVoicePortalMenusRequest18sp1
Abstract
no
Documentation
Requests the system voice portal Menus setting.
The response is either SystemVoiceMessagingGroupGetVoicePortalMenusResponse18sp1 or ErrorResponse.
Replaced by SystemVoiceMessagingGroupGetVoicePortalMenusRequest19sp1
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
Schema Component Representation
Name
SystemVoiceMessagingGroupGetVoicePortalMenusResponse18
Abstract
no
Documentation
Response to SystemVoiceMessagingGroupGetVoicePortalMenusRequest18.
Replaced by SystemVoiceMessagingGroupGetVoicePortalMenusResponse19
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
Schema Component Representation
Name
SystemVoiceMessagingGroupGetVoicePortalMenusResponse18sp1
Abstract
no
Documentation
Response to SystemVoiceMessagingGroupGetVoicePortalMenusRequest18sp1.
Replaced by SystemVoiceMessagingGroupGetVoicePortalMenusResponse19sp1
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
Schema Component Representation
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemVoiceMessagingGroupModifyVoicePortalMenusRequest
Abstract
no
Documentation
Request to modify the system voice portal menus setting.
The response is either SuccessResponse or ErrorResponse.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
Schema Component Representation
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserCallCenterGetRequest17
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 UserCallCenterGetResponse17 or an ErrorResponse.
Replaced by UserCallCenterGetRequest17sp4.
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 ="
UserCallCenterGetRequest17 ">
<
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
UserCallCenterGetRequest17sp4
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 UserCallCenterGetResponse17sp4 or an ErrorResponse.
Replaced by UserCallCenterGetRequest19
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 ="
UserCallCenterGetRequest17sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserCallCenterGetResponse17
Abstract
no
Documentation
Response to the UserCallCenterGetRequest17.
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".
Replaced by UserCallCenterGetResponse17sp4.
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]
<makeOutgoingCallsAsCallCenter>
xs :boolean </makeOutgoingCallsAsCallCenter>
[0..1]
<outgoingCallDNIS>
DNISKey
</outgoingCallDNIS>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallCenterGetResponse17 ">
<
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:element name ="
makeOutgoingCallsAsCallCenter "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
outgoingCallDNIS "
type ="
DNISKey
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserCallCenterGetResponse17sp4
Abstract
no
Documentation
Response to the UserCallCenterGetRequest17sp4.
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".
Replaced by UserCallCenterGetResponse19
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]
<forceAgentUnavailableOnPersonalCalls>
xs :boolean </forceAgentUnavailableOnPersonalCalls>
[0..1]
<forceAgentUnavailableOnBouncedCallLimit>
xs :boolean </forceAgentUnavailableOnBouncedCallLimit>
[0..1]
<forceAgentUnavailableOnNotReachable>
xs :boolean </forceAgentUnavailableOnNotReachable>
[0..1]
<makeOutgoingCallsAsCallCenter>
xs :boolean </makeOutgoingCallsAsCallCenter>
[0..1]
<outgoingCallDNIS>
DNISKey
</outgoingCallDNIS>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallCenterGetResponse17sp4 ">
<
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 ="
forceAgentUnavailableOnPersonalCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceAgentUnavailableOnBouncedCallLimit "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceAgentUnavailableOnNotReachable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
makeOutgoingCallsAsCallCenter "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
outgoingCallDNIS "
type ="
DNISKey
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserCallCenterModifyRequest
Abstract
no
Documentation
Modifies the agents call center settings and the availability for an agent in one or more Call Centers.
Contains a list specifying the desired availability status of one or more call centers.
A default unavailable code will be used if the parameter agentUnavailableCode is not active, included or is invalid.
Changing the agentACDState from unavailable to any other state will automatically clear the unavailable code.
The response is either a SuccessResponse or an ErrorResponse.
Replaced by UserCallCenterModifyRequest17sp4.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<useDefaultGuardTimer>
xs :boolean </useDefaultGuardTimer>
[0..1]
<enableGuardTimer>
xs :boolean </enableGuardTimer>
[0..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]
<makeOutgoingCallsAsCallCenter>
xs :boolean </makeOutgoingCallsAsCallCenter>
[0..1]
<outgoingCallDNIS>
DNISKey
</outgoingCallDNIS>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallCenterModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
agentACDState "
type ="
AgentACDState
"
minOccurs ="
0 "/>
<
xs:element name ="
useDefaultGuardTimer "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableGuardTimer "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
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:element name ="
makeOutgoingCallsAsCallCenter "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
outgoingCallDNIS "
type ="
DNISKey
"
minOccurs ="
0 "
nillable ="
true "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserCallCenterModifyRequest17sp4
Abstract
no
Documentation
Modifies the agents call center settings and the availability for an agent in one or more Call Centers.
Contains a list specifying the desired availability status of one or more call centers.
A default unavailable code will be used if the parameter agentUnavailableCode is not active, included or is invalid.
Changing the agentACDState from unavailable to any other state will automatically clear the unavailable code.
The response is either a SuccessResponse or an ErrorResponse.
Replaced by UserCallCenterModifyRequest19.
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. -->
<useDefaultGuardTimer>
xs :boolean </useDefaultGuardTimer>
[0..1]
<enableGuardTimer>
xs :boolean </enableGuardTimer>
[0..1]
<useSystemDefaultUnavailableSettings>
xs :boolean </useSystemDefaultUnavailableSettings>
[0..1]
<forceAgentUnavailableOnDNDActivation>
xs :boolean </forceAgentUnavailableOnDNDActivation>
[0..1]
<forceAgentUnavailableOnPersonalCalls>
xs :boolean </forceAgentUnavailableOnPersonalCalls>
[0..1]
<forceAgentUnavailableOnBouncedCallLimit>
xs :boolean </forceAgentUnavailableOnBouncedCallLimit>
[0..1]
<forceAgentUnavailableOnNotReachable>
xs :boolean </forceAgentUnavailableOnNotReachable>
[0..1]
<makeOutgoingCallsAsCallCenter>
xs :boolean </makeOutgoingCallsAsCallCenter>
[0..1]
<outgoingCallDNIS>
DNISKey
</outgoingCallDNIS>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserCallCenterModifyRequest17sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
agentACDState "
type ="
AgentACDState
"
minOccurs ="
0 "/>
<
xs:element name ="
useDefaultGuardTimer "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableGuardTimer "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useSystemDefaultUnavailableSettings "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceAgentUnavailableOnDNDActivation "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceAgentUnavailableOnPersonalCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceAgentUnavailableOnBouncedCallLimit "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
forceAgentUnavailableOnNotReachable "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
makeOutgoingCallsAsCallCenter "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
outgoingCallDNIS "
type ="
DNISKey
"
minOccurs ="
0 "
nillable ="
true "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserGetRequest18
Abstract
no
Documentation
Request to get the user information. The response is either
UserGetResponse18 or ErrorResponse.
Replaced by: UserGetRequest19.
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 ="
UserGetRequest18 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserGetResponse18
Abstract
no
Documentation
Response to UserGetRequest18.
It is possible that the TrunkAddressingRead element is present with nothing populated in it which means the user is a trunk user.
The following data elements are only used in AS data mode:
contact[2]-contact[5]
The country code (countryCode) included is the user's phone number country code when the user has a phone number assigned, or the
user's Group associated country code when the user does not have a phone number assigned, or the system default country code when the
user's Group does not have an associated country code.
The nationalPrefix in this response is the one associated to the included countryCode.
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]
<primaryZoneName>
ZoneName
</primaryZoneName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserGetResponse18 ">
<
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 ="
Extension17
"
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 ="
nationalPrefix "
type ="
NationalPrefix
"
minOccurs ="
0 "/>
<
xs:element name ="
officeZoneName "
type ="
OfficeZoneName
"
minOccurs ="
0 "/>
<
xs:element name ="
primaryZoneName "
type ="
ZoneName
"
minOccurs ="
0 "/>
<
xs:element name ="
impId "
type ="
IMPUserId
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserMeetMeConferencingAddConferenceRequest
Abstract
no
Documentation
Add a Meet-Me conference.
The response is either UserMeetMeConferencingAddConferenceResponse or ErrorResponse.
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. -->
<bridgeId>
UserId
</bridgeId>
[1]
Start Choice [1]
<restrictParticipants> false </restrictParticipants> [1]
End Choice
<muteAllAttendeesOnEntry>
xs :boolean </muteAllAttendeesOnEntry>
[1]
<endConferenceOnModeratorExit>
xs :boolean </endConferenceOnModeratorExit>
[1]
<moderatorRequired>
xs :boolean </moderatorRequired>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserMeetMeConferencingAddConferenceRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
bridgeId "
type ="
UserId
"/>
<
xs:choice >
<
xs:element name ="
restrictParticipants "
type ="
xs :boolean
"
fixed ="
false "/>
</
xs:choice >
<
xs:element name ="
muteAllAttendeesOnEntry "
type ="
xs :boolean
"/>
<
xs:element name ="
endConferenceOnModeratorExit "
type ="
xs :boolean
"/>
<
xs:element name ="
moderatorRequired "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserMeetMeConferencingAddConferenceResponse
Abstract
no
Documentation
Response to UserMeetMeConferencingAddConferenceRequest.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
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 ="
UserMeetMeConferencingAddConferenceResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserMeetMeConferencingGetConferenceRequest
Abstract
no
Documentation
Get the information of a conference owned by the user.
The response is either UserMeetMeConferencingGetConferenceResponse or ErrorResponse.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserMeetMeConferencingGetConferenceRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserMeetMeConferencingGetConferenceResponse
Abstract
no
Documentation
Response to UserMeetMeConferencingGetConferenceRequest.
Contains the information of a conference.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
Start Choice [1]
<restrictParticipants> false </restrictParticipants> [1]
End Choice
<muteAllAttendeesOnEntry>
xs :boolean </muteAllAttendeesOnEntry>
[1]
<endConferenceOnModeratorExit>
xs :boolean </endConferenceOnModeratorExit>
[1]
<moderatorRequired>
xs :boolean </moderatorRequired>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserMeetMeConferencingGetConferenceResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:choice >
<
xs:element name ="
restrictParticipants "
type ="
xs :boolean
"
fixed ="
false "/>
</
xs:choice >
<
xs:element name ="
muteAllAttendeesOnEntry "
type ="
xs :boolean
"/>
<
xs:element name ="
endConferenceOnModeratorExit "
type ="
xs :boolean
"/>
<
xs:element name ="
moderatorRequired "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserVideoAddOnGetRequest14
Abstract
no
Documentation
Get the user's Video Add-On service setting.
The response is either a UserVideoAddOnGetResponse14 or an ErrorResponse.
Replaced by: UserVideoAddOnGetRequest19.
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 ="
UserVideoAddOnGetRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserVideoAddOnGetResponse14
Abstract
no
Documentation
Response to the UserVideoAddOnGetRequest14.
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 ="
UserVideoAddOnGetResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterReportingServerDescription
Content
Documentation
Call Center Reporting Server Description.
Schema Component Representation
<
xs:simpleType name ="
CallCenterReportingServerDescription ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterReportingServerName
Content
Documentation
Call Center Reporting Server Name.
Schema Component Representation
<
xs:simpleType name ="
CallCenterReportingServerName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterReportServerChoice
Content
value comes from list: {'CCRS'|'Enhanced'|'Both'}
Documentation
Call center report server choice.
Replaced by CallCenterReportServerChoice19
Schema Component Representation
<
xs:simpleType name ="
CallCenterReportServerChoice ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="CCRS "/>
<xs:enumeration value ="Enhanced "/>
<xs:enumeration value ="Both "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
CallCenterReportWebStatisticsSource
Content
value comes from list: {'CCRS'|'Enhanced'}
Documentation
Call center report web statistics source.
Schema Component Representation
<
xs:simpleType name ="
CallCenterReportWebStatisticsSource ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="CCRS "/>
<xs:enumeration value ="Enhanced "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
CAPServerCallCenterMaxClientConnections
Content
Documentation
CAPServerCallCenter to number of client connections.
Schema Component Representation
<
xs:simpleType name ="
CAPServerCallCenterMaxClientConnections ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="10 "/>
</
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 .