XML Schema Documentation

Table of Contents

top

Schema Document Properties

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

Declared Namespaces

Prefix Namespace
Default namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
core C
Schema Component Representation
<xs:schema attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:import namespace="C" schemaLocation="OCISchemaBASE.xsd"/>
<xs:include schemaLocation="OCISchemaDataTypes.xsd"/>
<xs:include schemaLocation="OCISchemaSearchCriteria.xsd"/>
...
</xs:schema>
top

Global Definitions

Complex Type: AccessDeviceMultipleContactEndpointRead

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
<...>
<accessDevice> AccessDevice </accessDevice> [1]
<linePort> AccessDeviceEndpointLinePort </linePort> [1]
<contact> SIPContact </contact> [0..5]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<useDomain> xs:boolean </useDomain> [1]
</...>
Schema Component Representation
<xs:complexType name="AccessDeviceMultipleContactEndpointRead">
<xs:sequence>
<xs:element name="accessDevice" type=" AccessDevice "/>
<xs:element name="linePort" type=" AccessDeviceEndpointLinePort "/>
<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>
top

Complex Type: AutoAttendantAddMenu16

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
<...>
<announcementSelection> AnnouncementSelection </announcementSelection> [1]
<audioFile> LabeledMediaFileResource </audioFile> [0..1]
<videoFile> LabeledMediaFileResource </videoFile> [0..1]
<enableFirstMenuLevelExtensionDialing> xs:boolean </enableFirstMenuLevelExtensionDialing> [1]
<keyConfiguration> AutoAttendantKeyConfiguration </keyConfiguration> [0..12]
</...>
Schema Component Representation
<xs:complexType name="AutoAttendantAddMenu16">
<xs:sequence>
<xs:element name="announcementSelection" type=" AnnouncementSelection "/>
<xs:element name="audioFile" type=" LabeledMediaFileResource " minOccurs="0"/>
<xs:element name="videoFile" type=" LabeledMediaFileResource " minOccurs="0"/>
<xs:element name="enableFirstMenuLevelExtensionDialing" type=" xs:boolean "/>
<xs:element name="keyConfiguration" type=" AutoAttendantKeyConfiguration " minOccurs="0" maxOccurs="12"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: AutoAttendantKeyConfiguration

Parent type: None
Sub-types: None
Name AutoAttendantKeyConfiguration
Abstract no
Documentation The configuration of a key for Auto Attendant.
XML Instance Representation
<...>
<key> AutoAttendantMenuKey </key> [1]
<entry> AutoAttendantKeyConfigurationEntry </entry> [1]
</...>
Schema Component Representation
<xs:complexType name="AutoAttendantKeyConfiguration">
<xs:sequence>
<xs:element name="key" type=" AutoAttendantMenuKey "/>
<xs:element name="entry" type=" AutoAttendantKeyConfigurationEntry "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: AutoAttendantKeyConfigurationEntry

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
XML Instance Representation
<...>
<description> AutoAttendantMenuKeyDescription </description> [0..1]
<action> AutoAttendantKeyAction </action> [1]
<phoneNumber> OutgoingDN </phoneNumber> [0..1]
<audioFile> LabeledMediaFileResource </audioFile> [0..1]
<videoFile> LabeledMediaFileResource </videoFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="AutoAttendantKeyConfigurationEntry">
<xs:sequence>
<xs:element name="description" type=" AutoAttendantMenuKeyDescription " minOccurs="0"/>
<xs:element name="action" type=" AutoAttendantKeyAction "/>
<xs:element name="phoneNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="audioFile" type=" LabeledMediaFileResource " minOccurs="0"/>
<xs:element name="videoFile" type=" LabeledMediaFileResource " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: AutoAttendantKeyConfigurationReadEntry

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
XML Instance Representation
<...>
<description> AutoAttendantMenuKeyDescription </description> [0..1]
<action> AutoAttendantKeyAction </action> [1]
<phoneNumber> OutgoingDN </phoneNumber> [0..1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<audioMediaType> MediaFileType </audioMediaType> [0..1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<videoMediaType> MediaFileType </videoMediaType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="AutoAttendantKeyConfigurationReadEntry">
<xs:sequence>
<xs:element name="description" type=" AutoAttendantMenuKeyDescription " minOccurs="0"/>
<xs:element name="action" type=" AutoAttendantKeyAction "/>
<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>
top

Complex Type: AutoAttendantKeyReadConfiguration

Parent type: None
Sub-types: None
Name AutoAttendantKeyReadConfiguration
Abstract no
Documentation The read configuration of a key for Auto Attendant.
XML Instance Representation
<...>
<key> AutoAttendantMenuKey </key> [1]
<entry> AutoAttendantKeyConfigurationReadEntry </entry> [1]
</...>
Schema Component Representation
<xs:complexType name="AutoAttendantKeyReadConfiguration">
<xs:sequence>
<xs:element name="key" type=" AutoAttendantMenuKey "/>
<xs:element name="entry" type=" AutoAttendantKeyConfigurationReadEntry "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: AutoAttendantReadMenu16

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
<...>
<announcementSelection> AnnouncementSelection </announcementSelection> [1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<audioMediaType> MediaFileType </audioMediaType> [0..1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<videoMediaType> MediaFileType </videoMediaType> [0..1]
<enableFirstMenuLevelExtensionDialing> xs:boolean </enableFirstMenuLevelExtensionDialing> [1]
<keyConfiguration> AutoAttendantKeyConfiguration </keyConfiguration> [0..12]
</...>
Schema Component Representation
<xs:complexType name="AutoAttendantReadMenu16">
<xs:sequence>
<xs:element name="announcementSelection" type=" AnnouncementSelection "/>
<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:element name="enableFirstMenuLevelExtensionDialing" type=" xs:boolean "/>
<xs:element name="keyConfiguration" type=" AutoAttendantKeyConfiguration " minOccurs="0" maxOccurs="12"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CallCenterMediaOnHoldSourceRead17

Parent type: None
Sub-types: None
Name CallCenterMediaOnHoldSourceRead17
Abstract no
Documentation Contains the call center media on hold source configuration. Replaced by: CallCenterMediaOnHoldSourceRead19.
XML Instance Representation
<...>
<audioMessageSourceSelection> CallCenterMediaOnHoldMessageSelection </audioMessageSourceSelection> [1]
<audioUrlList> CallCenterAnnouncementURLList </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementDescriptionList </audioFileList> [0..1]
<audioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </audioMediaTypeList> [0..1]
<externalAudioSource> AccessDeviceEndpointRead14 </externalAudioSource> [0..1]
<videoMessageSourceSelection> CallCenterMediaOnHoldMessageSelection </videoMessageSourceSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLList </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementDescriptionList </videoFileList> [0..1]
<videoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </videoMediaTypeList> [0..1]
<externalVideoSource> AccessDeviceEndpointRead14 </externalVideoSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="CallCenterMediaOnHoldSourceRead17">
<xs:sequence>
<xs:element name="audioMessageSourceSelection" type=" CallCenterMediaOnHoldMessageSelection "/>
<xs:element name="audioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="audioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="externalAudioSource" type=" AccessDeviceEndpointRead14 " minOccurs="0"/>
<xs:element name="videoMessageSourceSelection" type=" CallCenterMediaOnHoldMessageSelection " minOccurs="0"/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="videoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="externalVideoSource" type=" AccessDeviceEndpointRead14 " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: EnterpriseCallCenterAgentUnavailableCodeSettingsGetRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
</...>
Schema Component Representation
<xs:complexType name="EnterpriseCallCenterAgentUnavailableCodeSettingsGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EnterpriseCallCenterAgentUnavailableCodeSettingsGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<defaultAgentUnavailableCodeOnDND> CallCenterAgentUnavailableCode </defaultAgentUnavailableCodeOnDND> [0..1]
<defaultAgentUnavailableCodeOnPersonalCalls> CallCenterAgentUnavailableCode </defaultAgentUnavailableCodeOnPersonalCalls> [0..1]
<defaultAgentUnavailableCodeOnConsecutiveBounces> CallCenterAgentUnavailableCode </defaultAgentUnavailableCodeOnConsecutiveBounces> [0..1]
<forceUseOfAgentUnavailableCodes> xs:boolean </forceUseOfAgentUnavailableCodes> [1]
<defaultAgentUnavailableCode> CallCenterAgentUnavailableCode </defaultAgentUnavailableCode> [0..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="defaultAgentUnavailableCodeOnDND" type=" CallCenterAgentUnavailableCode " minOccurs="0"/>
<xs:element name="defaultAgentUnavailableCodeOnPersonalCalls" type=" CallCenterAgentUnavailableCode " minOccurs="0"/>
<xs:element name="defaultAgentUnavailableCodeOnConsecutiveBounces" type=" CallCenterAgentUnavailableCode " minOccurs="0"/>
<xs:element name="forceUseOfAgentUnavailableCodes" type=" xs:boolean "/>
<xs:element name="defaultAgentUnavailableCode" type=" CallCenterAgentUnavailableCode " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EnterpriseCallCenterEnhancedReportingGetRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
</...>
Schema Component Representation
<xs:complexType name="EnterpriseCallCenterEnhancedReportingGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EnterpriseCallCenterEnhancedReportingGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<reportingServer> CallCenterReportServerChoice </reportingServer> [1]
<webStatisticSource> CallCenterReportWebStatisticsSource </webStatisticSource> [1]
</...>
Schema Component Representation
<xs:complexType name="EnterpriseCallCenterEnhancedReportingGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="reportingServer" type=" CallCenterReportServerChoice "/>
<xs:element name="webStatisticSource" type=" CallCenterReportWebStatisticsSource "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EnterpriseCallCenterEnhancedReportingModifyRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<reportingServer> CallCenterReportServerChoice </reportingServer> [0..1]
<webStatisticSource> CallCenterReportWebStatisticsSource </webStatisticSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="EnterpriseCallCenterEnhancedReportingModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="reportingServer" type=" CallCenterReportServerChoice " minOccurs="0"/>
<xs:element name="webStatisticSource" type=" CallCenterReportWebStatisticsSource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EnterpriseCallCenterGetRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
</...>
Schema Component Representation
<xs:complexType name="EnterpriseCallCenterGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EnterpriseCallCenterGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<guardTimerSeconds> CallCenterGuardTimerSeconds </guardTimerSeconds> [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]
<numberConsecutiveBouncedCallsToForceAgentUnavailable> CallCenterConsecutiveBouncedCallsToForceAgentUnavailable </numberConsecutiveBouncedCallsToForceAgentUnavailable> [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="guardTimerSeconds" type=" CallCenterGuardTimerSeconds "/>
<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="numberConsecutiveBouncedCallsToForceAgentUnavailable" type=" CallCenterConsecutiveBouncedCallsToForceAgentUnavailable " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EstimatedWaitMessageOptionsRead

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]
<operatingMode> EstimatedWaitMessageOperatingMode </operatingMode> [1]
<playPositionHighVolume> xs:boolean </playPositionHighVolume> [1]
<playTimeHighVolume> xs:boolean </playTimeHighVolume> [1]
<maximumPositions> EstimatedWaitMessageMaximumPositions </maximumPositions> [1]
<maximumWaitingMinutes> EstimatedWaitMessageMaximumWaitingMinutes </maximumWaitingMinutes> [1]
<defaultCallHandlingMinutes> EstimatedWaitMessageDefaultCallHandlingMinutes </defaultCallHandlingMinutes> [1]
</...>
Schema Component Representation
<xs:complexType name="EstimatedWaitMessageOptionsRead">
<xs:sequence>
<xs:element name="enabled" type=" xs:boolean "/>
<xs:element name="operatingMode" type=" EstimatedWaitMessageOperatingMode "/>
<xs:element name="playPositionHighVolume" type=" xs:boolean "/>
<xs:element name="playTimeHighVolume" type=" xs:boolean "/>
<xs:element name="maximumPositions" type=" EstimatedWaitMessageMaximumPositions "/>
<xs:element name="maximumWaitingMinutes" type=" EstimatedWaitMessageMaximumWaitingMinutes "/>
<xs:element name="defaultCallHandlingMinutes" type=" EstimatedWaitMessageDefaultCallHandlingMinutes "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: GroupAccessDeviceGetAvailableDetailListRequest14

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<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="serviceProviderId" type=" ServiceProviderId "/>
<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>
top

Complex Type: GroupAccessDeviceGetAvailableDetailListResponse14

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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..*]
<accessDevice> AccessDevice </accessDevice> [1]
<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="accessDevice" type=" AccessDevice "/>
<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>
top

Complex Type: GroupAccessDeviceGetRequest16

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<deviceName> AccessDeviceName </deviceName> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupAccessDeviceGetRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="deviceName" type=" AccessDeviceName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAccessDeviceGetResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<deviceType> AccessDeviceType </deviceType> [1]
<protocol> AccessDeviceProtocol </protocol> [0..1]
<netAddress> NetAddress </netAddress> [0..1]
<port> Port1025 </port> [0..1]
<outboundProxyServerNetAddress> NetAddress </outboundProxyServerNetAddress> [0..1]
<stunServerNetAddress> NetAddress </stunServerNetAddress> [0..1]
<macAddress> AccessDeviceMACAddress </macAddress> [0..1]
<serialNumber> AccessDeviceSerialNumber </serialNumber> [0..1]
<description> AccessDeviceDescription </description> [0..1]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<numberOfAssignedPorts> xs:int </numberOfAssignedPorts> [1]
<status> AccessDeviceStatus </status> [1]
<configurationMode> AccessDeviceEnhancedConfigurationMode </configurationMode> [0..1]
<configurationFileName> AccessDeviceEnhancedConfigurationFileName </configurationFileName> [0..1]
<physicalLocation> AccessDevicePhysicalLocation </physicalLocation> [0..1]
<transportProtocol> TransportProtocol </transportProtocol> [0..1]
<mobilityManagerProvisioningURL> URL </mobilityManagerProvisioningURL> [0..1]
<mobilityManagerProvisioningUserName> MobilityManagerProvisioningUserName </mobilityManagerProvisioningUserName> [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="deviceType" type=" AccessDeviceType "/>
<xs:element name="protocol" type=" AccessDeviceProtocol " minOccurs="0"/>
<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="macAddress" type=" AccessDeviceMACAddress " minOccurs="0"/>
<xs:element name="serialNumber" type=" AccessDeviceSerialNumber " minOccurs="0"/>
<xs:element name="description" type=" AccessDeviceDescription " minOccurs="0"/>
<xs:element name="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="numberOfAssignedPorts" type=" xs:int "/>
<xs:element name="status" type=" AccessDeviceStatus "/>
<xs:element name="configurationMode" type=" AccessDeviceEnhancedConfigurationMode " minOccurs="0"/>
<xs:element name="configurationFileName" type=" AccessDeviceEnhancedConfigurationFileName " minOccurs="0"/>
<xs:element name="physicalLocation" type=" AccessDevicePhysicalLocation " minOccurs="0"/>
<xs:element name="transportProtocol" type=" TransportProtocol " minOccurs="0"/>
<xs:element name="mobilityManagerProvisioningURL" type=" URL " minOccurs="0"/>
<xs:element name="mobilityManagerProvisioningUserName" type=" MobilityManagerProvisioningUserName " minOccurs="0"/>
<xs:element name="mobilityManagerDefaultOriginatingServiceKey" type=" MobilityManagerServiceKey " minOccurs="0"/>
<xs:element name="mobilityManagerDefaultTerminatingServiceKey" type=" MobilityManagerServiceKey " 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>
top

Complex Type: GroupAutoAttendantAddInstanceRequest17sp1

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfile </serviceInstanceProfile> [1]
<enableVideo> xs:boolean </enableVideo> [1]
<businessHours> TimeSchedule </businessHours> [0..1]
<holidaySchedule> HolidaySchedule </holidaySchedule> [0..1]
<extensionDialingScope> AutoAttendantDialingScope </extensionDialingScope> [1]
<nameDialingScope> AutoAttendantDialingScope </nameDialingScope> [1]
<nameDialingEntries> AutoAttendantNameDialingEntry </nameDialingEntries> [1]
<businessHoursMenu> AutoAttendantAddMenu16 </businessHoursMenu> [0..1]
<afterHoursMenu> AutoAttendantAddMenu16 </afterHoursMenu> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupAutoAttendantAddInstanceRequest17sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceAddProfile "/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="businessHours" type=" TimeSchedule " minOccurs="0"/>
<xs:element name="holidaySchedule" type=" HolidaySchedule " minOccurs="0"/>
<xs:element name="extensionDialingScope" type=" AutoAttendantDialingScope "/>
<xs:element name="nameDialingScope" type=" AutoAttendantDialingScope "/>
<xs:element name="nameDialingEntries" type=" AutoAttendantNameDialingEntry "/>
<xs:element name="businessHoursMenu" type=" AutoAttendantAddMenu16 " minOccurs="0"/>
<xs:element name="afterHoursMenu" type=" AutoAttendantAddMenu16 " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAutoAttendantGetInstanceRequest17sp1

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>
top

Complex Type: GroupAutoAttendantGetInstanceResponse17sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<serviceInstanceProfile> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<enableVideo> xs:boolean </enableVideo> [1]
<businessHours> TimeSchedule </businessHours> [0..1]
<holidaySchedule> HolidaySchedule </holidaySchedule> [0..1]
<extensionDialingScope> AutoAttendantDialingScope </extensionDialingScope> [1]
<nameDialingScope> AutoAttendantDialingScope </nameDialingScope> [1]
<nameDialingEntries> AutoAttendantNameDialingEntry </nameDialingEntries> [1]
<businessHoursMenu> AutoAttendantReadMenu16 </businessHoursMenu> [1]
<afterHoursMenu> AutoAttendantReadMenu16 </afterHoursMenu> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupAutoAttendantGetInstanceResponse17sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="businessHours" type=" TimeSchedule " minOccurs="0"/>
<xs:element name="holidaySchedule" type=" HolidaySchedule " minOccurs="0"/>
<xs:element name="extensionDialingScope" type=" AutoAttendantDialingScope "/>
<xs:element name="nameDialingScope" type=" AutoAttendantDialingScope "/>
<xs:element name="nameDialingEntries" type=" AutoAttendantNameDialingEntry "/>
<xs:element name="businessHoursMenu" type=" AutoAttendantReadMenu16 "/>
<xs:element name="afterHoursMenu" type=" AutoAttendantReadMenu16 "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterAddInstanceRequest17sp3

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfileCallCenter </serviceInstanceProfile> [1]
<type> CallCenterType </type> [1]
<policy> HuntPolicy </policy> [1]
<enableVideo> xs:boolean </enableVideo> [1]
<queueLength> CallCenterQueueLength16 </queueLength> [1]
<enableReporting> xs:boolean </enableReporting> [0..1]
<reportingServerName> CallCenterReportingServerName </reportingServerName> [0..1]
<allowCallerToDialEscapeDigit> xs:boolean </allowCallerToDialEscapeDigit> [1]
<escapeDigit> DtmfDigit </escapeDigit> [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]
<wrapUpSeconds> CallCenterWrapUpSeconds </wrapUpSeconds> [0..1]
<forceDeliveryOfCalls> xs:boolean </forceDeliveryOfCalls> [0..1]
<forceDeliveryWaitTimeSeconds> CallCenterForceDeliveryWaitTimeSeconds </forceDeliveryWaitTimeSeconds> [0..1]
<enableAutomaticStateChangeForAgents> xs:boolean </enableAutomaticStateChangeForAgents> [0..1]
<agentStateAfterCall> AgentACDAutomaticState </agentStateAfterCall> [0..1]
<agentUnavailableCode> CallCenterAgentUnavailableCode </agentUnavailableCode> [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="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceAddProfileCallCenter "/>
<xs:element name="type" type=" CallCenterType "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="queueLength" type=" CallCenterQueueLength16 "/>
<xs:element name="enableReporting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="reportingServerName" type=" CallCenterReportingServerName " 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="wrapUpSeconds" type=" CallCenterWrapUpSeconds " minOccurs="0"/>
<xs:element name="forceDeliveryOfCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="forceDeliveryWaitTimeSeconds" type=" CallCenterForceDeliveryWaitTimeSeconds " minOccurs="0"/>
<xs:element name="enableAutomaticStateChangeForAgents" type=" xs:boolean " minOccurs="0"/>
<xs:element name="agentStateAfterCall" type=" AgentACDAutomaticState " minOccurs="0"/>
<xs:element name="agentUnavailableCode" type=" CallCenterAgentUnavailableCode " 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>
top

Complex Type: GroupCallCenterAgentUnavailableCodeSettingsGetRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterAgentUnavailableCodeSettingsGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterAgentUnavailableCodeSettingsGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<defaultAgentUnavailableCodeOnDND> CallCenterAgentUnavailableCode </defaultAgentUnavailableCodeOnDND> [0..1]
<defaultAgentUnavailableCodeOnPersonalCalls> CallCenterAgentUnavailableCode </defaultAgentUnavailableCodeOnPersonalCalls> [0..1]
<defaultAgentUnavailableCodeOnConsecutiveBounces> CallCenterAgentUnavailableCode </defaultAgentUnavailableCodeOnConsecutiveBounces> [0..1]
<forceUseOfAgentUnavailableCodes> xs:boolean </forceUseOfAgentUnavailableCodes> [1]
<defaultAgentUnavailableCode> CallCenterAgentUnavailableCode </defaultAgentUnavailableCode> [0..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="defaultAgentUnavailableCodeOnDND" type=" CallCenterAgentUnavailableCode " minOccurs="0"/>
<xs:element name="defaultAgentUnavailableCodeOnPersonalCalls" type=" CallCenterAgentUnavailableCode " minOccurs="0"/>
<xs:element name="defaultAgentUnavailableCodeOnConsecutiveBounces" type=" CallCenterAgentUnavailableCode " minOccurs="0"/>
<xs:element name="forceUseOfAgentUnavailableCodes" type=" xs:boolean "/>
<xs:element name="defaultAgentUnavailableCode" type=" CallCenterAgentUnavailableCode " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterEnhancedReportingGetRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterEnhancedReportingGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterEnhancedReportingGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<reportingServer> CallCenterReportServerChoice </reportingServer> [1]
<webStatisticSource> CallCenterReportWebStatisticsSource </webStatisticSource> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterEnhancedReportingGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="reportingServer" type=" CallCenterReportServerChoice "/>
<xs:element name="webStatisticSource" type=" CallCenterReportWebStatisticsSource "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterEnhancedReportingModifyRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<reportingServer> CallCenterReportServerChoice </reportingServer> [0..1]
<webStatisticSource> CallCenterReportWebStatisticsSource </webStatisticSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterEnhancedReportingModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="reportingServer" type=" CallCenterReportServerChoice " minOccurs="0"/>
<xs:element name="webStatisticSource" type=" CallCenterReportWebStatisticsSource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetAnnouncementRequest17

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>
top

Complex Type: GroupCallCenterGetAnnouncementRequest17sp4

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>
top

Complex Type: GroupCallCenterGetAnnouncementResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<entranceAudioMessageSelection> ExtendedFileResourceSelection </entranceAudioMessageSelection> [1]
<entranceMessageAudioUrlList> CallCenterAnnouncementURLList </entranceMessageAudioUrlList> [0..1]
<entranceMessageAudioFileList> CallCenterAnnouncementDescriptionList </entranceMessageAudioFileList> [0..1]
<entranceMessageAudioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </entranceMessageAudioMediaTypeList> [0..1]
<entranceVideoMessageSelection> ExtendedFileResourceSelection </entranceVideoMessageSelection> [0..1]
<entranceMessageVideoUrlList> CallCenterAnnouncementURLList </entranceMessageVideoUrlList> [0..1]
<entranceMessageVideoFileList> CallCenterAnnouncementDescriptionList </entranceMessageVideoFileList> [0..1]
<entranceMessageVideoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </entranceMessageVideoMediaTypeList> [0..1]
<playPeriodicComfortMessage> xs:boolean </playPeriodicComfortMessage> [1]
<timeBetweenComfortMessagesSeconds> CallCenterTimeBetweenComfortMessagesSeconds </timeBetweenComfortMessagesSeconds> [1]
<periodicComfortAudioMessageSelection> ExtendedFileResourceSelection </periodicComfortAudioMessageSelection> [1]
<periodicComfortMessageAudioUrlList> CallCenterAnnouncementURLList </periodicComfortMessageAudioUrlList> [0..1]
<periodicComfortMessageAudioFileList> CallCenterAnnouncementDescriptionList </periodicComfortMessageAudioFileList> [0..1]
<periodicComfortMessageAudioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </periodicComfortMessageAudioMediaTypeList> [0..1]
<periodicComfortVideoMessageSelection> ExtendedFileResourceSelection </periodicComfortVideoMessageSelection> [0..1]
<periodicComfortMessageVideoUrlList> CallCenterAnnouncementURLList </periodicComfortMessageVideoUrlList> [0..1]
<periodicComfortMessageVideoFileList> CallCenterAnnouncementDescriptionList </periodicComfortMessageVideoFileList> [0..1]
<periodicComfortMessageVideoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </periodicComfortMessageVideoMediaTypeList> [0..1]
<enableMediaOnHoldForQueuedCalls> xs:boolean </enableMediaOnHoldForQueuedCalls> [1]
<mediaOnHoldSource> CallCenterMediaOnHoldSourceRead17 </mediaOnHoldSource> [1]
<mediaOnHoldUseAlternateSourceForInternalCalls> xs:boolean </mediaOnHoldUseAlternateSourceForInternalCalls> [0..1]
<mediaOnHoldInternalSource> CallCenterMediaOnHoldSourceRead17 </mediaOnHoldInternalSource> [0..1]
<playWhisperMessage> xs:boolean </playWhisperMessage> [0..1]
<whisperAudioMessageSelection> ExtendedFileResourceSelection </whisperAudioMessageSelection> [0..1]
<whisperMessageAudioUrlList> CallCenterAnnouncementURLList </whisperMessageAudioUrlList> [0..1]
<whisperMessageAudioFileList> CallCenterAnnouncementDescriptionList </whisperMessageAudioFileList> [0..1]
<whisperMessageAudioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </whisperMessageAudioMediaTypeList> [0..1]
<whisperVideoMessageSelection> ExtendedFileResourceSelection </whisperVideoMessageSelection> [0..1]
<whisperMessageVideoUrlList> CallCenterAnnouncementURLList </whisperMessageVideoUrlList> [0..1]
<whisperMessageVideoFileList> CallCenterAnnouncementDescriptionList </whisperMessageVideoFileList> [0..1]
<whisperMessageVideoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </whisperMessageVideoMediaTypeList> [0..1]
<estimatedWaitMessageOptionsRead> EstimatedWaitMessageOptionsRead </estimatedWaitMessageOptionsRead> [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="entranceAudioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="entranceMessageAudioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="entranceMessageAudioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="entranceMessageAudioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="entranceVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="entranceMessageVideoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="entranceMessageVideoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="entranceMessageVideoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="playPeriodicComfortMessage" type=" xs:boolean "/>
<xs:element name="timeBetweenComfortMessagesSeconds" type=" CallCenterTimeBetweenComfortMessagesSeconds "/>
<xs:element name="periodicComfortAudioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="periodicComfortMessageAudioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="periodicComfortMessageAudioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="periodicComfortMessageAudioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="periodicComfortVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="enableMediaOnHoldForQueuedCalls" type=" xs:boolean "/>
<xs:element name="mediaOnHoldSource" type=" CallCenterMediaOnHoldSourceRead17 "/>
<xs:element name="mediaOnHoldUseAlternateSourceForInternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mediaOnHoldInternalSource" type=" CallCenterMediaOnHoldSourceRead17 " minOccurs="0"/>
<xs:element name="playWhisperMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="whisperAudioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="whisperMessageAudioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="whisperMessageAudioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="whisperMessageAudioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="whisperVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="whisperMessageVideoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="whisperMessageVideoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="whisperMessageVideoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="estimatedWaitMessageOptionsRead" type=" EstimatedWaitMessageOptionsRead "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetAnnouncementResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<entranceAudioMessageSelection> ExtendedFileResourceSelection </entranceAudioMessageSelection> [1]
<entranceMessageAudioUrlList> CallCenterAnnouncementURLList </entranceMessageAudioUrlList> [0..1]
<entranceMessageAudioFileList> CallCenterAnnouncementDescriptionList </entranceMessageAudioFileList> [0..1]
<entranceMessageAudioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </entranceMessageAudioMediaTypeList> [0..1]
<entranceVideoMessageSelection> ExtendedFileResourceSelection </entranceVideoMessageSelection> [0..1]
<entranceMessageVideoUrlList> CallCenterAnnouncementURLList </entranceMessageVideoUrlList> [0..1]
<entranceMessageVideoFileList> CallCenterAnnouncementDescriptionList </entranceMessageVideoFileList> [0..1]
<entranceMessageVideoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </entranceMessageVideoMediaTypeList> [0..1]
<playPeriodicComfortMessage> xs:boolean </playPeriodicComfortMessage> [1]
<timeBetweenComfortMessagesSeconds> CallCenterTimeBetweenComfortMessagesSeconds </timeBetweenComfortMessagesSeconds> [1]
<periodicComfortAudioMessageSelection> ExtendedFileResourceSelection </periodicComfortAudioMessageSelection> [1]
<periodicComfortMessageAudioUrlList> CallCenterAnnouncementURLList </periodicComfortMessageAudioUrlList> [0..1]
<periodicComfortMessageAudioFileList> CallCenterAnnouncementDescriptionList </periodicComfortMessageAudioFileList> [0..1]
<periodicComfortMessageAudioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </periodicComfortMessageAudioMediaTypeList> [0..1]
<periodicComfortVideoMessageSelection> ExtendedFileResourceSelection </periodicComfortVideoMessageSelection> [0..1]
<periodicComfortMessageVideoUrlList> CallCenterAnnouncementURLList </periodicComfortMessageVideoUrlList> [0..1]
<periodicComfortMessageVideoFileList> CallCenterAnnouncementDescriptionList </periodicComfortMessageVideoFileList> [0..1]
<periodicComfortMessageVideoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </periodicComfortMessageVideoMediaTypeList> [0..1]
<enableMediaOnHoldForQueuedCalls> xs:boolean </enableMediaOnHoldForQueuedCalls> [1]
<mediaOnHoldSource> CallCenterMediaOnHoldSourceRead17 </mediaOnHoldSource> [1]
<mediaOnHoldUseAlternateSourceForInternalCalls> xs:boolean </mediaOnHoldUseAlternateSourceForInternalCalls> [0..1]
<mediaOnHoldInternalSource> CallCenterMediaOnHoldSourceRead17 </mediaOnHoldInternalSource> [0..1]
<playWhisperMessage> xs:boolean </playWhisperMessage> [0..1]
<whisperAudioMessageSelection> ExtendedFileResourceSelection </whisperAudioMessageSelection> [0..1]
<whisperMessageAudioUrlList> CallCenterAnnouncementURLList </whisperMessageAudioUrlList> [0..1]
<whisperMessageAudioFileList> CallCenterAnnouncementDescriptionList </whisperMessageAudioFileList> [0..1]
<whisperMessageAudioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </whisperMessageAudioMediaTypeList> [0..1]
<whisperVideoMessageSelection> ExtendedFileResourceSelection </whisperVideoMessageSelection> [0..1]
<whisperMessageVideoUrlList> CallCenterAnnouncementURLList </whisperMessageVideoUrlList> [0..1]
<whisperMessageVideoFileList> CallCenterAnnouncementDescriptionList </whisperMessageVideoFileList> [0..1]
<whisperMessageVideoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </whisperMessageVideoMediaTypeList> [0..1]
<estimatedWaitMessageOptionsRead> EstimatedWaitMessageOptionsRead17sp4 </estimatedWaitMessageOptionsRead> [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="entranceAudioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="entranceMessageAudioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="entranceMessageAudioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="entranceMessageAudioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="entranceVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="entranceMessageVideoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="entranceMessageVideoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="entranceMessageVideoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="playPeriodicComfortMessage" type=" xs:boolean "/>
<xs:element name="timeBetweenComfortMessagesSeconds" type=" CallCenterTimeBetweenComfortMessagesSeconds "/>
<xs:element name="periodicComfortAudioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="periodicComfortMessageAudioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="periodicComfortMessageAudioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="periodicComfortMessageAudioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="periodicComfortVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="enableMediaOnHoldForQueuedCalls" type=" xs:boolean "/>
<xs:element name="mediaOnHoldSource" type=" CallCenterMediaOnHoldSourceRead17 "/>
<xs:element name="mediaOnHoldUseAlternateSourceForInternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mediaOnHoldInternalSource" type=" CallCenterMediaOnHoldSourceRead17 " minOccurs="0"/>
<xs:element name="playWhisperMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="whisperAudioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="whisperMessageAudioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="whisperMessageAudioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="whisperMessageAudioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="whisperVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="whisperMessageVideoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="whisperMessageVideoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="whisperMessageVideoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="estimatedWaitMessageOptionsRead" type=" EstimatedWaitMessageOptionsRead17sp4 "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetDNISAnnouncementRequest

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. -->
<dnisKey> DNISKey </dnisKey> [1]
</...>
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>
top

Complex Type: GroupCallCenterGetDNISAnnouncementRequest17sp4

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. -->
<dnisKey> DNISKey </dnisKey> [1]
</...>
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>
top

Complex Type: GroupCallCenterGetDNISAnnouncementResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<entranceAudioMessageSelection> ExtendedFileResourceSelection </entranceAudioMessageSelection> [1]
<entranceMessageAudioUrlList> CallCenterAnnouncementURLList </entranceMessageAudioUrlList> [0..1]
<entranceMessageAudioFileList> CallCenterAnnouncementDescriptionList </entranceMessageAudioFileList> [0..1]
<entranceMessageAudioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </entranceMessageAudioMediaTypeList> [0..1]
<entranceVideoMessageSelection> ExtendedFileResourceSelection </entranceVideoMessageSelection> [0..1]
<entranceMessageVideoUrlList> CallCenterAnnouncementURLList </entranceMessageVideoUrlList> [0..1]
<entranceMessageVideoFileList> CallCenterAnnouncementDescriptionList </entranceMessageVideoFileList> [0..1]
<entranceMessageVideoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </entranceMessageVideoMediaTypeList> [0..1]
<playPeriodicComfortMessage> xs:boolean </playPeriodicComfortMessage> [1]
<timeBetweenComfortMessagesSeconds> CallCenterTimeBetweenComfortMessagesSeconds </timeBetweenComfortMessagesSeconds> [1]
<periodicComfortAudioMessageSelection> ExtendedFileResourceSelection </periodicComfortAudioMessageSelection> [1]
<periodicComfortMessageAudioUrlList> CallCenterAnnouncementURLList </periodicComfortMessageAudioUrlList> [0..1]
<periodicComfortMessageAudioFileList> CallCenterAnnouncementDescriptionList </periodicComfortMessageAudioFileList> [0..1]
<periodicComfortMessageAudioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </periodicComfortMessageAudioMediaTypeList> [0..1]
<periodicComfortVideoMessageSelection> ExtendedFileResourceSelection </periodicComfortVideoMessageSelection> [0..1]
<periodicComfortMessageVideoUrlList> CallCenterAnnouncementURLList </periodicComfortMessageVideoUrlList> [0..1]
<periodicComfortMessageVideoFileList> CallCenterAnnouncementDescriptionList </periodicComfortMessageVideoFileList> [0..1]
<periodicComfortMessageVideoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </periodicComfortMessageVideoMediaTypeList> [0..1]
<enableMediaOnHoldForQueuedCalls> xs:boolean </enableMediaOnHoldForQueuedCalls> [1]
<mediaOnHoldSource> CallCenterMediaOnHoldSourceRead17 </mediaOnHoldSource> [1]
<playWhisperMessage> xs:boolean </playWhisperMessage> [1]
<whisperAudioMessageSelection> ExtendedFileResourceSelection </whisperAudioMessageSelection> [1]
<whisperMessageAudioUrlList> CallCenterAnnouncementURLList </whisperMessageAudioUrlList> [0..1]
<whisperMessageAudioFileList> CallCenterAnnouncementDescriptionList </whisperMessageAudioFileList> [0..1]
<whisperMessageAudioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </whisperMessageAudioMediaTypeList> [0..1]
<whisperVideoMessageSelection> ExtendedFileResourceSelection </whisperVideoMessageSelection> [0..1]
<whisperMessageVideoUrlList> CallCenterAnnouncementURLList </whisperMessageVideoUrlList> [0..1]
<whisperMessageVideoFileList> CallCenterAnnouncementDescriptionList </whisperMessageVideoFileList> [0..1]
<whisperMessageVideoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </whisperMessageVideoMediaTypeList> [0..1]
<estimatedWaitMessageOptionsRead> EstimatedWaitMessageOptionsRead </estimatedWaitMessageOptionsRead> [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="entranceAudioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="entranceMessageAudioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="entranceMessageAudioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="entranceMessageAudioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="entranceVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="entranceMessageVideoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="entranceMessageVideoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="entranceMessageVideoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="playPeriodicComfortMessage" type=" xs:boolean "/>
<xs:element name="timeBetweenComfortMessagesSeconds" type=" CallCenterTimeBetweenComfortMessagesSeconds "/>
<xs:element name="periodicComfortAudioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="periodicComfortMessageAudioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="periodicComfortMessageAudioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="periodicComfortMessageAudioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="periodicComfortVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="enableMediaOnHoldForQueuedCalls" type=" xs:boolean "/>
<xs:element name="mediaOnHoldSource" type=" CallCenterMediaOnHoldSourceRead17 "/>
<xs:element name="playWhisperMessage" type=" xs:boolean "/>
<xs:element name="whisperAudioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="whisperMessageAudioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="whisperMessageAudioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="whisperMessageAudioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="whisperVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="whisperMessageVideoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="whisperMessageVideoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="whisperMessageVideoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="estimatedWaitMessageOptionsRead" type=" EstimatedWaitMessageOptionsRead "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetDNISAnnouncementResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<entranceAudioMessageSelection> ExtendedFileResourceSelection </entranceAudioMessageSelection> [1]
<entranceMessageAudioUrlList> CallCenterAnnouncementURLList </entranceMessageAudioUrlList> [0..1]
<entranceMessageAudioFileList> CallCenterAnnouncementDescriptionList </entranceMessageAudioFileList> [0..1]
<entranceMessageAudioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </entranceMessageAudioMediaTypeList> [0..1]
<entranceVideoMessageSelection> ExtendedFileResourceSelection </entranceVideoMessageSelection> [0..1]
<entranceMessageVideoUrlList> CallCenterAnnouncementURLList </entranceMessageVideoUrlList> [0..1]
<entranceMessageVideoFileList> CallCenterAnnouncementDescriptionList </entranceMessageVideoFileList> [0..1]
<entranceMessageVideoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </entranceMessageVideoMediaTypeList> [0..1]
<playPeriodicComfortMessage> xs:boolean </playPeriodicComfortMessage> [1]
<timeBetweenComfortMessagesSeconds> CallCenterTimeBetweenComfortMessagesSeconds </timeBetweenComfortMessagesSeconds> [1]
<periodicComfortAudioMessageSelection> ExtendedFileResourceSelection </periodicComfortAudioMessageSelection> [1]
<periodicComfortMessageAudioUrlList> CallCenterAnnouncementURLList </periodicComfortMessageAudioUrlList> [0..1]
<periodicComfortMessageAudioFileList> CallCenterAnnouncementDescriptionList </periodicComfortMessageAudioFileList> [0..1]
<periodicComfortMessageAudioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </periodicComfortMessageAudioMediaTypeList> [0..1]
<periodicComfortVideoMessageSelection> ExtendedFileResourceSelection </periodicComfortVideoMessageSelection> [0..1]
<periodicComfortMessageVideoUrlList> CallCenterAnnouncementURLList </periodicComfortMessageVideoUrlList> [0..1]
<periodicComfortMessageVideoFileList> CallCenterAnnouncementDescriptionList </periodicComfortMessageVideoFileList> [0..1]
<periodicComfortMessageVideoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </periodicComfortMessageVideoMediaTypeList> [0..1]
<enableMediaOnHoldForQueuedCalls> xs:boolean </enableMediaOnHoldForQueuedCalls> [1]
<mediaOnHoldSource> CallCenterMediaOnHoldSourceRead17 </mediaOnHoldSource> [1]
<playWhisperMessage> xs:boolean </playWhisperMessage> [1]
<whisperAudioMessageSelection> ExtendedFileResourceSelection </whisperAudioMessageSelection> [1]
<whisperMessageAudioUrlList> CallCenterAnnouncementURLList </whisperMessageAudioUrlList> [0..1]
<whisperMessageAudioFileList> CallCenterAnnouncementDescriptionList </whisperMessageAudioFileList> [0..1]
<whisperMessageAudioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </whisperMessageAudioMediaTypeList> [0..1]
<whisperVideoMessageSelection> ExtendedFileResourceSelection </whisperVideoMessageSelection> [0..1]
<whisperMessageVideoUrlList> CallCenterAnnouncementURLList </whisperMessageVideoUrlList> [0..1]
<whisperMessageVideoFileList> CallCenterAnnouncementDescriptionList </whisperMessageVideoFileList> [0..1]
<whisperMessageVideoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </whisperMessageVideoMediaTypeList> [0..1]
<estimatedWaitMessageOptionsRead> EstimatedWaitMessageOptionsRead17sp4 </estimatedWaitMessageOptionsRead> [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="entranceAudioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="entranceMessageAudioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="entranceMessageAudioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="entranceMessageAudioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="entranceVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="entranceMessageVideoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="entranceMessageVideoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="entranceMessageVideoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="playPeriodicComfortMessage" type=" xs:boolean "/>
<xs:element name="timeBetweenComfortMessagesSeconds" type=" CallCenterTimeBetweenComfortMessagesSeconds "/>
<xs:element name="periodicComfortAudioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="periodicComfortMessageAudioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="periodicComfortMessageAudioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="periodicComfortMessageAudioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="periodicComfortVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="enableMediaOnHoldForQueuedCalls" type=" xs:boolean "/>
<xs:element name="mediaOnHoldSource" type=" CallCenterMediaOnHoldSourceRead17 "/>
<xs:element name="playWhisperMessage" type=" xs:boolean "/>
<xs:element name="whisperAudioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="whisperMessageAudioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="whisperMessageAudioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="whisperMessageAudioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="whisperVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="whisperMessageVideoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="whisperMessageVideoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="whisperMessageVideoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="estimatedWaitMessageOptionsRead" type=" EstimatedWaitMessageOptionsRead17sp4 "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetInstanceRequest17sp3

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>
top

Complex Type: GroupCallCenterGetInstanceResponse17sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<serviceInstanceProfile> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<type> CallCenterType </type> [1]
<policy> HuntPolicy </policy> [1]
<enableVideo> xs:boolean </enableVideo> [1]
<queueLength> CallCenterQueueLength16 </queueLength> [1]
<enableReporting> xs:boolean </enableReporting> [0..1]
<reportingServerName> CallCenterReportingServerName </reportingServerName> [0..1]
<allowCallerToDialEscapeDigit> xs:boolean </allowCallerToDialEscapeDigit> [1]
<escapeDigit> DtmfDigit </escapeDigit> [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]
<wrapUpSeconds> CallCenterWrapUpSeconds </wrapUpSeconds> [0..1]
<forceDeliveryOfCalls> xs:boolean </forceDeliveryOfCalls> [0..1]
<forceDeliveryWaitTimeSeconds> CallCenterForceDeliveryWaitTimeSeconds </forceDeliveryWaitTimeSeconds> [0..1]
<enableAutomaticStateChangeForAgents> xs:boolean </enableAutomaticStateChangeForAgents> [0..1]
<agentStateAfterCall> AgentACDAutomaticState </agentStateAfterCall> [0..1]
<agentUnavailableCode> CallCenterAgentUnavailableCode </agentUnavailableCode> [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="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="type" type=" CallCenterType "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="queueLength" type=" CallCenterQueueLength16 "/>
<xs:element name="enableReporting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="reportingServerName" type=" CallCenterReportingServerName " 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="wrapUpSeconds" type=" CallCenterWrapUpSeconds " minOccurs="0"/>
<xs:element name="forceDeliveryOfCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="forceDeliveryWaitTimeSeconds" type=" CallCenterForceDeliveryWaitTimeSeconds " minOccurs="0"/>
<xs:element name="enableAutomaticStateChangeForAgents" type=" xs:boolean " minOccurs="0"/>
<xs:element name="agentStateAfterCall" type=" AgentACDAutomaticState " minOccurs="0"/>
<xs:element name="agentUnavailableCode" type=" CallCenterAgentUnavailableCode " 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>
top

Complex Type: GroupCallCenterGetRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<guardTimerSeconds> CallCenterGuardTimerSeconds </guardTimerSeconds> [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]
<numberConsecutiveBouncedCallsToForceAgentUnavailable> CallCenterConsecutiveBouncedCallsToForceAgentUnavailable </numberConsecutiveBouncedCallsToForceAgentUnavailable> [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="guardTimerSeconds" type=" CallCenterGuardTimerSeconds "/>
<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="numberConsecutiveBouncedCallsToForceAgentUnavailable" type=" CallCenterConsecutiveBouncedCallsToForceAgentUnavailable " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterModifyInstanceRequest17sp1

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]
<serviceInstanceProfile> ServiceInstanceModifyProfile </serviceInstanceProfile> [0..1]
<type> CallCenterType </type> [0..1]
<policy> HuntPolicy </policy> [0..1]
<enableVideo> xs:boolean </enableVideo> [0..1]
<queueLength> CallCenterQueueLength16 </queueLength> [0..1]
<enableReporting> xs:boolean </enableReporting> [0..1]
<reportingServerName> CallCenterReportingServerName </reportingServerName> [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]
<wrapUpSeconds> CallCenterWrapUpSeconds </wrapUpSeconds> [0..1]
<forceDeliveryOfCalls> xs:boolean </forceDeliveryOfCalls> [0..1]
<forceDeliveryWaitTimeSeconds> CallCenterForceDeliveryWaitTimeSeconds </forceDeliveryWaitTimeSeconds> [0..1]
<enableAutomaticStateChangeForAgents> xs:boolean </enableAutomaticStateChangeForAgents> [0..1]
<agentStateAfterCall> AgentACDAutomaticState </agentStateAfterCall> [0..1]
<agentUnavailableCode> CallCenterAgentUnavailableCode </agentUnavailableCode> [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="serviceInstanceProfile" type=" ServiceInstanceModifyProfile " minOccurs="0"/>
<xs:element name="type" type=" CallCenterType " minOccurs="0"/>
<xs:element name="policy" type=" HuntPolicy " minOccurs="0"/>
<xs:element name="enableVideo" type=" xs:boolean " minOccurs="0"/>
<xs:element name="queueLength" type=" CallCenterQueueLength16 " minOccurs="0"/>
<xs:element name="enableReporting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="reportingServerName" type=" CallCenterReportingServerName " minOccurs="0" nillable="true"/>
<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="wrapUpSeconds" type=" CallCenterWrapUpSeconds " minOccurs="0" nillable="true"/>
<xs:element name="forceDeliveryOfCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="forceDeliveryWaitTimeSeconds" type=" CallCenterForceDeliveryWaitTimeSeconds " minOccurs="0" nillable="true"/>
<xs:element name="enableAutomaticStateChangeForAgents" type=" xs:boolean " minOccurs="0"/>
<xs:element name="agentStateAfterCall" type=" AgentACDAutomaticState " minOccurs="0"/>
<xs:element name="agentUnavailableCode" type=" CallCenterAgentUnavailableCode " nillable="true" 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>
top

Complex Type: GroupHuntGroupAddInstanceRequest17sp1V1

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfile </serviceInstanceProfile> [1]
<policy> HuntPolicy </policy> [1]
<huntAfterNoAnswer> xs:boolean </huntAfterNoAnswer> [1]
<noAnswerNumberOfRings> HuntNoAnswerRings </noAnswerNumberOfRings> [1]
<forwardAfterTimeout> xs:boolean </forwardAfterTimeout> [1]
<forwardTimeoutSeconds> HuntForwardTimeoutSeconds </forwardTimeoutSeconds> [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="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceAddProfile "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="huntAfterNoAnswer" type=" xs:boolean "/>
<xs:element name="noAnswerNumberOfRings" type=" HuntNoAnswerRings "/>
<xs:element name="forwardAfterTimeout" type=" xs:boolean "/>
<xs:element name="forwardTimeoutSeconds" type=" HuntForwardTimeoutSeconds "/>
<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>
top

Complex Type: GroupHuntGroupAddInstanceRequest17sp4

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfile </serviceInstanceProfile> [1]
<policy> HuntPolicy </policy> [1]
<huntAfterNoAnswer> xs:boolean </huntAfterNoAnswer> [1]
<noAnswerNumberOfRings> HuntNoAnswerRings </noAnswerNumberOfRings> [1]
<forwardAfterTimeout> xs:boolean </forwardAfterTimeout> [1]
<forwardTimeoutSeconds> HuntForwardTimeoutSeconds </forwardTimeoutSeconds> [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="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceAddProfile "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="huntAfterNoAnswer" type=" xs:boolean "/>
<xs:element name="noAnswerNumberOfRings" type=" HuntNoAnswerRings "/>
<xs:element name="forwardAfterTimeout" type=" xs:boolean "/>
<xs:element name="forwardTimeoutSeconds" type=" HuntForwardTimeoutSeconds "/>
<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>
top

Complex Type: GroupHuntGroupGetInstanceRequest17sp1V1

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>
top

Complex Type: GroupHuntGroupGetInstanceRequest17sp4

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>
top

Complex Type: GroupHuntGroupGetInstanceResponse17sp1V1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<serviceInstanceProfile> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<policy> HuntPolicy </policy> [1]
<huntAfterNoAnswer> xs:boolean </huntAfterNoAnswer> [1]
<noAnswerNumberOfRings> HuntNoAnswerRings </noAnswerNumberOfRings> [1]
<forwardAfterTimeout> xs:boolean </forwardAfterTimeout> [1]
<forwardTimeoutSeconds> HuntForwardTimeoutSeconds </forwardTimeoutSeconds> [1]
<forwardToPhoneNumber> OutgoingDN </forwardToPhoneNumber> [0..1]
<agentUserTable> core:OCITable </agentUserTable> [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="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="huntAfterNoAnswer" type=" xs:boolean "/>
<xs:element name="noAnswerNumberOfRings" type=" HuntNoAnswerRings "/>
<xs:element name="forwardAfterTimeout" type=" xs:boolean "/>
<xs:element name="forwardTimeoutSeconds" type=" HuntForwardTimeoutSeconds "/>
<xs:element name="forwardToPhoneNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="agentUserTable" type=" core:OCITable "/>
<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>
top

Complex Type: GroupHuntGroupGetInstanceResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<serviceInstanceProfile> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<policy> HuntPolicy </policy> [1]
<huntAfterNoAnswer> xs:boolean </huntAfterNoAnswer> [1]
<noAnswerNumberOfRings> HuntNoAnswerRings </noAnswerNumberOfRings> [1]
<forwardAfterTimeout> xs:boolean </forwardAfterTimeout> [1]
<forwardTimeoutSeconds> HuntForwardTimeoutSeconds </forwardTimeoutSeconds> [1]
<forwardToPhoneNumber> OutgoingDN </forwardToPhoneNumber> [0..1]
<agentUserTable> core:OCITable </agentUserTable> [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="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="huntAfterNoAnswer" type=" xs:boolean "/>
<xs:element name="noAnswerNumberOfRings" type=" HuntNoAnswerRings "/>
<xs:element name="forwardAfterTimeout" type=" xs:boolean "/>
<xs:element name="forwardTimeoutSeconds" type=" HuntForwardTimeoutSeconds "/>
<xs:element name="forwardToPhoneNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="agentUserTable" type=" core:OCITable "/>
<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>
top

Complex Type: GroupMeetMeConferencingAddInstanceRequest18

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfile </serviceInstanceProfile> [1]
<allocatedPorts> MeetMeConferencingConferencePorts </allocatedPorts> [1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
<allowIndividualOutDial> xs:boolean </allowIndividualOutDial> [1]
<operatorNumber> OutgoingDNorSIPURI </operatorNumber> [0..1]
<conferenceHostUserId> UserId </conferenceHostUserId> [0..*]
<playWarningPrompt> xs:boolean </playWarningPrompt> [1]
<conferenceEndWarningPromptMinutes> MeetMeConferencingConferenceEndWarningPromptMinutes </conferenceEndWarningPromptMinutes> [1]
<enableMaxConferenceDuration> xs:boolean </enableMaxConferenceDuration> [1]
<maxConferenceDurationMinutes> MeetMeConferencingConferenceDuration </maxConferenceDurationMinutes> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingAddInstanceRequest18">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceAddProfile "/>
<xs:element name="allocatedPorts" type=" MeetMeConferencingConferencePorts "/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
<xs:element name="allowIndividualOutDial" type=" xs:boolean "/>
<xs:element name="operatorNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="conferenceHostUserId" type=" UserId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="playWarningPrompt" type=" xs:boolean "/>
<xs:element name="conferenceEndWarningPromptMinutes" type=" MeetMeConferencingConferenceEndWarningPromptMinutes "/>
<xs:element name="enableMaxConferenceDuration" type=" xs:boolean "/>
<xs:element name="maxConferenceDurationMinutes" type=" MeetMeConferencingConferenceDuration "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMeetMeConferencingGetInstanceRequest18

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>
top

Complex Type: GroupMeetMeConferencingGetInstanceResponse18

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<serviceInstanceProfile> ServiceInstanceReadProfile17sp4 </serviceInstanceProfile> [1]
<allocatedPorts> MeetMeConferencingConferencePorts </allocatedPorts> [1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
<allowIndividualOutDial> xs:boolean </allowIndividualOutDial> [1]
<operatorNumber> OutgoingDNorSIPURI </operatorNumber> [0..1]
<conferenceHostUserTable> core:OCITable </conferenceHostUserTable> [1]
<playWarningPrompt> xs:boolean </playWarningPrompt> [1]
<conferenceEndWarningPromptMinutes> MeetMeConferencingConferenceEndWarningPromptMinutes </conferenceEndWarningPromptMinutes> [1]
<enableMaxConferenceDuration> xs:boolean </enableMaxConferenceDuration> [1]
<maxConferenceDurationMinutes> MeetMeConferencingConferenceDuration </maxConferenceDurationMinutes> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingGetInstanceResponse18">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17sp4 "/>
<xs:element name="allocatedPorts" type=" MeetMeConferencingConferencePorts "/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
<xs:element name="allowIndividualOutDial" type=" xs:boolean "/>
<xs:element name="operatorNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="conferenceHostUserTable" type=" core:OCITable "/>
<xs:element name="playWarningPrompt" type=" xs:boolean "/>
<xs:element name="conferenceEndWarningPromptMinutes" type=" MeetMeConferencingConferenceEndWarningPromptMinutes "/>
<xs:element name="enableMaxConferenceDuration" type=" xs:boolean "/>
<xs:element name="maxConferenceDurationMinutes" type=" MeetMeConferencingConferenceDuration "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMusicOnHoldGetInstanceRequest16

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<department> DepartmentKey </department> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupMusicOnHoldGetInstanceRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="department" type=" DepartmentKey " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMusicOnHoldGetInstanceResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<source> MusicOnHoldSourceRead16 </source> [1]
<useAlternateSourceForInternalCalls> xs:boolean </useAlternateSourceForInternalCalls> [1]
<internalSource> MusicOnHoldSourceRead16 </internalSource> [0..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="source" type=" MusicOnHoldSourceRead16 "/>
<xs:element name="useAlternateSourceForInternalCalls" type=" xs:boolean "/>
<xs:element name="internalSource" type=" MusicOnHoldSourceRead16 " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupPortalPasscodeRulesGetRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupPortalPasscodeRulesGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupPortalPasscodeRulesGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<useRuleLevel> GroupPasscodeRulesLevel </useRuleLevel> [1]
<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]
<minCodeLength> PasscodeMinLength </minCodeLength> [1]
<maxCodeLength> PasscodeMaxLength </maxCodeLength> [1]
<disableLoginAfterMaxFailedLoginAttempts> xs:boolean </disableLoginAfterMaxFailedLoginAttempts> [1]
<maxFailedLoginAttempts> PortalMaxFailedLoginAttempts </maxFailedLoginAttempts> [0..1]
<expirePassword> xs:boolean </expirePassword> [1]
<passcodeExpiresDays> PasscodeExpiresDays </passcodeExpiresDays> [0..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="useRuleLevel" type=" GroupPasscodeRulesLevel "/>
<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="minCodeLength" type=" PasscodeMinLength "/>
<xs:element name="maxCodeLength" type=" PasscodeMaxLength "/>
<xs:element name="disableLoginAfterMaxFailedLoginAttempts" type=" xs:boolean "/>
<xs:element name="maxFailedLoginAttempts" type=" PortalMaxFailedLoginAttempts " minOccurs="0"/>
<xs:element name="expirePassword" type=" xs:boolean "/>
<xs:element name="passcodeExpiresDays" type=" PasscodeExpiresDays " minOccurs="0"/>
<xs:element name="sendLoginDisabledNotifyEmail" type=" xs:boolean "/>
<xs:element name="loginDisabledNotifyEmailAddress" type=" EmailAddress " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointGetAnnouncementRequest

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>
top

Complex Type: GroupRoutePointGetAnnouncementResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<mediaOnHoldSource> CallCenterMediaOnHoldSourceRead17 </mediaOnHoldSource> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointGetAnnouncementResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="mediaOnHoldSource" type=" CallCenterMediaOnHoldSourceRead17 "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointGetDNISAnnouncementRequest

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. -->
<dnisKey> DNISKey </dnisKey> [1]
</...>
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>
top

Complex Type: GroupRoutePointGetDNISAnnouncementResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<mediaOnHoldSource> CallCenterMediaOnHoldSourceRead17 </mediaOnHoldSource> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointGetDNISAnnouncementResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="mediaOnHoldSource" type=" CallCenterMediaOnHoldSourceRead17 "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupAddInstanceRequest17sp4

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<name> TrunkGroupName </name> [1]
<pilotUser> TrunkGroupMultipleContactPilotUser </pilotUser> [0..1]
<department> DepartmentKey </department> [0..1]
<accessDevice> AccessDevice </accessDevice> [0..1]
<maxActiveCalls> MaxActiveCalls </maxActiveCalls> [1]
<maxIncomingCalls> MaxIncomingCalls </maxIncomingCalls> [0..1]
<maxOutgoingCalls> MaxOutgoingCalls </maxOutgoingCalls> [0..1]
<enableBursting> xs:boolean </enableBursting> [1]
<burstingMaxActiveCalls> BurstingMaxActiveCalls </burstingMaxActiveCalls> [0..1]
<burstingMaxIncomingCalls> BurstingMaxIncomingCalls </burstingMaxIncomingCalls> [0..1]
<burstingMaxOutgoingCalls> BurstingMaxOutgoingCalls </burstingMaxOutgoingCalls> [0..1]
<capacityExceededAction> TrunkGroupCapacityExceededAction </capacityExceededAction> [0..1]
<capacityExceededForwardAddress> OutgoingDNorSIPURI </capacityExceededForwardAddress> [0..1]
<capacityExceededRerouteTrunkGroupKey> TrunkGroupKey </capacityExceededRerouteTrunkGroupKey> [0..1]
<capacityExceededTrapInitialCalls> TrapInitialThreshold </capacityExceededTrapInitialCalls> [1]
<capacityExceededTrapOffsetCalls> TrapOffsetThreshold </capacityExceededTrapOffsetCalls> [1]
<unreachableDestinationAction> TrunkGroupUnreachableDestinationAction </unreachableDestinationAction> [0..1]
<unreachableDestinationForwardAddress> OutgoingDNorSIPURI </unreachableDestinationForwardAddress> [0..1]
<unreachableDestinationRerouteTrunkGroupKey> TrunkGroupKey </unreachableDestinationRerouteTrunkGroupKey> [0..1]
<invitationTimeout> TrunkGroupInvitationTimeoutSeconds </invitationTimeout> [1]
<requireAuthentication> xs:boolean </requireAuthentication> [1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
<sipAuthenticationPassword> Password </sipAuthenticationPassword> [0..1]
<hostedUserId> UserId </hostedUserId> [0..*]
<trunkGroupIdentity> SIPURI </trunkGroupIdentity> [0..1]
<otgDtgIdentity> OtgDtgIdentity </otgDtgIdentity> [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]
<pilotUserCallingLineIdentityPolicy> TrunkGroupPilotUserCallingLineIdentityUsagePolicy </pilotUserCallingLineIdentityPolicy> [1]
<pilotUserChargeNumberPolicy> TrunkGroupPilotUserChargeNumberUsagePolicy </pilotUserChargeNumberPolicy> [1]
<callForwardingAlwaysAction> TrunkGroupCallForwardingAlwaysAction </callForwardingAlwaysAction> [0..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]
<prefix> TrunkGroupPrefix </prefix> [0..1]
<statefulReroutingEnabled> xs:boolean </statefulReroutingEnabled> [1]
<sendContinuousOptionsMessage> xs:boolean </sendContinuousOptionsMessage> [1]
<continuousOptionsSendingIntervalSeconds> TrunkGroupContinuousOptionsSendingIntervalSeconds </continuousOptionsSendingIntervalSeconds> [1]
<failureOptionsSendingIntervalSeconds> TrunkGroupFailureOptionsSendingIntervalSeconds </failureOptionsSendingIntervalSeconds> [1]
<failureThresholdCounter> TrunkGroupThresholdCounter </failureThresholdCounter> [1]
<successThresholdCounter> TrunkGroupThresholdCounter </successThresholdCounter> [1]
<inviteFailureThresholdCounter> TrunkGroupThresholdCounter </inviteFailureThresholdCounter> [1]
<inviteFailureThresholdWindowSeconds> TrunkGroupFailureThresholdWindowSeconds </inviteFailureThresholdWindowSeconds> [1]
<pilotUserCallingLineAssertedIdentityPolicy> TrunkGroupPilotUserCallingLineAssertedIdentityUsagePolicy </pilotUserCallingLineAssertedIdentityPolicy> [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="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="name" type=" TrunkGroupName "/>
<xs:element name="pilotUser" type=" TrunkGroupMultipleContactPilotUser " minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " minOccurs="0"/>
<xs:element name="accessDevice" type=" AccessDevice " minOccurs="0"/>
<xs:element name="maxActiveCalls" type=" MaxActiveCalls "/>
<xs:element name="maxIncomingCalls" type=" MaxIncomingCalls " minOccurs="0"/>
<xs:element name="maxOutgoingCalls" type=" MaxOutgoingCalls " minOccurs="0"/>
<xs:element name="enableBursting" type=" xs:boolean "/>
<xs:element name="burstingMaxActiveCalls" type=" BurstingMaxActiveCalls " minOccurs="0"/>
<xs:element name="burstingMaxIncomingCalls" type=" BurstingMaxIncomingCalls " minOccurs="0"/>
<xs:element name="burstingMaxOutgoingCalls" type=" BurstingMaxOutgoingCalls " minOccurs="0"/>
<xs:element name="capacityExceededAction" type=" TrunkGroupCapacityExceededAction " minOccurs="0"/>
<xs:element name="capacityExceededForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="capacityExceededRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0"/>
<xs:element name="capacityExceededTrapInitialCalls" type=" TrapInitialThreshold "/>
<xs:element name="capacityExceededTrapOffsetCalls" type=" TrapOffsetThreshold "/>
<xs:element name="unreachableDestinationAction" type=" TrunkGroupUnreachableDestinationAction " minOccurs="0"/>
<xs:element name="unreachableDestinationForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="unreachableDestinationRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0"/>
<xs:element name="invitationTimeout" type=" TrunkGroupInvitationTimeoutSeconds "/>
<xs:element name="requireAuthentication" type=" xs:boolean "/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " minOccurs="0"/>
<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="pilotUserCallingLineIdentityPolicy" type=" TrunkGroupPilotUserCallingLineIdentityUsagePolicy "/>
<xs:element name="pilotUserChargeNumberPolicy" type=" TrunkGroupPilotUserChargeNumberUsagePolicy "/>
<xs:element name="callForwardingAlwaysAction" type=" TrunkGroupCallForwardingAlwaysAction " minOccurs="0"/>
<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="prefix" type=" TrunkGroupPrefix " minOccurs="0"/>
<xs:element name="statefulReroutingEnabled" type=" xs:boolean "/>
<xs:element name="sendContinuousOptionsMessage" type=" xs:boolean "/>
<xs:element name="continuousOptionsSendingIntervalSeconds" type=" TrunkGroupContinuousOptionsSendingIntervalSeconds "/>
<xs:element name="failureOptionsSendingIntervalSeconds" type=" TrunkGroupFailureOptionsSendingIntervalSeconds "/>
<xs:element name="failureThresholdCounter" type=" TrunkGroupThresholdCounter "/>
<xs:element name="successThresholdCounter" type=" TrunkGroupThresholdCounter "/>
<xs:element name="inviteFailureThresholdCounter" type=" TrunkGroupThresholdCounter "/>
<xs:element name="inviteFailureThresholdWindowSeconds" type=" TrunkGroupFailureThresholdWindowSeconds "/>
<xs:element name="pilotUserCallingLineAssertedIdentityPolicy" type=" TrunkGroupPilotUserCallingLineAssertedIdentityUsagePolicy "/>
<xs:element name="useSystemCallingLineAssertedIdentityPolicy" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceRequest17sp4

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. -->
<trunkGroupKey> TrunkGroupKey </trunkGroupKey> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceRequest17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="trunkGroupKey" type=" TrunkGroupKey "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceRequest17sp4V2

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. -->
<trunkGroupKey> TrunkGroupKey </trunkGroupKey> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceRequest17sp4V2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="trunkGroupKey" type=" TrunkGroupKey "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<department> DepartmentKey </department> [0..1]
<accessDevice> AccessDevice </accessDevice> [0..1]
<maxActiveCalls> MaxActiveCalls </maxActiveCalls> [1]
<maxIncomingCalls> MaxIncomingCalls </maxIncomingCalls> [0..1]
<maxOutgoingCalls> MaxOutgoingCalls </maxOutgoingCalls> [0..1]
<enableBursting> xs:boolean </enableBursting> [1]
<burstingMaxActiveCalls> BurstingMaxActiveCalls </burstingMaxActiveCalls> [0..1]
<burstingMaxIncomingCalls> BurstingMaxIncomingCalls </burstingMaxIncomingCalls> [0..1]
<burstingMaxOutgoingCalls> BurstingMaxOutgoingCalls </burstingMaxOutgoingCalls> [0..1]
<capacityExceededAction> TrunkGroupCapacityExceededAction </capacityExceededAction> [0..1]
<capacityExceededForwardAddress> OutgoingDNorSIPURI </capacityExceededForwardAddress> [0..1]
<capacityExceededRerouteTrunkGroupKey> TrunkGroupKey </capacityExceededRerouteTrunkGroupKey> [0..1]
<capacityExceededTrapInitialCalls> TrapInitialThreshold </capacityExceededTrapInitialCalls> [1]
<capacityExceededTrapOffsetCalls> TrapOffsetThreshold </capacityExceededTrapOffsetCalls> [1]
<unreachableDestinationAction> TrunkGroupUnreachableDestinationAction </unreachableDestinationAction> [0..1]
<unreachableDestinationForwardAddress> OutgoingDNorSIPURI </unreachableDestinationForwardAddress> [0..1]
<unreachableDestinationRerouteTrunkGroupKey> TrunkGroupKey </unreachableDestinationRerouteTrunkGroupKey> [0..1]
<invitationTimeout> TrunkGroupInvitationTimeoutSeconds </invitationTimeout> [1]
<requireAuthentication> xs:boolean </requireAuthentication> [1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
<hostedUserTable> core:OCITable </hostedUserTable> [0..1]
<trunkGroupIdentity> SIPURI </trunkGroupIdentity> [0..1]
<otgDtgIdentity> OtgDtgIdentity </otgDtgIdentity> [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]
<pilotUserCallingLineIdentityPolicy> TrunkGroupPilotUserCallingLineIdentityUsagePolicy </pilotUserCallingLineIdentityPolicy> [1]
<pilotUserChargeNumberPolicy> TrunkGroupPilotUserChargeNumberUsagePolicy </pilotUserChargeNumberPolicy> [1]
<callForwardingAlwaysAction> TrunkGroupCallForwardingAlwaysAction </callForwardingAlwaysAction> [0..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]
<prefix> TrunkGroupPrefix </prefix> [0..1]
<statefulReroutingEnabled> xs:boolean </statefulReroutingEnabled> [1]
<sendContinuousOptionsMessage> xs:boolean </sendContinuousOptionsMessage> [1]
<continuousOptionsSendingIntervalSeconds> TrunkGroupContinuousOptionsSendingIntervalSeconds </continuousOptionsSendingIntervalSeconds> [1]
<failureOptionsSendingIntervalSeconds> TrunkGroupFailureOptionsSendingIntervalSeconds </failureOptionsSendingIntervalSeconds> [1]
<failureThresholdCounter> TrunkGroupThresholdCounter </failureThresholdCounter> [1]
<successThresholdCounter> TrunkGroupThresholdCounter </successThresholdCounter> [1]
<inviteFailureThresholdCounter> TrunkGroupThresholdCounter </inviteFailureThresholdCounter> [1]
<inviteFailureThresholdWindowSeconds> TrunkGroupFailureThresholdWindowSeconds </inviteFailureThresholdWindowSeconds> [1]
<trunkGroupState> TrunkGroupState </trunkGroupState> [1]
<pilotUserCallingLineAssertedIdentityPolicy> TrunkGroupPilotUserCallingLineAssertedIdentityUsagePolicy </pilotUserCallingLineAssertedIdentityPolicy> [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="maxActiveCalls" type=" MaxActiveCalls "/>
<xs:element name="maxIncomingCalls" type=" MaxIncomingCalls " minOccurs="0"/>
<xs:element name="maxOutgoingCalls" type=" MaxOutgoingCalls " minOccurs="0"/>
<xs:element name="enableBursting" type=" xs:boolean "/>
<xs:element name="burstingMaxActiveCalls" type=" BurstingMaxActiveCalls " minOccurs="0"/>
<xs:element name="burstingMaxIncomingCalls" type=" BurstingMaxIncomingCalls " minOccurs="0"/>
<xs:element name="burstingMaxOutgoingCalls" type=" BurstingMaxOutgoingCalls " minOccurs="0"/>
<xs:element name="capacityExceededAction" type=" TrunkGroupCapacityExceededAction " minOccurs="0"/>
<xs:element name="capacityExceededForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="capacityExceededRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0"/>
<xs:element name="capacityExceededTrapInitialCalls" type=" TrapInitialThreshold "/>
<xs:element name="capacityExceededTrapOffsetCalls" type=" TrapOffsetThreshold "/>
<xs:element name="unreachableDestinationAction" type=" TrunkGroupUnreachableDestinationAction " minOccurs="0"/>
<xs:element name="unreachableDestinationForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="unreachableDestinationRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0"/>
<xs:element name="invitationTimeout" type=" TrunkGroupInvitationTimeoutSeconds "/>
<xs:element name="requireAuthentication" type=" xs:boolean "/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " minOccurs="0"/>
<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="pilotUserCallingLineIdentityPolicy" type=" TrunkGroupPilotUserCallingLineIdentityUsagePolicy "/>
<xs:element name="pilotUserChargeNumberPolicy" type=" TrunkGroupPilotUserChargeNumberUsagePolicy "/>
<xs:element name="callForwardingAlwaysAction" type=" TrunkGroupCallForwardingAlwaysAction " minOccurs="0"/>
<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="prefix" type=" TrunkGroupPrefix " minOccurs="0"/>
<xs:element name="statefulReroutingEnabled" type=" xs:boolean "/>
<xs:element name="sendContinuousOptionsMessage" type=" xs:boolean "/>
<xs:element name="continuousOptionsSendingIntervalSeconds" type=" TrunkGroupContinuousOptionsSendingIntervalSeconds "/>
<xs:element name="failureOptionsSendingIntervalSeconds" type=" TrunkGroupFailureOptionsSendingIntervalSeconds "/>
<xs:element name="failureThresholdCounter" type=" TrunkGroupThresholdCounter "/>
<xs:element name="successThresholdCounter" type=" TrunkGroupThresholdCounter "/>
<xs:element name="inviteFailureThresholdCounter" type=" TrunkGroupThresholdCounter "/>
<xs:element name="inviteFailureThresholdWindowSeconds" type=" TrunkGroupFailureThresholdWindowSeconds "/>
<xs:element name="trunkGroupState" type=" TrunkGroupState "/>
<xs:element name="pilotUserCallingLineAssertedIdentityPolicy" type=" TrunkGroupPilotUserCallingLineAssertedIdentityUsagePolicy "/>
<xs:element name="useSystemCallingLineAssertedIdentityPolicy" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceResponse17sp4V2

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<department> DepartmentKey </department> [0..1]
<accessDevice> AccessDevice </accessDevice> [0..1]
<maxActiveCalls> MaxActiveCalls </maxActiveCalls> [1]
<maxIncomingCalls> MaxIncomingCalls </maxIncomingCalls> [0..1]
<maxOutgoingCalls> MaxOutgoingCalls </maxOutgoingCalls> [0..1]
<enableBursting> xs:boolean </enableBursting> [1]
<burstingMaxActiveCalls> BurstingMaxActiveCalls </burstingMaxActiveCalls> [0..1]
<burstingMaxIncomingCalls> BurstingMaxIncomingCalls </burstingMaxIncomingCalls> [0..1]
<burstingMaxOutgoingCalls> BurstingMaxOutgoingCalls </burstingMaxOutgoingCalls> [0..1]
<capacityExceededAction> TrunkGroupCapacityExceededAction </capacityExceededAction> [0..1]
<capacityExceededForwardAddress> OutgoingDNorSIPURI </capacityExceededForwardAddress> [0..1]
<capacityExceededRerouteTrunkGroupKey> TrunkGroupKey </capacityExceededRerouteTrunkGroupKey> [0..1]
<capacityExceededTrapInitialCalls> TrapInitialThreshold </capacityExceededTrapInitialCalls> [1]
<capacityExceededTrapOffsetCalls> TrapOffsetThreshold </capacityExceededTrapOffsetCalls> [1]
<unreachableDestinationAction> TrunkGroupUnreachableDestinationAction </unreachableDestinationAction> [0..1]
<unreachableDestinationForwardAddress> OutgoingDNorSIPURI </unreachableDestinationForwardAddress> [0..1]
<unreachableDestinationRerouteTrunkGroupKey> TrunkGroupKey </unreachableDestinationRerouteTrunkGroupKey> [0..1]
<invitationTimeout> TrunkGroupInvitationTimeoutSeconds </invitationTimeout> [1]
<requireAuthentication> xs:boolean </requireAuthentication> [1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
<hostedUserTable> core:OCITable </hostedUserTable> [0..1]
<trunkGroupIdentity> SIPURI </trunkGroupIdentity> [0..1]
<otgDtgIdentity> OtgDtgIdentity </otgDtgIdentity> [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]
<pilotUserCallingLineIdentityPolicy> TrunkGroupPilotUserCallingLineIdentityUsagePolicy </pilotUserCallingLineIdentityPolicy> [1]
<pilotUserChargeNumberPolicy> TrunkGroupPilotUserChargeNumberUsagePolicy </pilotUserChargeNumberPolicy> [1]
<callForwardingAlwaysAction> TrunkGroupCallForwardingAlwaysAction </callForwardingAlwaysAction> [0..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]
<prefix> TrunkGroupPrefix </prefix> [0..1]
<statefulReroutingEnabled> xs:boolean </statefulReroutingEnabled> [1]
<sendContinuousOptionsMessage> xs:boolean </sendContinuousOptionsMessage> [1]
<continuousOptionsSendingIntervalSeconds> TrunkGroupContinuousOptionsSendingIntervalSeconds </continuousOptionsSendingIntervalSeconds> [1]
<failureOptionsSendingIntervalSeconds> TrunkGroupFailureOptionsSendingIntervalSeconds </failureOptionsSendingIntervalSeconds> [1]
<failureThresholdCounter> TrunkGroupThresholdCounter </failureThresholdCounter> [1]
<successThresholdCounter> TrunkGroupThresholdCounter </successThresholdCounter> [1]
<inviteFailureThresholdCounter> TrunkGroupThresholdCounter </inviteFailureThresholdCounter> [1]
<inviteFailureThresholdWindowSeconds> TrunkGroupFailureThresholdWindowSeconds </inviteFailureThresholdWindowSeconds> [1]
<trunkGroupState> TrunkGroupState </trunkGroupState> [1]
<pilotUserCallingLineAssertedIdentityPolicy> TrunkGroupPilotUserCallingLineAssertedIdentityUsagePolicy </pilotUserCallingLineAssertedIdentityPolicy> [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="maxActiveCalls" type=" MaxActiveCalls "/>
<xs:element name="maxIncomingCalls" type=" MaxIncomingCalls " minOccurs="0"/>
<xs:element name="maxOutgoingCalls" type=" MaxOutgoingCalls " minOccurs="0"/>
<xs:element name="enableBursting" type=" xs:boolean "/>
<xs:element name="burstingMaxActiveCalls" type=" BurstingMaxActiveCalls " minOccurs="0"/>
<xs:element name="burstingMaxIncomingCalls" type=" BurstingMaxIncomingCalls " minOccurs="0"/>
<xs:element name="burstingMaxOutgoingCalls" type=" BurstingMaxOutgoingCalls " minOccurs="0"/>
<xs:element name="capacityExceededAction" type=" TrunkGroupCapacityExceededAction " minOccurs="0"/>
<xs:element name="capacityExceededForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="capacityExceededRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0"/>
<xs:element name="capacityExceededTrapInitialCalls" type=" TrapInitialThreshold "/>
<xs:element name="capacityExceededTrapOffsetCalls" type=" TrapOffsetThreshold "/>
<xs:element name="unreachableDestinationAction" type=" TrunkGroupUnreachableDestinationAction " minOccurs="0"/>
<xs:element name="unreachableDestinationForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="unreachableDestinationRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0"/>
<xs:element name="invitationTimeout" type=" TrunkGroupInvitationTimeoutSeconds "/>
<xs:element name="requireAuthentication" type=" xs:boolean "/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " minOccurs="0"/>
<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="pilotUserCallingLineIdentityPolicy" type=" TrunkGroupPilotUserCallingLineIdentityUsagePolicy "/>
<xs:element name="pilotUserChargeNumberPolicy" type=" TrunkGroupPilotUserChargeNumberUsagePolicy "/>
<xs:element name="callForwardingAlwaysAction" type=" TrunkGroupCallForwardingAlwaysAction " minOccurs="0"/>
<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="prefix" type=" TrunkGroupPrefix " minOccurs="0"/>
<xs:element name="statefulReroutingEnabled" type=" xs:boolean "/>
<xs:element name="sendContinuousOptionsMessage" type=" xs:boolean "/>
<xs:element name="continuousOptionsSendingIntervalSeconds" type=" TrunkGroupContinuousOptionsSendingIntervalSeconds "/>
<xs:element name="failureOptionsSendingIntervalSeconds" type=" TrunkGroupFailureOptionsSendingIntervalSeconds "/>
<xs:element name="failureThresholdCounter" type=" TrunkGroupThresholdCounter "/>
<xs:element name="successThresholdCounter" type=" TrunkGroupThresholdCounter "/>
<xs:element name="inviteFailureThresholdCounter" type=" TrunkGroupThresholdCounter "/>
<xs:element name="inviteFailureThresholdWindowSeconds" type=" TrunkGroupFailureThresholdWindowSeconds "/>
<xs:element name="trunkGroupState" type=" TrunkGroupState "/>
<xs:element name="pilotUserCallingLineAssertedIdentityPolicy" type=" TrunkGroupPilotUserCallingLineAssertedIdentityUsagePolicy "/>
<xs:element name="useSystemCallingLineAssertedIdentityPolicy" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MusicOnHoldSourceRead16

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]
<messageSourceSelection> MusicOnHoldMessageSelection </messageSourceSelection> [1]
<customSource> [0..1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<audioMediaType> MediaFileType </audioMediaType> [0..1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<videoMediaType> MediaFileType </videoMediaType> [0..1]
</customSource>
<externalSource> [0..1]
<accessDeviceEndpoint> AccessDeviceEndpointRead14 </accessDeviceEndpoint> [1]
</externalSource>
</...>
Schema Component Representation
<xs:complexType name="MusicOnHoldSourceRead16">
<xs:sequence>
<xs:element name="audioFilePreferredCodec" type=" AudioFileCodec "/>
<xs:element name="messageSourceSelection" type=" MusicOnHoldMessageSelection "/>
<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:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointRead14 "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
top

Complex Type: ServiceProviderAccessDeviceGetRequest16

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<deviceName> AccessDeviceName </deviceName> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderAccessDeviceGetRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="deviceName" type=" AccessDeviceName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderAccessDeviceGetResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<deviceType> AccessDeviceType </deviceType> [1]
<protocol> AccessDeviceProtocol </protocol> [1]
<netAddress> NetAddress </netAddress> [0..1]
<port> Port1025 </port> [0..1]
<outboundProxyServerNetAddress> NetAddress </outboundProxyServerNetAddress> [0..1]
<stunServerNetAddress> NetAddress </stunServerNetAddress> [0..1]
<macAddress> AccessDeviceMACAddress </macAddress> [0..1]
<serialNumber> AccessDeviceSerialNumber </serialNumber> [0..1]
<description> AccessDeviceDescription </description> [0..1]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<numberOfAssignedPorts> xs:int </numberOfAssignedPorts> [1]
<status> AccessDeviceStatus </status> [1]
<physicalLocation> AccessDevicePhysicalLocation </physicalLocation> [0..1]
<transportProtocol> TransportProtocol </transportProtocol> [0..1]
<mobilityManagerProvisioningURL> URL </mobilityManagerProvisioningURL> [0..1]
<mobilityManagerProvisioningUserName> MobilityManagerProvisioningUserName </mobilityManagerProvisioningUserName> [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="deviceType" type=" AccessDeviceType "/>
<xs:element name="protocol" type=" AccessDeviceProtocol "/>
<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="macAddress" type=" AccessDeviceMACAddress " minOccurs="0"/>
<xs:element name="serialNumber" type=" AccessDeviceSerialNumber " minOccurs="0"/>
<xs:element name="description" type=" AccessDeviceDescription " minOccurs="0"/>
<xs:element name="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="numberOfAssignedPorts" type=" xs:int "/>
<xs:element name="status" type=" AccessDeviceStatus "/>
<xs:element name="physicalLocation" type=" AccessDevicePhysicalLocation " minOccurs="0"/>
<xs:element name="transportProtocol" type=" TransportProtocol " minOccurs="0"/>
<xs:element name="mobilityManagerProvisioningURL" type=" URL " minOccurs="0"/>
<xs:element name="mobilityManagerProvisioningUserName" type=" MobilityManagerProvisioningUserName " minOccurs="0"/>
<xs:element name="mobilityManagerDefaultOriginatingServiceKey" type=" MobilityManagerServiceKey " minOccurs="0"/>
<xs:element name="mobilityManagerDefaultTerminatingServiceKey" type=" MobilityManagerServiceKey " 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>
top

Complex Type: ServiceProviderPortalPasscodeRulesGetRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderPortalPasscodeRulesGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderPortalPasscodeRulesGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<minCodeLength> PasscodeMinLength </minCodeLength> [1]
<maxCodeLength> PasscodeMaxLength </maxCodeLength> [1]
<disableLoginAfterMaxFailedLoginAttempts> xs:boolean </disableLoginAfterMaxFailedLoginAttempts> [1]
<maxFailedLoginAttempts> PortalMaxFailedLoginAttempts </maxFailedLoginAttempts> [0..1]
<expirePassword> xs:boolean </expirePassword> [1]
<passcodeExpiresDays> PasscodeExpiresDays </passcodeExpiresDays> [0..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="minCodeLength" type=" PasscodeMinLength "/>
<xs:element name="maxCodeLength" type=" PasscodeMaxLength "/>
<xs:element name="disableLoginAfterMaxFailedLoginAttempts" type=" xs:boolean "/>
<xs:element name="maxFailedLoginAttempts" type=" PortalMaxFailedLoginAttempts " minOccurs="0"/>
<xs:element name="expirePassword" type=" xs:boolean "/>
<xs:element name="passcodeExpiresDays" type=" PasscodeExpiresDays " minOccurs="0"/>
<xs:element name="sendLoginDisabledNotifyEmail" type=" xs:boolean "/>
<xs:element name="loginDisabledNotifyEmailAddress" type=" EmailAddress " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceGetRequest16

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. -->
<deviceName> AccessDeviceName </deviceName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceGetRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceName" type=" AccessDeviceName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceGetResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<deviceType> AccessDeviceType </deviceType> [1]
<protocol> AccessDeviceProtocol </protocol> [1]
<netAddress> NetAddress </netAddress> [0..1]
<port> Port1025 </port> [0..1]
<outboundProxyServerNetAddress> NetAddress </outboundProxyServerNetAddress> [0..1]
<stunServerNetAddress> NetAddress </stunServerNetAddress> [0..1]
<macAddress> AccessDeviceMACAddress </macAddress> [0..1]
<serialNumber> AccessDeviceSerialNumber </serialNumber> [0..1]
<description> AccessDeviceDescription </description> [0..1]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<numberOfAssignedPorts> xs:int </numberOfAssignedPorts> [1]
<status> AccessDeviceStatus </status> [1]
<physicalLocation> AccessDevicePhysicalLocation </physicalLocation> [0..1]
<transportProtocol> TransportProtocol </transportProtocol> [0..1]
<mobilityManagerProvisioningURL> URL </mobilityManagerProvisioningURL> [0..1]
<mobilityManagerProvisioningUserName> MobilityManagerProvisioningUserName </mobilityManagerProvisioningUserName> [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="deviceType" type=" AccessDeviceType "/>
<xs:element name="protocol" type=" AccessDeviceProtocol "/>
<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="macAddress" type=" AccessDeviceMACAddress " minOccurs="0"/>
<xs:element name="serialNumber" type=" AccessDeviceSerialNumber " minOccurs="0"/>
<xs:element name="description" type=" AccessDeviceDescription " minOccurs="0"/>
<xs:element name="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="numberOfAssignedPorts" type=" xs:int "/>
<xs:element name="status" type=" AccessDeviceStatus "/>
<xs:element name="physicalLocation" type=" AccessDevicePhysicalLocation " minOccurs="0"/>
<xs:element name="transportProtocol" type=" TransportProtocol " minOccurs="0"/>
<xs:element name="mobilityManagerProvisioningURL" type=" URL " minOccurs="0"/>
<xs:element name="mobilityManagerProvisioningUserName" type=" MobilityManagerProvisioningUserName " minOccurs="0"/>
<xs:element name="mobilityManagerDefaultOriginatingServiceKey" type=" MobilityManagerServiceKey " minOccurs="0"/>
<xs:element name="mobilityManagerDefaultTerminatingServiceKey" type=" MobilityManagerServiceKey " 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>
top

Complex Type: SystemCallCenterGetRequest17

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:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallCenterGetRequest17sp4

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:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallCenterGetResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<defaultFromAddress> EmailAddress </defaultFromAddress> [1]
<statisticsSamplingPeriodMinutes> CallCenterStatisticsSamplingPeriodMinutes </statisticsSamplingPeriodMinutes> [1]
<defaultEnableGuardTimer> xs:boolean </defaultEnableGuardTimer> [1]
<defaultGuardTimerSeconds> CallCenterGuardTimerSeconds </defaultGuardTimerSeconds> [1]
<forceAgentUnavailableOnDNDActivation> xs:boolean </forceAgentUnavailableOnDNDActivation> [1]
<forceAgentUnavailableOnPersonalCalls> xs:boolean </forceAgentUnavailableOnPersonalCalls> [1]
<forceAgentUnavailableOnBouncedCallLimit> xs:boolean </forceAgentUnavailableOnBouncedCallLimit> [1]
<numberConsecutiveBouncedCallsToForceAgentUnavailable> CallCenterConsecutiveBouncedCallsToForceAgentUnavailable </numberConsecutiveBouncedCallsToForceAgentUnavailable> [1]
<defaultPlayRingWhenOfferCall> xs:boolean </defaultPlayRingWhenOfferCall> [1]
<uniformCallDistributionPolicyScope> CallCenterUniformCallDistributionPolicyScope </uniformCallDistributionPolicyScope> [1]
<callHandlingSamplingPeriodMinutes> CallHandlingSamplingPeriodMinutes </callHandlingSamplingPeriodMinutes> [1]
<callHandlingMinimumSamplingSize> CallHandlingMinimumSamplingSize </callHandlingMinimumSamplingSize> [1]
<playToneToAgentForEmergencyCall> xs:boolean </playToneToAgentForEmergencyCall> [1]
<emergencyCallCLIDPrefix> CallCenterEmergencyCallCLIDPrefix </emergencyCallCLIDPrefix> [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="statisticsSamplingPeriodMinutes" type=" CallCenterStatisticsSamplingPeriodMinutes "/>
<xs:element name="defaultEnableGuardTimer" type=" xs:boolean "/>
<xs:element name="defaultGuardTimerSeconds" type=" CallCenterGuardTimerSeconds "/>
<xs:element name="forceAgentUnavailableOnDNDActivation" type=" xs:boolean "/>
<xs:element name="forceAgentUnavailableOnPersonalCalls" type=" xs:boolean "/>
<xs:element name="forceAgentUnavailableOnBouncedCallLimit" type=" xs:boolean "/>
<xs:element name="numberConsecutiveBouncedCallsToForceAgentUnavailable" type=" CallCenterConsecutiveBouncedCallsToForceAgentUnavailable "/>
<xs:element name="defaultPlayRingWhenOfferCall" type=" xs:boolean "/>
<xs:element name="uniformCallDistributionPolicyScope" type=" CallCenterUniformCallDistributionPolicyScope "/>
<xs:element name="callHandlingSamplingPeriodMinutes" type=" CallHandlingSamplingPeriodMinutes "/>
<xs:element name="callHandlingMinimumSamplingSize" type=" CallHandlingMinimumSamplingSize "/>
<xs:element name="playToneToAgentForEmergencyCall" type=" xs:boolean "/>
<xs:element name="emergencyCallCLIDPrefix" type=" CallCenterEmergencyCallCLIDPrefix "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallCenterGetResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<defaultFromAddress> EmailAddress </defaultFromAddress> [1]
<statisticsSamplingPeriodMinutes> CallCenterStatisticsSamplingPeriodMinutes </statisticsSamplingPeriodMinutes> [1]
<defaultEnableGuardTimer> xs:boolean </defaultEnableGuardTimer> [1]
<defaultGuardTimerSeconds> CallCenterGuardTimerSeconds </defaultGuardTimerSeconds> [1]
<forceAgentUnavailableOnDNDActivation> xs:boolean </forceAgentUnavailableOnDNDActivation> [1]
<forceAgentUnavailableOnPersonalCalls> xs:boolean </forceAgentUnavailableOnPersonalCalls> [1]
<forceAgentUnavailableOnBouncedCallLimit> xs:boolean </forceAgentUnavailableOnBouncedCallLimit> [1]
<numberConsecutiveBouncedCallsToForceAgentUnavailable> CallCenterConsecutiveBouncedCallsToForceAgentUnavailable </numberConsecutiveBouncedCallsToForceAgentUnavailable> [1]
<forceAgentUnavailableOnNotReachable> xs:boolean </forceAgentUnavailableOnNotReachable> [1]
<defaultPlayRingWhenOfferCall> xs:boolean </defaultPlayRingWhenOfferCall> [1]
<uniformCallDistributionPolicyScope> CallCenterUniformCallDistributionPolicyScope </uniformCallDistributionPolicyScope> [1]
<callHandlingSamplingPeriodMinutes> CallHandlingSamplingPeriodMinutes </callHandlingSamplingPeriodMinutes> [1]
<callHandlingMinimumSamplingSize> CallHandlingMinimumSamplingSize </callHandlingMinimumSamplingSize> [1]
<playToneToAgentForEmergencyCall> xs:boolean </playToneToAgentForEmergencyCall> [1]
<emergencyCallCLIDPrefix> CallCenterEmergencyCallCLIDPrefix </emergencyCallCLIDPrefix> [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="statisticsSamplingPeriodMinutes" type=" CallCenterStatisticsSamplingPeriodMinutes "/>
<xs:element name="defaultEnableGuardTimer" type=" xs:boolean "/>
<xs:element name="defaultGuardTimerSeconds" type=" CallCenterGuardTimerSeconds "/>
<xs:element name="forceAgentUnavailableOnDNDActivation" type=" xs:boolean "/>
<xs:element name="forceAgentUnavailableOnPersonalCalls" type=" xs:boolean "/>
<xs:element name="forceAgentUnavailableOnBouncedCallLimit" type=" xs:boolean "/>
<xs:element name="numberConsecutiveBouncedCallsToForceAgentUnavailable" type=" CallCenterConsecutiveBouncedCallsToForceAgentUnavailable "/>
<xs:element name="forceAgentUnavailableOnNotReachable" type=" xs:boolean "/>
<xs:element name="defaultPlayRingWhenOfferCall" type=" xs:boolean "/>
<xs:element name="uniformCallDistributionPolicyScope" type=" CallCenterUniformCallDistributionPolicyScope "/>
<xs:element name="callHandlingSamplingPeriodMinutes" type=" CallHandlingSamplingPeriodMinutes "/>
<xs:element name="callHandlingMinimumSamplingSize" type=" CallHandlingMinimumSamplingSize "/>
<xs:element name="playToneToAgentForEmergencyCall" type=" xs:boolean "/>
<xs:element name="emergencyCallCLIDPrefix" type=" CallCenterEmergencyCallCLIDPrefix "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallCenterReportingServerGetListRequest

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:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallCenterReportingServerGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="reportingServerTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallRecordingAddPlatformRequest

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. -->
<name> CallRecordingPlatformName </name> [1]
<netAddress> NetAddress </netAddress> [1]
<port> Port </port> [1]
<mediaStream> MediaStream </mediaStream> [1]
<transportType> TransportProtocol </transportType> [1]
<description> CallRecordingPlatformDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallRecordingAddPlatformRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CallRecordingPlatformName "/>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="port" type=" Port "/>
<xs:element name="mediaStream" type=" MediaStream "/>
<xs:element name="transportType" type=" TransportProtocol "/>
<xs:element name="description" type=" CallRecordingPlatformDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCAPParametersGetRequest14sp3

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:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCAPParametersGetResponse14sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<serverPort> Port1025 </serverPort> [1]
<maxClientConnections> CAPMaxClientConnections </maxClientConnections> [1]
<enableConnectionPing> xs:boolean </enableConnectionPing> [1]
<connectionPingIntervalMinutes> CAPConnectionPingIntervalMinutes </connectionPingIntervalMinutes> [1]
<CCC2ServerPort> Port1025 </CCC2ServerPort> [1]
<CCC2MaxClientConnections> CCC2MaxClientConnections </CCC2MaxClientConnections> [1]
<capServerCallCenterPort> Port1025 </capServerCallCenterPort> [1]
<capServerCallCenterMaxClientConnections> CAPServerCallCenterMaxClientConnections </capServerCallCenterMaxClientConnections> [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="maxClientConnections" type=" CAPMaxClientConnections "/>
<xs:element name="enableConnectionPing" type=" xs:boolean "/>
<xs:element name="connectionPingIntervalMinutes" type=" CAPConnectionPingIntervalMinutes "/>
<xs:element name="CCC2ServerPort" type=" Port1025 "/>
<xs:element name="CCC2MaxClientConnections" type=" CCC2MaxClientConnections "/>
<xs:element name="capServerCallCenterPort" type=" Port1025 "/>
<xs:element name="capServerCallCenterMaxClientConnections" type=" CAPServerCallCenterMaxClientConnections "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCAPParametersModifyRequest

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]
<maxClientConnections> CAPMaxClientConnections </maxClientConnections> [0..1]
<enableConnectionPing> xs:boolean </enableConnectionPing> [0..1]
<connectionPingIntervalMinutes> CAPConnectionPingIntervalMinutes </connectionPingIntervalMinutes> [0..1]
<CCC2ServerPort> Port1025 </CCC2ServerPort> [0..1]
<CCC2MaxClientConnections> CCC2MaxClientConnections </CCC2MaxClientConnections> [0..1]
<capServerCallCenterPort> Port1025 </capServerCallCenterPort> [0..1]
<capServerCallCenterMaxClientConnections> CAPServerCallCenterMaxClientConnections </capServerCallCenterMaxClientConnections> [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="maxClientConnections" type=" CAPMaxClientConnections " minOccurs="0"/>
<xs:element name="enableConnectionPing" type=" xs:boolean " minOccurs="0"/>
<xs:element name="connectionPingIntervalMinutes" type=" CAPConnectionPingIntervalMinutes " minOccurs="0"/>
<xs:element name="CCC2ServerPort" type=" Port1025 " minOccurs="0"/>
<xs:element name="CCC2MaxClientConnections" type=" CCC2MaxClientConnections " minOccurs="0"/>
<xs:element name="capServerCallCenterPort" type=" Port1025 " minOccurs="0"/>
<xs:element name="capServerCallCenterMaxClientConnections" type=" CAPServerCallCenterMaxClientConnections " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceTypeGetAvailableListRequest14sp3

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>
top

Complex Type: SystemDeviceTypeGetAvailableListResponse14sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<deviceType> AccessDeviceType </deviceType> [0..*]
<typeInfo> [0..*]
<profile> SignalingAddressType </profile> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<configType> AccessDeviceEnhancedConfigurationType14 </configType> [0..1]
<protocolChoice> AccessDeviceProtocol </protocolChoice> [1..*]
<isIpAddressOptional> xs:boolean </isIpAddressOptional> [1]
<useDomain> xs:boolean </useDomain> [1]
<isMobilityManagerDevice> xs:boolean </isMobilityManagerDevice> [1]
<deviceConfigurationOption> DeviceTypeConfigurationOptionType </deviceConfigurationOption> [0..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="profile" type=" SignalingAddressType "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="configType" type=" AccessDeviceEnhancedConfigurationType14 " minOccurs="0"/>
<xs:element name="protocolChoice" type=" AccessDeviceProtocol " maxOccurs="unbounded"/>
<xs:element name="isIpAddressOptional" type=" xs:boolean "/>
<xs:element name="useDomain" type=" xs:boolean "/>
<xs:element name="isMobilityManagerDevice" type=" xs:boolean "/>
<xs:element name="deviceConfigurationOption" type=" DeviceTypeConfigurationOptionType " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceTypeGetRequest18

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. -->
<deviceType> AccessDeviceType </deviceType> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceTypeGetRequest18">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceTypeGetResponse18

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<profile> SignalingAddressType </profile> [1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptionsRead16sp1 </cpeDeviceOptions> [0..1]
<protocolChoice> AccessDeviceProtocol </protocolChoice> [1..*]
<isIpAddressOptional> xs:boolean </isIpAddressOptional> [1]
<useDomain> xs:boolean </useDomain> [1]
<isMobilityManagerDevice> xs:boolean </isMobilityManagerDevice> [1]
<deviceTypeConfigurationOption> DeviceTypeConfigurationOptionType </deviceTypeConfigurationOption> [0..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="profile" type=" SignalingAddressType "/>
<xs:element name="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptionsRead16sp1 " minOccurs="0"/>
<xs:element name="protocolChoice" type=" AccessDeviceProtocol " maxOccurs="unbounded"/>
<xs:element name="isIpAddressOptional" type=" xs:boolean "/>
<xs:element name="useDomain" type=" xs:boolean "/>
<xs:element name="isMobilityManagerDevice" type=" xs:boolean "/>
<xs:element name="deviceTypeConfigurationOption" type=" DeviceTypeConfigurationOptionType " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemIntegratedIMPGetRequest

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:extension base=" core:OCIRequest "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemIntegratedIMPGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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>
top

Complex Type: SystemMeetMeConferencingGetRequest18

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:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMeetMeConferencingGetResponse18

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<conferenceIdLength> MeetMeConferencingConferencePassCodeLength </conferenceIdLength> [1]
<moderatorPinLength> MeetMeConferencingConferencePassCodeLength </moderatorPinLength> [1]
<enableConferenceEndDateRestriction> xs:boolean </enableConferenceEndDateRestriction> [1]
<conferenceEndDateRestrictionMonths> MeetMeConferencingConferenceEndDateRestrictionMonths </conferenceEndDateRestrictionMonths> [1]
<deleteExpiredConferencesAfterHoldPeriod> xs:boolean </deleteExpiredConferencesAfterHoldPeriod> [1]
<expiredConferenceHoldPeriodDays> MeetMeConferencingExpiredConferenceHoldPeriodDays </expiredConferenceHoldPeriodDays> [1]
<recordingWebAppURL> URL </recordingWebAppURL> [0..1]
<recordingFileFormat> MeetMeConferencingRecordingFileFormat </recordingFileFormat> [1]
<terminateAfterGracePeriod> xs:boolean </terminateAfterGracePeriod> [1]
<conferenceGracePeriodMinutes> MeetMeConferencingConferenceDuration </conferenceGracePeriodMinutes> [1]
<conferenceParticipantEarlyEntryMinutes> MeetMeConferencingParticipantEarlyEntryMinutes </conferenceParticipantEarlyEntryMinutes> [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="conferenceIdLength" type=" MeetMeConferencingConferencePassCodeLength "/>
<xs:element name="moderatorPinLength" type=" MeetMeConferencingConferencePassCodeLength "/>
<xs:element name="enableConferenceEndDateRestriction" type=" xs:boolean "/>
<xs:element name="conferenceEndDateRestrictionMonths" type=" MeetMeConferencingConferenceEndDateRestrictionMonths "/>
<xs:element name="deleteExpiredConferencesAfterHoldPeriod" type=" xs:boolean "/>
<xs:element name="expiredConferenceHoldPeriodDays" type=" MeetMeConferencingExpiredConferenceHoldPeriodDays "/>
<xs:element name="recordingWebAppURL" type=" URL " minOccurs="0"/>
<xs:element name="recordingFileFormat" type=" MeetMeConferencingRecordingFileFormat "/>
<xs:element name="terminateAfterGracePeriod" type=" xs:boolean "/>
<xs:element name="conferenceGracePeriodMinutes" type=" MeetMeConferencingConferenceDuration "/>
<xs:element name="conferenceParticipantEarlyEntryMinutes" type=" MeetMeConferencingParticipantEarlyEntryMinutes "/>
<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>
top

Complex Type: SystemNumberActivationGetRequest

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:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberActivationGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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>
top

Complex Type: SystemNumberActivationModifyRequest

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>
top

Complex Type: SystemPortalPasscodeRulesGetRequest

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:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPortalPasscodeRulesGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<minCodeLength> PasscodeMinLength </minCodeLength> [1]
<maxCodeLength> PasscodeMaxLength </maxCodeLength> [1]
<disableLoginAfterMaxFailedLoginAttempts> xs:boolean </disableLoginAfterMaxFailedLoginAttempts> [1]
<maxFailedLoginAttempts> PortalMaxFailedLoginAttempts </maxFailedLoginAttempts> [0..1]
<expirePassword> xs:boolean </expirePassword> [1]
<passcodeExpiresDays> PasscodeExpiresDays </passcodeExpiresDays> [0..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="minCodeLength" type=" PasscodeMinLength "/>
<xs:element name="maxCodeLength" type=" PasscodeMaxLength "/>
<xs:element name="disableLoginAfterMaxFailedLoginAttempts" type=" xs:boolean "/>
<xs:element name="maxFailedLoginAttempts" type=" PortalMaxFailedLoginAttempts " minOccurs="0"/>
<xs:element name="expirePassword" type=" xs:boolean "/>
<xs:element name="passcodeExpiresDays" type=" PasscodeExpiresDays " minOccurs="0"/>
<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>
top

Complex Type: SystemSelectiveServicesGetRequest

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:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSelectiveServicesGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<scheduleCombination> ScheduleCombinationType </scheduleCombination> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSelectiveServicesGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="scheduleCombination" type=" ScheduleCombinationType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeAddRequest18

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. -->
<deviceType> AccessDeviceType </deviceType> [1]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<profile> SignalingAddressType </profile> [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]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptions16sp1 </cpeDeviceOptions> [0..1]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [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]
<resetEvent> AccessDeviceResetEvent </resetEvent> [0..1]
<supportCallCenterMIMEType> xs:boolean </supportCallCenterMIMEType> [1]
<trunkMode> TrunkMode </trunkMode> [1]
<addPCalledPartyId> xs:boolean </addPCalledPartyId> [1]
<supportIdentityInUpdateAndReInvite> xs:boolean </supportIdentityInUpdateAndReInvite> [1]
<unscreenedPresentationIdentityPolicy> UnscreenedPresentationIdentityPolicy </unscreenedPresentationIdentityPolicy> [1]
<enable3G4GContinuity> xs:boolean </enable3G4GContinuity> [1]
<supportEmergencyDisconnectControl> xs:boolean </supportEmergencyDisconnectControl> [1]
<deviceTypeConfigurationOption> DeviceTypeConfigurationOptionType </deviceTypeConfigurationOption> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeAddRequest18">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="profile" type=" SignalingAddressType "/>
<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="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptions16sp1 " minOccurs="0"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
<xs:element name="authenticateRefer" type=" xs:boolean "/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean "/>
<xs:element name="authenticationMode" type=" AuthenticationMode "/>
<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="resetEvent" type=" AccessDeviceResetEvent " minOccurs="0"/>
<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="unscreenedPresentationIdentityPolicy" type=" UnscreenedPresentationIdentityPolicy "/>
<xs:element name="enable3G4GContinuity" type=" xs:boolean "/>
<xs:element name="supportEmergencyDisconnectControl" type=" xs:boolean "/>
<xs:element name="deviceTypeConfigurationOption" type=" DeviceTypeConfigurationOptionType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeAddRequest18sp1

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. -->
<deviceType> AccessDeviceType </deviceType> [1]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<profile> SignalingAddressType </profile> [1]
<registrationCapable> xs:boolean </registrationCapable> [1]
<isConferenceDevice> xs:boolean </isConferenceDevice> [1]
<isMobilityManagerDevice> xs:boolean </isMobilityManagerDevice> [1]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<holdNormalization> HoldNormalizationMode </holdNormalization> [1]
<holdAnnouncementMethod> HoldAnnouncementMethodMode </holdAnnouncementMethod> [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]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptions16sp1 </cpeDeviceOptions> [0..1]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [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]
<resetEvent> AccessDeviceResetEvent </resetEvent> [0..1]
<supportCallCenterMIMEType> xs:boolean </supportCallCenterMIMEType> [1]
<trunkMode> TrunkMode </trunkMode> [1]
<addPCalledPartyId> xs:boolean </addPCalledPartyId> [1]
<supportIdentityInUpdateAndReInvite> xs:boolean </supportIdentityInUpdateAndReInvite> [1]
<unscreenedPresentationIdentityPolicy> UnscreenedPresentationIdentityPolicy </unscreenedPresentationIdentityPolicy> [1]
<enable3G4GContinuity> xs:boolean </enable3G4GContinuity> [1]
<supportEmergencyDisconnectControl> xs:boolean </supportEmergencyDisconnectControl> [1]
<deviceTypeConfigurationOption> DeviceTypeConfigurationOptionType </deviceTypeConfigurationOption> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeAddRequest18sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="profile" type=" SignalingAddressType "/>
<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="holdNormalization" type=" HoldNormalizationMode "/>
<xs:element name="holdAnnouncementMethod" type=" HoldAnnouncementMethodMode "/>
<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="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptions16sp1 " minOccurs="0"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
<xs:element name="authenticateRefer" type=" xs:boolean "/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean "/>
<xs:element name="authenticationMode" type=" AuthenticationMode "/>
<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="resetEvent" type=" AccessDeviceResetEvent " minOccurs="0"/>
<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="unscreenedPresentationIdentityPolicy" type=" UnscreenedPresentationIdentityPolicy "/>
<xs:element name="enable3G4GContinuity" type=" xs:boolean "/>
<xs:element name="supportEmergencyDisconnectControl" type=" xs:boolean "/>
<xs:element name="deviceTypeConfigurationOption" type=" DeviceTypeConfigurationOptionType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeAddRequest18sp1V2

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. -->
<deviceType> AccessDeviceType </deviceType> [1]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<profile> SignalingAddressType </profile> [1]
<registrationCapable> xs:boolean </registrationCapable> [1]
<isConferenceDevice> xs:boolean </isConferenceDevice> [1]
<isMobilityManagerDevice> xs:boolean </isMobilityManagerDevice> [1]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<holdNormalization> HoldNormalizationMode </holdNormalization> [1]
<holdAnnouncementMethod> HoldAnnouncementMethodMode </holdAnnouncementMethod> [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]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptions16sp1 </cpeDeviceOptions> [0..1]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [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]
<resetEvent> AccessDeviceResetEvent </resetEvent> [0..1]
<supportCallCenterMIMEType> xs:boolean </supportCallCenterMIMEType> [1]
<trunkMode> TrunkMode </trunkMode> [1]
<addPCalledPartyId> xs:boolean </addPCalledPartyId> [1]
<supportIdentityInUpdateAndReInvite> xs:boolean </supportIdentityInUpdateAndReInvite> [1]
<unscreenedPresentationIdentityPolicy> UnscreenedPresentationIdentityPolicy </unscreenedPresentationIdentityPolicy> [1]
<enable3G4GContinuity> xs:boolean </enable3G4GContinuity> [1]
<supportEmergencyDisconnectControl> xs:boolean </supportEmergencyDisconnectControl> [1]
<deviceTypeConfigurationOption> DeviceTypeConfigurationOptionType </deviceTypeConfigurationOption> [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="deviceType" type=" AccessDeviceType "/>
<xs:element name="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="profile" type=" SignalingAddressType "/>
<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="holdNormalization" type=" HoldNormalizationMode "/>
<xs:element name="holdAnnouncementMethod" type=" HoldAnnouncementMethodMode "/>
<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="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptions16sp1 " minOccurs="0"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
<xs:element name="authenticateRefer" type=" xs:boolean "/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean "/>
<xs:element name="authenticationMode" type=" AuthenticationMode "/>
<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="resetEvent" type=" AccessDeviceResetEvent " minOccurs="0"/>
<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="unscreenedPresentationIdentityPolicy" type=" UnscreenedPresentationIdentityPolicy "/>
<xs:element name="enable3G4GContinuity" type=" xs:boolean "/>
<xs:element name="supportEmergencyDisconnectControl" type=" xs:boolean "/>
<xs:element name="deviceTypeConfigurationOption" type=" DeviceTypeConfigurationOptionType "/>
<xs:element name="supportRFC3398" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeFileAddRequest18

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. -->
<deviceType> AccessDeviceType </deviceType> [1]
<fileFormat> DeviceManagementFileFormat </fileFormat> [1]
<remoteFileFormat> DeviceManagementFileFormat </remoteFileFormat> [1]
<fileCategory> DeviceManagementFileCategory </fileCategory> [1]
<fileCustomization> DeviceManagementFileCustomization </fileCustomization> [1]
<fileSource> DeviceTypeFileEnhancedConfigurationMode </fileSource> [1]
<uploadFile> FileResource </uploadFile> [0..1]
<useHttpDigestAuthentication> xs:boolean </useHttpDigestAuthentication> [1]
<macBasedFileAuthentication> xs:boolean </macBasedFileAuthentication> [1]
<userNamePasswordFileAuthentication> xs:boolean </userNamePasswordFileAuthentication> [1]
<macInNonRequestURI> xs:boolean </macInNonRequestURI> [1]
<macFormatInNonRequestURI> DeviceManagementAccessURI </macFormatInNonRequestURI> [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="SystemSIPDeviceTypeFileAddRequest18">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="fileFormat" type=" DeviceManagementFileFormat "/>
<xs:element name="remoteFileFormat" type=" DeviceManagementFileFormat "/>
<xs:element name="fileCategory" type=" DeviceManagementFileCategory "/>
<xs:element name="fileCustomization" type=" DeviceManagementFileCustomization "/>
<xs:element name="fileSource" type=" DeviceTypeFileEnhancedConfigurationMode "/>
<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="macFormatInNonRequestURI" type=" DeviceManagementAccessURI " 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>
top

Complex Type: SystemSIPDeviceTypeFileGetRequest18

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. -->
<deviceType> AccessDeviceType </deviceType> [1]
<fileFormat> DeviceManagementFileFormat </fileFormat> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeFileGetRequest18">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="fileFormat" type=" DeviceManagementFileFormat "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeFileGetResponse18

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<remoteFileFormat> DeviceManagementFileFormat </remoteFileFormat> [1]
<fileCategory> DeviceManagementFileCategory </fileCategory> [1]
<fileCustomization> DeviceManagementFileCustomization </fileCustomization> [1]
<fileSource> DeviceTypeFileEnhancedConfigurationMode </fileSource> [1]
<configurationFileName> AccessDeviceEnhancedConfigurationFileName </configurationFileName> [0..1]
<useHttpDigestAuthentication> xs:boolean </useHttpDigestAuthentication> [1]
<macBasedFileAuthentication> xs:boolean </macBasedFileAuthentication> [1]
<userNamePasswordFileAuthentication> xs:boolean </userNamePasswordFileAuthentication> [1]
<macInNonRequestURI> xs:boolean </macInNonRequestURI> [1]
<macFormatInNonRequestURI> DeviceManagementAccessURI </macFormatInNonRequestURI> [0..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="remoteFileFormat" type=" DeviceManagementFileFormat "/>
<xs:element name="fileCategory" type=" DeviceManagementFileCategory "/>
<xs:element name="fileCustomization" type=" DeviceManagementFileCustomization "/>
<xs:element name="fileSource" type=" DeviceTypeFileEnhancedConfigurationMode "/>
<xs:element name="configurationFileName" type=" AccessDeviceEnhancedConfigurationFileName " 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="macFormatInNonRequestURI" type=" DeviceManagementAccessURI " minOccurs="0"/>
<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>
top

Complex Type: SystemSIPDeviceTypeGetRequest18

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. -->
<deviceType> AccessDeviceType </deviceType> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetRequest18">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetRequest18sp1

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. -->
<deviceType> AccessDeviceType </deviceType> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetRequest18sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetRequest18sp1V2

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. -->
<deviceType> AccessDeviceType </deviceType> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetRequest18sp1V2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetResponse18

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<profile> SignalingAddressType </profile> [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]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptionsRead16sp1 </cpeDeviceOptions> [0..1]
<protocolChoice> AccessDeviceProtocol </protocolChoice> [1..*]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [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]
<resetEvent> AccessDeviceResetEvent </resetEvent> [0..1]
<supportCallCenterMIMEType> xs:boolean </supportCallCenterMIMEType> [1]
<trunkMode> TrunkMode </trunkMode> [1]
<addPCalledPartyId> xs:boolean </addPCalledPartyId> [1]
<supportIdentityInUpdateAndReInvite> xs:boolean </supportIdentityInUpdateAndReInvite> [1]
<unscreenedPresentationIdentityPolicy> UnscreenedPresentationIdentityPolicy </unscreenedPresentationIdentityPolicy> [1]
<enable3G4GContinuity> xs:boolean </enable3G4GContinuity> [1]
<supportEmergencyDisconnectControl> xs:boolean </supportEmergencyDisconnectControl> [1]
<deviceTypeConfigurationOption> DeviceTypeConfigurationOptionType </deviceTypeConfigurationOption> [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="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="profile" type=" SignalingAddressType "/>
<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="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptionsRead16sp1 " minOccurs="0"/>
<xs:element name="protocolChoice" type=" AccessDeviceProtocol " maxOccurs="unbounded"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
<xs:element name="authenticateRefer" type=" xs:boolean "/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean "/>
<xs:element name="authenticationMode" type=" AuthenticationMode "/>
<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="resetEvent" type=" AccessDeviceResetEvent " minOccurs="0"/>
<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="unscreenedPresentationIdentityPolicy" type=" UnscreenedPresentationIdentityPolicy "/>
<xs:element name="enable3G4GContinuity" type=" xs:boolean "/>
<xs:element name="supportEmergencyDisconnectControl" type=" xs:boolean "/>
<xs:element name="deviceTypeConfigurationOption" type=" DeviceTypeConfigurationOptionType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetResponse18sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<profile> SignalingAddressType </profile> [1]
<registrationCapable> xs:boolean </registrationCapable> [1]
<isConferenceDevice> xs:boolean </isConferenceDevice> [1]
<isMobilityManagerDevice> xs:boolean </isMobilityManagerDevice> [1]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<holdNormalization> HoldNormalizationMode </holdNormalization> [1]
<holdAnnouncementMethod> HoldAnnouncementMethodMode </holdAnnouncementMethod> [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]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptionsRead16sp1 </cpeDeviceOptions> [0..1]
<protocolChoice> AccessDeviceProtocol </protocolChoice> [1..*]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [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]
<resetEvent> AccessDeviceResetEvent </resetEvent> [0..1]
<supportCallCenterMIMEType> xs:boolean </supportCallCenterMIMEType> [1]
<trunkMode> TrunkMode </trunkMode> [1]
<addPCalledPartyId> xs:boolean </addPCalledPartyId> [1]
<supportIdentityInUpdateAndReInvite> xs:boolean </supportIdentityInUpdateAndReInvite> [1]
<unscreenedPresentationIdentityPolicy> UnscreenedPresentationIdentityPolicy </unscreenedPresentationIdentityPolicy> [1]
<enable3G4GContinuity> xs:boolean </enable3G4GContinuity> [1]
<supportEmergencyDisconnectControl> xs:boolean </supportEmergencyDisconnectControl> [1]
<deviceTypeConfigurationOption> DeviceTypeConfigurationOptionType </deviceTypeConfigurationOption> [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="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="profile" type=" SignalingAddressType "/>
<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="holdNormalization" type=" HoldNormalizationMode "/>
<xs:element name="holdAnnouncementMethod" type=" HoldAnnouncementMethodMode "/>
<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="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptionsRead16sp1 " minOccurs="0"/>
<xs:element name="protocolChoice" type=" AccessDeviceProtocol " maxOccurs="unbounded"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
<xs:element name="authenticateRefer" type=" xs:boolean "/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean "/>
<xs:element name="authenticationMode" type=" AuthenticationMode "/>
<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="resetEvent" type=" AccessDeviceResetEvent " minOccurs="0"/>
<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="unscreenedPresentationIdentityPolicy" type=" UnscreenedPresentationIdentityPolicy "/>
<xs:element name="enable3G4GContinuity" type=" xs:boolean "/>
<xs:element name="supportEmergencyDisconnectControl" type=" xs:boolean "/>
<xs:element name="deviceTypeConfigurationOption" type=" DeviceTypeConfigurationOptionType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetResponse18sp1V2

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<profile> SignalingAddressType </profile> [1]
<registrationCapable> xs:boolean </registrationCapable> [1]
<isConferenceDevice> xs:boolean </isConferenceDevice> [1]
<isMobilityManagerDevice> xs:boolean </isMobilityManagerDevice> [1]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<holdNormalization> HoldNormalizationMode </holdNormalization> [1]
<holdAnnouncementMethod> HoldAnnouncementMethodMode </holdAnnouncementMethod> [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]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptionsRead16sp1 </cpeDeviceOptions> [0..1]
<protocolChoice> AccessDeviceProtocol </protocolChoice> [1..*]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [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]
<resetEvent> AccessDeviceResetEvent </resetEvent> [0..1]
<supportCallCenterMIMEType> xs:boolean </supportCallCenterMIMEType> [1]
<trunkMode> TrunkMode </trunkMode> [1]
<addPCalledPartyId> xs:boolean </addPCalledPartyId> [1]
<supportIdentityInUpdateAndReInvite> xs:boolean </supportIdentityInUpdateAndReInvite> [1]
<unscreenedPresentationIdentityPolicy> UnscreenedPresentationIdentityPolicy </unscreenedPresentationIdentityPolicy> [1]
<enable3G4GContinuity> xs:boolean </enable3G4GContinuity> [1]
<supportEmergencyDisconnectControl> xs:boolean </supportEmergencyDisconnectControl> [1]
<deviceTypeConfigurationOption> DeviceTypeConfigurationOptionType </deviceTypeConfigurationOption> [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="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="profile" type=" SignalingAddressType "/>
<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="holdNormalization" type=" HoldNormalizationMode "/>
<xs:element name="holdAnnouncementMethod" type=" HoldAnnouncementMethodMode "/>
<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="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptionsRead16sp1 " minOccurs="0"/>
<xs:element name="protocolChoice" type=" AccessDeviceProtocol " maxOccurs="unbounded"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
<xs:element name="authenticateRefer" type=" xs:boolean "/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean "/>
<xs:element name="authenticationMode" type=" AuthenticationMode "/>
<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="resetEvent" type=" AccessDeviceResetEvent " minOccurs="0"/>
<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="unscreenedPresentationIdentityPolicy" type=" UnscreenedPresentationIdentityPolicy "/>
<xs:element name="enable3G4GContinuity" type=" xs:boolean "/>
<xs:element name="supportEmergencyDisconnectControl" type=" xs:boolean "/>
<xs:element name="deviceTypeConfigurationOption" type=" DeviceTypeConfigurationOptionType "/>
<xs:element name="supportRFC3398" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeModifyRequest17

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. -->
<deviceType> AccessDeviceType </deviceType> [1]
<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]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [0..1]
<PBXIntegration> xs:boolean </PBXIntegration> [0..1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [0..1]
<cpeDeviceOptions> CPEDeviceModifyOptions16sp1 </cpeDeviceOptions> [0..1]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [0..1]
<authenticateRefer> xs:boolean </authenticateRefer> [0..1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [0..1]
<authenticationMode> AuthenticationMode </authenticationMode> [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]
<resetEvent> AccessDeviceResetEvent </resetEvent> [0..1]
<supportCallCenterMIMEType> xs:boolean </supportCallCenterMIMEType> [0..1]
<trunkMode> TrunkMode </trunkMode> [0..1]
<addPCalledPartyId> xs:boolean </addPCalledPartyId> [0..1]
<supportIdentityInUpdateAndReInvite> xs:boolean </supportIdentityInUpdateAndReInvite> [0..1]
<unscreenedPresentationIdentityPolicy> UnscreenedPresentationIdentityPolicy </unscreenedPresentationIdentityPolicy> [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="deviceType" type=" AccessDeviceType "/>
<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="cpeDeviceOptions" type=" CPEDeviceModifyOptions16sp1 " minOccurs="0"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType " minOccurs="0"/>
<xs:element name="authenticateRefer" type=" xs:boolean " minOccurs="0"/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean " minOccurs="0"/>
<xs:element name="authenticationMode" type=" AuthenticationMode " 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="resetEvent" type=" AccessDeviceResetEvent " nillable="true" 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="unscreenedPresentationIdentityPolicy" type=" UnscreenedPresentationIdentityPolicy " 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>
top

Complex Type: SystemSubscriberGetCallProcessingParametersRequest17sp4

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:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSubscriberGetCallProcessingParametersResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<ringTimeoutSeconds> SystemUserRingTimeoutSeconds </ringTimeoutSeconds> [1]
<allowEmergencyRemoteOfficeOriginations> xs:boolean </allowEmergencyRemoteOfficeOriginations> [1]
<maxNoAnswerNumberOfRings> MaxNoAnswerNumberOfRings </maxNoAnswerNumberOfRings> [1]
<incomingCallToUserAliasMode> IncomingCallToUserAliasMode </incomingCallToUserAliasMode> [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="ringTimeoutSeconds" type=" SystemUserRingTimeoutSeconds "/>
<xs:element name="allowEmergencyRemoteOfficeOriginations" type=" xs:boolean "/>
<xs:element name="maxNoAnswerNumberOfRings" type=" MaxNoAnswerNumberOfRings "/>
<xs:element name="incomingCallToUserAliasMode" type=" IncomingCallToUserAliasMode "/>
<xs:element name="bypassTerminationLoopDetection" type=" xs:boolean "/>
<xs:element name="honorCLIDBlockingForEmergencyCalls" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemThirdPartyIMPGetRequest

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:extension base=" core:OCIRequest "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemThirdPartyIMPGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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>
top

Complex Type: SystemThirdPartyVoiceMailSupportGetRequest

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:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemThirdPartyVoiceMailSupportGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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>
top

Complex Type: SystemVoiceMessagingGroupGetVoicePortalMenusRequest18

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
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<getDefaultMenuKeys> xs:boolean </getDefaultMenuKeys> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessagingGroupGetVoicePortalMenusRequest18">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="getDefaultMenuKeys" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupGetVoicePortalMenusRequest18sp1

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
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<getDefaultMenuKeys> xs:boolean </getDefaultMenuKeys> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessagingGroupGetVoicePortalMenusRequest18sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="getDefaultMenuKeys" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupGetVoicePortalMenusResponse18

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupGetVoicePortalMenusResponse18
Abstract no
Documentation Response to SystemVoiceMessagingGroupGetVoicePortalMenusRequest18. Replaced by SystemVoiceMessagingGroupGetVoicePortalMenusResponse19
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. -->
<useVoicePortalCustomization> xs:boolean </useVoicePortalCustomization> [1]
<voicePortalMainMenuKeys> [1]
<voiceMessaging> DigitAny </voiceMessaging> [0..1]
<commPilotExpressProfile> DigitAny </commPilotExpressProfile> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<callForwardingOptions> DigitAny </callForwardingOptions> [0..1]
<voicePortalCalling> DigitAny </voicePortalCalling> [0..1]
<hoteling> DigitAny </hoteling> [0..1]
<passcode> DigitAny </passcode> [0..1]
<exitVoicePortal> DigitAny </exitVoicePortal> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
<externalRouting> DigitAny </externalRouting> [0..1]
</voicePortalMainMenuKeys>
<voiceMessagingMenuKeys> [1]
<playMessages> DigitAny </playMessages> [0..1]
<changeBusyGreeting> DigitAny </changeBusyGreeting> [0..1]
<changeNoAnswerGreeting> DigitAny </changeNoAnswerGreeting> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<deleteAllMessages> DigitAny </deleteAllMessages> [0..1]
<passcode> DigitAny </passcode> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<messageDeposit> DigitAny </messageDeposit> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</voiceMessagingMenuKeys>
<playGreetingMenuKeys> [1]
<skipBackward> DigitAny </skipBackward> [0..1]
<pauseOrResume> DigitAny </pauseOrResume> [0..1]
<skipForward> DigitAny </skipForward> [0..1]
<jumpToBegin> DigitAny </jumpToBegin> [0..1]
<jumpToEnd> DigitAny </jumpToEnd> [0..1]
</playGreetingMenuKeys>
<changeBusyOrNoAnswerGreetingMenuKeys> [1]
<recordNewGreeting> DigitAny </recordNewGreeting> [0..1]
<listenToCurrentGreeting> DigitAny </listenToCurrentGreeting> [0..1]
<revertToSystemDefaultGreeting> DigitAny </revertToSystemDefaultGreeting> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</changeBusyOrNoAnswerGreetingMenuKeys>
<recordNewGreetingOrPersonalizedNameMenuKeys> [1]
<endRecording> DigitAny </endRecording> [1]
</recordNewGreetingOrPersonalizedNameMenuKeys>
<deleteAllMessagesMenuKeys> [1]
<confirmDeletion> DigitAny </confirmDeletion> [1]
<cancelDeletion> DigitAny </cancelDeletion> [1]
</deleteAllMessagesMenuKeys>
<commPilotExpressProfileMenuKeys> [1]
<activateAvailableInOfficeProfile> DigitAny </activateAvailableInOfficeProfile> [0..1]
<activateAvailableOutOfOfficeProfile> DigitAny </activateAvailableOutOfOfficeProfile> [0..1]
<activateBusyProfile> DigitAny </activateBusyProfile> [0..1]
<activateUnavailableProfile> DigitAny </activateUnavailableProfile> [0..1]
<noProfile> DigitAny </noProfile> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</commPilotExpressProfileMenuKeys>
<personalizedNameMenuKeys> [1]
<recordNewPersonalizedName> DigitAny </recordNewPersonalizedName> [0..1]
<listenToCurrentPersonalizedName> DigitAny </listenToCurrentPersonalizedName> [0..1]
<deletePersonalizedName> DigitAny </deletePersonalizedName> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</personalizedNameMenuKeys>
<callForwardingOptionsMenuKeys> [1]
<activateCallForwarding> DigitAny </activateCallForwarding> [0..1]
<deactivateCallForwarding> DigitAny </deactivateCallForwarding> [0..1]
<changeCallForwardingDestination> DigitAny </changeCallForwardingDestination> [0..1]
<listenToCallForwardingStatus> DigitAny </listenToCallForwardingStatus> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</callForwardingOptionsMenuKeys>
<changeCallForwardingDestinationMenuKeys> [1]
<finishEnteringNewDestinationNumber> DigitStarPound </finishEnteringNewDestinationNumber> [1]
</changeCallForwardingDestinationMenuKeys>
<voicePortalCallingMenuKeys> [1]
<endCurrentCallAndGoBackToPreviousMenu> VoicePortalDigitSequence </endCurrentCallAndGoBackToPreviousMenu> [1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
</voicePortalCallingMenuKeys>
<hotelingMenuKeys> [1]
<checkHostStatus> DigitAny </checkHostStatus> [0..1]
<associateWithHost> DigitAny </associateWithHost> [0..1]
<disassociateFromHost> DigitAny </disassociateFromHost> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</hotelingMenuKeys>
<passcodeMenuKeys> [1]
<finishEnteringOrReenteringPasscode> DigitStarPound </finishEnteringOrReenteringPasscode> [1]
<returnToPreviousMenu> DigitStarPound </returnToPreviousMenu> [1]
</passcodeMenuKeys>
<playMessagesMenuKeys> [1]
<saveMessage> DigitAny </saveMessage> [0..1]
<deleteMessage> DigitAny </deleteMessage> [0..1]
<playMessage> DigitAny </playMessage> [0..1]
<previousMessage> DigitAny </previousMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<nextMessage> DigitAny </nextMessage> [0..1]
<callbackCaller> DigitAny </callbackCaller> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<replyMessage> DigitAny </replyMessage> [0..1]
<forwardMessage> DigitAny </forwardMessage> [0..1]
<additionalMessageOptions> DigitAny </additionalMessageOptions> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<passcode> DigitAny </passcode> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</playMessagesMenuKeys>
<playMessageMenuKeys> [1]
<skipBackward> DigitAny </skipBackward> [0..1]
<pauseOrResume> DigitAny </pauseOrResume> [0..1]
<skipForward> DigitAny </skipForward> [0..1]
<jumpToBegin> DigitAny </jumpToBegin> [0..1]
<jumpToEnd> DigitAny </jumpToEnd> [0..1]
</playMessageMenuKeys>
<additionalMessageOptionsMenuKeys> [1]
<saveMessage> DigitAny </saveMessage> [0..1]
<deleteMessage> DigitAny </deleteMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<callbackCaller> DigitAny </callbackCaller> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<replyMessage> DigitAny </replyMessage> [0..1]
<forwardMessage> DigitAny </forwardMessage> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<passcode> DigitAny </passcode> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</additionalMessageOptionsMenuKeys>
<forwardOrComposeMessageMenuKeys> [1]
<sendToPerson> DigitAny </sendToPerson> [0..1]
<sendToAllGroupMembers> DigitAny </sendToAllGroupMembers> [0..1]
<sendToDistributionList> DigitAny </sendToDistributionList> [0..1]
<changeCurrentIntroductionOrMessage> DigitAny </changeCurrentIntroductionOrMessage> [0..1]
<listenToCurrentIntroductionOrMessage> DigitAny </listenToCurrentIntroductionOrMessage> [0..1]
<setOrClearUrgentIndicator> DigitAny </setOrClearUrgentIndicator> [0..1]
<setOrClearConfidentialIndicator> DigitAny </setOrClearConfidentialIndicator> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</forwardOrComposeMessageMenuKeys>
<replyMessageMenuKeys> [1]
<sendReplyToCaller> DigitAny </sendReplyToCaller> [1]
<changeCurrentReply> DigitAny </changeCurrentReply> [0..1]
<listenToCurrentReply> DigitAny </listenToCurrentReply> [0..1]
<setOrClearUrgentIndicator> DigitAny </setOrClearUrgentIndicator> [0..1]
<setOrClearConfidentialIndicator> DigitAny </setOrClearConfidentialIndicator> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</replyMessageMenuKeys>
<sendToDistributionListMenuKeys> [1]
<sendMessageToSelectedDistributionList> DigitAny </sendMessageToSelectedDistributionList> [1]
<selectDistributionList> DigitAny </selectDistributionList> [0..1]
<reviewSelectedDistributionList> DigitAny </reviewSelectedDistributionList> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</sendToDistributionListMenuKeys>
<selectDistributionListMenuKeys> [1]
<returnToPreviousMenu> DigitStarPound </returnToPreviousMenu> [1]
<repeatMenuOrFinishEnteringDistributionListNumber> DigitStarPound </repeatMenuOrFinishEnteringDistributionListNumber> [0..1]
</selectDistributionListMenuKeys>
<reviewSelectedDistributionListMenuKeys> [1]
<interruptPlaybackAndReturnToPreviousMenu> DigitAny </interruptPlaybackAndReturnToPreviousMenu> [1]
</reviewSelectedDistributionListMenuKeys>
<sendMessageToSelectedDistributionListMenuKeys> [1]
<confirmSendingToDistributionList> DigitStarPound </confirmSendingToDistributionList> [0..1]
<cancelSendingToDistributionList> DigitStarPound </cancelSendingToDistributionList> [1]
</sendMessageToSelectedDistributionListMenuKeys>
<sendToAllGroupMembersMenuKeys> [1]
<confirmSendingToEntireGroup> DigitAny </confirmSendingToEntireGroup> [1]
<cancelSendingToEntireGroup> DigitAny </cancelSendingToEntireGroup> [1]
</sendToAllGroupMembersMenuKeys>
<sendToPersonMenuKeys> [1]
<confirmSendingMessage> DigitAny </confirmSendingMessage> [1]
<cancelSendingMessage> DigitAny </cancelSendingMessage> [1]
<finishEnteringNumberWhereToSendMessageTo> DigitStarPound </finishEnteringNumberWhereToSendMessageTo> [1]
<finishForwardingOrSendingMessage> DigitAny </finishForwardingOrSendingMessage> [1]
</sendToPersonMenuKeys>
<changeCurrentIntroductionOrMessageOrReplyMenuKeys> [1]
<endRecording> DigitAny </endRecording> [1]
</changeCurrentIntroductionOrMessageOrReplyMenuKeys>
<voicePortalLoginMenuKeys> [1]
<accessUsingOtherMailboxId> VoicePortalDigitSequence </accessUsingOtherMailboxId> [0..1]
</voicePortalLoginMenuKeys>
<faxMessagingMenuKeys> [1]
<saveFaxMessageAndSkipToNext> DigitAny </saveFaxMessageAndSkipToNext> [0..1]
<previousFaxMessage> DigitAny </previousFaxMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<nextFaxMessage> DigitAny </nextFaxMessage> [0..1]
<deleteFaxMessage> DigitAny </deleteFaxMessage> [0..1]
<printFaxMessage> DigitAny </printFaxMessage> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
</faxMessagingMenuKeys>
<messageDepositMenuKeys> [1]
<enableMessageDeposit> DigitAny </enableMessageDeposit> [0..1]
<disableMessageDeposit> DigitAny </disableMessageDeposit> [0..1]
<listenToMessageDepositStatus> DigitAny </listenToMessageDepositStatus> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</messageDepositMenuKeys>
<disableMessageDepositMenuKeys> [1]
<disconnectAfterGreeting> DigitAny </disconnectAfterGreeting> [0..1]
<forwardAfterGreeting> DigitAny </forwardAfterGreeting> [0..1]
<changeForwardingDestination> DigitAny </changeForwardingDestination> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</disableMessageDepositMenuKeys>
<greetingOnlyForwardingDestinationMenuKeys> [1]
<greetingOnlyForwardingDestination> DigitStarPound </greetingOnlyForwardingDestination> [1]
</greetingOnlyForwardingDestinationMenuKeys>
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessagingGroupGetVoicePortalMenusResponse18">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useVoicePortalCustomization" type=" xs:boolean "/>
<xs:element name="voicePortalMainMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="voiceMessaging" type=" DigitAny " minOccurs="0"/>
<xs:element name="commPilotExpressProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="callForwardingOptions" type=" DigitAny " minOccurs="0"/>
<xs:element name="voicePortalCalling" type=" DigitAny " minOccurs="0"/>
<xs:element name="hoteling" type=" DigitAny " minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " minOccurs="0"/>
<xs:element name="exitVoicePortal" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="externalRouting" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voiceMessagingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="playMessages" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeBusyGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeNoAnswerGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="deleteAllMessages" type=" DigitAny " minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="messageDeposit" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playGreetingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="skipBackward" type=" DigitAny " minOccurs="0"/>
<xs:element name="pauseOrResume" type=" DigitAny " minOccurs="0"/>
<xs:element name="skipForward" type=" DigitAny " minOccurs="0"/>
<xs:element name="jumpToBegin" type=" DigitAny " minOccurs="0"/>
<xs:element name="jumpToEnd" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeBusyOrNoAnswerGreetingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="recordNewGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="revertToSystemDefaultGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="recordNewGreetingOrPersonalizedNameMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="endRecording" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="deleteAllMessagesMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmDeletion" type=" DigitAny "/>
<xs:element name="cancelDeletion" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="commPilotExpressProfileMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="activateAvailableInOfficeProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="activateAvailableOutOfOfficeProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="activateBusyProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="activateUnavailableProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="noProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="personalizedNameMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="recordNewPersonalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentPersonalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="deletePersonalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="callForwardingOptionsMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="activateCallForwarding" type=" DigitAny " minOccurs="0"/>
<xs:element name="deactivateCallForwarding" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeCallForwardingDestination" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCallForwardingStatus" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeCallForwardingDestinationMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="finishEnteringNewDestinationNumber" type=" DigitStarPound "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voicePortalCallingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="endCurrentCallAndGoBackToPreviousMenu" type=" VoicePortalDigitSequence "/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="hotelingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="checkHostStatus" type=" DigitAny " minOccurs="0"/>
<xs:element name="associateWithHost" type=" DigitAny " minOccurs="0"/>
<xs:element name="disassociateFromHost" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="passcodeMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="finishEnteringOrReenteringPasscode" type=" DigitStarPound "/>
<xs:element name="returnToPreviousMenu" type=" DigitStarPound "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playMessagesMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="saveMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="deleteMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="playMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="previousMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " minOccurs="0"/>
<xs:element name="nextMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="callbackCaller" type=" DigitAny " minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="replyMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="forwardMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="additionalMessageOptions" type=" DigitAny " minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playMessageMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="skipBackward" type=" DigitAny " minOccurs="0"/>
<xs:element name="pauseOrResume" type=" DigitAny " minOccurs="0"/>
<xs:element name="skipForward" type=" DigitAny " minOccurs="0"/>
<xs:element name="jumpToBegin" type=" DigitAny " minOccurs="0"/>
<xs:element name="jumpToEnd" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="additionalMessageOptionsMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="saveMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="deleteMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " minOccurs="0"/>
<xs:element name="callbackCaller" type=" DigitAny " minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="replyMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="forwardMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="forwardOrComposeMessageMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="sendToPerson" type=" DigitAny " minOccurs="0"/>
<xs:element name="sendToAllGroupMembers" type=" DigitAny " minOccurs="0"/>
<xs:element name="sendToDistributionList" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeCurrentIntroductionOrMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentIntroductionOrMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="setOrClearUrgentIndicator" type=" DigitAny " minOccurs="0"/>
<xs:element name="setOrClearConfidentialIndicator" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="replyMessageMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="sendReplyToCaller" type=" DigitAny "/>
<xs:element name="changeCurrentReply" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentReply" type=" DigitAny " minOccurs="0"/>
<xs:element name="setOrClearUrgentIndicator" type=" DigitAny " minOccurs="0"/>
<xs:element name="setOrClearConfidentialIndicator" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToDistributionListMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="sendMessageToSelectedDistributionList" type=" DigitAny "/>
<xs:element name="selectDistributionList" type=" DigitAny " minOccurs="0"/>
<xs:element name="reviewSelectedDistributionList" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="selectDistributionListMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="returnToPreviousMenu" type=" DigitStarPound "/>
<xs:element name="repeatMenuOrFinishEnteringDistributionListNumber" type=" DigitStarPound " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="reviewSelectedDistributionListMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="interruptPlaybackAndReturnToPreviousMenu" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendMessageToSelectedDistributionListMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingToDistributionList" type=" DigitStarPound " minOccurs="0"/>
<xs:element name="cancelSendingToDistributionList" type=" DigitStarPound "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToAllGroupMembersMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingToEntireGroup" type=" DigitAny "/>
<xs:element name="cancelSendingToEntireGroup" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToPersonMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingMessage" type=" DigitAny "/>
<xs:element name="cancelSendingMessage" type=" DigitAny "/>
<xs:element name="finishEnteringNumberWhereToSendMessageTo" type=" DigitStarPound "/>
<xs:element name="finishForwardingOrSendingMessage" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeCurrentIntroductionOrMessageOrReplyMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="endRecording" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voicePortalLoginMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="accessUsingOtherMailboxId" type=" VoicePortalDigitSequence " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="faxMessagingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="saveFaxMessageAndSkipToNext" type=" DigitAny " minOccurs="0"/>
<xs:element name="previousFaxMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " minOccurs="0"/>
<xs:element name="nextFaxMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="deleteFaxMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="printFaxMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="messageDepositMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="enableMessageDeposit" type=" DigitAny " minOccurs="0"/>
<xs:element name="disableMessageDeposit" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToMessageDepositStatus" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="disableMessageDepositMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="disconnectAfterGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="forwardAfterGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeForwardingDestination" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="greetingOnlyForwardingDestinationMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="greetingOnlyForwardingDestination" type=" DigitStarPound "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupGetVoicePortalMenusResponse18sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupGetVoicePortalMenusResponse18sp1
Abstract no
Documentation Response to SystemVoiceMessagingGroupGetVoicePortalMenusRequest18sp1. Replaced by SystemVoiceMessagingGroupGetVoicePortalMenusResponse19sp1
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. -->
<useVoicePortalCustomization> xs:boolean </useVoicePortalCustomization> [1]
<voicePortalMainMenuKeys> [1]
<voiceMessaging> DigitAny </voiceMessaging> [0..1]
<commPilotExpressProfile> DigitAny </commPilotExpressProfile> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<callForwardingOptions> DigitAny </callForwardingOptions> [0..1]
<voicePortalCalling> DigitAny </voicePortalCalling> [0..1]
<hoteling> DigitAny </hoteling> [0..1]
<passcode> DigitAny </passcode> [0..1]
<exitVoicePortal> DigitAny </exitVoicePortal> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
<externalRouting> DigitAny </externalRouting> [0..1]
</voicePortalMainMenuKeys>
<voiceMessagingMenuKeys> [1]
<playMessages> DigitAny </playMessages> [0..1]
<changeBusyGreeting> DigitAny </changeBusyGreeting> [0..1]
<changeNoAnswerGreeting> DigitAny </changeNoAnswerGreeting> [0..1]
<changeExtendedAwayGreeting> DigitAny </changeExtendedAwayGreeting> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<deleteAllMessages> DigitAny </deleteAllMessages> [0..1]
<passcode> DigitAny </passcode> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<messageDeposit> DigitAny </messageDeposit> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</voiceMessagingMenuKeys>
<playGreetingMenuKeys> [1]
<skipBackward> DigitAny </skipBackward> [0..1]
<pauseOrResume> DigitAny </pauseOrResume> [0..1]
<skipForward> DigitAny </skipForward> [0..1]
<jumpToBegin> DigitAny </jumpToBegin> [0..1]
<jumpToEnd> DigitAny </jumpToEnd> [0..1]
</playGreetingMenuKeys>
<changeBusyOrNoAnswerGreetingMenuKeys> [1]
<recordNewGreeting> DigitAny </recordNewGreeting> [0..1]
<listenToCurrentGreeting> DigitAny </listenToCurrentGreeting> [0..1]
<revertToSystemDefaultGreeting> DigitAny </revertToSystemDefaultGreeting> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</changeBusyOrNoAnswerGreetingMenuKeys>
<changeExtendedAwayGreetingMenuKeys> [1]
<activateExtendedAwayGreeting> DigitAny </activateExtendedAwayGreeting> [0..1]
<deactivateExtendedAwayGreeting> DigitAny </deactivateExtendedAwayGreeting> [0..1]
<recordNewGreeting> DigitAny </recordNewGreeting> [0..1]
<listenToCurrentGreeting> DigitAny </listenToCurrentGreeting> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</changeExtendedAwayGreetingMenuKeys>
<recordNewGreetingOrPersonalizedNameMenuKeys> [1]
<endRecording> DigitAny </endRecording> [1]
</recordNewGreetingOrPersonalizedNameMenuKeys>
<deleteAllMessagesMenuKeys> [1]
<confirmDeletion> DigitAny </confirmDeletion> [1]
<cancelDeletion> DigitAny </cancelDeletion> [1]
</deleteAllMessagesMenuKeys>
<commPilotExpressProfileMenuKeys> [1]
<activateAvailableInOfficeProfile> DigitAny </activateAvailableInOfficeProfile> [0..1]
<activateAvailableOutOfOfficeProfile> DigitAny </activateAvailableOutOfOfficeProfile> [0..1]
<activateBusyProfile> DigitAny </activateBusyProfile> [0..1]
<activateUnavailableProfile> DigitAny </activateUnavailableProfile> [0..1]
<noProfile> DigitAny </noProfile> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</commPilotExpressProfileMenuKeys>
<personalizedNameMenuKeys> [1]
<recordNewPersonalizedName> DigitAny </recordNewPersonalizedName> [0..1]
<listenToCurrentPersonalizedName> DigitAny </listenToCurrentPersonalizedName> [0..1]
<deletePersonalizedName> DigitAny </deletePersonalizedName> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</personalizedNameMenuKeys>
<callForwardingOptionsMenuKeys> [1]
<activateCallForwarding> DigitAny </activateCallForwarding> [0..1]
<deactivateCallForwarding> DigitAny </deactivateCallForwarding> [0..1]
<changeCallForwardingDestination> DigitAny </changeCallForwardingDestination> [0..1]
<listenToCallForwardingStatus> DigitAny </listenToCallForwardingStatus> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</callForwardingOptionsMenuKeys>
<changeCallForwardingDestinationMenuKeys> [1]
<finishEnteringNewDestinationNumber> DigitStarPound </finishEnteringNewDestinationNumber> [1]
</changeCallForwardingDestinationMenuKeys>
<voicePortalCallingMenuKeys> [1]
<endCurrentCallAndGoBackToPreviousMenu> VoicePortalDigitSequence </endCurrentCallAndGoBackToPreviousMenu> [1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
</voicePortalCallingMenuKeys>
<hotelingMenuKeys> [1]
<checkHostStatus> DigitAny </checkHostStatus> [0..1]
<associateWithHost> DigitAny </associateWithHost> [0..1]
<disassociateFromHost> DigitAny </disassociateFromHost> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</hotelingMenuKeys>
<passcodeMenuKeys> [1]
<finishEnteringOrReenteringPasscode> DigitStarPound </finishEnteringOrReenteringPasscode> [1]
<returnToPreviousMenu> DigitStarPound </returnToPreviousMenu> [1]
</passcodeMenuKeys>
<playMessagesMenuKeys> [1]
<saveMessage> DigitAny </saveMessage> [0..1]
<deleteMessage> DigitAny </deleteMessage> [0..1]
<playMessage> DigitAny </playMessage> [0..1]
<previousMessage> DigitAny </previousMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<nextMessage> DigitAny </nextMessage> [0..1]
<callbackCaller> DigitAny </callbackCaller> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<replyMessage> DigitAny </replyMessage> [0..1]
<forwardMessage> DigitAny </forwardMessage> [0..1]
<additionalMessageOptions> DigitAny </additionalMessageOptions> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<passcode> DigitAny </passcode> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</playMessagesMenuKeys>
<playMessageMenuKeys> [1]
<skipBackward> DigitAny </skipBackward> [0..1]
<pauseOrResume> DigitAny </pauseOrResume> [0..1]
<skipForward> DigitAny </skipForward> [0..1]
<jumpToBegin> DigitAny </jumpToBegin> [0..1]
<jumpToEnd> DigitAny </jumpToEnd> [0..1]
</playMessageMenuKeys>
<additionalMessageOptionsMenuKeys> [1]
<saveMessage> DigitAny </saveMessage> [0..1]
<deleteMessage> DigitAny </deleteMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<callbackCaller> DigitAny </callbackCaller> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<replyMessage> DigitAny </replyMessage> [0..1]
<forwardMessage> DigitAny </forwardMessage> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<passcode> DigitAny </passcode> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</additionalMessageOptionsMenuKeys>
<forwardOrComposeMessageMenuKeys> [1]
<sendToPerson> DigitAny </sendToPerson> [0..1]
<sendToAllGroupMembers> DigitAny </sendToAllGroupMembers> [0..1]
<sendToDistributionList> DigitAny </sendToDistributionList> [0..1]
<changeCurrentIntroductionOrMessage> DigitAny </changeCurrentIntroductionOrMessage> [0..1]
<listenToCurrentIntroductionOrMessage> DigitAny </listenToCurrentIntroductionOrMessage> [0..1]
<setOrClearUrgentIndicator> DigitAny </setOrClearUrgentIndicator> [0..1]
<setOrClearConfidentialIndicator> DigitAny </setOrClearConfidentialIndicator> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</forwardOrComposeMessageMenuKeys>
<replyMessageMenuKeys> [1]
<sendReplyToCaller> DigitAny </sendReplyToCaller> [1]
<changeCurrentReply> DigitAny </changeCurrentReply> [0..1]
<listenToCurrentReply> DigitAny </listenToCurrentReply> [0..1]
<setOrClearUrgentIndicator> DigitAny </setOrClearUrgentIndicator> [0..1]
<setOrClearConfidentialIndicator> DigitAny </setOrClearConfidentialIndicator> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</replyMessageMenuKeys>
<sendToDistributionListMenuKeys> [1]
<sendMessageToSelectedDistributionList> DigitAny </sendMessageToSelectedDistributionList> [1]
<selectDistributionList> DigitAny </selectDistributionList> [0..1]
<reviewSelectedDistributionList> DigitAny </reviewSelectedDistributionList> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</sendToDistributionListMenuKeys>
<selectDistributionListMenuKeys> [1]
<returnToPreviousMenu> DigitStarPound </returnToPreviousMenu> [1]
<repeatMenuOrFinishEnteringDistributionListNumber> DigitStarPound </repeatMenuOrFinishEnteringDistributionListNumber> [0..1]
</selectDistributionListMenuKeys>
<reviewSelectedDistributionListMenuKeys> [1]
<interruptPlaybackAndReturnToPreviousMenu> DigitAny </interruptPlaybackAndReturnToPreviousMenu> [1]
</reviewSelectedDistributionListMenuKeys>
<sendMessageToSelectedDistributionListMenuKeys> [1]
<confirmSendingToDistributionList> DigitStarPound </confirmSendingToDistributionList> [0..1]
<cancelSendingToDistributionList> DigitStarPound </cancelSendingToDistributionList> [1]
</sendMessageToSelectedDistributionListMenuKeys>
<sendToAllGroupMembersMenuKeys> [1]
<confirmSendingToEntireGroup> DigitAny </confirmSendingToEntireGroup> [1]
<cancelSendingToEntireGroup> DigitAny </cancelSendingToEntireGroup> [1]
</sendToAllGroupMembersMenuKeys>
<sendToPersonMenuKeys> [1]
<confirmSendingMessage> DigitAny </confirmSendingMessage> [1]
<cancelSendingMessage> DigitAny </cancelSendingMessage> [1]
<finishEnteringNumberWhereToSendMessageTo> DigitStarPound </finishEnteringNumberWhereToSendMessageTo> [1]
<finishForwardingOrSendingMessage> DigitAny </finishForwardingOrSendingMessage> [1]
</sendToPersonMenuKeys>
<changeCurrentIntroductionOrMessageOrReplyMenuKeys> [1]
<endRecording> DigitAny </endRecording> [1]
</changeCurrentIntroductionOrMessageOrReplyMenuKeys>
<voicePortalLoginMenuKeys> [1]
<accessUsingOtherMailboxId> VoicePortalDigitSequence </accessUsingOtherMailboxId> [0..1]
</voicePortalLoginMenuKeys>
<faxMessagingMenuKeys> [1]
<saveFaxMessageAndSkipToNext> DigitAny </saveFaxMessageAndSkipToNext> [0..1]
<previousFaxMessage> DigitAny </previousFaxMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<nextFaxMessage> DigitAny </nextFaxMessage> [0..1]
<deleteFaxMessage> DigitAny </deleteFaxMessage> [0..1]
<printFaxMessage> DigitAny </printFaxMessage> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
</faxMessagingMenuKeys>
<messageDepositMenuKeys> [1]
<enableMessageDeposit> DigitAny </enableMessageDeposit> [0..1]
<disableMessageDeposit> DigitAny </disableMessageDeposit> [0..1]
<listenToMessageDepositStatus> DigitAny </listenToMessageDepositStatus> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</messageDepositMenuKeys>
<disableMessageDepositMenuKeys> [1]
<disconnectAfterGreeting> DigitAny </disconnectAfterGreeting> [0..1]
<forwardAfterGreeting> DigitAny </forwardAfterGreeting> [0..1]
<changeForwardingDestination> DigitAny </changeForwardingDestination> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</disableMessageDepositMenuKeys>
<greetingOnlyForwardingDestinationMenuKeys> [1]
<greetingOnlyForwardingDestination> DigitStarPound </greetingOnlyForwardingDestination> [1]
</greetingOnlyForwardingDestinationMenuKeys>
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessagingGroupGetVoicePortalMenusResponse18sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useVoicePortalCustomization" type=" xs:boolean "/>
<xs:element name="voicePortalMainMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="voiceMessaging" type=" DigitAny " minOccurs="0"/>
<xs:element name="commPilotExpressProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="callForwardingOptions" type=" DigitAny " minOccurs="0"/>
<xs:element name="voicePortalCalling" type=" DigitAny " minOccurs="0"/>
<xs:element name="hoteling" type=" DigitAny " minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " minOccurs="0"/>
<xs:element name="exitVoicePortal" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="externalRouting" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voiceMessagingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="playMessages" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeBusyGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeNoAnswerGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeExtendedAwayGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="deleteAllMessages" type=" DigitAny " minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="messageDeposit" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playGreetingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="skipBackward" type=" DigitAny " minOccurs="0"/>
<xs:element name="pauseOrResume" type=" DigitAny " minOccurs="0"/>
<xs:element name="skipForward" type=" DigitAny " minOccurs="0"/>
<xs:element name="jumpToBegin" type=" DigitAny " minOccurs="0"/>
<xs:element name="jumpToEnd" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeBusyOrNoAnswerGreetingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="recordNewGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="revertToSystemDefaultGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeExtendedAwayGreetingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="activateExtendedAwayGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="deactivateExtendedAwayGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="recordNewGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="recordNewGreetingOrPersonalizedNameMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="endRecording" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="deleteAllMessagesMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmDeletion" type=" DigitAny "/>
<xs:element name="cancelDeletion" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="commPilotExpressProfileMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="activateAvailableInOfficeProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="activateAvailableOutOfOfficeProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="activateBusyProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="activateUnavailableProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="noProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="personalizedNameMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="recordNewPersonalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentPersonalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="deletePersonalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="callForwardingOptionsMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="activateCallForwarding" type=" DigitAny " minOccurs="0"/>
<xs:element name="deactivateCallForwarding" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeCallForwardingDestination" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCallForwardingStatus" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeCallForwardingDestinationMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="finishEnteringNewDestinationNumber" type=" DigitStarPound "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voicePortalCallingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="endCurrentCallAndGoBackToPreviousMenu" type=" VoicePortalDigitSequence "/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="hotelingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="checkHostStatus" type=" DigitAny " minOccurs="0"/>
<xs:element name="associateWithHost" type=" DigitAny " minOccurs="0"/>
<xs:element name="disassociateFromHost" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="passcodeMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="finishEnteringOrReenteringPasscode" type=" DigitStarPound "/>
<xs:element name="returnToPreviousMenu" type=" DigitStarPound "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playMessagesMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="saveMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="deleteMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="playMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="previousMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " minOccurs="0"/>
<xs:element name="nextMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="callbackCaller" type=" DigitAny " minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="replyMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="forwardMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="additionalMessageOptions" type=" DigitAny " minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playMessageMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="skipBackward" type=" DigitAny " minOccurs="0"/>
<xs:element name="pauseOrResume" type=" DigitAny " minOccurs="0"/>
<xs:element name="skipForward" type=" DigitAny " minOccurs="0"/>
<xs:element name="jumpToBegin" type=" DigitAny " minOccurs="0"/>
<xs:element name="jumpToEnd" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="additionalMessageOptionsMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="saveMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="deleteMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " minOccurs="0"/>
<xs:element name="callbackCaller" type=" DigitAny " minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="replyMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="forwardMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="forwardOrComposeMessageMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="sendToPerson" type=" DigitAny " minOccurs="0"/>
<xs:element name="sendToAllGroupMembers" type=" DigitAny " minOccurs="0"/>
<xs:element name="sendToDistributionList" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeCurrentIntroductionOrMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentIntroductionOrMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="setOrClearUrgentIndicator" type=" DigitAny " minOccurs="0"/>
<xs:element name="setOrClearConfidentialIndicator" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="replyMessageMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="sendReplyToCaller" type=" DigitAny "/>
<xs:element name="changeCurrentReply" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentReply" type=" DigitAny " minOccurs="0"/>
<xs:element name="setOrClearUrgentIndicator" type=" DigitAny " minOccurs="0"/>
<xs:element name="setOrClearConfidentialIndicator" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToDistributionListMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="sendMessageToSelectedDistributionList" type=" DigitAny "/>
<xs:element name="selectDistributionList" type=" DigitAny " minOccurs="0"/>
<xs:element name="reviewSelectedDistributionList" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="selectDistributionListMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="returnToPreviousMenu" type=" DigitStarPound "/>
<xs:element name="repeatMenuOrFinishEnteringDistributionListNumber" type=" DigitStarPound " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="reviewSelectedDistributionListMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="interruptPlaybackAndReturnToPreviousMenu" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendMessageToSelectedDistributionListMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingToDistributionList" type=" DigitStarPound " minOccurs="0"/>
<xs:element name="cancelSendingToDistributionList" type=" DigitStarPound "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToAllGroupMembersMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingToEntireGroup" type=" DigitAny "/>
<xs:element name="cancelSendingToEntireGroup" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToPersonMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingMessage" type=" DigitAny "/>
<xs:element name="cancelSendingMessage" type=" DigitAny "/>
<xs:element name="finishEnteringNumberWhereToSendMessageTo" type=" DigitStarPound "/>
<xs:element name="finishForwardingOrSendingMessage" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeCurrentIntroductionOrMessageOrReplyMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="endRecording" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voicePortalLoginMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="accessUsingOtherMailboxId" type=" VoicePortalDigitSequence " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="faxMessagingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="saveFaxMessageAndSkipToNext" type=" DigitAny " minOccurs="0"/>
<xs:element name="previousFaxMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " minOccurs="0"/>
<xs:element name="nextFaxMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="deleteFaxMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="printFaxMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="messageDepositMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="enableMessageDeposit" type=" DigitAny " minOccurs="0"/>
<xs:element name="disableMessageDeposit" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToMessageDepositStatus" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="disableMessageDepositMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="disconnectAfterGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="forwardAfterGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeForwardingDestination" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="greetingOnlyForwardingDestinationMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="greetingOnlyForwardingDestination" type=" DigitStarPound "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupModifyVoicePortalMenusRequest

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
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useVoicePortalCustomization> xs:boolean </useVoicePortalCustomization> [0..1]
<voicePortalMainMenuKeys> [0..1]
<voiceMessaging> DigitAny </voiceMessaging> [0..1]
<commPilotExpressProfile> DigitAny </commPilotExpressProfile> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<callForwardingOptions> DigitAny </callForwardingOptions> [0..1]
<voicePortalCalling> DigitAny </voicePortalCalling> [0..1]
<hoteling> DigitAny </hoteling> [0..1]
<passcode> DigitAny </passcode> [0..1]
<exitVoicePortal> DigitAny </exitVoicePortal> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
<externalRouting> DigitAny </externalRouting> [0..1]
</voicePortalMainMenuKeys>
<voiceMessagingMenuKeys> [0..1]
<playMessages> DigitAny </playMessages> [0..1]
<changeBusyGreeting> DigitAny </changeBusyGreeting> [0..1]
<changeNoAnswerGreeting> DigitAny </changeNoAnswerGreeting> [0..1]
<changeExtendedAwayGreeting> DigitAny </changeExtendedAwayGreeting> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<deleteAllMessages> DigitAny </deleteAllMessages> [0..1]
<passcode> DigitAny </passcode> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<messageDeposit> DigitAny </messageDeposit> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</voiceMessagingMenuKeys>
<playGreetingMenuKeys> [0..1]
<skipBackward> DigitAny </skipBackward> [0..1]
<pauseOrResume> DigitAny </pauseOrResume> [0..1]
<skipForward> DigitAny </skipForward> [0..1]
<jumpToBegin> DigitAny </jumpToBegin> [0..1]
<jumpToEnd> DigitAny </jumpToEnd> [0..1]
</playGreetingMenuKeys>
<changeBusyOrNoAnswerGreetingMenuKeys> [0..1]
<recordNewGreeting> DigitAny </recordNewGreeting> [0..1]
<listenToCurrentGreeting> DigitAny </listenToCurrentGreeting> [0..1]
<revertToSystemDefaultGreeting> DigitAny </revertToSystemDefaultGreeting> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</changeBusyOrNoAnswerGreetingMenuKeys>
<changeExtendedAwayGreetingMenuKeys> [0..1]
<activateExtendedAwayGreeting> DigitAny </activateExtendedAwayGreeting> [0..1]
<deactivateExtendedAwayGreeting> DigitAny </deactivateExtendedAwayGreeting> [0..1]
<recordNewGreeting> DigitAny </recordNewGreeting> [0..1]
<listenToCurrentGreeting> DigitAny </listenToCurrentGreeting> [0..1]
<enableMessageDeposit> DigitAny </enableMessageDeposit> [0..1]
<disableMessageDeposit> DigitAny </disableMessageDeposit> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</changeExtendedAwayGreetingMenuKeys>
<recordNewGreetingOrPersonalizedNameMenuKeys> [0..1]
<endRecording> DigitAny </endRecording> [0..1]
</recordNewGreetingOrPersonalizedNameMenuKeys>
<deleteAllMessagesMenuKeys> [0..1]
<confirmDeletion> DigitAny </confirmDeletion> [0..1]
<cancelDeletion> DigitAny </cancelDeletion> [0..1]
</deleteAllMessagesMenuKeys>
<commPilotExpressProfileMenuKeys> [0..1]
<activateAvailableInOfficeProfile> DigitAny </activateAvailableInOfficeProfile> [0..1]
<activateAvailableOutOfOfficeProfile> DigitAny </activateAvailableOutOfOfficeProfile> [0..1]
<activateBusyProfile> DigitAny </activateBusyProfile> [0..1]
<activateUnavailableProfile> DigitAny </activateUnavailableProfile> [0..1]
<noProfile> DigitAny </noProfile> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</commPilotExpressProfileMenuKeys>
<personalizedNameMenuKeys> [0..1]
<recordNewPersonalizedName> DigitAny </recordNewPersonalizedName> [0..1]
<listenToCurrentPersonalizedName> DigitAny </listenToCurrentPersonalizedName> [0..1]
<deletePersonalizedName> DigitAny </deletePersonalizedName> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</personalizedNameMenuKeys>
<callForwardingOptionsMenuKeys> [0..1]
<activateCallForwarding> DigitAny </activateCallForwarding> [0..1]
<deactivateCallForwarding> DigitAny </deactivateCallForwarding> [0..1]
<changeCallForwardingDestination> DigitAny </changeCallForwardingDestination> [0..1]
<listenToCallForwardingStatus> DigitAny </listenToCallForwardingStatus> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</callForwardingOptionsMenuKeys>
<changeCallForwardingDestinationMenuKeys> [0..1]
<finishEnteringNewDestinationNumber> DigitStarPound </finishEnteringNewDestinationNumber> [0..1]
</changeCallForwardingDestinationMenuKeys>
<voicePortalCallingMenuKeys> [0..1]
<endCurrentCallAndGoBackToPreviousMenu> VoicePortalDigitSequence </endCurrentCallAndGoBackToPreviousMenu> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
</voicePortalCallingMenuKeys>
<hotelingMenuKeys> [0..1]
<checkHostStatus> DigitAny </checkHostStatus> [0..1]
<associateWithHost> DigitAny </associateWithHost> [0..1]
<disassociateFromHost> DigitAny </disassociateFromHost> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</hotelingMenuKeys>
<passcodeMenuKeys> [0..1]
<finishEnteringOrReenteringPasscode> DigitStarPound </finishEnteringOrReenteringPasscode> [0..1]
<returnToPreviousMenu> DigitStarPound </returnToPreviousMenu> [0..1]
</passcodeMenuKeys>
<playMessagesMenuKeys> [0..1]
<saveMessage> DigitAny </saveMessage> [0..1]
<deleteMessage> DigitAny </deleteMessage> [0..1]
<playMessage> DigitAny </playMessage> [0..1]
<previousMessage> DigitAny </previousMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<nextMessage> DigitAny </nextMessage> [0..1]
<callbackCaller> DigitAny </callbackCaller> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<replyMessage> DigitAny </replyMessage> [0..1]
<forwardMessage> DigitAny </forwardMessage> [0..1]
<additionalMessageOptions> DigitAny </additionalMessageOptions> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<passcode> DigitAny </passcode> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</playMessagesMenuKeys>
<playMessageMenuKeys> [0..1]
<skipBackward> DigitAny </skipBackward> [0..1]
<pauseOrResume> DigitAny </pauseOrResume> [0..1]
<skipForward> DigitAny </skipForward> [0..1]
<jumpToBegin> DigitAny </jumpToBegin> [0..1]
<jumpToEnd> DigitAny </jumpToEnd> [0..1]
</playMessageMenuKeys>
<additionalMessageOptionsMenuKeys> [0..1]
<saveMessage> DigitAny </saveMessage> [0..1]
<deleteMessage> DigitAny </deleteMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<callbackCaller> DigitAny </callbackCaller> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<replyMessage> DigitAny </replyMessage> [0..1]
<forwardMessage> DigitAny </forwardMessage> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<passcode> DigitAny </passcode> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</additionalMessageOptionsMenuKeys>
<forwardOrComposeMessageMenuKeys> [0..1]
<sendToPerson> DigitAny </sendToPerson> [0..1]
<sendToAllGroupMembers> DigitAny </sendToAllGroupMembers> [0..1]
<sendToDistributionList> DigitAny </sendToDistributionList> [0..1]
<changeCurrentIntroductionOrMessage> DigitAny </changeCurrentIntroductionOrMessage> [0..1]
<listenToCurrentIntroductionOrMessage> DigitAny </listenToCurrentIntroductionOrMessage> [0..1]
<setOrClearUrgentIndicator> DigitAny </setOrClearUrgentIndicator> [0..1]
<setOrClearConfidentialIndicator> DigitAny </setOrClearConfidentialIndicator> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</forwardOrComposeMessageMenuKeys>
<replyMessageMenuKeys> [0..1]
<sendReplyToCaller> DigitAny </sendReplyToCaller> [0..1]
<changeCurrentReply> DigitAny </changeCurrentReply> [0..1]
<listenToCurrentReply> DigitAny </listenToCurrentReply> [0..1]
<setOrClearUrgentIndicator> DigitAny </setOrClearUrgentIndicator> [0..1]
<setOrClearConfidentialIndicator> DigitAny </setOrClearConfidentialIndicator> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</replyMessageMenuKeys>
<sendToDistributionListMenuKeys> [0..1]
<sendMessageToSelectedDistributionList> DigitAny </sendMessageToSelectedDistributionList> [0..1]
<selectDistributionList> DigitAny </selectDistributionList> [0..1]
<reviewSelectedDistributionList> DigitAny </reviewSelectedDistributionList> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</sendToDistributionListMenuKeys>
<selectDistributionListMenuKeys> [0..1]
<returnToPreviousMenu> DigitStarPound </returnToPreviousMenu> [0..1]
<repeatMenuOrFinishEnteringDistributionListNumber> DigitStarPound </repeatMenuOrFinishEnteringDistributionListNumber> [0..1]
</selectDistributionListMenuKeys>
<reviewSelectedDistributionListMenuKeys> [0..1]
<interruptPlaybackAndReturnToPreviousMenu> DigitAny </interruptPlaybackAndReturnToPreviousMenu> [0..1]
</reviewSelectedDistributionListMenuKeys>
<sendMessageToSelectedDistributionListMenuKeys> [0..1]
<confirmSendingToDistributionList> DigitStarPound </confirmSendingToDistributionList> [0..1]
<cancelSendingToDistributionList> DigitStarPound </cancelSendingToDistributionList> [0..1]
</sendMessageToSelectedDistributionListMenuKeys>
<sendToAllGroupMembersMenuKeys> [0..1]
<confirmSendingToEntireGroup> DigitAny </confirmSendingToEntireGroup> [0..1]
<cancelSendingToEntireGroup> DigitAny </cancelSendingToEntireGroup> [0..1]
</sendToAllGroupMembersMenuKeys>
<sendToPersonMenuKeys> [0..1]
<confirmSendingMessage> DigitAny </confirmSendingMessage> [0..1]
<cancelSendingMessage> DigitAny </cancelSendingMessage> [0..1]
<finishEnteringNumberWhereToSendMessageTo> DigitStarPound </finishEnteringNumberWhereToSendMessageTo> [0..1]
<finishForwardingOrSendingMessage> DigitAny </finishForwardingOrSendingMessage> [0..1]
</sendToPersonMenuKeys>
<changeCurrentIntroductionOrMessageOrReplyMenuKeys> [0..1]
<endRecording> DigitAny </endRecording> [0..1]
</changeCurrentIntroductionOrMessageOrReplyMenuKeys>
<voicePortalLoginMenuKeys> [0..1]
<accessUsingOtherMailboxId> VoicePortalDigitSequence </accessUsingOtherMailboxId> [0..1]
</voicePortalLoginMenuKeys>
<faxMessagingMenuKeys> [0..1]
<saveFaxMessageAndSkipToNext> DigitAny </saveFaxMessageAndSkipToNext> [0..1]
<previousFaxMessage> DigitAny </previousFaxMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<nextFaxMessage> DigitAny </nextFaxMessage> [0..1]
<deleteFaxMessage> DigitAny </deleteFaxMessage> [0..1]
<printFaxMessage> DigitAny </printFaxMessage> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
</faxMessagingMenuKeys>
<messageDepositMenuKeys> [0..1]
<enableMessageDeposit> DigitAny </enableMessageDeposit> [0..1]
<disableMessageDeposit> DigitAny </disableMessageDeposit> [0..1]
<listenToMessageDepositStatus> DigitAny </listenToMessageDepositStatus> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</messageDepositMenuKeys>
<disableMessageDepositMenuKeys> [0..1]
<disconnectAfterGreeting> DigitAny </disconnectAfterGreeting> [0..1]
<forwardAfterGreeting> DigitAny </forwardAfterGreeting> [0..1]
<changeForwardingDestination> DigitAny </changeForwardingDestination> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</disableMessageDepositMenuKeys>
<greetingOnlyForwardingDestinationMenuKeys> [0..1]
<greetingOnlyForwardingDestination> DigitStarPound </greetingOnlyForwardingDestination> [0..1]
</greetingOnlyForwardingDestinationMenuKeys>
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessagingGroupModifyVoicePortalMenusRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="useVoicePortalCustomization" type=" xs:boolean " minOccurs="0"/>
<xs:element name="voicePortalMainMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="voiceMessaging" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="commPilotExpressProfile" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="callForwardingOptions" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="voicePortalCalling" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="hoteling" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="exitVoicePortal" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="externalRouting" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voiceMessagingMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="playMessages" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="changeBusyGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="changeNoAnswerGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="changeExtendedAwayGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="deleteAllMessages" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="messageDeposit" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playGreetingMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="skipBackward" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="pauseOrResume" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="skipForward" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="jumpToBegin" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="jumpToEnd" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeBusyOrNoAnswerGreetingMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="recordNewGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="listenToCurrentGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="revertToSystemDefaultGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeExtendedAwayGreetingMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="activateExtendedAwayGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="deactivateExtendedAwayGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="recordNewGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="listenToCurrentGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="enableMessageDeposit" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="disableMessageDeposit" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="recordNewGreetingOrPersonalizedNameMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="endRecording" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="deleteAllMessagesMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmDeletion" type=" DigitAny " minOccurs="0"/>
<xs:element name="cancelDeletion" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="commPilotExpressProfileMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="activateAvailableInOfficeProfile" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="activateAvailableOutOfOfficeProfile" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="activateBusyProfile" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="activateUnavailableProfile" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="noProfile" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="personalizedNameMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="recordNewPersonalizedName" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="listenToCurrentPersonalizedName" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="deletePersonalizedName" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="callForwardingOptionsMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="activateCallForwarding" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="deactivateCallForwarding" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="changeCallForwardingDestination" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="listenToCallForwardingStatus" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeCallForwardingDestinationMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="finishEnteringNewDestinationNumber" type=" DigitStarPound " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voicePortalCallingMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="endCurrentCallAndGoBackToPreviousMenu" type=" VoicePortalDigitSequence " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="hotelingMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="checkHostStatus" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="associateWithHost" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="disassociateFromHost" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="passcodeMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="finishEnteringOrReenteringPasscode" type=" DigitStarPound " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitStarPound " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playMessagesMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="saveMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="deleteMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="playMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="previousMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="nextMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="callbackCaller" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="replyMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="forwardMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="additionalMessageOptions" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playMessageMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="skipBackward" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="pauseOrResume" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="skipForward" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="jumpToBegin" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="jumpToEnd" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="additionalMessageOptionsMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="saveMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="deleteMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="callbackCaller" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="replyMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="forwardMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="forwardOrComposeMessageMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="sendToPerson" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="sendToAllGroupMembers" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="sendToDistributionList" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="changeCurrentIntroductionOrMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="listenToCurrentIntroductionOrMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="setOrClearUrgentIndicator" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="setOrClearConfidentialIndicator" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="replyMessageMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="sendReplyToCaller" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeCurrentReply" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="listenToCurrentReply" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="setOrClearUrgentIndicator" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="setOrClearConfidentialIndicator" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToDistributionListMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="sendMessageToSelectedDistributionList" type=" DigitAny " minOccurs="0"/>
<xs:element name="selectDistributionList" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="reviewSelectedDistributionList" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="selectDistributionListMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="returnToPreviousMenu" type=" DigitStarPound " minOccurs="0"/>
<xs:element name="repeatMenuOrFinishEnteringDistributionListNumber" type=" DigitStarPound " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="reviewSelectedDistributionListMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="interruptPlaybackAndReturnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendMessageToSelectedDistributionListMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingToDistributionList" type=" DigitStarPound " nillable="true" minOccurs="0"/>
<xs:element name="cancelSendingToDistributionList" type=" DigitStarPound " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToAllGroupMembersMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingToEntireGroup" type=" DigitAny " minOccurs="0"/>
<xs:element name="cancelSendingToEntireGroup" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToPersonMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="cancelSendingMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="finishEnteringNumberWhereToSendMessageTo" type=" DigitStarPound " minOccurs="0"/>
<xs:element name="finishForwardingOrSendingMessage" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeCurrentIntroductionOrMessageOrReplyMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="endRecording" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voicePortalLoginMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="accessUsingOtherMailboxId" type=" VoicePortalDigitSequence " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="faxMessagingMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="saveFaxMessageAndSkipToNext" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="previousFaxMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="nextFaxMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="deleteFaxMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="printFaxMessage" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="messageDepositMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="enableMessageDeposit" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="disableMessageDeposit" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="listenToMessageDepositStatus" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="disableMessageDepositMenuKeys" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="disconnectAfterGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="forwardAfterGreeting" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="changeForwardingDestination" type=" DigitAny " nillable="true" minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="greetingOnlyForwardingDestinationMenuKeys" nillable="true" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="greetingOnlyForwardingDestination" type=" DigitStarPound " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallCenterGetRequest17

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserCallCenterGetRequest17sp4

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserCallCenterGetResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<agentACDState> AgentACDState </agentACDState> [0..1]
<agentUnavailableCode> CallCenterAgentUnavailableCode </agentUnavailableCode> [0..1]
<useDefaultGuardTimer> xs:boolean </useDefaultGuardTimer> [1]
<enableGuardTimer> xs:boolean </enableGuardTimer> [1]
<guardTimerSeconds> CallCenterGuardTimerSeconds </guardTimerSeconds> [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]
<numberConsecutiveBouncedCallsToForceAgentUnavailable> CallCenterConsecutiveBouncedCallsToForceAgentUnavailable </numberConsecutiveBouncedCallsToForceAgentUnavailable> [0..1]
<makeOutgoingCallsAsCallCenter> xs:boolean </makeOutgoingCallsAsCallCenter> [0..1]
<outgoingCallDNIS> DNISKey </outgoingCallDNIS> [0..1]
<callCenterTable> core:OCITable </callCenterTable> [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="agentUnavailableCode" type=" CallCenterAgentUnavailableCode " minOccurs="0"/>
<xs:element name="useDefaultGuardTimer" type=" xs:boolean "/>
<xs:element name="enableGuardTimer" type=" xs:boolean "/>
<xs:element name="guardTimerSeconds" type=" CallCenterGuardTimerSeconds "/>
<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="numberConsecutiveBouncedCallsToForceAgentUnavailable" type=" CallCenterConsecutiveBouncedCallsToForceAgentUnavailable " minOccurs="0"/>
<xs:element name="makeOutgoingCallsAsCallCenter" type=" xs:boolean " minOccurs="0"/>
<xs:element name="outgoingCallDNIS" type=" DNISKey " minOccurs="0"/>
<xs:element name="callCenterTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallCenterGetResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<agentACDState> AgentACDState </agentACDState> [0..1]
<agentUnavailableCode> CallCenterAgentUnavailableCode </agentUnavailableCode> [0..1]
<useDefaultGuardTimer> xs:boolean </useDefaultGuardTimer> [1]
<enableGuardTimer> xs:boolean </enableGuardTimer> [1]
<guardTimerSeconds> CallCenterGuardTimerSeconds </guardTimerSeconds> [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]
<numberConsecutiveBouncedCallsToForceAgentUnavailable> CallCenterConsecutiveBouncedCallsToForceAgentUnavailable </numberConsecutiveBouncedCallsToForceAgentUnavailable> [0..1]
<forceAgentUnavailableOnNotReachable> xs:boolean </forceAgentUnavailableOnNotReachable> [0..1]
<makeOutgoingCallsAsCallCenter> xs:boolean </makeOutgoingCallsAsCallCenter> [0..1]
<outgoingCallDNIS> DNISKey </outgoingCallDNIS> [0..1]
<callCenterTable> core:OCITable </callCenterTable> [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="agentUnavailableCode" type=" CallCenterAgentUnavailableCode " minOccurs="0"/>
<xs:element name="useDefaultGuardTimer" type=" xs:boolean "/>
<xs:element name="enableGuardTimer" type=" xs:boolean "/>
<xs:element name="guardTimerSeconds" type=" CallCenterGuardTimerSeconds "/>
<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="numberConsecutiveBouncedCallsToForceAgentUnavailable" type=" CallCenterConsecutiveBouncedCallsToForceAgentUnavailable " 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:element name="callCenterTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallCenterModifyRequest

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. -->
<userId> UserId </userId> [1]
<agentACDState> AgentACDState </agentACDState> [0..1]
<agentUnavailableCode> CallCenterAgentUnavailableCode </agentUnavailableCode> [0..1]
<useDefaultGuardTimer> xs:boolean </useDefaultGuardTimer> [0..1]
<enableGuardTimer> xs:boolean </enableGuardTimer> [0..1]
<guardTimerSeconds> CallCenterGuardTimerSeconds </guardTimerSeconds> [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]
<numberConsecutiveBouncedCallsToForceAgentUnavailable> CallCenterConsecutiveBouncedCallsToForceAgentUnavailable </numberConsecutiveBouncedCallsToForceAgentUnavailable> [0..1]
<makeOutgoingCallsAsCallCenter> xs:boolean </makeOutgoingCallsAsCallCenter> [0..1]
<outgoingCallDNIS> DNISKey </outgoingCallDNIS> [0..1]
<callCenterAvailability> CallCenterAgentAvailability </callCenterAvailability> [0..*]
</...>
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="agentUnavailableCode" type=" CallCenterAgentUnavailableCode " nillable="true" minOccurs="0"/>
<xs:element name="useDefaultGuardTimer" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableGuardTimer" type=" xs:boolean " minOccurs="0"/>
<xs:element name="guardTimerSeconds" type=" CallCenterGuardTimerSeconds " 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="numberConsecutiveBouncedCallsToForceAgentUnavailable" type=" CallCenterConsecutiveBouncedCallsToForceAgentUnavailable " minOccurs="0"/>
<xs:element name="makeOutgoingCallsAsCallCenter" type=" xs:boolean " minOccurs="0"/>
<xs:element name="outgoingCallDNIS" type=" DNISKey " minOccurs="0" nillable="true"/>
<xs:element name="callCenterAvailability" type=" CallCenterAgentAvailability " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallCenterModifyRequest17sp4

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. -->
<userId> UserId </userId> [1]
<agentACDState> AgentACDState </agentACDState> [0..1]
<agentThresholdProfileName> CallCenterAgentThresholdProfileName </agentThresholdProfileName> [0..1]
<agentUnavailableCode> CallCenterAgentUnavailableCode </agentUnavailableCode> [0..1]
<useDefaultGuardTimer> xs:boolean </useDefaultGuardTimer> [0..1]
<enableGuardTimer> xs:boolean </enableGuardTimer> [0..1]
<guardTimerSeconds> CallCenterGuardTimerSeconds </guardTimerSeconds> [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]
<numberConsecutiveBouncedCallsToForceAgentUnavailable> CallCenterConsecutiveBouncedCallsToForceAgentUnavailable </numberConsecutiveBouncedCallsToForceAgentUnavailable> [0..1]
<forceAgentUnavailableOnNotReachable> xs:boolean </forceAgentUnavailableOnNotReachable> [0..1]
<makeOutgoingCallsAsCallCenter> xs:boolean </makeOutgoingCallsAsCallCenter> [0..1]
<outgoingCallDNIS> DNISKey </outgoingCallDNIS> [0..1]
<callCenterAvailability> CallCenterAgentAvailability </callCenterAvailability> [0..*]
</...>
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="agentThresholdProfileName" type=" CallCenterAgentThresholdProfileName " minOccurs="0"/>
<xs:element name="agentUnavailableCode" type=" CallCenterAgentUnavailableCode " nillable="true" minOccurs="0"/>
<xs:element name="useDefaultGuardTimer" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableGuardTimer" type=" xs:boolean " minOccurs="0"/>
<xs:element name="guardTimerSeconds" type=" CallCenterGuardTimerSeconds " 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="numberConsecutiveBouncedCallsToForceAgentUnavailable" type=" CallCenterConsecutiveBouncedCallsToForceAgentUnavailable " 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:element name="callCenterAvailability" type=" CallCenterAgentAvailability " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserGetRequest18

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserGetResponse18

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<lastName> LastName </lastName> [1]
<firstName> FirstName </firstName> [1]
<callingLineIdLastName> CallingLineIdLastName </callingLineIdLastName> [1]
<callingLineIdFirstName> CallingLineIdFirstName </callingLineIdFirstName> [1]
<hiraganaLastName> HiraganaLastName </hiraganaLastName> [0..1]
<hiraganaFirstName> HiraganaFirstName </hiraganaFirstName> [0..1]
<phoneNumber> DN </phoneNumber> [0..1]
<extension> Extension17 </extension> [0..1]
<callingLineIdPhoneNumber> DN </callingLineIdPhoneNumber> [0..1]
<department> DepartmentKey </department> [0..1]
<departmentFullPath> DepartmentFullPathName </departmentFullPath> [0..1]
<language> Language </language> [1]
<timeZone> TimeZone </timeZone> [1]
<timeZoneDisplayName> TimeZoneDisplayName </timeZoneDisplayName> [1]
<defaultAlias> SIPURI </defaultAlias> [1]
<alias> SIPURI </alias> [0..3]
Start Choice [1]
<accessDeviceEndpoint> AccessDeviceMultipleContactEndpointRead </accessDeviceEndpoint> [0..1]
<trunkAddressing> TrunkAddressingMultipleContactRead </trunkAddressing> [0..1]
End Choice
<title> Title </title> [0..1]
<pagerPhoneNumber> InformationalDN </pagerPhoneNumber> [0..1]
<mobilePhoneNumber> OutgoingDN </mobilePhoneNumber> [0..1]
<emailAddress> EmailAddress </emailAddress> [0..1]
<yahooId> YahooId </yahooId> [0..1]
<addressLocation> AddressLocation </addressLocation> [0..1]
<address> StreetAddress </address> [0..1]
<countryCode> CountryCode </countryCode> [1]
<nationalPrefix> NationalPrefix </nationalPrefix> [0..1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
<officeZoneName> OfficeZoneName </officeZoneName> [0..1]
<primaryZoneName> ZoneName </primaryZoneName> [0..1]
<impId> IMPUserId </impId> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserGetResponse18">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="lastName" type=" LastName "/>
<xs:element name="firstName" type=" FirstName "/>
<xs:element name="callingLineIdLastName" type=" CallingLineIdLastName "/>
<xs:element name="callingLineIdFirstName" type=" CallingLineIdFirstName "/>
<xs:element name="hiraganaLastName" type=" HiraganaLastName " minOccurs="0"/>
<xs:element name="hiraganaFirstName" type=" HiraganaFirstName " minOccurs="0"/>
<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="departmentFullPath" type=" DepartmentFullPathName " minOccurs="0"/>
<xs:element name="language" type=" Language "/>
<xs:element name="timeZone" type=" TimeZone "/>
<xs:element name="timeZoneDisplayName" type=" TimeZoneDisplayName "/>
<xs:element name="defaultAlias" type=" SIPURI "/>
<xs:element name="alias" type=" SIPURI " minOccurs="0" maxOccurs="3"/>
<xs:choice>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceMultipleContactEndpointRead " minOccurs="0"/>
<xs:element name="trunkAddressing" type=" TrunkAddressingMultipleContactRead " minOccurs="0"/>
</xs:choice>
<xs:element name="title" type=" Title " minOccurs="0"/>
<xs:element name="pagerPhoneNumber" type=" InformationalDN " minOccurs="0"/>
<xs:element name="mobilePhoneNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="emailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="yahooId" type=" YahooId " minOccurs="0"/>
<xs:element name="addressLocation" type=" AddressLocation " minOccurs="0"/>
<xs:element name="address" type=" StreetAddress " minOccurs="0"/>
<xs:element name="countryCode" type=" CountryCode "/>
<xs:element name="nationalPrefix" type=" NationalPrefix " minOccurs="0"/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " 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>
top

Complex Type: UserMeetMeConferencingAddConferenceRequest

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. -->
<userId> UserId </userId> [1]
<bridgeId> UserId </bridgeId> [1]
<title> MeetMeConferencingConferenceTitle </title> [1]
<estimatedParticipants> MeetMeConferencingNumberOfParticipants </estimatedParticipants> [0..1]
Start Choice [1]
<restrictParticipants> false </restrictParticipants> [1]
<maxParticipants> MeetMeConferencingNumberOfParticipants </maxParticipants> [1]
End Choice
<accountCode> MeetMeConferencingConferenceAccountCode </accountCode> [0..1]
<muteAllAttendeesOnEntry> xs:boolean </muteAllAttendeesOnEntry> [1]
<endConferenceOnModeratorExit> xs:boolean </endConferenceOnModeratorExit> [1]
<moderatorRequired> xs:boolean </moderatorRequired> [1]
<attendeeNotification> MeetMeConferencingConferenceAttendeeNotification </attendeeNotification> [1]
<conferenceSchedule> MeetMeConferencingConferenceSchedule </conferenceSchedule> [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:element name="title" type=" MeetMeConferencingConferenceTitle "/>
<xs:element name="estimatedParticipants" type=" MeetMeConferencingNumberOfParticipants " minOccurs="0"/>
<xs:choice>
<xs:element name="restrictParticipants" type=" xs:boolean " fixed="false"/>
<xs:element name="maxParticipants" type=" MeetMeConferencingNumberOfParticipants "/>
</xs:choice>
<xs:element name="accountCode" type=" MeetMeConferencingConferenceAccountCode " minOccurs="0"/>
<xs:element name="muteAllAttendeesOnEntry" type=" xs:boolean "/>
<xs:element name="endConferenceOnModeratorExit" type=" xs:boolean "/>
<xs:element name="moderatorRequired" type=" xs:boolean "/>
<xs:element name="attendeeNotification" type=" MeetMeConferencingConferenceAttendeeNotification "/>
<xs:element name="conferenceSchedule" type=" MeetMeConferencingConferenceSchedule "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingAddConferenceResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<conferenceId> MeetMeConferencingConferencePassCode </conferenceId> [1]
<moderatorPin> MeetMeConferencingConferencePassCode </moderatorPin> [1]
</...>
Schema Component Representation
<xs:complexType name="UserMeetMeConferencingAddConferenceResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="conferenceId" type=" MeetMeConferencingConferencePassCode "/>
<xs:element name="moderatorPin" type=" MeetMeConferencingConferencePassCode "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingGetConferenceRequest

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. -->
<userId> UserId </userId> [1]
<conferenceKey> MeetMeConferencingConferenceKey </conferenceKey> [1]
</...>
Schema Component Representation
<xs:complexType name="UserMeetMeConferencingGetConferenceRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="conferenceKey" type=" MeetMeConferencingConferenceKey "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingGetConferenceResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<title> MeetMeConferencingConferenceTitle </title> [1]
<estimatedParticipants> MeetMeConferencingNumberOfParticipants </estimatedParticipants> [0..1]
Start Choice [1]
<restrictParticipants> false </restrictParticipants> [1]
<maxParticipants> MeetMeConferencingNumberOfParticipants </maxParticipants> [1]
End Choice
<accountCode> MeetMeConferencingConferenceAccountCode </accountCode> [0..1]
<muteAllAttendeesOnEntry> xs:boolean </muteAllAttendeesOnEntry> [1]
<endConferenceOnModeratorExit> xs:boolean </endConferenceOnModeratorExit> [1]
<moderatorRequired> xs:boolean </moderatorRequired> [1]
<attendeeNotification> MeetMeConferencingConferenceAttendeeNotification </attendeeNotification> [1]
<conferenceSchedule> MeetMeConferencingConferenceSchedule </conferenceSchedule> [1]
<moderatorPin> MeetMeConferencingConferencePassCode </moderatorPin> [1]
</...>
Schema Component Representation
<xs:complexType name="UserMeetMeConferencingGetConferenceResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="title" type=" MeetMeConferencingConferenceTitle "/>
<xs:element name="estimatedParticipants" type=" MeetMeConferencingNumberOfParticipants " minOccurs="0"/>
<xs:choice>
<xs:element name="restrictParticipants" type=" xs:boolean " fixed="false"/>
<xs:element name="maxParticipants" type=" MeetMeConferencingNumberOfParticipants "/>
</xs:choice>
<xs:element name="accountCode" type=" MeetMeConferencingConferenceAccountCode " minOccurs="0"/>
<xs:element name="muteAllAttendeesOnEntry" type=" xs:boolean "/>
<xs:element name="endConferenceOnModeratorExit" type=" xs:boolean "/>
<xs:element name="moderatorRequired" type=" xs:boolean "/>
<xs:element name="attendeeNotification" type=" MeetMeConferencingConferenceAttendeeNotification "/>
<xs:element name="conferenceSchedule" type=" MeetMeConferencingConferenceSchedule "/>
<xs:element name="moderatorPin" type=" MeetMeConferencingConferencePassCode "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVideoAddOnGetRequest14

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserVideoAddOnGetResponse14

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<maxOriginatingCallDelaySeconds> VideoAddOnMaxOriginatingCallDelaySeconds </maxOriginatingCallDelaySeconds> [1]
<accessDeviceEndpoint> AccessDeviceEndpointRead14 </accessDeviceEndpoint> [0..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:element name="maxOriginatingCallDelaySeconds" type=" VideoAddOnMaxOriginatingCallDelaySeconds "/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointRead14 " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Simple Type: CallCenterReportingServerDescription

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name CallCenterReportingServerDescription
Content
  • Base XSD Type: token
  • length >= 1
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>
top

Simple Type: CallCenterReportingServerName

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name CallCenterReportingServerName
Content
  • Base XSD Type: token
  • length >= 1
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>
top

Simple Type: CallCenterReportServerChoice

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name CallCenterReportServerChoice
Content
  • Base XSD Type: token
  • 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>
top

Simple Type: CallCenterReportWebStatisticsSource

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name CallCenterReportWebStatisticsSource
Content
  • Base XSD Type: token
  • 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>
top

Simple Type: CAPServerCallCenterMaxClientConnections

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CAPServerCallCenterMaxClientConnections
Content
  • Base XSD Type: int
  • 0 <= value <= 10
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>
top

Legend

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.
Name AusAddress
Abstract no
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.

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.)
top

Glossary

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.

top