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="OCISchemaUser.xsd"/>
<xs:include schemaLocation="OCISchemaDataTypes.xsd"/>
<xs:include schemaLocation="OCISchemaSearchCriteria.xsd"/>
...
</xs:schema>
top

Global Definitions

Complex Type: AccessDeviceMultipleContactEndpointRead19

Parent type: None
Sub-types: None
Name AccessDeviceMultipleContactEndpointRead19
Abstract no
Documentation Access device end point that can have multiple contacts. Port numbers are only used by devices with static line ordering. Replaced by AccessDeviceMultipleContactEndpointRead20.
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]
<portNumber> AccessDevicePortNumber </portNumber> [0..1]
</...>
Schema Component Representation
<xs:complexType name="AccessDeviceMultipleContactEndpointRead19">
<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:element name="portNumber" type=" AccessDevicePortNumber " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: AutoAttendantAddMenu19

Parent type: None
Sub-types: None
Name AutoAttendantAddMenu19
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> AutoAttendantKeyConfiguration19 </keyConfiguration> [0..12]
</...>
Schema Component Representation
<xs:complexType name="AutoAttendantAddMenu19">
<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=" AutoAttendantKeyConfiguration19 " minOccurs="0" maxOccurs="12"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: AutoAttendantKeyConfiguration19

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

Complex Type: AutoAttendantKeyConfigurationEntry19

Parent type: None
Sub-types: None
Name AutoAttendantKeyConfigurationEntry19
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 submenuId The following data elements are only valid for Standard Auto Attendants: submenuId
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]
<submenuId> AutoAttendantSubmenuId </submenuId> [0..1]
</...>
Schema Component Representation
<xs:complexType name="AutoAttendantKeyConfigurationEntry19">
<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:element name="submenuId" type=" AutoAttendantSubmenuId " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: AutoAttendantKeyConfigurationReadEntry19

Parent type: None
Sub-types: None
Name AutoAttendantKeyConfigurationReadEntry19
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 submenuId The following data elements are only valid for Standard Auto Attendants: submenuId
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]
<submenuId> AutoAttendantSubmenuId </submenuId> [0..1]
</...>
Schema Component Representation
<xs:complexType name="AutoAttendantKeyConfigurationReadEntry19">
<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:element name="submenuId" type=" AutoAttendantSubmenuId " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: AutoAttendantKeyReadConfiguration19

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

Complex Type: AutoAttendantModifyMenu16

Parent type: None
Sub-types: None
Name AutoAttendantModifyMenu16
Abstract no
Documentation The configuration of the automated receptionist greeting prompt and dialing menu to be used during business hours. It is used when modifying an Auto Attendant group.
XML Instance Representation
<...>
<announcementSelection> AnnouncementSelection </announcementSelection> [0..1]
<audioFile> LabeledMediaFileResource </audioFile> [0..1]
<videoFile> LabeledMediaFileResource </videoFile> [0..1]
<enableFirstMenuLevelExtensionDialing> xs:boolean </enableFirstMenuLevelExtensionDialing> [0..1]
<keyConfiguration> AutoAttendantKeyModifyConfiguration </keyConfiguration> [0..12]
</...>
Schema Component Representation
<xs:complexType name="AutoAttendantModifyMenu16">
<xs:sequence>
<xs:element name="announcementSelection" type=" AnnouncementSelection " minOccurs="0"/>
<xs:element name="audioFile" type=" LabeledMediaFileResource " minOccurs="0"/>
<xs:element name="videoFile" type=" LabeledMediaFileResource " minOccurs="0"/>
<xs:element name="enableFirstMenuLevelExtensionDialing" type=" xs:boolean " minOccurs="0"/>
<xs:element name="keyConfiguration" type=" AutoAttendantKeyModifyConfiguration " minOccurs="0" maxOccurs="12"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: AutoAttendantReadMenu19

Parent type: None
Sub-types: None
Name AutoAttendantReadMenu19
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> AutoAttendantKeyReadConfiguration19 </keyConfiguration> [0..12]
</...>
Schema Component Representation
<xs:complexType name="AutoAttendantReadMenu19">
<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=" AutoAttendantKeyReadConfiguration19 " minOccurs="0" maxOccurs="12"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CallCenterMediaOnHoldSourceModify17

Parent type: None
Sub-types: None
Name CallCenterMediaOnHoldSourceModify17
Abstract no
Documentation Contains the call center media on hold source configuration.
XML Instance Representation
<...>
<audioMessageSourceSelection> CallCenterMediaOnHoldMessageSelection </audioMessageSourceSelection> [0..1]
<audioUrlList> CallCenterAnnouncementURLListModify </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementFileListModify </audioFileList> [0..1]
<externalAudioSource> AccessDeviceEndpointModify </externalAudioSource> [0..1]
<videoMessageSourceSelection> CallCenterMediaOnHoldMessageSelection </videoMessageSourceSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLListModify </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementFileListModify </videoFileList> [0..1]
<externalVideoSource> AccessDeviceEndpointModify </externalVideoSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="CallCenterMediaOnHoldSourceModify17">
<xs:sequence>
<xs:element name="audioMessageSourceSelection" type=" CallCenterMediaOnHoldMessageSelection " minOccurs="0"/>
<xs:element name="audioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="externalAudioSource" type=" AccessDeviceEndpointModify " minOccurs="0" nillable="true"/>
<xs:element name="videoMessageSourceSelection" type=" CallCenterMediaOnHoldMessageSelection " minOccurs="0"/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="externalVideoSource" type=" AccessDeviceEndpointModify " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CallCenterMediaOnHoldSourceRead19

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

Complex Type: EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAvailableListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAvailableListRequest
Abstract no
Documentation Request a list of available Mobile Subscriber Directory Numbers not yet assigned to any user. The response is either EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAvailableListResponse or ErrorResponse. Replaced by: EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAvailableListRequest22
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]
</...>
Schema Component Representation
<xs:complexType name="EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAvailableListRequest">
<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: EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAvailableListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAvailableListResponse
Abstract no
Documentation Response to EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAvailableListRequest. Contains a list of available Mobile Subscriber Directory Numbers not yet assigned to any user.
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. -->
<availableMobileSubscriberDirectoryNumber> DN </availableMobileSubscriberDirectoryNumber> [0..*]
</...>
Schema Component Representation
<xs:complexType name="EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAvailableListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="availableMobileSubscriberDirectoryNumber" type=" DN " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EnterpriseEnhancedCallLogsGetListRequest17sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name EnterpriseEnhancedCallLogsGetListRequest17sp4
Abstract no
Documentation Request users' call logs within an enterprise If the callLogType is not specified, all types of calls logs (placed, received, missed) are returned. It is possible to restrict the number of rows returned using responsePagingControl. If responsePagingControl is not specified, the value of Enhanced Call Logs system parameter maxNonPagedResponseSize will control the maximum number of call logs can be returned. The response is either an EnterpriseEnhancedCallLogsGetListResponse17sp4 or an ErrorResponse. The following elements are only used in AS data mode: callAuthorizationCodeFilter
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<callLogType> EnhancedCallLogsCallLogsRequestType </callLogType> [0..1]
Start Choice [1]
<groupId> GroupId </groupId> [0..*]
<userDnRange> DNRange </userDnRange> [0..*]
<userExtensionRange> ExtensionRange17 </userExtensionRange> [0..*]
End Choice
<dateTimeRange> EnhancedCallLogsTimeRange </dateTimeRange> [1]
<numberFilter> EnhancedCallLogsNumberFilter </numberFilter> [0..1]
<redirectedNumberFilter> EnhancedCallLogsRedirectedNumberFilter </redirectedNumberFilter> [0..1]
<accountAuthorizationCodeFilter> EnhancedCallLogsAccountAuthorizationCodeFilter </accountAuthorizationCodeFilter> [0..1]
<callAuthorizationCodeFilter> EnhancedCallLogsCallAuthorizationCodeFilter </callAuthorizationCodeFilter> [0..1]
<subscriberType> EnhancedCallLogsSubscriberType </subscriberType> [0..1]
<responsePagingControl> EnhancedCallLogsResponsePagingControl </responsePagingControl> [0..1]
</...>
Schema Component Representation
<xs:complexType name="EnterpriseEnhancedCallLogsGetListRequest17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="callLogType" type=" EnhancedCallLogsCallLogsRequestType " minOccurs="0"/>
<xs:choice>
<xs:element name="groupId" type=" GroupId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="userDnRange" type=" DNRange " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="userExtensionRange" type=" ExtensionRange17 " minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
<xs:element name="dateTimeRange" type=" EnhancedCallLogsTimeRange "/>
<xs:element name="numberFilter" type=" EnhancedCallLogsNumberFilter " minOccurs="0"/>
<xs:element name="redirectedNumberFilter" type=" EnhancedCallLogsRedirectedNumberFilter " minOccurs="0"/>
<xs:element name="accountAuthorizationCodeFilter" type=" EnhancedCallLogsAccountAuthorizationCodeFilter " minOccurs="0"/>
<xs:element name="callAuthorizationCodeFilter" type=" EnhancedCallLogsCallAuthorizationCodeFilter " minOccurs="0"/>
<xs:element name="subscriberType" type=" EnhancedCallLogsSubscriberType " minOccurs="0"/>
<xs:element name="responsePagingControl" type=" EnhancedCallLogsResponsePagingControl " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EnterpriseEnhancedCallLogsGetListResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name EnterpriseEnhancedCallLogsGetListResponse17sp4
Abstract no
Documentation Response to EnterpriseEnhancedCallLogsGetListRequest17sp4. Total numbers of rows is: - the total number of retrievable logs of the call log type that was specified in the EnterpriseEnhancedCallLogsGetListRequest17sp4, if a call log type was specified in the request. - the total number of retrievable logs, if no call log type was specified in the request. A list of ExtendedMixedCallLogsEntry17sp4 will be returned if the call logs are stored on DBS. Otherwise, an error response will be returned. The result is sorted by date/time of the call.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<totalNumberOfRows> xs:int </totalNumberOfRows> [1]
<extendedCallLog> ExtendedMixedCallLogsEntry17sp4 </extendedCallLog> [0..*]
</...>
Schema Component Representation
<xs:complexType name="EnterpriseEnhancedCallLogsGetListResponse17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="totalNumberOfRows" type=" xs:int "/>
<xs:element name="extendedCallLog" type=" ExtendedMixedCallLogsEntry17sp4 " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EnterpriseSessionAdmissionControlGroupAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name EnterpriseSessionAdmissionControlGroupAddRequest
Abstract no
Documentation Request to add a session admission control group for the enterprise. 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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<maxSession> NonNegativeInt </maxSession> [1]
<maxUserOriginatingSessions> NonNegativeInt </maxUserOriginatingSessions> [0..1]
<maxUserTerminatingSessions> NonNegativeInt </maxUserTerminatingSessions> [0..1]
<reservedSession> NonNegativeInt </reservedSession> [1]
<reservedUserOriginatingSessions> NonNegativeInt </reservedUserOriginatingSessions> [0..1]
<reservedUserTerminatingSessions> NonNegativeInt </reservedUserTerminatingSessions> [0..1]
<becomeDefaultGroup> xs:boolean </becomeDefaultGroup> [1]
<countIntraSACGroupSessions> xs:boolean </countIntraSACGroupSessions> [1]
<devices> EnterpriseAccessDevice </devices> [0..*]
</...>
Schema Component Representation
<xs:complexType name="EnterpriseSessionAdmissionControlGroupAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="name" type=" SessionAdmissionControlGroupName "/>
<xs:element name="maxSession" type=" NonNegativeInt "/>
<xs:element name="maxUserOriginatingSessions" type=" NonNegativeInt " minOccurs="0"/>
<xs:element name="maxUserTerminatingSessions" type=" NonNegativeInt " minOccurs="0"/>
<xs:element name="reservedSession" type=" NonNegativeInt "/>
<xs:element name="reservedUserOriginatingSessions" type=" NonNegativeInt " minOccurs="0"/>
<xs:element name="reservedUserTerminatingSessions" type=" NonNegativeInt " minOccurs="0"/>
<xs:element name="becomeDefaultGroup" type=" xs:boolean "/>
<xs:element name="countIntraSACGroupSessions" type=" xs:boolean "/>
<xs:element name="devices" type=" EnterpriseAccessDevice " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EnterpriseSessionAdmissionControlGroupGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name EnterpriseSessionAdmissionControlGroupGetRequest
Abstract no
Documentation Request to get a session admission control group for the enterprise. The response is either an EnterpriseSessionAdmissionControlGroupGetResponse 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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
</...>
Schema Component Representation
<xs:complexType name="EnterpriseSessionAdmissionControlGroupGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="name" type=" SessionAdmissionControlGroupName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EnterpriseSessionAdmissionControlGroupGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name EnterpriseSessionAdmissionControlGroupGetResponse
Abstract no
Documentation Response to EnterpriseSessionAdmissionControlGroupGetRequest. Returns the profile information for the session admission control group.
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. -->
<maxSession> NonNegativeInt </maxSession> [1]
<maxUserOriginatingSessions> NonNegativeInt </maxUserOriginatingSessions> [0..1]
<maxUserTerminatingSessions> NonNegativeInt </maxUserTerminatingSessions> [0..1]
<reservedSession> NonNegativeInt </reservedSession> [1]
<reservedUserOriginatingSessions> NonNegativeInt </reservedUserOriginatingSessions> [0..1]
<reservedUserTerminatingSessions> NonNegativeInt </reservedUserTerminatingSessions> [0..1]
<defaultGroup> xs:boolean </defaultGroup> [1]
<countIntraSACGroupSessions> xs:boolean </countIntraSACGroupSessions> [1]
<devices> EnterpriseAccessDevice </devices> [0..*]
</...>
Schema Component Representation
<xs:complexType name="EnterpriseSessionAdmissionControlGroupGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="maxSession" type=" NonNegativeInt "/>
<xs:element name="maxUserOriginatingSessions" type=" NonNegativeInt " minOccurs="0"/>
<xs:element name="maxUserTerminatingSessions" type=" NonNegativeInt " minOccurs="0"/>
<xs:element name="reservedSession" type=" NonNegativeInt "/>
<xs:element name="reservedUserOriginatingSessions" type=" NonNegativeInt " minOccurs="0"/>
<xs:element name="reservedUserTerminatingSessions" type=" NonNegativeInt " minOccurs="0"/>
<xs:element name="defaultGroup" type=" xs:boolean "/>
<xs:element name="countIntraSACGroupSessions" type=" xs:boolean "/>
<xs:element name="devices" type=" EnterpriseAccessDevice " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ExtendedMixedCallLogsEntry

Parent type: None
Sub-types: None
Name ExtendedMixedCallLogsEntry
Abstract no
Documentation Extended Call Log entry describing a placed, received, or missed call. "countryCode" is the user's country code The following time elements are represented as timestamp, i.e., the number of milliseconds since January 1, 1970, 00:00:00 GMT. "startTime" represents the time when the system sends out a call invitation message (e.g. for placed calls) or receives a call invitation message (e.g. for missed/received calls). "answerTime" represents the time when the call is answered by the terminating party. "detachTime" represents the time when the call is successfully redirected by the system. "releaseTime" represents the time when the call is released. This time corresponds to the moment the call is released by the system, and not necessarily when one party hangs up, since this does not always mean the call is released (e.g. Emergency/911 calls). The elements "userGroupId", "userId","userPrimaryDn" and "userPrimaryExtension" are only returned when the enterprise or group level requests are used. Replaced by ExtendedMixedCallLogsEntry17sp4. Originally deprecated in release 20.
XML Instance Representation
<...>
<callLogType> CallLogsType </callLogType> [1]
<countryCode> CountryCode </countryCode> [1]
<callLogId> CallLogId17sp4 </callLogId> [1]
<callId> CallId </callId> [1]
<subscriberType> EnhancedCallLogsSubscriberType </subscriberType> [1]
<dialedNumber> OutgoingDNorSIPURI </dialedNumber> [0..1]
<calledNumber> OutgoingDNorSIPURI </calledNumber> [0..1]
<networkTranslatedAddress> OutgoingDNorSIPURI </networkTranslatedAddress> [0..1]
<callingAssertedNumber> OutgoingDNorSIPURI </callingAssertedNumber> [0..1]
<callingPresentationNumber> OutgoingDNorSIPURI </callingPresentationNumber> [0..1]
<callingPresentationNumberSource> CallingPresentationNumberSource </callingPresentationNumberSource> [0..1]
<callingPresentationName> CallLogsEntryName17sp4 </callingPresentationName> [0..1]
<callingPresentationIndicator> PresentationIndicator </callingPresentationIndicator> [1]
<callingGroupId> GroupId </callingGroupId> [0..1]
<calledDirectoryName> CallLogsEntryName </calledDirectoryName> [0..1]
<calledGroupId> GroupId </calledGroupId> [0..1]
<connectedNumber> OutgoingDNorSIPURI </connectedNumber> [0..1]
<connectedNumberSource> ConnectedNumberSource </connectedNumberSource> [0..1]
<connectedName> CallLogsEntryName17sp4 </connectedName> [0..1]
<connectedPresentationIndicator> PresentationIndicator </connectedPresentationIndicator> [0..1]
<typeOfNetwork> NetworkType </typeOfNetwork> [0..1]
<callCategory> CallCategory </callCategory> [0..1]
<basicCallType> BasicCallType </basicCallType> [1]
<configurableCallType> CommunicationBarringCallType </configurableCallType> [0..1]
<alternateCallIndicator> CommunicationBarringAlternateCallIndicator </alternateCallIndicator> [0..1]
<virtualOnNetCallType> VirtualOnNetCallTypeName </virtualOnNetCallType> [0..1]
<time> xs:dateTime </time> [1]
<startTime> xs:long </startTime> [1]
<answerTime> xs:long </answerTime> [0..1]
<releaseTime> xs:long </releaseTime> [0..1]
<detachedTime> xs:long </detachedTime> [0..1]
<detachedAnswerTime> xs:long </detachedAnswerTime> [0..1]
<outgoingDnis> EnhancedCallLogsOutgoingDnis </outgoingDnis> [0..1]
<serviceInvocationDisposition> ServiceInvocationDisposition </serviceInvocationDisposition> [0..1]
<serviceInvocationDialedNumber> OutgoingDNorSIPURI </serviceInvocationDialedNumber> [0..1]
<serviceInvocationCalledNumber> OutgoingDNorSIPURI </serviceInvocationCalledNumber> [0..1]
<serviceInvocationNetworkTranslatedAddress> OutgoingDNorSIPURI </serviceInvocationNetworkTranslatedAddress> [0..1]
<serviceInvocationTypeOfNetwork> NetworkType </serviceInvocationTypeOfNetwork> [0..1]
<serviceInvocationCallCategory> CallCategory </serviceInvocationCallCategory> [0..1]
<serviceInvocationBasicCallType> BasicCallType </serviceInvocationBasicCallType> [0..1]
<serviceInvocationConfigurableCallType> CommunicationBarringCallType </serviceInvocationConfigurableCallType> [0..1]
<serviceInvocationAlternateCallIndicator> CommunicationBarringAlternateCallIndicator </serviceInvocationAlternateCallIndicator> [0..1]
<serviceInvocationVirtualOnNetCallType> VirtualOnNetCallTypeName </serviceInvocationVirtualOnNetCallType> [0..1]
<serviceInvocationCalledDirectoryName> CallLogsEntryName </serviceInvocationCalledDirectoryName> [0..1]
<serviceInvocationCalledGroupId> GroupId </serviceInvocationCalledGroupId> [0..1]
<redirectingNumber> OutgoingDNorSIPURI </redirectingNumber> [0..1]
<redirectingName> CallLogsEntryName17sp4 </redirectingName> [0..1]
<redirectingPresentationIndicator> RedirectingPresentationIndicator </redirectingPresentationIndicator> [0..1]
<RedirectingReason> RedirectingReason </RedirectingReason> [0..1]
<accountAuthorizationCode> OutgoingCallingPlanAuthorizationCode </accountAuthorizationCode> [0..1]
<userGroupId> GroupId </userGroupId> [0..1]
<userId> UserId </userId> [0..1]
<userPrimaryDn> DN </userPrimaryDn> [0..1]
<userPrimaryExtension> Extension17 </userPrimaryExtension> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ExtendedMixedCallLogsEntry">
<xs:sequence>
<xs:element name="callLogType" type=" CallLogsType "/>
<xs:element name="countryCode" type=" CountryCode "/>
<xs:element name="callLogId" type=" CallLogId17sp4 "/>
<xs:element name="callId" type=" CallId "/>
<xs:element name="subscriberType" type=" EnhancedCallLogsSubscriberType "/>
<xs:element name="dialedNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="calledNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="networkTranslatedAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="callingAssertedNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="callingPresentationNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="callingPresentationNumberSource" type=" CallingPresentationNumberSource " minOccurs="0"/>
<xs:element name="callingPresentationName" type=" CallLogsEntryName17sp4 " minOccurs="0"/>
<xs:element name="callingPresentationIndicator" type=" PresentationIndicator "/>
<xs:element name="callingGroupId" type=" GroupId " minOccurs="0"/>
<xs:element name="calledDirectoryName" type=" CallLogsEntryName " minOccurs="0"/>
<xs:element name="calledGroupId" type=" GroupId " minOccurs="0"/>
<xs:element name="connectedNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="connectedNumberSource" type=" ConnectedNumberSource " minOccurs="0"/>
<xs:element name="connectedName" type=" CallLogsEntryName17sp4 " minOccurs="0"/>
<xs:element name="connectedPresentationIndicator" type=" PresentationIndicator " minOccurs="0"/>
<xs:element name="typeOfNetwork" type=" NetworkType " minOccurs="0"/>
<xs:element name="callCategory" type=" CallCategory " minOccurs="0"/>
<xs:element name="basicCallType" type=" BasicCallType "/>
<xs:element name="configurableCallType" type=" CommunicationBarringCallType " minOccurs="0"/>
<xs:element name="alternateCallIndicator" type=" CommunicationBarringAlternateCallIndicator " minOccurs="0"/>
<xs:element name="virtualOnNetCallType" type=" VirtualOnNetCallTypeName " minOccurs="0"/>
<xs:element name="time" type=" xs:dateTime "/>
<xs:element name="startTime" type=" xs:long "/>
<xs:element name="answerTime" type=" xs:long " minOccurs="0"/>
<xs:element name="releaseTime" type=" xs:long " minOccurs="0"/>
<xs:element name="detachedTime" type=" xs:long " minOccurs="0"/>
<xs:element name="detachedAnswerTime" type=" xs:long " minOccurs="0"/>
<xs:element name="outgoingDnis" type=" EnhancedCallLogsOutgoingDnis " minOccurs="0"/>
<xs:element name="serviceInvocationDisposition" type=" ServiceInvocationDisposition " minOccurs="0"/>
<xs:element name="serviceInvocationDialedNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="serviceInvocationCalledNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="serviceInvocationNetworkTranslatedAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="serviceInvocationTypeOfNetwork" type=" NetworkType " minOccurs="0"/>
<xs:element name="serviceInvocationCallCategory" type=" CallCategory " minOccurs="0"/>
<xs:element name="serviceInvocationBasicCallType" type=" BasicCallType " minOccurs="0"/>
<xs:element name="serviceInvocationConfigurableCallType" type=" CommunicationBarringCallType " minOccurs="0"/>
<xs:element name="serviceInvocationAlternateCallIndicator" type=" CommunicationBarringAlternateCallIndicator " minOccurs="0"/>
<xs:element name="serviceInvocationVirtualOnNetCallType" type=" VirtualOnNetCallTypeName " minOccurs="0"/>
<xs:element name="serviceInvocationCalledDirectoryName" type=" CallLogsEntryName " minOccurs="0"/>
<xs:element name="serviceInvocationCalledGroupId" type=" GroupId " minOccurs="0"/>
<xs:element name="redirectingNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="redirectingName" type=" CallLogsEntryName17sp4 " minOccurs="0"/>
<xs:element name="redirectingPresentationIndicator" type=" RedirectingPresentationIndicator " minOccurs="0"/>
<xs:element name="RedirectingReason" type=" RedirectingReason " minOccurs="0"/>
<xs:element name="accountAuthorizationCode" type=" OutgoingCallingPlanAuthorizationCode " minOccurs="0"/>
<xs:element name="userGroupId" type=" GroupId " minOccurs="0"/>
<xs:element name="userId" type=" UserId " minOccurs="0"/>
<xs:element name="userPrimaryDn" type=" DN " minOccurs="0"/>
<xs:element name="userPrimaryExtension" type=" Extension17 " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ExtendedMixedCallLogsEntry17sp4

Parent type: None
Sub-types: None
Name ExtendedMixedCallLogsEntry17sp4
Abstract no
Documentation Extended Call Log entry describing a placed, received, or missed call. "countryCode" is the user's country code The following time elements are represented as timestamp, i.e., the number of milliseconds since January 1, 1970, 00:00:00 GMT. "startTime" represents the time when the system sends out a call invitation message (e.g. for placed calls) or receives a call invitation message (e.g. for missed/received calls). "answerTime" represents the time when the call is answered by the terminating party. "detachedTime" represents the time when the call is successfully redirected by the system. "releaseTime" represents the time when the call is released. This time corresponds to the moment the call is released by the system, and not necessarily when one party hangs up, since this does not always mean the call is released (e.g. Emergency/911 calls). The elements "userGroupId", "userId","userPrimaryDn" and "userPrimaryExtension" are only returned when the enterprise or group level requests are used. The following elements are only used in AS data mode: callAuthorizationCode
XML Instance Representation
<...>
<callLogType> CallLogsType </callLogType> [1]
<countryCode> CountryCode </countryCode> [1]
<callLogId> CallLogId17sp4 </callLogId> [1]
<callId> CallId </callId> [1]
<subscriberType> EnhancedCallLogsSubscriberType </subscriberType> [1]
<dialedNumber> OutgoingDNorSIPURI </dialedNumber> [0..1]
<calledNumber> OutgoingDNorSIPURI </calledNumber> [0..1]
<networkTranslatedAddress> OutgoingDNorSIPURI </networkTranslatedAddress> [0..1]
<callingAssertedNumber> OutgoingDNorSIPURI </callingAssertedNumber> [0..1]
<callingPresentationNumber> OutgoingDNorSIPURI </callingPresentationNumber> [0..1]
<callingPresentationNumberSource> CallingPresentationNumberSource </callingPresentationNumberSource> [0..1]
<callingPresentationName> CallLogsEntryName17sp4 </callingPresentationName> [0..1]
<callingPresentationIndicator> PresentationIndicator </callingPresentationIndicator> [1]
<callingGroupId> GroupId </callingGroupId> [0..1]
<calledDirectoryName> CallLogsEntryName </calledDirectoryName> [0..1]
<calledGroupId> GroupId </calledGroupId> [0..1]
<connectedNumber> OutgoingDNorSIPURI </connectedNumber> [0..1]
<connectedNumberSource> ConnectedNumberSource </connectedNumberSource> [0..1]
<connectedName> CallLogsEntryName17sp4 </connectedName> [0..1]
<connectedPresentationIndicator> PresentationIndicator </connectedPresentationIndicator> [0..1]
<typeOfNetwork> NetworkType </typeOfNetwork> [0..1]
<callCategory> CallCategory </callCategory> [0..1]
<basicCallType> BasicCallType </basicCallType> [1]
<configurableCallType> CommunicationBarringCallType </configurableCallType> [0..1]
<alternateCallIndicator> CommunicationBarringAlternateCallIndicator </alternateCallIndicator> [0..1]
<virtualOnNetCallType> VirtualOnNetCallTypeName </virtualOnNetCallType> [0..1]
<time> xs:dateTime </time> [1]
<startTime> xs:long </startTime> [1]
<answerTime> xs:long </answerTime> [0..1]
<releaseTime> xs:long </releaseTime> [0..1]
<detachedTime> xs:long </detachedTime> [0..1]
<detachedAnswerTime> xs:long </detachedAnswerTime> [0..1]
<outgoingDnis> EnhancedCallLogsOutgoingDnis </outgoingDnis> [0..1]
<serviceInvocationDisposition> ServiceInvocationDisposition </serviceInvocationDisposition> [0..1]
<serviceInvocationDialedNumber> OutgoingDNorSIPURI </serviceInvocationDialedNumber> [0..1]
<serviceInvocationCalledNumber> OutgoingDNorSIPURI </serviceInvocationCalledNumber> [0..1]
<serviceInvocationNetworkTranslatedAddress> OutgoingDNorSIPURI </serviceInvocationNetworkTranslatedAddress> [0..1]
<serviceInvocationTypeOfNetwork> NetworkType </serviceInvocationTypeOfNetwork> [0..1]
<serviceInvocationCallCategory> CallCategory </serviceInvocationCallCategory> [0..1]
<serviceInvocationBasicCallType> BasicCallType </serviceInvocationBasicCallType> [0..1]
<serviceInvocationConfigurableCallType> CommunicationBarringCallType </serviceInvocationConfigurableCallType> [0..1]
<serviceInvocationAlternateCallIndicator> CommunicationBarringAlternateCallIndicator </serviceInvocationAlternateCallIndicator> [0..1]
<serviceInvocationVirtualOnNetCallType> VirtualOnNetCallTypeName </serviceInvocationVirtualOnNetCallType> [0..1]
<serviceInvocationCalledDirectoryName> CallLogsEntryName </serviceInvocationCalledDirectoryName> [0..1]
<serviceInvocationCalledGroupId> GroupId </serviceInvocationCalledGroupId> [0..1]
<redirectingNumber> OutgoingDNorSIPURI </redirectingNumber> [0..1]
<redirectingName> CallLogsEntryName17sp4 </redirectingName> [0..1]
<redirectingPresentationIndicator> RedirectingPresentationIndicator </redirectingPresentationIndicator> [0..1]
<RedirectingReason> RedirectingReason </RedirectingReason> [0..1]
<accountAuthorizationCode> OutgoingCallingPlanAuthorizationCode </accountAuthorizationCode> [0..1]
<callAuthorizationCode> OutgoingCallingPlanAuthorizationCode </callAuthorizationCode> [0..1]
<userGroupId> GroupId </userGroupId> [0..1]
<userId> UserId </userId> [0..1]
<userPrimaryDn> DN </userPrimaryDn> [0..1]
<userPrimaryExtension> Extension17 </userPrimaryExtension> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ExtendedMixedCallLogsEntry17sp4">
<xs:sequence>
<xs:element name="callLogType" type=" CallLogsType "/>
<xs:element name="countryCode" type=" CountryCode "/>
<xs:element name="callLogId" type=" CallLogId17sp4 "/>
<xs:element name="callId" type=" CallId "/>
<xs:element name="subscriberType" type=" EnhancedCallLogsSubscriberType "/>
<xs:element name="dialedNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="calledNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="networkTranslatedAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="callingAssertedNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="callingPresentationNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="callingPresentationNumberSource" type=" CallingPresentationNumberSource " minOccurs="0"/>
<xs:element name="callingPresentationName" type=" CallLogsEntryName17sp4 " minOccurs="0"/>
<xs:element name="callingPresentationIndicator" type=" PresentationIndicator "/>
<xs:element name="callingGroupId" type=" GroupId " minOccurs="0"/>
<xs:element name="calledDirectoryName" type=" CallLogsEntryName " minOccurs="0"/>
<xs:element name="calledGroupId" type=" GroupId " minOccurs="0"/>
<xs:element name="connectedNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="connectedNumberSource" type=" ConnectedNumberSource " minOccurs="0"/>
<xs:element name="connectedName" type=" CallLogsEntryName17sp4 " minOccurs="0"/>
<xs:element name="connectedPresentationIndicator" type=" PresentationIndicator " minOccurs="0"/>
<xs:element name="typeOfNetwork" type=" NetworkType " minOccurs="0"/>
<xs:element name="callCategory" type=" CallCategory " minOccurs="0"/>
<xs:element name="basicCallType" type=" BasicCallType "/>
<xs:element name="configurableCallType" type=" CommunicationBarringCallType " minOccurs="0"/>
<xs:element name="alternateCallIndicator" type=" CommunicationBarringAlternateCallIndicator " minOccurs="0"/>
<xs:element name="virtualOnNetCallType" type=" VirtualOnNetCallTypeName " minOccurs="0"/>
<xs:element name="time" type=" xs:dateTime "/>
<xs:element name="startTime" type=" xs:long "/>
<xs:element name="answerTime" type=" xs:long " minOccurs="0"/>
<xs:element name="releaseTime" type=" xs:long " minOccurs="0"/>
<xs:element name="detachedTime" type=" xs:long " minOccurs="0"/>
<xs:element name="detachedAnswerTime" type=" xs:long " minOccurs="0"/>
<xs:element name="outgoingDnis" type=" EnhancedCallLogsOutgoingDnis " minOccurs="0"/>
<xs:element name="serviceInvocationDisposition" type=" ServiceInvocationDisposition " minOccurs="0"/>
<xs:element name="serviceInvocationDialedNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="serviceInvocationCalledNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="serviceInvocationNetworkTranslatedAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="serviceInvocationTypeOfNetwork" type=" NetworkType " minOccurs="0"/>
<xs:element name="serviceInvocationCallCategory" type=" CallCategory " minOccurs="0"/>
<xs:element name="serviceInvocationBasicCallType" type=" BasicCallType " minOccurs="0"/>
<xs:element name="serviceInvocationConfigurableCallType" type=" CommunicationBarringCallType " minOccurs="0"/>
<xs:element name="serviceInvocationAlternateCallIndicator" type=" CommunicationBarringAlternateCallIndicator " minOccurs="0"/>
<xs:element name="serviceInvocationVirtualOnNetCallType" type=" VirtualOnNetCallTypeName " minOccurs="0"/>
<xs:element name="serviceInvocationCalledDirectoryName" type=" CallLogsEntryName " minOccurs="0"/>
<xs:element name="serviceInvocationCalledGroupId" type=" GroupId " minOccurs="0"/>
<xs:element name="redirectingNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="redirectingName" type=" CallLogsEntryName17sp4 " minOccurs="0"/>
<xs:element name="redirectingPresentationIndicator" type=" RedirectingPresentationIndicator " minOccurs="0"/>
<xs:element name="RedirectingReason" type=" RedirectingReason " minOccurs="0"/>
<xs:element name="accountAuthorizationCode" type=" OutgoingCallingPlanAuthorizationCode " minOccurs="0"/>
<xs:element name="callAuthorizationCode" type=" OutgoingCallingPlanAuthorizationCode " minOccurs="0"/>
<xs:element name="userGroupId" type=" GroupId " minOccurs="0"/>
<xs:element name="userId" type=" UserId " minOccurs="0"/>
<xs:element name="userPrimaryDn" type=" DN " minOccurs="0"/>
<xs:element name="userPrimaryExtension" type=" Extension17 " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: GroupAccessDeviceFileGetRequest16sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAccessDeviceFileGetRequest16sp1
Abstract no
Documentation Request to get a group device profile file. The response is either GroupAccessDeviceFileGetResponse16sp1 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]
<deviceName> AccessDeviceName </deviceName> [1]
<fileFormat> DeviceManagementFileFormat </fileFormat> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupAccessDeviceFileGetRequest16sp1">
<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:element name="fileFormat" type=" DeviceManagementFileFormat "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAccessDeviceFileGetResponse16sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupAccessDeviceFileGetResponse16sp1
Abstract no
Documentation Response to GroupAccessDeviceFileGetRequest16sp1.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<fileSource> AccessDeviceEnhancedConfigurationMode </fileSource> [1]
<configurationFileName> AccessDeviceEnhancedConfigurationFileName </configurationFileName> [0..1]
<accessUrl> URL </accessUrl> [1]
<repositoryUrl> URL </repositoryUrl> [0..1]
<templateUrl> URL </templateUrl> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupAccessDeviceFileGetResponse16sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="fileSource" type=" AccessDeviceEnhancedConfigurationMode "/>
<xs:element name="configurationFileName" type=" AccessDeviceEnhancedConfigurationFileName " 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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAdminGetPolicyRequest18

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAdminGetPolicyRequest18
Abstract no
Documentation Requests the Group administrator's policy settings. The response is either GroupAdminGetPolicyResponse18 or ErrorResponse.
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="GroupAdminGetPolicyRequest18">
<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: GroupAdminGetPolicyRequest19sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAdminGetPolicyRequest19sp1
Abstract no
Documentation Requests the Group administrator's policy settings. The response is either GroupAdminGetPolicyResponse19sp1 or ErrorResponse.
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="GroupAdminGetPolicyRequest19sp1">
<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: GroupAdminGetPolicyResponse18

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupAdminGetPolicyResponse18
Abstract no
Documentation Response to GroupAdminGetPolicyRequest18. Contains the policy settings for the group administrator. The following elements are only used in AS data mode: dialableCallerIDAccess
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<profileAccess> GroupAdminProfileAccess </profileAccess> [1]
<userAccess> GroupAdminUserAccess </userAccess> [1]
<adminAccess> GroupAdminAdminAccess </adminAccess> [1]
<departmentAccess> GroupAdminDepartmentAccess </departmentAccess> [1]
<accessDeviceAccess> GroupAdminAccessDeviceAccess </accessDeviceAccess> [1]
<enhancedServiceInstanceAccess> GroupAdminEnhancedServiceInstanceAccess </enhancedServiceInstanceAccess> [1]
<featureAccessCodeAccess> GroupAdminFeatureAccessCodeAccess </featureAccessCodeAccess> [1]
<phoneNumberExtensionAccess> GroupAdminPhoneNumberExtensionAccess </phoneNumberExtensionAccess> [1]
<callingLineIdNumberAccess> GroupAdminCallingLineIdNumberAccess </callingLineIdNumberAccess> [1]
<serviceAccess> GroupAdminServiceAccess </serviceAccess> [1]
<trunkGroupAccess> GroupAdminTrunkGroupAccess </trunkGroupAccess> [1]
<sessionAdmissionControlAccess> GroupAdminSessionAdmissionControlAccess </sessionAdmissionControlAccess> [1]
<officeZoneAccess> GroupAdminOfficeZoneAccess </officeZoneAccess> [1]
<numberActivationAccess> GroupAdminNumberActivationAccess </numberActivationAccess> [1]
<dialableCallerIDAccess> GroupAdminDialableCallerIDAccess </dialableCallerIDAccess> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupAdminGetPolicyResponse18">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="profileAccess" type=" GroupAdminProfileAccess "/>
<xs:element name="userAccess" type=" GroupAdminUserAccess "/>
<xs:element name="adminAccess" type=" GroupAdminAdminAccess "/>
<xs:element name="departmentAccess" type=" GroupAdminDepartmentAccess "/>
<xs:element name="accessDeviceAccess" type=" GroupAdminAccessDeviceAccess "/>
<xs:element name="enhancedServiceInstanceAccess" type=" GroupAdminEnhancedServiceInstanceAccess "/>
<xs:element name="featureAccessCodeAccess" type=" GroupAdminFeatureAccessCodeAccess "/>
<xs:element name="phoneNumberExtensionAccess" type=" GroupAdminPhoneNumberExtensionAccess "/>
<xs:element name="callingLineIdNumberAccess" type=" GroupAdminCallingLineIdNumberAccess "/>
<xs:element name="serviceAccess" type=" GroupAdminServiceAccess "/>
<xs:element name="trunkGroupAccess" type=" GroupAdminTrunkGroupAccess "/>
<xs:element name="sessionAdmissionControlAccess" type=" GroupAdminSessionAdmissionControlAccess "/>
<xs:element name="officeZoneAccess" type=" GroupAdminOfficeZoneAccess "/>
<xs:element name="numberActivationAccess" type=" GroupAdminNumberActivationAccess "/>
<xs:element name="dialableCallerIDAccess" type=" GroupAdminDialableCallerIDAccess "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAdminGetPolicyResponse19sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupAdminGetPolicyResponse19sp1
Abstract no
Documentation Response to GroupAdminGetPolicyRequest19sp1. Contains the policy settings for the group administrator. The following elements are only used in AS data mode: dialableCallerIDAccess communicationBarringUserProfileAccess (This element will not be returned in the response for Service Provider group administrators)
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<profileAccess> GroupAdminProfileAccess </profileAccess> [1]
<userAccess> GroupAdminUserAccess </userAccess> [1]
<adminAccess> GroupAdminAdminAccess </adminAccess> [1]
<departmentAccess> GroupAdminDepartmentAccess </departmentAccess> [1]
<accessDeviceAccess> GroupAdminAccessDeviceAccess </accessDeviceAccess> [1]
<enhancedServiceInstanceAccess> GroupAdminEnhancedServiceInstanceAccess </enhancedServiceInstanceAccess> [1]
<featureAccessCodeAccess> GroupAdminFeatureAccessCodeAccess </featureAccessCodeAccess> [1]
<phoneNumberExtensionAccess> GroupAdminPhoneNumberExtensionAccess </phoneNumberExtensionAccess> [1]
<callingLineIdNumberAccess> GroupAdminCallingLineIdNumberAccess </callingLineIdNumberAccess> [1]
<serviceAccess> GroupAdminServiceAccess </serviceAccess> [1]
<trunkGroupAccess> GroupAdminTrunkGroupAccess </trunkGroupAccess> [1]
<sessionAdmissionControlAccess> GroupAdminSessionAdmissionControlAccess </sessionAdmissionControlAccess> [1]
<officeZoneAccess> GroupAdminOfficeZoneAccess </officeZoneAccess> [1]
<numberActivationAccess> GroupAdminNumberActivationAccess </numberActivationAccess> [1]
<dialableCallerIDAccess> GroupAdminDialableCallerIDAccess </dialableCallerIDAccess> [1]
<communicationBarringUserProfileAccess> GroupAdminCommunicationBarringUserProfileAccess </communicationBarringUserProfileAccess> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupAdminGetPolicyResponse19sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="profileAccess" type=" GroupAdminProfileAccess "/>
<xs:element name="userAccess" type=" GroupAdminUserAccess "/>
<xs:element name="adminAccess" type=" GroupAdminAdminAccess "/>
<xs:element name="departmentAccess" type=" GroupAdminDepartmentAccess "/>
<xs:element name="accessDeviceAccess" type=" GroupAdminAccessDeviceAccess "/>
<xs:element name="enhancedServiceInstanceAccess" type=" GroupAdminEnhancedServiceInstanceAccess "/>
<xs:element name="featureAccessCodeAccess" type=" GroupAdminFeatureAccessCodeAccess "/>
<xs:element name="phoneNumberExtensionAccess" type=" GroupAdminPhoneNumberExtensionAccess "/>
<xs:element name="callingLineIdNumberAccess" type=" GroupAdminCallingLineIdNumberAccess "/>
<xs:element name="serviceAccess" type=" GroupAdminServiceAccess "/>
<xs:element name="trunkGroupAccess" type=" GroupAdminTrunkGroupAccess "/>
<xs:element name="sessionAdmissionControlAccess" type=" GroupAdminSessionAdmissionControlAccess "/>
<xs:element name="officeZoneAccess" type=" GroupAdminOfficeZoneAccess "/>
<xs:element name="numberActivationAccess" type=" GroupAdminNumberActivationAccess "/>
<xs:element name="dialableCallerIDAccess" type=" GroupAdminDialableCallerIDAccess "/>
<xs:element name="communicationBarringUserProfileAccess" type=" GroupAdminCommunicationBarringUserProfileAccess " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAutoAttendantAddInstanceRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAutoAttendantAddInstanceRequest19
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. The following elements are only used in AS data mode: type, use AutoAttendantType.BASIC in HSS mode. holidayMenu. The following elements are only valid for Standard Auto Attendants: holidayMenu
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]
<type> AutoAttendantType </type> [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> AutoAttendantAddMenu19 </businessHoursMenu> [0..1]
<afterHoursMenu> AutoAttendantAddMenu19 </afterHoursMenu> [0..1]
<holidayMenu> AutoAttendantAddMenu19 </holidayMenu> [0..1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupAutoAttendantAddInstanceRequest19">
<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="type" type=" AutoAttendantType "/>
<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=" AutoAttendantAddMenu19 " minOccurs="0"/>
<xs:element name="afterHoursMenu" type=" AutoAttendantAddMenu19 " minOccurs="0"/>
<xs:element name="holidayMenu" type=" AutoAttendantAddMenu19 " minOccurs="0"/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAutoAttendantGetInstanceRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAutoAttendantGetInstanceRequest19
Abstract no
Documentation Request to get all the information of a Auto Attendant instance. The response is either GroupAutoAttendantGetInstanceResponse19 or ErrorResponse. Replaced by: GroupAutoAttendantGetInstanceRequest19sp1
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="GroupAutoAttendantGetInstanceRequest19">
<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: GroupAutoAttendantGetInstanceRequest19sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAutoAttendantGetInstanceRequest19sp1
Abstract no
Documentation Request to get all the information of a Auto Attendant instance. The response is either GroupAutoAttendantGetInstanceResponse19sp1 or ErrorResponse. Replaced by: GroupAutoAttendantGetInstanceRequest20
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="GroupAutoAttendantGetInstanceRequest19sp1">
<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: GroupAutoAttendantGetInstanceResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupAutoAttendantGetInstanceResponse19
Abstract no
Documentation Response to GroupAutoAttendantGetInstanceRequest19. Contains the service profile information. The following elements are only used in AS data mode: type, use AutoAttendantType.BASIC in HSS mode. holidayMenu. The following elementsare only valid for Standard Auto Attendants: holidayMenu Replaced by: GroupAutoAttendantGetInstanceResponse19sp1
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]
<type> AutoAttendantType </type> [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> AutoAttendantReadMenu19 </businessHoursMenu> [1]
<afterHoursMenu> AutoAttendantReadMenu19 </afterHoursMenu> [1]
<holidayMenu> AutoAttendantReadMenu19 </holidayMenu> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupAutoAttendantGetInstanceResponse19">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="type" type=" AutoAttendantType "/>
<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=" AutoAttendantReadMenu19 "/>
<xs:element name="afterHoursMenu" type=" AutoAttendantReadMenu19 "/>
<xs:element name="holidayMenu" type=" AutoAttendantReadMenu19 " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAutoAttendantGetInstanceResponse19sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupAutoAttendantGetInstanceResponse19sp1
Abstract no
Documentation Response to GroupAutoAttendantGetInstanceRequest19sp1. Contains the service profile information. The following elements are only used in AS data mode: type, use AutoAttendantType.BASIC in HSS mode. holidayMenu. The following elementsare only valid for Standard Auto Attendants: holidayMenu Replaced by: GroupAutoAttendantGetInstanceResponse20
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> ServiceInstanceReadProfile19sp1 </serviceInstanceProfile> [1]
<type> AutoAttendantType </type> [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> AutoAttendantReadMenu19 </businessHoursMenu> [1]
<afterHoursMenu> AutoAttendantReadMenu19 </afterHoursMenu> [1]
<holidayMenu> AutoAttendantReadMenu19 </holidayMenu> [0..1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupAutoAttendantGetInstanceResponse19sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile19sp1 "/>
<xs:element name="type" type=" AutoAttendantType "/>
<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=" AutoAttendantReadMenu19 "/>
<xs:element name="afterHoursMenu" type=" AutoAttendantReadMenu19 "/>
<xs:element name="holidayMenu" type=" AutoAttendantReadMenu19 " minOccurs="0"/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAutoAttendantModifyInstanceRequest17sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAutoAttendantModifyInstanceRequest17sp1
Abstract no
Documentation Request to modify an Auto Attendant instance. Only Group and Enterprise level schedules are accepted. The response is either SuccessResponse or ErrorResponse. The following elements are only used in AS data mode: holidayMenu. The following elementsare only valid for Standard Auto Attendants: holidayMenu
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]
<serviceInstanceProfile> ServiceInstanceModifyProfile </serviceInstanceProfile> [0..1]
<firstDigitTimeoutSeconds> FirstDigitTimoutSeconds </firstDigitTimeoutSeconds> [0..1]
<enableVideo> xs:boolean </enableVideo> [0..1]
<businessHours> TimeSchedule </businessHours> [0..1]
<holidaySchedule> HolidaySchedule </holidaySchedule> [0..1]
<extensionDialingScope> AutoAttendantDialingScope </extensionDialingScope> [0..1]
<nameDialingScope> AutoAttendantDialingScope </nameDialingScope> [0..1]
<nameDialingEntries> AutoAttendantNameDialingEntry </nameDialingEntries> [0..1]
<businessHoursMenu> AutoAttendantModifyMenu16 </businessHoursMenu> [0..1]
<afterHoursMenu> AutoAttendantModifyMenu16 </afterHoursMenu> [0..1]
<holidayMenu> AutoAttendantModifyMenu16 </holidayMenu> [0..1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupAutoAttendantModifyInstanceRequest17sp1">
<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="firstDigitTimeoutSeconds" type=" FirstDigitTimoutSeconds " minOccurs="0"/>
<xs:element name="enableVideo" type=" xs:boolean " minOccurs="0"/>
<xs:element name="businessHours" type=" TimeSchedule " nillable="true" minOccurs="0"/>
<xs:element name="holidaySchedule" type=" HolidaySchedule " nillable="true" minOccurs="0"/>
<xs:element name="extensionDialingScope" type=" AutoAttendantDialingScope " minOccurs="0"/>
<xs:element name="nameDialingScope" type=" AutoAttendantDialingScope " minOccurs="0"/>
<xs:element name="nameDialingEntries" type=" AutoAttendantNameDialingEntry " minOccurs="0"/>
<xs:element name="businessHoursMenu" type=" AutoAttendantModifyMenu16 " minOccurs="0"/>
<xs:element name="afterHoursMenu" type=" AutoAttendantModifyMenu16 " minOccurs="0"/>
<xs:element name="holidayMenu" type=" AutoAttendantModifyMenu16 " minOccurs="0"/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAutoAttendantSubmenuAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAutoAttendantSubmenuAddRequest
Abstract no
Documentation Request to add an Auto Attendant submenu instance. The response is either SuccessResponse or ErrorResponse. This request is only valid for Standard auto attendants.
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]
<submenuId> AutoAttendantSubmenuId </submenuId> [1]
<announcementSelection> AnnouncementSelection </announcementSelection> [1]
<audioFile> LabeledMediaFileResource </audioFile> [0..1]
<videoFile> LabeledMediaFileResource </videoFile> [0..1]
<enableLevelExtensionDialing> xs:boolean </enableLevelExtensionDialing> [1]
<keyConfiguration> AutoAttendantKeyConfiguration19 </keyConfiguration> [0..12]
</...>
Schema Component Representation
<xs:complexType name="GroupAutoAttendantSubmenuAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="submenuId" type=" AutoAttendantSubmenuId "/>
<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="enableLevelExtensionDialing" type=" xs:boolean "/>
<xs:element name="keyConfiguration" type=" AutoAttendantKeyConfiguration19 " minOccurs="0" maxOccurs="12"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAutoAttendantSubmenuGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAutoAttendantSubmenuGetRequest
Abstract no
Documentation Request to get an Auto Attendant submenu instance. The response is either GroupAutoAttendantSubmenuGetResponse or ErrorResponse. This request is only valid for Standard auto attendants.
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]
<submenuId> AutoAttendantSubmenuId </submenuId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupAutoAttendantSubmenuGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="submenuId" type=" AutoAttendantSubmenuId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAutoAttendantSubmenuGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupAutoAttendantSubmenuGetResponse
Abstract no
Documentation Response to GroupAutoAttendantSubmenuGetRequest. Contains AutoAttendant submenu information.
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. -->
<announcementSelection> AnnouncementSelection </announcementSelection> [1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<audioMediaType> MediaFileType </audioMediaType> [0..1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<videoMediaType> MediaFileType </videoMediaType> [0..1]
<enableLevelExtensionDialing> xs:boolean </enableLevelExtensionDialing> [1]
<keyConfiguration> AutoAttendantKeyReadConfiguration19 </keyConfiguration> [0..12]
</...>
Schema Component Representation
<xs:complexType name="GroupAutoAttendantSubmenuGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<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="enableLevelExtensionDialing" type=" xs:boolean "/>
<xs:element name="keyConfiguration" type=" AutoAttendantKeyReadConfiguration19 " minOccurs="0" maxOccurs="12"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAutoAttendantSubmenuModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAutoAttendantSubmenuModifyRequest
Abstract no
Documentation Request to modify an Auto Attendant submenu instance. The response is either SuccessResponse or ErrorResponse. This request is only valid for Standard auto attendants.
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]
<submenuId> AutoAttendantSubmenuId </submenuId> [1]
<newSubmenuId> AutoAttendantSubmenuId </newSubmenuId> [0..1]
<announcementSelection> AnnouncementSelection </announcementSelection> [0..1]
<audioFile> LabeledMediaFileResource </audioFile> [0..1]
<videoFile> LabeledMediaFileResource </videoFile> [0..1]
<enableLevelExtensionDialing> xs:boolean </enableLevelExtensionDialing> [0..1]
<keyConfiguration> AutoAttendantKeyModifyConfiguration </keyConfiguration> [0..12]
</...>
Schema Component Representation
<xs:complexType name="GroupAutoAttendantSubmenuModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="submenuId" type=" AutoAttendantSubmenuId "/>
<xs:element name="newSubmenuId" type=" AutoAttendantSubmenuId " minOccurs="0"/>
<xs:element name="announcementSelection" type=" AnnouncementSelection " minOccurs="0"/>
<xs:element name="audioFile" type=" LabeledMediaFileResource " minOccurs="0"/>
<xs:element name="videoFile" type=" LabeledMediaFileResource " minOccurs="0"/>
<xs:element name="enableLevelExtensionDialing" type=" xs:boolean " minOccurs="0"/>
<xs:element name="keyConfiguration" type=" AutoAttendantKeyModifyConfiguration " minOccurs="0" maxOccurs="12"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupBroadWorksAnywhereGetInstanceRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupBroadWorksAnywhereGetInstanceRequest17
Abstract no
Documentation Request to get all the information of a BroadWorks Anywhere instance. The response is either GroupBroadWorksAnywhereGetInstanceResponse17 or ErrorResponse. Replaced by: GroupBroadWorksAnywhereGetInstanceRequest19sp1
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="GroupBroadWorksAnywhereGetInstanceRequest17">
<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: GroupBroadWorksAnywhereGetInstanceResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupBroadWorksAnywhereGetInstanceResponse17
Abstract no
Documentation Response to GroupBroadWorksAnywhereGetInstanceRequest17. Contains the service profile information. Replaced by: GroupBroadWorksAnywhereGetInstanceResponse19sp1
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<broadWorksAnywhereScope> BroadWorksAnywhereScope </broadWorksAnywhereScope> [1]
<promptForCLID> BroadWorksAnywhereCLIDPrompt </promptForCLID> [1]
<silentPromptMode> xs:boolean </silentPromptMode> [1]
<promptForPasscode> xs:boolean </promptForPasscode> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupBroadWorksAnywhereGetInstanceResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="broadWorksAnywhereScope" type=" BroadWorksAnywhereScope "/>
<xs:element name="promptForCLID" type=" BroadWorksAnywhereCLIDPrompt "/>
<xs:element name="silentPromptMode" type=" xs:boolean "/>
<xs:element name="promptForPasscode" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupBroadWorksMobilityGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupBroadWorksMobilityGetRequest
Abstract no
Documentation Get the groups BroadWorks Mobility settings. The response is either a GroupBroadWorksMobilityGetResponse 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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupBroadWorksMobilityGetRequest">
<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: GroupBroadWorksMobilityGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupBroadWorksMobilityGetResponse
Abstract no
Documentation The response to a GroupBroadWorksMobilityGetRequest.
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. -->
<useSettingLevel> BroadWorksMobilityGroupSettingLevel </useSettingLevel> [1]
<enableLocationServices> xs:boolean </enableLocationServices> [1]
<enableMSRNLookup> xs:boolean </enableMSRNLookup> [1]
<enableMobileStateChecking> xs:boolean </enableMobileStateChecking> [1]
<denyCallOriginations> xs:boolean </denyCallOriginations> [1]
<denyCallTerminations> xs:boolean </denyCallTerminations> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupBroadWorksMobilityGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useSettingLevel" type=" BroadWorksMobilityGroupSettingLevel "/>
<xs:element name="enableLocationServices" type=" xs:boolean "/>
<xs:element name="enableMSRNLookup" type=" xs:boolean "/>
<xs:element name="enableMobileStateChecking" type=" xs:boolean "/>
<xs:element name="denyCallOriginations" type=" xs:boolean "/>
<xs:element name="denyCallTerminations" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterComfortMessageBypassGetRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterComfortMessageBypassGetRequest17
Abstract no
Documentation Get a call center's comfort message bypass settings. The response is either a GroupCallCenterComfortMessageBypassGetResponse17 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterComfortMessageBypassGetRequest17">
<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: GroupCallCenterComfortMessageBypassGetResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterComfortMessageBypassGetResponse17
Abstract no
Documentation Response to the GroupCallCenterComfortMessageBypassGetRequest17.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<callWaitingAgeThresholdSeconds> CallCenterComfortMessageBypassThresholdSeconds </callWaitingAgeThresholdSeconds> [1]
<playAnnouncementAfterRinging> xs:boolean </playAnnouncementAfterRinging> [1]
<ringTimeBeforePlayingAnnouncementSeconds> CallCenterRingTimeBeforePlayingComfortMessageBypassAnnouncementSeconds </ringTimeBeforePlayingAnnouncementSeconds> [1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [1]
<audioUrlList> CallCenterAnnouncementURLList </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementDescriptionList </audioFileList> [0..1]
<audioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </audioMediaTypeList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [1]
<videoUrlList> CallCenterAnnouncementURLList </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementDescriptionList </videoFileList> [0..1]
<videoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </videoMediaTypeList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterComfortMessageBypassGetResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="callWaitingAgeThresholdSeconds" type=" CallCenterComfortMessageBypassThresholdSeconds "/>
<xs:element name="playAnnouncementAfterRinging" type=" xs:boolean "/>
<xs:element name="ringTimeBeforePlayingAnnouncementSeconds" type=" CallCenterRingTimeBeforePlayingComfortMessageBypassAnnouncementSeconds "/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection "/>
<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="videoMessageSelection" type=" ExtendedFileResourceSelection "/>
<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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterComfortMessageBypassModifyRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterComfortMessageBypassModifyRequest17
Abstract no
Documentation Modify a call center's comfort message bypass settings. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<isActive> xs:boolean </isActive> [0..1]
<callWaitingAgeThresholdSeconds> CallCenterComfortMessageBypassThresholdSeconds </callWaitingAgeThresholdSeconds> [0..1]
<playAnnouncementAfterRinging> xs:boolean </playAnnouncementAfterRinging> [0..1]
<ringTimeBeforePlayingAnnouncementSeconds> CallCenterRingTimeBeforePlayingComfortMessageBypassAnnouncementSeconds </ringTimeBeforePlayingAnnouncementSeconds> [0..1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [0..1]
<audioUrlList> CallCenterAnnouncementURLListModify </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementFileListModify </audioFileList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLListModify </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementFileListModify </videoFileList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterComfortMessageBypassModifyRequest17">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="callWaitingAgeThresholdSeconds" type=" CallCenterComfortMessageBypassThresholdSeconds " minOccurs="0"/>
<xs:element name="playAnnouncementAfterRinging" type=" xs:boolean " minOccurs="0"/>
<xs:element name="ringTimeBeforePlayingAnnouncementSeconds" type=" CallCenterRingTimeBeforePlayingComfortMessageBypassAnnouncementSeconds " minOccurs="0"/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="audioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterForcedForwardingGetRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterForcedForwardingGetRequest17
Abstract no
Documentation Get a call center's forced forwarding settings. The response is either a GroupCallCenterForcedForwardingGetResponse17 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterForcedForwardingGetRequest17">
<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: GroupCallCenterForcedForwardingGetResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterForcedForwardingGetResponse17
Abstract no
Documentation Response to the GroupCallCenterForcedForwardingGetRequest17.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<forwardToPhoneNumber> OutgoingDNorSIPURI </forwardToPhoneNumber> [0..1]
<allowEnableViaFAC> xs:boolean </allowEnableViaFAC> [1]
<playAnnouncementBeforeForwarding> xs:boolean </playAnnouncementBeforeForwarding> [1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [1]
<audioUrlList> CallCenterAnnouncementURLList </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementDescriptionList </audioFileList> [0..1]
<audioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </audioMediaTypeList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [1]
<videoUrlList> CallCenterAnnouncementURLList </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementDescriptionList </videoFileList> [0..1]
<videoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </videoMediaTypeList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterForcedForwardingGetResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="forwardToPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="allowEnableViaFAC" type=" xs:boolean "/>
<xs:element name="playAnnouncementBeforeForwarding" type=" xs:boolean "/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection "/>
<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="videoMessageSelection" type=" ExtendedFileResourceSelection "/>
<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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetAnnouncementRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetAnnouncementRequest19
Abstract no
Documentation Get a call center's announcement settings. The response is either a GroupCallCenterGetAnnouncementResponse19 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterGetAnnouncementRequest19">
<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: GroupCallCenterGetAnnouncementResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetAnnouncementResponse19
Abstract no
Documentation Response to the GroupCallCenterGetAnnouncementRequest19.
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> CallCenterMediaOnHoldSourceRead19 </mediaOnHoldSource> [1]
<mediaOnHoldUseAlternateSourceForInternalCalls> xs:boolean </mediaOnHoldUseAlternateSourceForInternalCalls> [0..1]
<mediaOnHoldInternalSource> CallCenterMediaOnHoldSourceRead19 </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="GroupCallCenterGetAnnouncementResponse19">
<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=" CallCenterMediaOnHoldSourceRead19 "/>
<xs:element name="mediaOnHoldUseAlternateSourceForInternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mediaOnHoldInternalSource" type=" CallCenterMediaOnHoldSourceRead19 " 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: GroupCallCenterGetDNISAnnouncementRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetDNISAnnouncementRequest19
Abstract no
Documentation Get a call center's DNIS Announcements The response is either a GroupCallCenterGetDNISAnnouncementRequest19 or an ErrorResponse.
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="GroupCallCenterGetDNISAnnouncementRequest19">
<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: GroupCallCenterGetDNISAnnouncementResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetDNISAnnouncementResponse19
Abstract no
Documentation Response to the GroupCallCenterGetDNISAnnouncementRequest19.
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> CallCenterMediaOnHoldSourceRead19 </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="GroupCallCenterGetDNISAnnouncementResponse19">
<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=" CallCenterMediaOnHoldSourceRead19 "/>
<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: GroupCallCenterGetInstanceRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetInstanceRequest19
Abstract no
Documentation Request to get all the information of a Call Center instance. The response is either GroupCallCenterGetInstanceResponse19 or ErrorResponse. Replaced by: GroupCallCenterGetInstanceRequest19sp1
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="GroupCallCenterGetInstanceRequest19">
<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: GroupCallCenterGetInstanceResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetInstanceResponse19
Abstract no
Documentation Response to GroupCallCenterGetInstanceRequest19. Replaced by: Response to GroupCallCenterGetInstanceRequest19sp1
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> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<type> CallCenterType </type> [1]
<routingType> CallCenterRoutingType </routingType> [0..1]
<policy> HuntPolicy </policy> [1]
<enableVideo> xs:boolean </enableVideo> [1]
<queueLength> CallCenterQueueLength16 </queueLength> [1]
<enableReporting> xs:boolean </enableReporting> [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]
<callCenterQueueThresholdsIsActive> xs:boolean </callCenterQueueThresholdsIsActive> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterGetInstanceResponse19">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="type" type=" CallCenterType "/>
<xs:element name="routingType" type=" CallCenterRoutingType " minOccurs="0"/>
<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="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:element name="callCenterQueueThresholdsIsActive" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterHolidayServiceGetRequest17sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterHolidayServiceGetRequest17sp1
Abstract no
Documentation Get a call center's holiday service settings. The response is either a GroupCallCenterHolidayServiceGetResponse17sp1 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterHolidayServiceGetRequest17sp1">
<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: GroupCallCenterHolidayServiceGetResponse17sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterHolidayServiceGetResponse17sp1
Abstract no
Documentation Response to the GroupCallCenterHolidayServiceGetRequest17sp1.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<action> CallCenterScheduledServiceAction </action> [1]
<holidaySchedule> HolidaySchedule </holidaySchedule> [0..1]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<playAnnouncementBeforeAction> xs:boolean </playAnnouncementBeforeAction> [1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [1]
<audioUrlList> CallCenterAnnouncementURLList </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementDescriptionList </audioFileList> [0..1]
<audioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </audioMediaTypeList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [1]
<videoUrlList> CallCenterAnnouncementURLList </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementDescriptionList </videoFileList> [0..1]
<videoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </videoMediaTypeList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterHolidayServiceGetResponse17sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="action" type=" CallCenterScheduledServiceAction "/>
<xs:element name="holidaySchedule" type=" HolidaySchedule " minOccurs="0"/>
<xs:element name="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="playAnnouncementBeforeAction" type=" xs:boolean "/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection "/>
<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="videoMessageSelection" type=" ExtendedFileResourceSelection "/>
<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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterHolidayServiceModifyRequest17sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterHolidayServiceModifyRequest17sp1
Abstract no
Documentation Modify a call center's holiday service settings. Only Group and Enterprise level schedules are accepted. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<action> CallCenterScheduledServiceAction </action> [0..1]
<holidaySchedule> HolidaySchedule </holidaySchedule> [0..1]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<playAnnouncementBeforeAction> xs:boolean </playAnnouncementBeforeAction> [0..1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [0..1]
<audioUrlList> CallCenterAnnouncementURLListModify </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementFileListModify </audioFileList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLListModify </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementFileListModify </videoFileList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterHolidayServiceModifyRequest17sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="action" type=" CallCenterScheduledServiceAction " minOccurs="0"/>
<xs:element name="holidaySchedule" type=" HolidaySchedule " minOccurs="0" nillable="true"/>
<xs:element name="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0" nillable="true"/>
<xs:element name="playAnnouncementBeforeAction" type=" xs:boolean " minOccurs="0"/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="audioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterModifyAnnouncementRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterModifyAnnouncementRequest17
Abstract no
Documentation Modify a call center's announcement settings. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<playEntranceMessage> xs:boolean </playEntranceMessage> [0..1]
<mandatoryEntranceMessage> xs:boolean </mandatoryEntranceMessage> [0..1]
<entranceAudioMessageSelection> ExtendedFileResourceSelection </entranceAudioMessageSelection> [0..1]
<entranceMessageAudioUrlList> CallCenterAnnouncementURLListModify </entranceMessageAudioUrlList> [0..1]
<entranceMessageAudioFileList> CallCenterAnnouncementFileListModify </entranceMessageAudioFileList> [0..1]
<entranceVideoMessageSelection> ExtendedFileResourceSelection </entranceVideoMessageSelection> [0..1]
<entranceMessageVideoUrlList> CallCenterAnnouncementURLListModify </entranceMessageVideoUrlList> [0..1]
<entranceMessageVideoFileList> CallCenterAnnouncementFileListModify </entranceMessageVideoFileList> [0..1]
<playPeriodicComfortMessage> xs:boolean </playPeriodicComfortMessage> [0..1]
<timeBetweenComfortMessagesSeconds> CallCenterTimeBetweenComfortMessagesSeconds </timeBetweenComfortMessagesSeconds> [0..1]
<periodicComfortAudioMessageSelection> ExtendedFileResourceSelection </periodicComfortAudioMessageSelection> [0..1]
<periodicComfortMessageAudioUrlList> CallCenterAnnouncementURLListModify </periodicComfortMessageAudioUrlList> [0..1]
<periodicComfortMessageAudioFileList> CallCenterAnnouncementFileListModify </periodicComfortMessageAudioFileList> [0..1]
<periodicComfortVideoMessageSelection> ExtendedFileResourceSelection </periodicComfortVideoMessageSelection> [0..1]
<periodicComfortMessageVideoUrlList> CallCenterAnnouncementURLListModify </periodicComfortMessageVideoUrlList> [0..1]
<periodicComfortMessageVideoFileList> CallCenterAnnouncementFileListModify </periodicComfortMessageVideoFileList> [0..1]
<enableMediaOnHoldForQueuedCalls> xs:boolean </enableMediaOnHoldForQueuedCalls> [0..1]
<mediaOnHoldSource> CallCenterMediaOnHoldSourceModify17 </mediaOnHoldSource> [0..1]
<mediaOnHoldUseAlternateSourceForInternalCalls> xs:boolean </mediaOnHoldUseAlternateSourceForInternalCalls> [0..1]
<mediaOnHoldInternalSource> CallCenterMediaOnHoldSourceModify17 </mediaOnHoldInternalSource> [0..1]
<playWhisperMessage> xs:boolean </playWhisperMessage> [0..1]
<whisperAudioMessageSelection> ExtendedFileResourceSelection </whisperAudioMessageSelection> [0..1]
<whisperMessageAudioUrlList> CallCenterAnnouncementURLListModify </whisperMessageAudioUrlList> [0..1]
<whisperMessageAudioFileList> CallCenterAnnouncementFileListModify </whisperMessageAudioFileList> [0..1]
<whisperVideoMessageSelection> ExtendedFileResourceSelection </whisperVideoMessageSelection> [0..1]
<whisperMessageVideoUrlList> CallCenterAnnouncementURLListModify </whisperMessageVideoUrlList> [0..1]
<whisperMessageVideoFileList> CallCenterAnnouncementFileListModify </whisperMessageVideoFileList> [0..1]
<estimatedWaitMessageOptionsModify> EstimatedWaitMessageOptionsModify </estimatedWaitMessageOptionsModify> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterModifyAnnouncementRequest17">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="playEntranceMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mandatoryEntranceMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="entranceAudioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="entranceMessageAudioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="entranceMessageAudioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="entranceVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="entranceMessageVideoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="entranceMessageVideoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="playPeriodicComfortMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="timeBetweenComfortMessagesSeconds" type=" CallCenterTimeBetweenComfortMessagesSeconds " minOccurs="0"/>
<xs:element name="periodicComfortAudioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="periodicComfortMessageAudioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="periodicComfortMessageAudioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="periodicComfortVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="enableMediaOnHoldForQueuedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mediaOnHoldSource" type=" CallCenterMediaOnHoldSourceModify17 " minOccurs="0"/>
<xs:element name="mediaOnHoldUseAlternateSourceForInternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mediaOnHoldInternalSource" type=" CallCenterMediaOnHoldSourceModify17 " minOccurs="0"/>
<xs:element name="playWhisperMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="whisperAudioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="whisperMessageAudioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="whisperMessageAudioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="whisperVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="whisperMessageVideoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="whisperMessageVideoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="estimatedWaitMessageOptionsModify" type=" EstimatedWaitMessageOptionsModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterModifyDNISAnnouncementRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterModifyDNISAnnouncementRequest
Abstract no
Documentation Modify a call center DNIS announcement settings. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<dnisKey> DNISKey </dnisKey> [1]
<playEntranceMessage> xs:boolean </playEntranceMessage> [0..1]
<mandatoryEntranceMessage> xs:boolean </mandatoryEntranceMessage> [0..1]
<entranceAudioMessageSelection> ExtendedFileResourceSelection </entranceAudioMessageSelection> [0..1]
<entranceMessageAudioUrlList> CallCenterAnnouncementURLListModify </entranceMessageAudioUrlList> [0..1]
<entranceMessageAudioFileList> CallCenterAnnouncementFileListModify </entranceMessageAudioFileList> [0..1]
<entranceVideoMessageSelection> ExtendedFileResourceSelection </entranceVideoMessageSelection> [0..1]
<entranceMessageVideoUrlList> CallCenterAnnouncementURLListModify </entranceMessageVideoUrlList> [0..1]
<entranceMessageVideoFileList> CallCenterAnnouncementFileListModify </entranceMessageVideoFileList> [0..1]
<playPeriodicComfortMessage> xs:boolean </playPeriodicComfortMessage> [0..1]
<timeBetweenComfortMessagesSeconds> CallCenterTimeBetweenComfortMessagesSeconds </timeBetweenComfortMessagesSeconds> [0..1]
<periodicComfortAudioMessageSelection> ExtendedFileResourceSelection </periodicComfortAudioMessageSelection> [0..1]
<periodicComfortMessageAudioUrlList> CallCenterAnnouncementURLListModify </periodicComfortMessageAudioUrlList> [0..1]
<periodicComfortMessageAudioFileList> CallCenterAnnouncementFileListModify </periodicComfortMessageAudioFileList> [0..1]
<periodicComfortVideoMessageSelection> ExtendedFileResourceSelection </periodicComfortVideoMessageSelection> [0..1]
<periodicComfortMessageVideoUrlList> CallCenterAnnouncementURLListModify </periodicComfortMessageVideoUrlList> [0..1]
<periodicComfortMessageVideoFileList> CallCenterAnnouncementFileListModify </periodicComfortMessageVideoFileList> [0..1]
<enableMediaOnHoldForQueuedCalls> xs:boolean </enableMediaOnHoldForQueuedCalls> [0..1]
<mediaOnHoldSource> CallCenterMediaOnHoldSourceModify17 </mediaOnHoldSource> [0..1]
<playWhisperMessage> xs:boolean </playWhisperMessage> [0..1]
<whisperAudioMessageSelection> ExtendedFileResourceSelection </whisperAudioMessageSelection> [0..1]
<whisperMessageAudioUrlList> CallCenterAnnouncementURLListModify </whisperMessageAudioUrlList> [0..1]
<whisperMessageAudioFileList> CallCenterAnnouncementFileListModify </whisperMessageAudioFileList> [0..1]
<whisperVideoMessageSelection> ExtendedFileResourceSelection </whisperVideoMessageSelection> [0..1]
<whisperMessageVideoUrlList> CallCenterAnnouncementURLListModify </whisperMessageVideoUrlList> [0..1]
<whisperMessageVideoFileList> CallCenterAnnouncementFileListModify </whisperMessageVideoFileList> [0..1]
<estimatedWaitMessageOptionsModify> EstimatedWaitMessageOptionsModify </estimatedWaitMessageOptionsModify> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterModifyDNISAnnouncementRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="dnisKey" type=" DNISKey "/>
<xs:element name="playEntranceMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mandatoryEntranceMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="entranceAudioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="entranceMessageAudioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="entranceMessageAudioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="entranceVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="entranceMessageVideoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="entranceMessageVideoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="playPeriodicComfortMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="timeBetweenComfortMessagesSeconds" type=" CallCenterTimeBetweenComfortMessagesSeconds " minOccurs="0"/>
<xs:element name="periodicComfortAudioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="periodicComfortMessageAudioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="periodicComfortMessageAudioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="periodicComfortVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="enableMediaOnHoldForQueuedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mediaOnHoldSource" type=" CallCenterMediaOnHoldSourceModify17 " minOccurs="0"/>
<xs:element name="playWhisperMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="whisperAudioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="whisperMessageAudioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="whisperMessageAudioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="whisperVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="whisperMessageVideoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="whisperMessageVideoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="estimatedWaitMessageOptionsModify" type=" EstimatedWaitMessageOptionsModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterOverflowGetRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterOverflowGetRequest17
Abstract no
Documentation Get a call center's overflow settings. The response is either a GroupCallCenterOverflowGetResponse17 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterOverflowGetRequest17">
<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: GroupCallCenterOverflowGetResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterOverflowGetResponse17
Abstract no
Documentation Response to the GroupCallCenterOverflowGetRequest17 .
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<action> CallCenterOverflowProcessingAction </action> [1]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<overflowAfterTimeout> xs:boolean </overflowAfterTimeout> [1]
<timeoutSeconds> HuntForwardTimeoutSeconds </timeoutSeconds> [1]
<playAnnouncementBeforeOverflowProcessing> xs:boolean </playAnnouncementBeforeOverflowProcessing> [1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [1]
<audioUrlList> CallCenterAnnouncementURLList </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementDescriptionList </audioFileList> [0..1]
<audioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </audioMediaTypeList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLList </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementDescriptionList </videoFileList> [0..1]
<videoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </videoMediaTypeList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterOverflowGetResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="action" type=" CallCenterOverflowProcessingAction "/>
<xs:element name="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="overflowAfterTimeout" type=" xs:boolean "/>
<xs:element name="timeoutSeconds" type=" HuntForwardTimeoutSeconds "/>
<xs:element name="playAnnouncementBeforeOverflowProcessing" type=" xs:boolean "/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection "/>
<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="videoMessageSelection" type=" ExtendedFileResourceSelection " 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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterOverflowModifyRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterOverflowModifyRequest17
Abstract no
Documentation Modify a call center's overflow settings. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<action> CallCenterOverflowProcessingAction </action> [0..1]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<overflowAfterTimeout> xs:boolean </overflowAfterTimeout> [0..1]
<timeoutSeconds> HuntForwardTimeoutSeconds </timeoutSeconds> [0..1]
<playAnnouncementBeforeOverflowProcessing> xs:boolean </playAnnouncementBeforeOverflowProcessing> [0..1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [0..1]
<audioUrlList> CallCenterAnnouncementURLListModify </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementFileListModify </audioFileList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLListModify </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementFileListModify </videoFileList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterOverflowModifyRequest17">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="action" type=" CallCenterOverflowProcessingAction " minOccurs="0"/>
<xs:element name="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0" nillable="true"/>
<xs:element name="overflowAfterTimeout" type=" xs:boolean " minOccurs="0"/>
<xs:element name="timeoutSeconds" type=" HuntForwardTimeoutSeconds " minOccurs="0"/>
<xs:element name="playAnnouncementBeforeOverflowProcessing" type=" xs:boolean " minOccurs="0"/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="audioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterStrandedCallGetRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterStrandedCallGetRequest17
Abstract no
Documentation Get a call center's stranded call settings. The response is either a GroupCallCenterStrandedCallGetResponse17 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterStrandedCallGetRequest17">
<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: GroupCallCenterStrandedCallGetResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterStrandedCallGetResponse17
Abstract no
Documentation Response to the GroupCallCenterStrandedCallGetRequest17.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [0..1]
<audioUrlList> CallCenterAnnouncementURLList </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementDescriptionList </audioFileList> [0..1]
<audioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </audioMediaTypeList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLList </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementDescriptionList </videoFileList> [0..1]
<videoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </videoMediaTypeList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterStrandedCallGetResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="action" type=" CallCenterStrandedCallProcessingAction "/>
<xs:element name="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<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="videoMessageSelection" type=" ExtendedFileResourceSelection " 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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterStrandedCallModifyRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterStrandedCallModifyRequest17
Abstract no
Documentation Modify a call center's stranded call settings. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<action> CallCenterStrandedCallProcessingAction </action> [0..1]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [0..1]
<audioUrlList> CallCenterAnnouncementURLListModify </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementFileListModify </audioFileList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLListModify </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementFileListModify </videoFileList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterStrandedCallModifyRequest17">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="action" type=" CallCenterStrandedCallProcessingAction " minOccurs="0"/>
<xs:element name="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0" nillable="true"/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="audioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterStrandedCallUnavailableGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterStrandedCallUnavailableGetRequest
Abstract no
Documentation Get a call center's stranded calls - unavailable settings. The response is either a GroupCallCenterStrandedCallUnavailableGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterStrandedCallUnavailableGetRequest">
<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: GroupCallCenterStrandedCallUnavailableGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterStrandedCallUnavailableGetResponse
Abstract no
Documentation Response to the GroupCallCenterStrandedCallUnavailableGetRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<conditionPolicyOnNumberOfAgentsWithSpecifiedUnavailableCode> xs:boolean </conditionPolicyOnNumberOfAgentsWithSpecifiedUnavailableCode> [1]
<numberOfAgentsWithSpecifiedUnavailableCode> CallCenterStrandedCallUnavailableNumberOfAgents </numberOfAgentsWithSpecifiedUnavailableCode> [0..1]
<agentsUnavailableCode> CallCenterAgentUnavailableCode </agentsUnavailableCode> [0..1]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [0..1]
<audioUrlList> CallCenterAnnouncementURLList </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementDescriptionList </audioFileList> [0..1]
<audioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </audioMediaTypeList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLList </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementDescriptionList </videoFileList> [0..1]
<videoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </videoMediaTypeList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterStrandedCallUnavailableGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="conditionPolicyOnNumberOfAgentsWithSpecifiedUnavailableCode" type=" xs:boolean "/>
<xs:element name="numberOfAgentsWithSpecifiedUnavailableCode" type=" CallCenterStrandedCallUnavailableNumberOfAgents " minOccurs="0"/>
<xs:element name="agentsUnavailableCode" type=" CallCenterAgentUnavailableCode " minOccurs="0"/>
<xs:element name="action" type=" CallCenterStrandedCallUnavailableProcessingAction "/>
<xs:element name="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<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="videoMessageSelection" type=" ExtendedFileResourceSelection " 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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterStrandedCallUnavailableModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterStrandedCallUnavailableModifyRequest
Abstract no
Documentation Modify a call center's stranded calls - unavailable settings. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<conditionPolicyOnNumberOfAgentsWithSpecifiedUnavailableCode> xs:boolean </conditionPolicyOnNumberOfAgentsWithSpecifiedUnavailableCode> [0..1]
<numberOfAgentsWithSpecifiedUnavailableCode> CallCenterStrandedCallUnavailableNumberOfAgents </numberOfAgentsWithSpecifiedUnavailableCode> [0..1]
<agentsUnavailableCode> CallCenterAgentUnavailableCode </agentsUnavailableCode> [0..1]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [0..1]
<audioUrlList> CallCenterAnnouncementURLListModify </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementFileListModify </audioFileList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLListModify </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementFileListModify </videoFileList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterStrandedCallUnavailableModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="conditionPolicyOnNumberOfAgentsWithSpecifiedUnavailableCode" type=" xs:boolean " minOccurs="0"/>
<xs:element name="numberOfAgentsWithSpecifiedUnavailableCode" type=" CallCenterStrandedCallUnavailableNumberOfAgents " minOccurs="0" nillable="true"/>
<xs:element name="agentsUnavailableCode" type=" CallCenterAgentUnavailableCode " minOccurs="0" nillable="true"/>
<xs:element name="action" type=" CallCenterStrandedCallUnavailableProcessingAction " minOccurs="0"/>
<xs:element name="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0" nillable="true"/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="audioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallProcessingGetPolicyRequest18

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallProcessingGetPolicyRequest18
Abstract no
Documentation Request the group level data associated with Call Processing Policy. The response is either a GroupCallProcessingGetPolicyResponse18 or an ErrorResponse. The useGroupCLIDSetting attribute controls the CLID settings (clidPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName, allowDepartmentCLIDNameOverride) The useGroupMediaSetting attribute controls the Media settings (medisPolicySelection, supportedMediaSetName) The useGroupCallLimitsSetting attribute controls the Call Limits settings (useMaxSimultaneousCalls, maxSimultaneousCalls, useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations) The useGroupTranslationRoutingSetting attribute controls the routing and translation settings (networkUsageSelection, enforceGroupCallingLineIdentityRestriction, allowEnterpriseGroupCallTypingForPrivateDialingPlan, allowEnterpriseGroupCallTypingForPublicDialingPlan, overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan, enableEnterpriseExtensionDialing) The following elements are only used in AS data mode: useGroupDCLIDSetting enableDialableCallerID allowDepartmentCLIDNameOverride Replaced By : GroupCallProcessingGetPolicyRequest18sp1
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="GroupCallProcessingGetPolicyRequest18">
<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: GroupCallProcessingGetPolicyRequest18sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallProcessingGetPolicyRequest18sp1
Abstract no
Documentation Request the group level data associated with Call Processing Policy. The response is either a GroupCallProcessingGetPolicyResponse18sp1 or an ErrorResponse. The useGroupCLIDSetting attribute controls the CLID settings (clidPolicy,enterpriseCallsCLIDPolicy, groupCallsCLIDPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName, allowDepartmentCLIDNameOverride) The useGroupMediaSetting attribute controls the Media settings (medisPolicySelection, supportedMediaSetName) The useGroupCallLimitsSetting attribute controls the Call Limits settings (useMaxSimultaneousCalls, maxSimultaneousCalls, useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations) The useGroupTranslationRoutingSetting attribute controls the routing and translation settings (networkUsageSelection, enforceGroupCallingLineIdentityRestriction, allowEnterpriseGroupCallTypingForPrivateDialingPlan, allowEnterpriseGroupCallTypingForPublicDialingPlan, overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan, enableEnterpriseExtensionDialing) The following elements are only used in AS data mode: useGroupDCLIDSetting enableDialableCallerID allowDepartmentCLIDNameOverride enterpriseCallsCLIDPolicy groupCallsCLIDPolicy Replaced by: GroupCallProcessingGetPolicyRequest19sp1
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]
</...>
Schema Component Representation
<xs:complexType name="GroupCallProcessingGetPolicyRequest18sp1">
<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: GroupCallProcessingGetPolicyResponse18

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallProcessingGetPolicyResponse18
Abstract no
Documentation Response to GroupCallProcessingGetPolicyRequest18. The following elements are only used in AS data mode: useGroupDCLIDSetting enableDialableCallerID allowConfigurableCLIDForRedirectingIdentity allowDepartmentCLIDNameOverride
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupCLIDSetting> xs:boolean </useGroupCLIDSetting> [1]
<useGroupMediaSetting> xs:boolean </useGroupMediaSetting> [1]
<useGroupCallLimitsSetting> xs:boolean </useGroupCallLimitsSetting> [1]
<useGroupTranslationRoutingSetting> xs:boolean </useGroupTranslationRoutingSetting> [1]
<useGroupDCLIDSetting> xs:boolean </useGroupDCLIDSetting> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls </maxConcurrentRedirectedCalls> [1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth </maxFindMeFollowMeDepth> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth </maxRedirectionDepth> [1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations </maxConcurrentFindMeFollowMeInvocations> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<emergencyClidPolicy> GroupCLIDPolicy </emergencyClidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallProcessingGetPolicyResponse18">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useGroupCLIDSetting" type=" xs:boolean "/>
<xs:element name="useGroupMediaSetting" type=" xs:boolean "/>
<xs:element name="useGroupCallLimitsSetting" type=" xs:boolean "/>
<xs:element name="useGroupTranslationRoutingSetting" type=" xs:boolean "/>
<xs:element name="useGroupDCLIDSetting" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes "/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection "/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth "/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean "/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallProcessingGetPolicyResponse18sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallProcessingGetPolicyResponse18sp1
Abstract no
Documentation Response to GroupCallProcessingGetPolicyRequest18. The following elements are only used in AS data mode: useGroupDCLIDSetting enableDialableCallerID allowConfigurableCLIDForRedirectingIdentity allowDepartmentCLIDNameOverride enterpriseCallsCLIDPolicy groupCallsCLIDPolicy Replaced by: GroupCallProcessingGetPolicyResponse19sp1
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. -->
<useGroupCLIDSetting> xs:boolean </useGroupCLIDSetting> [1]
<useGroupMediaSetting> xs:boolean </useGroupMediaSetting> [1]
<useGroupCallLimitsSetting> xs:boolean </useGroupCallLimitsSetting> [1]
<useGroupTranslationRoutingSetting> xs:boolean </useGroupTranslationRoutingSetting> [1]
<useGroupDCLIDSetting> xs:boolean </useGroupDCLIDSetting> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls </maxConcurrentRedirectedCalls> [1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth </maxFindMeFollowMeDepth> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth </maxRedirectionDepth> [1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations </maxConcurrentFindMeFollowMeInvocations> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<emergencyClidPolicy> GroupCLIDPolicy </emergencyClidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<groupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </groupCallsCLIDPolicy> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallProcessingGetPolicyResponse18sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useGroupCLIDSetting" type=" xs:boolean "/>
<xs:element name="useGroupMediaSetting" type=" xs:boolean "/>
<xs:element name="useGroupCallLimitsSetting" type=" xs:boolean "/>
<xs:element name="useGroupTranslationRoutingSetting" type=" xs:boolean "/>
<xs:element name="useGroupDCLIDSetting" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes "/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection "/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth "/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean "/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="groupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCustomRingbackGroupGetRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCustomRingbackGroupGetRequest16
Abstract no
Documentation Get the group's custom ring back service settings. The response is either a GroupCustomRingbackGroupGetResponse16 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]
</...>
Schema Component Representation
<xs:complexType name="GroupCustomRingbackGroupGetRequest16">
<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: GroupCustomRingbackGroupGetResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCustomRingbackGroupGetResponse16
Abstract no
Documentation Response to the GroupCustomRingbackGroupGetRequest16.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<audioSelection> ExtendedFileResourceSelection </audioSelection> [1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<audioMediaType> MediaFileType </audioMediaType> [0..1]
<audioFileUrl> URL </audioFileUrl> [0..1]
<videoSelection> ExtendedFileResourceSelection </videoSelection> [1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<videoMediaType> MediaFileType </videoMediaType> [0..1]
<videoFileUrl> URL </videoFileUrl> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCustomRingbackGroupGetResponse16">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="audioSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="audioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="audioMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="audioFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="videoSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="videoFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="videoMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="videoFileUrl" type=" URL " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCustomRingbackGroupModifyRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCustomRingbackGroupModifyRequest16
Abstract no
Documentation Modify the group's custom ring back service settings. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<isActive> xs:boolean </isActive> [0..1]
<audioSelection> ExtendedFileResourceSelection </audioSelection> [0..1]
<audioFile> ExtendedMediaFileResource </audioFile> [0..1]
<videoSelection> ExtendedFileResourceSelection </videoSelection> [0..1]
<videoFile> ExtendedMediaFileResource </videoFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCustomRingbackGroupModifyRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="audioSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="audioFile" type=" ExtendedMediaFileResource " minOccurs="0"/>
<xs:element name="videoSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoFile" type=" ExtendedMediaFileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupDirectoryNumberHuntingGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupDirectoryNumberHuntingGetRequest
Abstract no
Documentation Request to get the properties of the DNH service for a specified serviceUserId. It gets the agents of a call center or hunt group that are members of a directory number hunting group. They are agents that are not already assigned to any other directory number hunting group. The response is either GroupDirectoryNumberHuntingGetResponse or ErrorResponse. Replaced by: GroupDirectoryNumberHuntingGetRequest17sp1
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="GroupDirectoryNumberHuntingGetRequest">
<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: GroupDirectoryNumberHuntingGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupDirectoryNumberHuntingGetResponse
Abstract no
Documentation Response to the GroupDirectoryNumberHuntingGetRequest. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address". Replaced by: GroupDirectoryNumberHuntingGetResponse17sp1
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<agentUserTable> core:OCITable </agentUserTable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupDirectoryNumberHuntingGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="agentUserTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupEnhancedCallLogsGetListRequest17sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupEnhancedCallLogsGetListRequest17sp4
Abstract no
Documentation Request users' call logs within a group If the callLogType is not specified, all types of calls logs (placed, received, missed) are returned. It is possible to restrict the number of rows returned using responsePagingControl.If responsePagingControl is not specified, the value of Enhanced Call Logs system parameter maxNonPagedResponseSize will control the maximum number of call logs can be returned. The response is either a GroupEnhancedCallLogsGetListResponse17sp4 or an ErrorResponse. The following elements are only used in AS data mode: callAuthorizationCodeFilter
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]
<callLogType> EnhancedCallLogsCallLogsRequestType </callLogType> [0..1]
Start Choice [1]
<userDnRange> DNRange </userDnRange> [0..*]
<userExtensionRange> ExtensionRange17 </userExtensionRange> [0..*]
End Choice
<dateTimeRange> EnhancedCallLogsTimeRange </dateTimeRange> [1]
<numberFilter> EnhancedCallLogsNumberFilter </numberFilter> [0..1]
<redirectedNumberFilter> EnhancedCallLogsRedirectedNumberFilter </redirectedNumberFilter> [0..1]
<accountAuthorizationCodeFilter> EnhancedCallLogsAccountAuthorizationCodeFilter </accountAuthorizationCodeFilter> [0..1]
<callAuthorizationCodeFilter> EnhancedCallLogsCallAuthorizationCodeFilter </callAuthorizationCodeFilter> [0..1]
<subscriberType> EnhancedCallLogsSubscriberType </subscriberType> [0..1]
<responsePagingControl> EnhancedCallLogsResponsePagingControl </responsePagingControl> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupEnhancedCallLogsGetListRequest17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="callLogType" type=" EnhancedCallLogsCallLogsRequestType " minOccurs="0"/>
<xs:choice>
<xs:element name="userDnRange" type=" DNRange " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="userExtensionRange" type=" ExtensionRange17 " minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
<xs:element name="dateTimeRange" type=" EnhancedCallLogsTimeRange "/>
<xs:element name="numberFilter" type=" EnhancedCallLogsNumberFilter " minOccurs="0"/>
<xs:element name="redirectedNumberFilter" type=" EnhancedCallLogsRedirectedNumberFilter " minOccurs="0"/>
<xs:element name="accountAuthorizationCodeFilter" type=" EnhancedCallLogsAccountAuthorizationCodeFilter " minOccurs="0"/>
<xs:element name="callAuthorizationCodeFilter" type=" EnhancedCallLogsCallAuthorizationCodeFilter " minOccurs="0"/>
<xs:element name="subscriberType" type=" EnhancedCallLogsSubscriberType " minOccurs="0"/>
<xs:element name="responsePagingControl" type=" EnhancedCallLogsResponsePagingControl " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupEnhancedCallLogsGetListResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupEnhancedCallLogsGetListResponse17sp4
Abstract no
Documentation Response to GroupEnhancedCallLogsGetListRequest17sp4. Total numbers of rows is: - the total number of retrievable logs of the call log type that was specified in the GroupEnhancedCallLogsGetListRequest17sp4, if a call log type was specified in the request. - the total number of retrievable logs, if no call log type was specified in the request. A list of ExtendedMixedCallLogsEntry17sp4 will be returned if the call logs are stored on DBS. Otherwise, an error response will be returned. The logs are sorted by date/time of the call.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<totalNumberOfRows> xs:int </totalNumberOfRows> [1]
<extendedCallLog> ExtendedMixedCallLogsEntry17sp4 </extendedCallLog> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupEnhancedCallLogsGetListResponse17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="totalNumberOfRows" type=" xs:int "/>
<xs:element name="extendedCallLog" type=" ExtendedMixedCallLogsEntry17sp4 " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFeatureAccessCodeGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupFeatureAccessCodeGetRequest
Abstract no
Documentation Get group FAC code level and the list of feature access codes for a group. The response is either a GroupFeatureAccessCodeGetResponse or an ErrorResponse. Returned Feature Access Codes may be group specific, or Service Provider Feature Access Codes, depending on FAC code level.
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="GroupFeatureAccessCodeGetRequest">
<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: GroupFeatureAccessCodeGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupFeatureAccessCodeGetResponse
Abstract no
Documentation Response to the GroupFeatureAccessCodeGetRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useFeatureAccessCodeLevel> GroupFeatureAccessCodeLevel </useFeatureAccessCodeLevel> [1]
<featureAccessCode> FeatureAccessCodeEntry </featureAccessCode> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupFeatureAccessCodeGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useFeatureAccessCodeLevel" type=" GroupFeatureAccessCodeLevel "/>
<xs:element name="featureAccessCode" type=" FeatureAccessCodeEntry " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFeatureAccessCodeModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupFeatureAccessCodeModifyRequest
Abstract no
Documentation Modify group FAC code level and the list of feature access codes for a group. The response is either a SuccessResponse or an ErrorResponse. Note: choice element is only valid when useFeatureAccessCodeLevel is set to "Group", otherwise an ErrorResponse will be returned.
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]
<useFeatureAccessCodeLevel> GroupFeatureAccessCodeLevel </useFeatureAccessCodeLevel> [0..1]
Start Choice [1]
<restoreDefaultCodes> true </restoreDefaultCodes> [0..1]
<featureAccessCode> FeatureAccessCodeEntry </featureAccessCode> [0..*]
End Choice
</...>
Schema Component Representation
<xs:complexType name="GroupFeatureAccessCodeModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="useFeatureAccessCodeLevel" type=" GroupFeatureAccessCodeLevel " minOccurs="0"/>
<xs:choice>
<xs:element name="restoreDefaultCodes" type=" xs:boolean " fixed="true" minOccurs="0"/>
<xs:element name="featureAccessCode" type=" FeatureAccessCodeEntry " minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFindMeFollowMeGetInstanceRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupFindMeFollowMeGetInstanceRequest
Abstract no
Documentation Request to get all the information of a Find-me/Follow-me instance. The response is either GroupFindMeFollowMeGetInstanceResponse or ErrorResponse. Replaced by: GroupFindMeFollowMeGetInstanceRequest19sp1
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="GroupFindMeFollowMeGetInstanceRequest">
<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: GroupFindMeFollowMeGetInstanceResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupFindMeFollowMeGetInstanceResponse
Abstract no
Documentation Response to GroupFindMeFollowMeGetInstanceRequest. Contains the service profile information. Replaced by: GroupFindMeFollowMeGetInstanceResponse19sp1
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile17sp4 </serviceInstanceProfile> [1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupFindMeFollowMeGetInstanceResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17sp4 "/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupGroupPagingGetInstanceRequest17sp3

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupGroupPagingGetInstanceRequest17sp3
Abstract no
Documentation Request to get all the information of a Group Paging instance. The response is either GroupGroupPagingGetInstanceResponse17sp3 or ErrorResponse. Replaced by: GroupGroupPagingGetInstanceRequest19sp1
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="GroupGroupPagingGetInstanceRequest17sp3">
<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: GroupGroupPagingGetInstanceResponse17sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupGroupPagingGetInstanceResponse17sp3
Abstract no
Documentation Response to GroupGroupPagingGetInstanceRequest17sp3. Contains the service profile information. Replaced by: GroupGroupPagingGetInstanceResponse19sp1
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> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<confirmationToneTimeoutSeconds> GroupPagingConfirmationToneTimeoutSeconds </confirmationToneTimeoutSeconds> [1]
<deliverOriginatorCLIDInstead> xs:boolean </deliverOriginatorCLIDInstead> [1]
<originatorCLIDPrefix> GroupPagingOriginatorCLIDPrefix </originatorCLIDPrefix> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupGroupPagingGetInstanceResponse17sp3">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="confirmationToneTimeoutSeconds" type=" GroupPagingConfirmationToneTimeoutSeconds "/>
<xs:element name="deliverOriginatorCLIDInstead" type=" xs:boolean "/>
<xs:element name="originatorCLIDPrefix" type=" GroupPagingOriginatorCLIDPrefix " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupHuntGroupAddInstanceRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupHuntGroupAddInstanceRequest19
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]
<allowMembersToControlGroupBusy> xs:boolean </allowMembersToControlGroupBusy> [1]
<enableGroupBusy> xs:boolean </enableGroupBusy> [1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupHuntGroupAddInstanceRequest19">
<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:element name="allowMembersToControlGroupBusy" type=" xs:boolean "/>
<xs:element name="enableGroupBusy" type=" xs:boolean "/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupHuntGroupGetInstanceRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupHuntGroupGetInstanceRequest19
Abstract no
Documentation Request to get all the information of a Hunt Group instance. The response is either GroupHuntGroupGetInstanceResponse19 or ErrorResponse. Replaced by: GroupHuntGroupGetInstanceRequest19sp1
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="GroupHuntGroupGetInstanceRequest19">
<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: GroupHuntGroupGetInstanceRequest19sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupHuntGroupGetInstanceRequest19sp1
Abstract no
Documentation Request to get all the information of a Hunt Group instance. The response is either GroupHuntGroupGetInstanceResponse19sp1 or ErrorResponse. Replaced by: GroupHuntGroupGetInstanceRequest20
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="GroupHuntGroupGetInstanceRequest19sp1">
<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: GroupHuntGroupGetInstanceResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupHuntGroupGetInstanceResponse19
Abstract no
Documentation Response to GroupHuntGroupGetInstanceRequest19. 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 The following elements are only used in HSS data mode: allowMembersToControlGroupBusy enableGroupBusy Replaced by: GroupHuntGroupGetInstanceResponse19sp1
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]
<allowMembersToControlGroupBusy> xs:boolean </allowMembersToControlGroupBusy> [1]
<enableGroupBusy> xs:boolean </enableGroupBusy> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupHuntGroupGetInstanceResponse19">
<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:element name="allowMembersToControlGroupBusy" type=" xs:boolean "/>
<xs:element name="enableGroupBusy" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupHuntGroupGetInstanceResponse19sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupHuntGroupGetInstanceResponse19sp1
Abstract no
Documentation Response to GroupHuntGroupGetInstanceRequest19sp1. 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 The following elements are only used in HSS data mode: allowMembersToControlGroupBusy enableGroupBusy Replaced by: GroupHuntGroupGetInstanceResponse20
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> ServiceInstanceReadProfile19sp1 </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]
<allowMembersToControlGroupBusy> xs:boolean </allowMembersToControlGroupBusy> [1]
<enableGroupBusy> xs:boolean </enableGroupBusy> [1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupHuntGroupGetInstanceResponse19sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile19sp1 "/>
<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:element name="allowMembersToControlGroupBusy" type=" xs:boolean "/>
<xs:element name="enableGroupBusy" type=" xs:boolean "/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupInstantGroupCallGetInstanceRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupInstantGroupCallGetInstanceRequest17
Abstract no
Documentation Request to get all the information of an Instant Group Call service instance. The response is either GroupInstantGroupCallGetInstanceResponse17 or ErrorResponse. Replaced by: GroupInstantGroupCallGetInstanceRequest19sp1
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="GroupInstantGroupCallGetInstanceRequest17">
<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: GroupInstantGroupCallGetInstanceResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupInstantGroupCallGetInstanceResponse17
Abstract no
Documentation Response to GroupInstantGroupCallGetInstanceRequest17. Contains the service profile information and a list of phone numbers. Replaced by: GroupInstantGroupCallGetInstanceResponse19sp1
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<destinationPhoneNumber> OutgoingDNorSIPURI </destinationPhoneNumber> [0..*]
<isAnswerTimeoutEnabled> xs:boolean </isAnswerTimeoutEnabled> [1]
<answerTimeoutMinutes> InstantGroupCallAnswerTimeoutMinutes </answerTimeoutMinutes> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupInstantGroupCallGetInstanceResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="destinationPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="isAnswerTimeoutEnabled" type=" xs:boolean "/>
<xs:element name="answerTimeoutMinutes" type=" InstantGroupCallAnswerTimeoutMinutes " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMeetMeConferencingGetInstanceRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupMeetMeConferencingGetInstanceRequest19
Abstract no
Documentation Request to get all the information of a Meet-Me Conferencing bridge. The response is either GroupMeetMeConferencingGetInstanceResponse19 or ErrorResponse. Replaced by: GroupMeetMeConferencingGetInstanceRequest19sp1
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="GroupMeetMeConferencingGetInstanceRequest19">
<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: GroupMeetMeConferencingGetInstanceResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupMeetMeConferencingGetInstanceResponse19
Abstract no
Documentation Response to GroupMeetMeConferencingGetInstanceRequest19. 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". Replaced by: GroupMeetMeConferencingGetInstanceResponse19sp1
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]
<securityPinLength> MeetMeConferencingConferenceSecurityPinLength </securityPinLength> [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]
<maxScheduledConferenceDurationMinutes> MeetMeConferencingConferenceDuration </maxScheduledConferenceDurationMinutes> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingGetInstanceResponse19">
<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="securityPinLength" type=" MeetMeConferencingConferenceSecurityPinLength "/>
<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:element name="maxScheduledConferenceDurationMinutes" type=" MeetMeConferencingConferenceDuration "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMusicOnHoldAddInstanceRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupMusicOnHoldAddInstanceRequest16
Abstract no
Documentation Add a Music on Hold Instance to a department. 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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<department> DepartmentKey </department> [1]
<isActiveDuringCallHold> xs:boolean </isActiveDuringCallHold> [1]
<isActiveDuringCallPark> xs:boolean </isActiveDuringCallPark> [1]
<isActiveDuringBusyCampOn> xs:boolean </isActiveDuringBusyCampOn> [1]
<source> MusicOnHoldSourceAdd16 </source> [1]
<useAlternateSourceForInternalCalls> xs:boolean </useAlternateSourceForInternalCalls> [1]
<internalSource> MusicOnHoldSourceAdd16 </internalSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupMusicOnHoldAddInstanceRequest16">
<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 "/>
<xs:element name="isActiveDuringCallHold" type=" xs:boolean "/>
<xs:element name="isActiveDuringCallPark" type=" xs:boolean "/>
<xs:element name="isActiveDuringBusyCampOn" type=" xs:boolean "/>
<xs:element name="source" type=" MusicOnHoldSourceAdd16 "/>
<xs:element name="useAlternateSourceForInternalCalls" type=" xs:boolean "/>
<xs:element name="internalSource" type=" MusicOnHoldSourceAdd16 " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMusicOnHoldGetInstanceRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupMusicOnHoldGetInstanceRequest19
Abstract no
Documentation Get a Music On Hold data for a group or department instance. The response is either GroupMusicOnHoldGetInstanceResponse19 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]
<department> DepartmentKey </department> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupMusicOnHoldGetInstanceRequest19">
<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: GroupMusicOnHoldGetInstanceResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupMusicOnHoldGetInstanceResponse19
Abstract no
Documentation Response to the GroupMusicOnHoldGetInstanceRequest19.
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> MusicOnHoldSourceRead19 </source> [1]
<useAlternateSourceForInternalCalls> xs:boolean </useAlternateSourceForInternalCalls> [1]
<internalSource> MusicOnHoldSourceRead19 </internalSource> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupMusicOnHoldGetInstanceResponse19">
<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=" MusicOnHoldSourceRead19 "/>
<xs:element name="useAlternateSourceForInternalCalls" type=" xs:boolean "/>
<xs:element name="internalSource" type=" MusicOnHoldSourceRead19 "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMusicOnHoldModifyInstanceRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupMusicOnHoldModifyInstanceRequest16
Abstract no
Documentation Modify data for a group or department Music On Hold Instance. 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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<department> DepartmentKey </department> [0..1]
<isActiveDuringCallHold> xs:boolean </isActiveDuringCallHold> [0..1]
<isActiveDuringCallPark> xs:boolean </isActiveDuringCallPark> [0..1]
<isActiveDuringBusyCampOn> xs:boolean </isActiveDuringBusyCampOn> [0..1]
<source> MusicOnHoldSourceModify16 </source> [0..1]
<useAlternateSourceForInternalCalls> xs:boolean </useAlternateSourceForInternalCalls> [0..1]
<internalSource> MusicOnHoldSourceModify16 </internalSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupMusicOnHoldModifyInstanceRequest16">
<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:element name="isActiveDuringCallHold" type=" xs:boolean " minOccurs="0"/>
<xs:element name="isActiveDuringCallPark" type=" xs:boolean " minOccurs="0"/>
<xs:element name="isActiveDuringBusyCampOn" type=" xs:boolean " minOccurs="0"/>
<xs:element name="source" type=" MusicOnHoldSourceModify16 " minOccurs="0"/>
<xs:element name="useAlternateSourceForInternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="internalSource" type=" MusicOnHoldSourceModify16 " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupPolicyGetRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupPolicyGetRequest17
Abstract no
Documentation Requests the Group's policy settings. The response is either GroupPolicyGetResponse17 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="GroupPolicyGetRequest17">
<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: GroupPolicyGetResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupPolicyGetResponse17
Abstract no
Documentation Response to GroupPolicyGetRequest17. Contains the policy settings for the group.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callingPlanAccess> GroupCallingPlanAccess </callingPlanAccess> [1]
<extensionAccess> GroupExtensionAccess </extensionAccess> [1]
<ldapIntegrationAccess> GroupLDAPIntegrationAccess </ldapIntegrationAccess> [1]
<voiceMessagingAccess> GroupVoiceMessagingAccess </voiceMessagingAccess> [1]
<departmentAdminUserAccess> GroupDepartmentAdminUserAccess </departmentAdminUserAccess> [1]
<departmentAdminTrunkGroupAccess> GroupDepartmentAdminTrunkGroupAccess </departmentAdminTrunkGroupAccess> [1]
<departmentAdminPhoneNumberExtensionAccess> GroupDepartmentAdminPhoneNumberExtensionAccess </departmentAdminPhoneNumberExtensionAccess> [1]
<departmentAdminCallingLineIdNumberAccess> GroupDepartmentAdminCallingLineIdNumberAccess </departmentAdminCallingLineIdNumberAccess> [1]
<userAuthenticationAccess> GroupUserAuthenticationAccess </userAuthenticationAccess> [1]
<userGroupDirectoryAccess> GroupUserGroupDirectoryAccess </userGroupDirectoryAccess> [1]
<userProfileAccess> GroupUserProfileAccess </userProfileAccess> [1]
<userEnhancedCallLogAccess> GroupUserCallLogAccess </userEnhancedCallLogAccess> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupPolicyGetResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="callingPlanAccess" type=" GroupCallingPlanAccess "/>
<xs:element name="extensionAccess" type=" GroupExtensionAccess "/>
<xs:element name="ldapIntegrationAccess" type=" GroupLDAPIntegrationAccess "/>
<xs:element name="voiceMessagingAccess" type=" GroupVoiceMessagingAccess "/>
<xs:element name="departmentAdminUserAccess" type=" GroupDepartmentAdminUserAccess "/>
<xs:element name="departmentAdminTrunkGroupAccess" type=" GroupDepartmentAdminTrunkGroupAccess "/>
<xs:element name="departmentAdminPhoneNumberExtensionAccess" type=" GroupDepartmentAdminPhoneNumberExtensionAccess "/>
<xs:element name="departmentAdminCallingLineIdNumberAccess" type=" GroupDepartmentAdminCallingLineIdNumberAccess "/>
<xs:element name="userAuthenticationAccess" type=" GroupUserAuthenticationAccess "/>
<xs:element name="userGroupDirectoryAccess" type=" GroupUserGroupDirectoryAccess "/>
<xs:element name="userProfileAccess" type=" GroupUserProfileAccess "/>
<xs:element name="userEnhancedCallLogAccess" type=" GroupUserCallLogAccess "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupPreAlertingAnnouncementGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupPreAlertingAnnouncementGetRequest
Abstract no
Documentation Get the group�s PreAlertingservice settings. The response is either a GroupPreAlertingAnnouncementGetResponse 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]
</...>
Schema Component Representation
<xs:complexType name="GroupPreAlertingAnnouncementGetRequest">
<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: GroupPreAlertingAnnouncementGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupPreAlertingAnnouncementGetResponse
Abstract no
Documentation Get the group level pre-alerting service settings. The response is either a GroupPreAlertingAnnouncementGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<announcementInterruption> PreAlertingAnnouncementInterrupt </announcementInterruption> [1]
<interruptionDigitSequence> PreAlertingAnnouncementInterruptDigits </interruptionDigitSequence> [0..1]
<audioSelection> ExtendedFileResourceSelection </audioSelection> [1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<audioMediaType> MediaFileType </audioMediaType> [0..1]
<audioFileUrl> URL </audioFileUrl> [0..1]
<videoSelection> ExtendedFileResourceSelection </videoSelection> [1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<videoMediaType> MediaFileType </videoMediaType> [0..1]
<videoFileUrl> URL </videoFileUrl> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupPreAlertingAnnouncementGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="announcementInterruption" type=" PreAlertingAnnouncementInterrupt "/>
<xs:element name="interruptionDigitSequence" type=" PreAlertingAnnouncementInterruptDigits " minOccurs="0"/>
<xs:element name="audioSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="audioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="audioMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="audioFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="videoSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="videoFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="videoMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="videoFileUrl" type=" URL " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupPreAlertingAnnouncementModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupPreAlertingAnnouncementModifyRequest
Abstract no
Documentation Modify the group level pre-alerting service settings. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<announcementInterruption> PreAlertingAnnouncementInterrupt </announcementInterruption> [0..1]
<interruptionDigitSequence> PreAlertingAnnouncementInterruptDigits </interruptionDigitSequence> [0..1]
<audioSelection> ExtendedFileResourceSelection </audioSelection> [0..1]
<audioFile> ExtendedMediaFileResource </audioFile> [0..1]
<videoSelection> ExtendedFileResourceSelection </videoSelection> [0..1]
<videoFile> ExtendedMediaFileResource </videoFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupPreAlertingAnnouncementModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="announcementInterruption" type=" PreAlertingAnnouncementInterrupt " minOccurs="0"/>
<xs:element name="interruptionDigitSequence" type=" PreAlertingAnnouncementInterruptDigits " minOccurs="0"/>
<xs:element name="audioSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="audioFile" type=" ExtendedMediaFileResource " minOccurs="0"/>
<xs:element name="videoSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoFile" type=" ExtendedMediaFileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointForcedForwardingGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointForcedForwardingGetRequest
Abstract no
Documentation Get a route point's forced forwarding settings. The response is either a GroupRoutePointForcedForwardingGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointForcedForwardingGetRequest">
<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: GroupRoutePointForcedForwardingGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupRoutePointForcedForwardingGetResponse
Abstract no
Documentation Response to the GroupRoutePointForcedForwardingGetRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<forwardToPhoneNumber> OutgoingDNorSIPURI </forwardToPhoneNumber> [0..1]
<playAnnouncementBeforeForwarding> xs:boolean </playAnnouncementBeforeForwarding> [1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [1]
<audioUrlList> CallCenterAnnouncementURLList </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementDescriptionList </audioFileList> [0..1]
<audioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </audioMediaTypeList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [1]
<videoUrlList> CallCenterAnnouncementURLList </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementDescriptionList </videoFileList> [0..1]
<videoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </videoMediaTypeList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointForcedForwardingGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="forwardToPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="playAnnouncementBeforeForwarding" type=" xs:boolean "/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection "/>
<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="videoMessageSelection" type=" ExtendedFileResourceSelection "/>
<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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointForcedForwardingModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointForcedForwardingModifyRequest
Abstract no
Documentation Modify a route point's forced forwarding settings. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<isActive> xs:boolean </isActive> [0..1]
<forwardToPhoneNumber> OutgoingDNorSIPURI </forwardToPhoneNumber> [0..1]
<playAnnouncementBeforeForwarding> xs:boolean </playAnnouncementBeforeForwarding> [0..1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [0..1]
<audioUrlList> CallCenterAnnouncementURLListModify </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementFileListModify </audioFileList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLListModify </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementFileListModify </videoFileList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointForcedForwardingModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="forwardToPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0" nillable="true"/>
<xs:element name="playAnnouncementBeforeForwarding" type=" xs:boolean " minOccurs="0"/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="audioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointGetAnnouncementRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointGetAnnouncementRequest19
Abstract no
Documentation Get a route point's announcement settings. The response is either a GroupRoutePointGetAnnouncementResponse19 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointGetAnnouncementRequest19">
<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: GroupRoutePointGetAnnouncementResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupRoutePointGetAnnouncementResponse19
Abstract no
Documentation Response to the GroupRoutePointGetAnnouncementRequest19.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<mediaOnHoldSource> CallCenterMediaOnHoldSourceRead19 </mediaOnHoldSource> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointGetAnnouncementResponse19">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="mediaOnHoldSource" type=" CallCenterMediaOnHoldSourceRead19 "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointGetDNISAnnouncementRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointGetDNISAnnouncementRequest19
Abstract no
Documentation Get a route point's DNIS Announcements The response is either a GroupRoutePointGetDNISAnnouncementResponse19 or an ErrorResponse.
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="GroupRoutePointGetDNISAnnouncementRequest19">
<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: GroupRoutePointGetDNISAnnouncementResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupRoutePointGetDNISAnnouncementResponse19
Abstract no
Documentation Response to the GroupRoutePointGetDNISAnnouncementRequest19.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<mediaOnHoldSource> CallCenterMediaOnHoldSourceRead19 </mediaOnHoldSource> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointGetDNISAnnouncementResponse19">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="mediaOnHoldSource" type=" CallCenterMediaOnHoldSourceRead19 "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointGetInstanceRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointGetInstanceRequest
Abstract no
Documentation Request to get all the information of a Route Point instance. The response is either GroupRoutePointGetInstanceResponse or ErrorResponse. Replaced by: GroupRoutePointGetInstanceRequest19sp1
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="GroupRoutePointGetInstanceRequest">
<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: GroupRoutePointGetInstanceResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupRoutePointGetInstanceResponse
Abstract no
Documentation Response to GroupRoutePointGetInstanceRequest. Replaced by: GroupRoutePointGetInstanceResponse19sp1
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
<externalPreferredAudioCodec> AudioFileCodec </externalPreferredAudioCodec> [1]
<internalPreferredAudioCodec> AudioFileCodec </internalPreferredAudioCodec> [1]
<queueLength> CallCenterQueueLength16 </queueLength> [1]
<noAnswerTimeoutRings> NoAnswerTimeoutRings </noAnswerTimeoutRings> [1]
<enableVideo> xs:boolean </enableVideo> [1]
<playRingingWhenOfferingCall> xs:boolean </playRingingWhenOfferingCall> [1]
<overrideAgentWrapUpTime> xs:boolean </overrideAgentWrapUpTime> [1]
<wrapUpSeconds> CallCenterWrapUpSeconds </wrapUpSeconds> [0..1]
<enableAutomaticStateChangeForAgents> xs:boolean </enableAutomaticStateChangeForAgents> [1]
<agentStateAfterCall> AgentACDAutomaticState </agentStateAfterCall> [1]
<agentUnavailableCode> CallCenterAgentUnavailableCode </agentUnavailableCode> [0..1]
<forceDeliveryOfCalls> xs:boolean </forceDeliveryOfCalls> [1]
<forceDeliveryWaitTimeSeconds> CallCenterForceDeliveryWaitTimeSeconds </forceDeliveryWaitTimeSeconds> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointGetInstanceResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
<xs:element name="externalPreferredAudioCodec" type=" AudioFileCodec "/>
<xs:element name="internalPreferredAudioCodec" type=" AudioFileCodec "/>
<xs:element name="queueLength" type=" CallCenterQueueLength16 "/>
<xs:element name="noAnswerTimeoutRings" type=" NoAnswerTimeoutRings "/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="playRingingWhenOfferingCall" type=" xs:boolean "/>
<xs:element name="overrideAgentWrapUpTime" type=" xs:boolean "/>
<xs:element name="wrapUpSeconds" type=" CallCenterWrapUpSeconds " minOccurs="0"/>
<xs:element name="enableAutomaticStateChangeForAgents" type=" xs:boolean "/>
<xs:element name="agentStateAfterCall" type=" AgentACDAutomaticState "/>
<xs:element name="agentUnavailableCode" type=" CallCenterAgentUnavailableCode " minOccurs="0"/>
<xs:element name="forceDeliveryOfCalls" type=" xs:boolean "/>
<xs:element name="forceDeliveryWaitTimeSeconds" type=" CallCenterForceDeliveryWaitTimeSeconds " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointHolidayServiceGetRequest17sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointHolidayServiceGetRequest17sp1
Abstract no
Documentation Get a route point's holiday service settings. The response is either a GroupRoutePointHolidayServiceGetResponse17sp1 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointHolidayServiceGetRequest17sp1">
<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: GroupRoutePointHolidayServiceGetResponse17sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupRoutePointHolidayServiceGetResponse17sp1
Abstract no
Documentation Response to the GroupRoutePointHolidayServiceGetRequest17sp1.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<action> CallCenterScheduledServiceAction </action> [1]
<holidaySchedule> HolidaySchedule </holidaySchedule> [0..1]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<playAnnouncementBeforeAction> xs:boolean </playAnnouncementBeforeAction> [1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [1]
<audioUrlList> CallCenterAnnouncementURLList </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementDescriptionList </audioFileList> [0..1]
<audioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </audioMediaTypeList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [1]
<videoUrlList> CallCenterAnnouncementURLList </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementDescriptionList </videoFileList> [0..1]
<videoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </videoMediaTypeList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointHolidayServiceGetResponse17sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="action" type=" CallCenterScheduledServiceAction "/>
<xs:element name="holidaySchedule" type=" HolidaySchedule " minOccurs="0"/>
<xs:element name="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="playAnnouncementBeforeAction" type=" xs:boolean "/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection "/>
<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="videoMessageSelection" type=" ExtendedFileResourceSelection "/>
<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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointHolidayServiceModifyRequest17sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointHolidayServiceModifyRequest17sp1
Abstract no
Documentation Modify a route point's holiday service settings. Only Group and Enterprise level schedules are accepted. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<action> CallCenterScheduledServiceAction </action> [0..1]
<holidaySchedule> HolidaySchedule </holidaySchedule> [0..1]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<playAnnouncementBeforeAction> xs:boolean </playAnnouncementBeforeAction> [0..1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [0..1]
<audioUrlList> CallCenterAnnouncementURLListModify </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementFileListModify </audioFileList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLListModify </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementFileListModify </videoFileList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointHolidayServiceModifyRequest17sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="action" type=" CallCenterScheduledServiceAction " minOccurs="0"/>
<xs:element name="holidaySchedule" type=" HolidaySchedule " minOccurs="0" nillable="true"/>
<xs:element name="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0" nillable="true"/>
<xs:element name="playAnnouncementBeforeAction" type=" xs:boolean " minOccurs="0"/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="audioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointModifyAnnouncementRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointModifyAnnouncementRequest
Abstract no
Documentation Modify a route point's announcement settings. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<mediaOnHoldSource> CallCenterMediaOnHoldSourceModify17 </mediaOnHoldSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointModifyAnnouncementRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="mediaOnHoldSource" type=" CallCenterMediaOnHoldSourceModify17 " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointModifyDNISAnnouncementRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointModifyDNISAnnouncementRequest
Abstract no
Documentation Modify a route point DNIS announcement settings. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<dnisKey> DNISKey </dnisKey> [1]
<mediaOnHoldSource> CallCenterMediaOnHoldSourceModify17 </mediaOnHoldSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointModifyDNISAnnouncementRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="dnisKey" type=" DNISKey "/>
<xs:element name="mediaOnHoldSource" type=" CallCenterMediaOnHoldSourceModify17 " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointNightServiceGetRequest17sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointNightServiceGetRequest17sp1
Abstract no
Documentation Get a route point's night service settings. The response is either a GroupRoutePointNightServiceGetResponse17sp1 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointNightServiceGetRequest17sp1">
<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: GroupRoutePointNightServiceGetResponse17sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupRoutePointNightServiceGetResponse17sp1
Abstract no
Documentation Response to the GroupRoutePointNightServiceGetRequest17sp1.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<action> CallCenterScheduledServiceAction </action> [1]
<businessHours> TimeSchedule </businessHours> [0..1]
<forceNightService> xs:boolean </forceNightService> [1]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<playAnnouncementBeforeAction> xs:boolean </playAnnouncementBeforeAction> [1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [1]
<audioUrlList> CallCenterAnnouncementURLList </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementDescriptionList </audioFileList> [0..1]
<audioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </audioMediaTypeList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [1]
<videoUrlList> CallCenterAnnouncementURLList </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementDescriptionList </videoFileList> [0..1]
<videoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </videoMediaTypeList> [0..1]
<manualAnnouncementMode> CallCenterManualNightServiceAnnouncementMode </manualAnnouncementMode> [1]
<manualAudioMessageSelection> ExtendedFileResourceSelection </manualAudioMessageSelection> [1]
<manualAudioUrlList> CallCenterAnnouncementURLList </manualAudioUrlList> [0..1]
<manualAudioFileList> CallCenterAnnouncementDescriptionList </manualAudioFileList> [0..1]
<manualAudioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </manualAudioMediaTypeList> [0..1]
<manualVideoMessageSelection> ExtendedFileResourceSelection </manualVideoMessageSelection> [1]
<manualVideoUrlList> CallCenterAnnouncementURLList </manualVideoUrlList> [0..1]
<manualVideoFileList> CallCenterAnnouncementDescriptionList </manualVideoFileList> [0..1]
<manualVideoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </manualVideoMediaTypeList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointNightServiceGetResponse17sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="action" type=" CallCenterScheduledServiceAction "/>
<xs:element name="businessHours" type=" TimeSchedule " minOccurs="0"/>
<xs:element name="forceNightService" type=" xs:boolean "/>
<xs:element name="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="playAnnouncementBeforeAction" type=" xs:boolean "/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection "/>
<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="videoMessageSelection" type=" ExtendedFileResourceSelection "/>
<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="manualAnnouncementMode" type=" CallCenterManualNightServiceAnnouncementMode "/>
<xs:element name="manualAudioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="manualAudioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="manualAudioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="manualAudioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="manualVideoMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="manualVideoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="manualVideoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="manualVideoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointNightServiceModifyRequest17sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointNightServiceModifyRequest17sp1
Abstract no
Documentation Modify a route point's night service settings. Only Group and Enterprise level schedules are accepted. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<action> CallCenterScheduledServiceAction </action> [0..1]
<businessHours> TimeSchedule </businessHours> [0..1]
<forceNightService> xs:boolean </forceNightService> [0..1]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<playAnnouncementBeforeAction> xs:boolean </playAnnouncementBeforeAction> [0..1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [0..1]
<audioUrlList> CallCenterAnnouncementURLListModify </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementFileListModify </audioFileList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLListModify </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementFileListModify </videoFileList> [0..1]
<manualAnnouncementMode> CallCenterManualNightServiceAnnouncementMode </manualAnnouncementMode> [0..1]
<manualAudioMessageSelection> ExtendedFileResourceSelection </manualAudioMessageSelection> [0..1]
<manualAudioUrlList> CallCenterAnnouncementURLListModify </manualAudioUrlList> [0..1]
<manualAudioFileList> CallCenterAnnouncementFileListModify </manualAudioFileList> [0..1]
<manualVideoMessageSelection> ExtendedFileResourceSelection </manualVideoMessageSelection> [0..1]
<manualVideoUrlList> CallCenterAnnouncementURLListModify </manualVideoUrlList> [0..1]
<manualVideoFileList> CallCenterAnnouncementFileListModify </manualVideoFileList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointNightServiceModifyRequest17sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="action" type=" CallCenterScheduledServiceAction " minOccurs="0"/>
<xs:element name="businessHours" type=" TimeSchedule " minOccurs="0" nillable="true"/>
<xs:element name="forceNightService" type=" xs:boolean " minOccurs="0"/>
<xs:element name="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0" nillable="true"/>
<xs:element name="playAnnouncementBeforeAction" type=" xs:boolean " minOccurs="0"/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="audioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="manualAnnouncementMode" type=" CallCenterManualNightServiceAnnouncementMode " minOccurs="0"/>
<xs:element name="manualAudioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="manualAudioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="manualAudioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="manualVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="manualVideoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="manualVideoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointOverflowGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointOverflowGetRequest
Abstract no
Documentation Get a route point's overflow settings. The response is either a GroupRoutePointOverflowGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointOverflowGetRequest">
<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: GroupRoutePointOverflowGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupRoutePointOverflowGetResponse
Abstract no
Documentation Response to the GroupRoutePointOverflowGetRequest .
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<action> CallCenterOverflowProcessingAction </action> [1]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<overflowAfterTimeout> xs:boolean </overflowAfterTimeout> [1]
<timeoutSeconds> HuntForwardTimeoutSeconds </timeoutSeconds> [1]
<playAnnouncementBeforeOverflowProcessing> xs:boolean </playAnnouncementBeforeOverflowProcessing> [1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [1]
<audioUrlList> CallCenterAnnouncementURLList </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementDescriptionList </audioFileList> [0..1]
<audioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </audioMediaTypeList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLList </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementDescriptionList </videoFileList> [0..1]
<videoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </videoMediaTypeList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointOverflowGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="action" type=" CallCenterOverflowProcessingAction "/>
<xs:element name="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="overflowAfterTimeout" type=" xs:boolean "/>
<xs:element name="timeoutSeconds" type=" HuntForwardTimeoutSeconds "/>
<xs:element name="playAnnouncementBeforeOverflowProcessing" type=" xs:boolean "/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection "/>
<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="videoMessageSelection" type=" ExtendedFileResourceSelection " 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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointOverflowModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointOverflowModifyRequest
Abstract no
Documentation Modify a route point's overflow settings. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<action> CallCenterOverflowProcessingAction </action> [0..1]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<overflowAfterTimeout> xs:boolean </overflowAfterTimeout> [0..1]
<timeoutSeconds> HuntForwardTimeoutSeconds </timeoutSeconds> [0..1]
<playAnnouncementBeforeOverflowProcessing> xs:boolean </playAnnouncementBeforeOverflowProcessing> [0..1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [0..1]
<audioUrlList> CallCenterAnnouncementURLListModify </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementFileListModify </audioFileList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLListModify </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementFileListModify </videoFileList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointOverflowModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="action" type=" CallCenterOverflowProcessingAction " minOccurs="0"/>
<xs:element name="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0" nillable="true"/>
<xs:element name="overflowAfterTimeout" type=" xs:boolean " minOccurs="0"/>
<xs:element name="timeoutSeconds" type=" HuntForwardTimeoutSeconds " minOccurs="0"/>
<xs:element name="playAnnouncementBeforeOverflowProcessing" type=" xs:boolean " minOccurs="0"/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="audioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupSessionAdmissionControlGroupAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupSessionAdmissionControlGroupAddRequest
Abstract no
Documentation Request to add a session admission control group for the group. 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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<maxSession> NonNegativeInt </maxSession> [1]
<maxUserOriginatingSessions> NonNegativeInt </maxUserOriginatingSessions> [0..1]
<maxUserTerminatingSessions> NonNegativeInt </maxUserTerminatingSessions> [0..1]
<reservedSession> NonNegativeInt </reservedSession> [1]
<reservedUserOriginatingSessions> NonNegativeInt </reservedUserOriginatingSessions> [0..1]
<reservedUserTerminatingSessions> NonNegativeInt </reservedUserTerminatingSessions> [0..1]
<becomeDefaultGroup> xs:boolean </becomeDefaultGroup> [1]
<countIntraSACGroupSessions> xs:boolean </countIntraSACGroupSessions> [1]
<devices> AccessDevice </devices> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupSessionAdmissionControlGroupAddRequest">
<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=" SessionAdmissionControlGroupName "/>
<xs:element name="maxSession" type=" NonNegativeInt "/>
<xs:element name="maxUserOriginatingSessions" type=" NonNegativeInt " minOccurs="0"/>
<xs:element name="maxUserTerminatingSessions" type=" NonNegativeInt " minOccurs="0"/>
<xs:element name="reservedSession" type=" NonNegativeInt "/>
<xs:element name="reservedUserOriginatingSessions" type=" NonNegativeInt " minOccurs="0"/>
<xs:element name="reservedUserTerminatingSessions" type=" NonNegativeInt " minOccurs="0"/>
<xs:element name="becomeDefaultGroup" type=" xs:boolean "/>
<xs:element name="countIntraSACGroupSessions" type=" xs:boolean "/>
<xs:element name="devices" type=" AccessDevice " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupSessionAdmissionControlGroupGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupSessionAdmissionControlGroupGetRequest
Abstract no
Documentation Request to get a session admission control group for the group. The response is either a GroupSessionAdmissionControlGroupGetResponse 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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupSessionAdmissionControlGroupGetRequest">
<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=" SessionAdmissionControlGroupName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupSessionAdmissionControlGroupGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupSessionAdmissionControlGroupGetResponse
Abstract no
Documentation Response to GroupSessionAdmissionControlGroupGetRequest. Returns the profile information for the session admission control group.
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. -->
<maxSession> NonNegativeInt </maxSession> [1]
<maxUserOriginatingSessions> NonNegativeInt </maxUserOriginatingSessions> [0..1]
<maxUserTerminatingSessions> NonNegativeInt </maxUserTerminatingSessions> [0..1]
<reservedSession> NonNegativeInt </reservedSession> [1]
<reservedUserOriginatingSessions> NonNegativeInt </reservedUserOriginatingSessions> [0..1]
<reservedUserTerminatingSessions> NonNegativeInt </reservedUserTerminatingSessions> [0..1]
<defaultGroup> xs:boolean </defaultGroup> [1]
<countIntraSACGroupSessions> xs:boolean </countIntraSACGroupSessions> [1]
<devices> AccessDevice </devices> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupSessionAdmissionControlGroupGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="maxSession" type=" NonNegativeInt "/>
<xs:element name="maxUserOriginatingSessions" type=" NonNegativeInt " minOccurs="0"/>
<xs:element name="maxUserTerminatingSessions" type=" NonNegativeInt " minOccurs="0"/>
<xs:element name="reservedSession" type=" NonNegativeInt "/>
<xs:element name="reservedUserOriginatingSessions" type=" NonNegativeInt " minOccurs="0"/>
<xs:element name="reservedUserTerminatingSessions" type=" NonNegativeInt " minOccurs="0"/>
<xs:element name="defaultGroup" type=" xs:boolean "/>
<xs:element name="countIntraSACGroupSessions" type=" xs:boolean "/>
<xs:element name="devices" type=" AccessDevice " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupAddInstanceRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupAddInstanceRequest19
Abstract no
Documentation Add a Trunk Group instance to a group. The command will fail if enableNetworkAddressIdentity is set to true and administrator is not System/Provisioning level administrator. The response is either a SuccessResponse or an ErrorResponse. Replaced by GroupTrunkGroupAddInstanceRequest19sp1.
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]
<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]
<pilotUserCallOptimizationPolicy> TrunkGroupPilotUserCallOptimizationPolicy </pilotUserCallOptimizationPolicy> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupAddInstanceRequest19">
<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:element name="pilotUserCallOptimizationPolicy" type=" TrunkGroupPilotUserCallOptimizationPolicy "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceRequest19
Abstract no
Documentation Get a Trunk Group Instance's profile. The response is either a GroupTrunkGroupGetInstanceResponse19 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". Replaced by GroupTrunkGroupGetInstanceRequest19sp1.
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. -->
<trunkGroupKey> TrunkGroupKey </trunkGroupKey> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceRequest19">
<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: GroupTrunkGroupGetInstanceRequest19sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceRequest19sp1
Abstract no
Documentation Get a Trunk Group Instance's profile. The response is either a GroupTrunkGroupGetInstanceResponse19sp1 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". Replaced by GroupTrunkGroupGetInstanceRequest19sp1V2.
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. -->
<trunkGroupKey> TrunkGroupKey </trunkGroupKey> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceRequest19sp1">
<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: GroupTrunkGroupGetInstanceRequest19V2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceRequest19V2
Abstract no
Documentation Get a Trunk Group Instance's profile. The response is either a GroupTrunkGroupGetInstanceResponse19V2 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". Replaced by GroupTrunkGroupGetInstanceRequest19sp1V2.
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. -->
<trunkGroupKey> TrunkGroupKey </trunkGroupKey> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceRequest19V2">
<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: GroupTrunkGroupGetInstanceResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceResponse19
Abstract no
Documentation Response to GroupTrunkGroupGetInstanceRequest19. 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". Replaced by GroupTrunkGroupGetInstanceResponse19sp1.
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. -->
<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]
<totalActiveIncomingCalls> xs:int </totalActiveIncomingCalls> [1]
<totalActiveOutgoingCalls> xs:int </totalActiveOutgoingCalls> [1]
<pilotUserCallOptimizationPolicy> TrunkGroupPilotUserCallOptimizationPolicy </pilotUserCallOptimizationPolicy> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceResponse19">
<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:element name="totalActiveIncomingCalls" type=" xs:int "/>
<xs:element name="totalActiveOutgoingCalls" type=" xs:int "/>
<xs:element name="pilotUserCallOptimizationPolicy" type=" TrunkGroupPilotUserCallOptimizationPolicy "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceResponse19sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceResponse19sp1
Abstract no
Documentation Response to GroupTrunkGroupGetInstanceRequest19sp1. 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". Replaced by GroupTrunkGroupGetInstanceResponse19sp1V2.
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. -->
<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]
<pilotUserCallingLineIdentityForExternalCallsPolicy> TrunkGroupPilotUserCallingLineIdentityUsagePolicy </pilotUserCallingLineIdentityForExternalCallsPolicy> [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]
<totalActiveIncomingCalls> xs:int </totalActiveIncomingCalls> [1]
<totalActiveOutgoingCalls> xs:int </totalActiveOutgoingCalls> [1]
<pilotUserCallOptimizationPolicy> TrunkGroupPilotUserCallOptimizationPolicy </pilotUserCallOptimizationPolicy> [1]
<clidSourceForScreenedCallsPolicy> TrunkGroupCLIDSourceForScreenedCallsPolicy </clidSourceForScreenedCallsPolicy> [1]
<useSystemCLIDSourceForScreenedCallsPolicy> xs:boolean </useSystemCLIDSourceForScreenedCallsPolicy> [1]
<userLookupPolicy> TrunkGroupUserLookupPolicy </userLookupPolicy> [1]
<useSystemUserLookupPolicy> xs:boolean </useSystemUserLookupPolicy> [1]
<pilotUserCallingLineIdentityForEmergencyCallsPolicy> TrunkGroupPilotUserCallingLineIdentityUsagePolicy </pilotUserCallingLineIdentityForEmergencyCallsPolicy> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceResponse19sp1">
<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="pilotUserCallingLineIdentityForExternalCallsPolicy" 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:element name="totalActiveIncomingCalls" type=" xs:int "/>
<xs:element name="totalActiveOutgoingCalls" type=" xs:int "/>
<xs:element name="pilotUserCallOptimizationPolicy" type=" TrunkGroupPilotUserCallOptimizationPolicy "/>
<xs:element name="clidSourceForScreenedCallsPolicy" type=" TrunkGroupCLIDSourceForScreenedCallsPolicy "/>
<xs:element name="useSystemCLIDSourceForScreenedCallsPolicy" type=" xs:boolean "/>
<xs:element name="userLookupPolicy" type=" TrunkGroupUserLookupPolicy "/>
<xs:element name="useSystemUserLookupPolicy" type=" xs:boolean "/>
<xs:element name="pilotUserCallingLineIdentityForEmergencyCallsPolicy" type=" TrunkGroupPilotUserCallingLineIdentityUsagePolicy "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceResponse19V2

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceResponse19V2
Abstract no
Documentation Response to GroupTrunkGroupGetInstanceRequest19V2. 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". Replaced by GroupTrunkGroupGetInstanceResponse19sp1V2.
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. -->
<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]
<totalActiveIncomingCalls> xs:int </totalActiveIncomingCalls> [1]
<totalActiveOutgoingCalls> xs:int </totalActiveOutgoingCalls> [1]
<pilotUserCallOptimizationPolicy> TrunkGroupPilotUserCallOptimizationPolicy </pilotUserCallOptimizationPolicy> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceResponse19V2">
<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:element name="totalActiveIncomingCalls" type=" xs:int "/>
<xs:element name="totalActiveOutgoingCalls" type=" xs:int "/>
<xs:element name="pilotUserCallOptimizationPolicy" type=" TrunkGroupPilotUserCallOptimizationPolicy "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupModifyInstanceRequest15

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupModifyInstanceRequest15
Abstract no
Documentation Modify a Trunk Group Instance in a group. The access device cannot be modified or cleared if there are any users assigned to the Trunk Group. The command will fail if enableNetworkAddressIdentity is set and administrator is not System/Provisioning level administrator. The response is either a SuccessResponse or an ErrorResponse. Replaced by GroupTrunkGroupModifyInstanceRequest19sp1.
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. -->
<trunkGroupKey> TrunkGroupKey </trunkGroupKey> [1]
<newName> TrunkGroupName </newName> [0..1]
<pilotUserId> UserId </pilotUserId> [0..1]
<department> DepartmentKey </department> [0..1]
<accessDevice> AccessDevice </accessDevice> [0..1]
<maxActiveCalls> MaxActiveCalls </maxActiveCalls> [0..1]
<maxIncomingCalls> MaxIncomingCalls </maxIncomingCalls> [0..1]
<maxOutgoingCalls> MaxOutgoingCalls </maxOutgoingCalls> [0..1]
<enableBursting> xs:boolean </enableBursting> [0..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> [0..1]
<capacityExceededTrapOffsetCalls> TrapOffsetThreshold </capacityExceededTrapOffsetCalls> [0..1]
<unreachableDestinationAction> TrunkGroupUnreachableDestinationAction </unreachableDestinationAction> [0..1]
<unreachableDestinationForwardAddress> OutgoingDNorSIPURI </unreachableDestinationForwardAddress> [0..1]
<unreachableDestinationRerouteTrunkGroupKey> TrunkGroupKey </unreachableDestinationRerouteTrunkGroupKey> [0..1]
<invitationTimeout> TrunkGroupInvitationTimeoutSeconds </invitationTimeout> [0..1]
<requireAuthentication> xs:boolean </requireAuthentication> [0..1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
<sipAuthenticationPassword> Password </sipAuthenticationPassword> [0..1]
<hostedUserIdList> ReplacementUserIdList </hostedUserIdList> [0..1]
<trunkGroupIdentity> SIPURI </trunkGroupIdentity> [0..1]
<otgDtgIdentity> OtgDtgIdentity </otgDtgIdentity> [0..1]
<allowTerminationToTrunkGroupIdentity> xs:boolean </allowTerminationToTrunkGroupIdentity> [0..1]
<allowTerminationToDtgIdentity> xs:boolean </allowTerminationToDtgIdentity> [0..1]
<includeTrunkGroupIdentity> xs:boolean </includeTrunkGroupIdentity> [0..1]
<includeDtgIdentity> xs:boolean </includeDtgIdentity> [0..1]
<includeTrunkGroupIdentityForNetworkCalls> xs:boolean </includeTrunkGroupIdentityForNetworkCalls> [0..1]
<includeOtgIdentityForNetworkCalls> xs:boolean </includeOtgIdentityForNetworkCalls> [0..1]
<enableNetworkAddressIdentity> xs:boolean </enableNetworkAddressIdentity> [0..1]
<allowUnscreenedCalls> xs:boolean </allowUnscreenedCalls> [0..1]
<allowUnscreenedEmergencyCalls> xs:boolean </allowUnscreenedEmergencyCalls> [0..1]
<pilotUserCallingLineIdentityPolicy> TrunkGroupPilotUserCallingLineIdentityUsagePolicy </pilotUserCallingLineIdentityPolicy> [0..1]
<pilotUserChargeNumberPolicy> TrunkGroupPilotUserChargeNumberUsagePolicy </pilotUserChargeNumberPolicy> [0..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> [0..1]
<prefixEnabled> xs:boolean </prefixEnabled> [0..1]
<prefix> TrunkGroupPrefix </prefix> [0..1]
<statefulReroutingEnabled> xs:boolean </statefulReroutingEnabled> [0..1]
<sendContinuousOptionsMessage> xs:boolean </sendContinuousOptionsMessage> [0..1]
<continuousOptionsSendingIntervalSeconds> TrunkGroupContinuousOptionsSendingIntervalSeconds </continuousOptionsSendingIntervalSeconds> [0..1]
<failureOptionsSendingIntervalSeconds> TrunkGroupFailureOptionsSendingIntervalSeconds </failureOptionsSendingIntervalSeconds> [0..1]
<failureThresholdCounter> TrunkGroupThresholdCounter </failureThresholdCounter> [0..1]
<successThresholdCounter> TrunkGroupThresholdCounter </successThresholdCounter> [0..1]
<inviteFailureThresholdCounter> TrunkGroupThresholdCounter </inviteFailureThresholdCounter> [0..1]
<inviteFailureThresholdWindowSeconds> TrunkGroupFailureThresholdWindowSeconds </inviteFailureThresholdWindowSeconds> [0..1]
<pilotUserCallingLineAssertedIdentityPolicy> TrunkGroupPilotUserCallingLineAssertedIdentityUsagePolicy </pilotUserCallingLineAssertedIdentityPolicy> [0..1]
<useSystemCallingLineAssertedIdentityPolicy> xs:boolean </useSystemCallingLineAssertedIdentityPolicy> [0..1]
<pilotUserCallOptimizationPolicy> TrunkGroupPilotUserCallOptimizationPolicy </pilotUserCallOptimizationPolicy> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupModifyInstanceRequest15">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="trunkGroupKey" type=" TrunkGroupKey "/>
<xs:element name="newName" type=" TrunkGroupName " minOccurs="0"/>
<xs:element name="pilotUserId" type=" UserId " nillable="true" minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " nillable="true" minOccurs="0"/>
<xs:element name="accessDevice" type=" AccessDevice " nillable="true" minOccurs="0"/>
<xs:element name="maxActiveCalls" type=" MaxActiveCalls " minOccurs="0"/>
<xs:element name="maxIncomingCalls" type=" MaxIncomingCalls " nillable="true" minOccurs="0"/>
<xs:element name="maxOutgoingCalls" type=" MaxOutgoingCalls " nillable="true" minOccurs="0"/>
<xs:element name="enableBursting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="burstingMaxActiveCalls" type=" BurstingMaxActiveCalls " nillable="true" minOccurs="0"/>
<xs:element name="burstingMaxIncomingCalls" type=" BurstingMaxIncomingCalls " nillable="true" minOccurs="0"/>
<xs:element name="burstingMaxOutgoingCalls" type=" BurstingMaxOutgoingCalls " nillable="true" minOccurs="0"/>
<xs:element name="capacityExceededAction" type=" TrunkGroupCapacityExceededAction " nillable="true" minOccurs="0"/>
<xs:element name="capacityExceededForwardAddress" type=" OutgoingDNorSIPURI " nillable="true" minOccurs="0"/>
<xs:element name="capacityExceededRerouteTrunkGroupKey" type=" TrunkGroupKey " nillable="true" minOccurs="0"/>
<xs:element name="capacityExceededTrapInitialCalls" type=" TrapInitialThreshold " minOccurs="0"/>
<xs:element name="capacityExceededTrapOffsetCalls" type=" TrapOffsetThreshold " minOccurs="0"/>
<xs:element name="unreachableDestinationAction" type=" TrunkGroupUnreachableDestinationAction " nillable="true" minOccurs="0"/>
<xs:element name="unreachableDestinationForwardAddress" type=" OutgoingDNorSIPURI " nillable="true" minOccurs="0"/>
<xs:element name="unreachableDestinationRerouteTrunkGroupKey" type=" TrunkGroupKey " nillable="true" minOccurs="0"/>
<xs:element name="invitationTimeout" type=" TrunkGroupInvitationTimeoutSeconds " minOccurs="0"/>
<xs:element name="requireAuthentication" type=" xs:boolean " minOccurs="0"/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " nillable="true" minOccurs="0"/>
<xs:element name="sipAuthenticationPassword" type=" Password " nillable="true" minOccurs="0"/>
<xs:element name="hostedUserIdList" type=" ReplacementUserIdList " nillable="true" minOccurs="0"/>
<xs:element name="trunkGroupIdentity" type=" SIPURI " minOccurs="0" nillable="true"/>
<xs:element name="otgDtgIdentity" type=" OtgDtgIdentity " minOccurs="0" nillable="true"/>
<xs:element name="allowTerminationToTrunkGroupIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowTerminationToDtgIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="includeTrunkGroupIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="includeDtgIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="includeTrunkGroupIdentityForNetworkCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="includeOtgIdentityForNetworkCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableNetworkAddressIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowUnscreenedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowUnscreenedEmergencyCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="pilotUserCallingLineIdentityPolicy" type=" TrunkGroupPilotUserCallingLineIdentityUsagePolicy " minOccurs="0"/>
<xs:element name="pilotUserChargeNumberPolicy" type=" TrunkGroupPilotUserChargeNumberUsagePolicy " minOccurs="0"/>
<xs:element name="callForwardingAlwaysAction" type=" TrunkGroupCallForwardingAlwaysAction " minOccurs="0" nillable="true"/>
<xs:element name="callForwardingAlwaysForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0" nillable="true"/>
<xs:element name="callForwardingAlwaysRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0" nillable="true"/>
<xs:element name="peeringDomain" type=" DomainName " minOccurs="0" nillable="true"/>
<xs:element name="routeToPeeringDomain" type=" xs:boolean " minOccurs="0"/>
<xs:element name="prefixEnabled" type=" xs:boolean " minOccurs="0"/>
<xs:element name="prefix" type=" TrunkGroupPrefix " minOccurs="0" nillable="true"/>
<xs:element name="statefulReroutingEnabled" type=" xs:boolean " minOccurs="0"/>
<xs:element name="sendContinuousOptionsMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="continuousOptionsSendingIntervalSeconds" type=" TrunkGroupContinuousOptionsSendingIntervalSeconds " minOccurs="0"/>
<xs:element name="failureOptionsSendingIntervalSeconds" type=" TrunkGroupFailureOptionsSendingIntervalSeconds " minOccurs="0"/>
<xs:element name="failureThresholdCounter" type=" TrunkGroupThresholdCounter " minOccurs="0"/>
<xs:element name="successThresholdCounter" type=" TrunkGroupThresholdCounter " minOccurs="0"/>
<xs:element name="inviteFailureThresholdCounter" type=" TrunkGroupThresholdCounter " minOccurs="0"/>
<xs:element name="inviteFailureThresholdWindowSeconds" type=" TrunkGroupFailureThresholdWindowSeconds " minOccurs="0"/>
<xs:element name="pilotUserCallingLineAssertedIdentityPolicy" type=" TrunkGroupPilotUserCallingLineAssertedIdentityUsagePolicy " minOccurs="0"/>
<xs:element name="useSystemCallingLineAssertedIdentityPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="pilotUserCallOptimizationPolicy" type=" TrunkGroupPilotUserCallOptimizationPolicy " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupVoiceMessagingGroupGetVoicePortalBrandingRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetVoicePortalBrandingRequest16
Abstract no
Documentation Get the group's voice portal branding settings. The response is either a GroupVoiceMessagingGroupGetVoicePortalBrandingResponse16 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]
</...>
Schema Component Representation
<xs:complexType name="GroupVoiceMessagingGroupGetVoicePortalBrandingRequest16">
<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: GroupVoiceMessagingGroupGetVoicePortalBrandingResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetVoicePortalBrandingResponse16
Abstract no
Documentation Response to the GroupVoiceMessagingGroupGetVoicePortalBrandingRequest16.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<voicePortalGreetingSelection> VoiceMessagingBrandingSelection </voicePortalGreetingSelection> [1]
<voicePortalGreetingFileDescription> FileDescription </voicePortalGreetingFileDescription> [0..1]
<voicePortalGreetingMediaType> MediaFileType </voicePortalGreetingMediaType> [0..1]
<voiceMessagingGreetingSelection> VoiceMessagingBrandingSelection </voiceMessagingGreetingSelection> [1]
<voiceMessagingGreetingFileDescription> FileDescription </voiceMessagingGreetingFileDescription> [0..1]
<voiceMessagingGreetingMediaType> MediaFileType </voiceMessagingGreetingMediaType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupVoiceMessagingGroupGetVoicePortalBrandingResponse16">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="voicePortalGreetingSelection" type=" VoiceMessagingBrandingSelection "/>
<xs:element name="voicePortalGreetingFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="voicePortalGreetingMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="voiceMessagingGreetingSelection" type=" VoiceMessagingBrandingSelection "/>
<xs:element name="voiceMessagingGreetingFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="voiceMessagingGreetingMediaType" type=" MediaFileType " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupVoiceMessagingGroupGetVoicePortalRequest17sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetVoicePortalRequest17sp4
Abstract no
Documentation Request to get the group voice portal information for a voice messaging group. The response is either GroupVoiceMessagingGroupGetVoicePortalResponse17sp4 or ErrorResponse. Replaced by: GroupVoiceMessagingGroupGetVoicePortalRequest19sp1
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="GroupVoiceMessagingGroupGetVoicePortalRequest17sp4">
<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: GroupVoiceMessagingGroupGetVoicePortalResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetVoicePortalResponse17sp4
Abstract no
Documentation Response to the GroupVoiceMessagingGroupGetVoicePortalRequest17sp4. The following elements are only used in HSS data mode: enableExtendedScope Replaced by: GroupVoiceMessagingGroupGetVoicePortalResponse19sp1
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<isActive> xs:boolean </isActive> [1]
<enableExtendedScope> xs:boolean </enableExtendedScope> [1]
<allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin> xs:boolean </allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin> [1]
<useVoicePortalWizard> xs:boolean </useVoicePortalWizard> [1]
<voicePortalExternalRoutingScope> VoicePortalExternalRoutingScope </voicePortalExternalRoutingScope> [1]
<useExternalRouting> xs:boolean </useExternalRouting> [1]
<externalRoutingAddress> OutgoingDNorSIPURI </externalRoutingAddress> [0..1]
<homeZoneName> ZoneName </homeZoneName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupVoiceMessagingGroupGetVoicePortalResponse17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="enableExtendedScope" type=" xs:boolean "/>
<xs:element name="allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin" type=" xs:boolean "/>
<xs:element name="useVoicePortalWizard" type=" xs:boolean "/>
<xs:element name="voicePortalExternalRoutingScope" type=" VoicePortalExternalRoutingScope "/>
<xs:element name="useExternalRouting" type=" xs:boolean "/>
<xs:element name="externalRoutingAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="homeZoneName" type=" ZoneName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupVoiceMessagingGroupModifyVoicePortalBrandingRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupModifyVoicePortalBrandingRequest16
Abstract no
Documentation Modify the group's voice portal branding settings. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<voicePortalGreetingSelection> VoiceMessagingBrandingSelection </voicePortalGreetingSelection> [0..1]
<voicePortalGreetingFile> LabeledMediaFileResource </voicePortalGreetingFile> [0..1]
<voiceMessagingGreetingSelection> VoiceMessagingBrandingSelection </voiceMessagingGreetingSelection> [0..1]
<voiceMessagingGreetingFile> LabeledMediaFileResource </voiceMessagingGreetingFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupVoiceMessagingGroupModifyVoicePortalBrandingRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="voicePortalGreetingSelection" type=" VoiceMessagingBrandingSelection " minOccurs="0"/>
<xs:element name="voicePortalGreetingFile" type=" LabeledMediaFileResource " minOccurs="0"/>
<xs:element name="voiceMessagingGreetingSelection" type=" VoiceMessagingBrandingSelection " minOccurs="0"/>
<xs:element name="voiceMessagingGreetingFile" type=" LabeledMediaFileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupVoiceXmlGetInstanceRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupVoiceXmlGetInstanceRequest
Abstract no
Documentation Request to get all the information of a VoiceXML instance. The response is either GroupVoiceXmlGetInstanceResponse or ErrorResponse. Replaced by: GroupVoiceXmlGetInstanceRequest19sp1
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="GroupVoiceXmlGetInstanceRequest">
<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: GroupVoiceXmlGetInstanceResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupVoiceXmlGetInstanceResponse
Abstract no
Documentation Response to GroupVoiceXmlGetInstanceRequest. Contains the service profile information and possibly access device information. Replaced by: GroupVoiceXmlGetInstanceResponse19sp1
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile17sp4 </serviceInstanceProfile> [1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
<accessDeviceEndpoint> AccessDeviceEndpointWithPortNumberRead </accessDeviceEndpoint> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupVoiceXmlGetInstanceResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17sp4 "/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointWithPortNumberRead " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MusicOnHoldSourceAdd16

Parent type: None
Sub-types: None
Name MusicOnHoldSourceAdd16
Abstract no
Documentation Contains the music on hold source configuration.
XML Instance Representation
<...>
<audioFilePreferredCodec> AudioFileCodec </audioFilePreferredCodec> [1]
<messageSourceSelection> MusicOnHoldMessageSelection </messageSourceSelection> [1]
<customSource> [0..1]
<audioFile> LabeledMediaFileResource </audioFile> [0..1]
<videoFile> LabeledMediaFileResource </videoFile> [0..1]
</customSource>
<externalSource> [0..1]
<accessDeviceEndpoint> AccessDeviceEndpointAdd </accessDeviceEndpoint> [1]
</externalSource>
</...>
Schema Component Representation
<xs:complexType name="MusicOnHoldSourceAdd16">
<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="audioFile" type=" LabeledMediaFileResource " minOccurs="0"/>
<xs:element name="videoFile" type=" LabeledMediaFileResource " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="externalSource" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointAdd "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
top

Complex Type: MusicOnHoldSourceModify16

Parent type: None
Sub-types: None
Name MusicOnHoldSourceModify16
Abstract no
Documentation Contains the music on hold source configuration.
XML Instance Representation
<...>
<audioFilePreferredCodec> AudioFileCodec </audioFilePreferredCodec> [0..1]
<messageSourceSelection> MusicOnHoldMessageSelection </messageSourceSelection> [0..1]
<customSource> [0..1]
<audioFile> LabeledMediaFileResource </audioFile> [0..1]
<videoFile> LabeledMediaFileResource </videoFile> [0..1]
</customSource>
<externalSource> [0..1]
<accessDeviceEndpoint> AccessDeviceEndpointModify </accessDeviceEndpoint> [1]
</externalSource>
</...>
Schema Component Representation
<xs:complexType name="MusicOnHoldSourceModify16">
<xs:sequence>
<xs:element name="audioFilePreferredCodec" type=" AudioFileCodec " minOccurs="0"/>
<xs:element name="messageSourceSelection" type=" MusicOnHoldMessageSelection " minOccurs="0"/>
<xs:element name="customSource" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="audioFile" type=" LabeledMediaFileResource " minOccurs="0"/>
<xs:element name="videoFile" type=" LabeledMediaFileResource " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="externalSource" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointModify " nillable="true"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
top

Complex Type: MusicOnHoldSourceRead19

Parent type: None
Sub-types: None
Name MusicOnHoldSourceRead19
Abstract no
Documentation Contains the music on hold source configuration.
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> AccessDeviceEndpointWithPortNumberRead </accessDeviceEndpoint> [1]
</externalSource>
</...>
Schema Component Representation
<xs:complexType name="MusicOnHoldSourceRead19">
<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=" AccessDeviceEndpointWithPortNumberRead "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
top

Complex Type: MusicOnHoldUserSourceModify16

Parent type: None
Sub-types: None
Name MusicOnHoldUserSourceModify16
Abstract no
Documentation Contains the music on hold user source configuration.
XML Instance Representation
<...>
<messageSourceSelection> MusicOnHoldUserMessageSelection </messageSourceSelection> [0..1]
<customSource> [0..1]
<audioFile> LabeledMediaFileResource </audioFile> [0..1]
<videoFile> LabeledMediaFileResource </videoFile> [0..1]
</customSource>
</...>
Schema Component Representation
<xs:complexType name="MusicOnHoldUserSourceModify16">
<xs:sequence>
<xs:element name="messageSourceSelection" type=" MusicOnHoldUserMessageSelection " minOccurs="0"/>
<xs:element name="customSource" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="audioFile" type=" LabeledMediaFileResource " minOccurs="0"/>
<xs:element name="videoFile" type=" LabeledMediaFileResource " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
top

Complex Type: MusicOnHoldUserSourceRead16

Parent type: None
Sub-types: None
Name MusicOnHoldUserSourceRead16
Abstract no
Documentation Contains the music on hold user source configuration.
XML Instance Representation
<...>
<messageSourceSelection> MusicOnHoldUserMessageSelection </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>
</...>
Schema Component Representation
<xs:complexType name="MusicOnHoldUserSourceRead16">
<xs:sequence>
<xs:element name="messageSourceSelection" type=" MusicOnHoldUserMessageSelection "/>
<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:sequence>
</xs:complexType>
top

Complex Type: ReplacementCallProcessingPolicyProfileSubscriberTypeList

Parent type: None
Sub-types: None
Name ReplacementCallProcessingPolicyProfileSubscriberTypeList
Abstract no
Documentation A list of CallProcessingPolicyProfileSubscriberType. The list replaces a previously configured list.
XML Instance Representation
<...>
<subscriberType> CallProcessingPolicyProfileSubscriberType </subscriberType> [1..*]
</...>
Schema Component Representation
<xs:complexType name="ReplacementCallProcessingPolicyProfileSubscriberTypeList">
<xs:sequence>
<xs:element name="subscriberType" type=" CallProcessingPolicyProfileSubscriberType " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ReplacementCommunicationBarringIncomingRuleList

Parent type: None
Sub-types: None
Name ReplacementCommunicationBarringIncomingRuleList
Abstract no
Documentation A list of Communication Barring Incoming Rules that replaces a previously configured list. By convention, an element of this type may be set nill to clear the list.
Application Data
XML Instance Representation
<...>
<rule> CommunicationBarringIncomingRule </rule> [1..*]
</...>
Schema Component Representation
<xs:complexType name="ReplacementCommunicationBarringIncomingRuleList">
<xs:sequence>
<xs:element name="rule" type=" CommunicationBarringIncomingRule " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ServiceInstanceReadProfile17

Parent type: None
Sub-types: None
Name ServiceInstanceReadProfile17
Abstract no
Documentation Service Profile Information for group service. It is identical to the ServiceInstanceAddProfile, but without the password. Replaced by: ServiceInstanceReadProfile17sp4
XML Instance Representation
<...>
<name> ServiceInstanceProfileName </name> [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]
<department> DepartmentKey </department> [0..1]
<language> Language </language> [0..1]
<timeZone> TimeZone </timeZone> [0..1]
<timeZoneDisplayName> TimeZoneDisplayName </timeZoneDisplayName> [0..1]
<alias> SIPURI </alias> [0..3]
<publicUserIdentity> SIPURI </publicUserIdentity> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceInstanceReadProfile17">
<xs:sequence>
<xs:element name="name" type=" ServiceInstanceProfileName "/>
<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="department" type=" DepartmentKey " minOccurs="0"/>
<xs:element name="language" type=" Language " minOccurs="0"/>
<xs:element name="timeZone" type=" TimeZone " minOccurs="0"/>
<xs:element name="timeZoneDisplayName" type=" TimeZoneDisplayName " minOccurs="0"/>
<xs:element name="alias" type=" SIPURI " minOccurs="0" maxOccurs="3"/>
<xs:element name="publicUserIdentity" type=" SIPURI " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ServiceInstanceReadProfile17sp4

Parent type: None
Sub-types: None
Name ServiceInstanceReadProfile17sp4
Abstract no
Documentation Service Profile Information for group service. Replaced by: ServiceInstanceReadProfile19sp1
XML Instance Representation
<...>
<name> ServiceInstanceProfileName </name> [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]
<countryCode> CountryCode </countryCode> [0..1]
<nationalPrefix> NationalPrefix </nationalPrefix> [0..1]
<department> DepartmentKey </department> [0..1]
<language> Language </language> [0..1]
<timeZone> TimeZone </timeZone> [0..1]
<timeZoneDisplayName> TimeZoneDisplayName </timeZoneDisplayName> [0..1]
<alias> SIPURI </alias> [0..3]
<publicUserIdentity> SIPURI </publicUserIdentity> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceInstanceReadProfile17sp4">
<xs:sequence>
<xs:element name="name" type=" ServiceInstanceProfileName "/>
<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="countryCode" type=" CountryCode " minOccurs="0"/>
<xs:element name="nationalPrefix" type=" NationalPrefix " minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " minOccurs="0"/>
<xs:element name="language" type=" Language " minOccurs="0"/>
<xs:element name="timeZone" type=" TimeZone " minOccurs="0"/>
<xs:element name="timeZoneDisplayName" type=" TimeZoneDisplayName " minOccurs="0"/>
<xs:element name="alias" type=" SIPURI " minOccurs="0" maxOccurs="3"/>
<xs:element name="publicUserIdentity" type=" SIPURI " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ServiceProviderAccessDeviceFileGetRequest16sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderAccessDeviceFileGetRequest16sp1
Abstract no
Documentation Request to get a service provider device profile file. The response is either ServiceProviderAccessDeviceFileGetResponse16sp1 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]
<deviceName> AccessDeviceName </deviceName> [1]
<fileFormat> DeviceManagementFileFormat </fileFormat> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderAccessDeviceFileGetRequest16sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="deviceName" type=" AccessDeviceName "/>
<xs:element name="fileFormat" type=" DeviceManagementFileFormat "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderAccessDeviceFileGetResponse16sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderAccessDeviceFileGetResponse16sp1
Abstract no
Documentation Response to ServiceProviderAccessDeviceFileGetRequest16sp1.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<fileSource> AccessDeviceEnhancedConfigurationMode </fileSource> [1]
<configurationFileName> AccessDeviceEnhancedConfigurationFileName </configurationFileName> [0..1]
<accessUrl> URL </accessUrl> [1]
<repositoryUrl> URL </repositoryUrl> [0..1]
<templateUrl> URL </templateUrl> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderAccessDeviceFileGetResponse16sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="fileSource" type=" AccessDeviceEnhancedConfigurationMode "/>
<xs:element name="configurationFileName" type=" AccessDeviceEnhancedConfigurationFileName " 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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderAdminGetPolicyRequest18

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderAdminGetPolicyRequest18
Abstract no
Documentation Requests the service provider administrator's policy settings. The response is either ServiceProviderAdminGetPolicyResponse18 or ErrorResponse.
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="ServiceProviderAdminGetPolicyRequest18">
<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: ServiceProviderAdminGetPolicyResponse18

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderAdminGetPolicyResponse18
Abstract no
Documentation Response to ServiceProviderAdminGetPolicyRequest18. Contains the policy settings for the service provider administrator. The networkPolicyAccess and numberActivationAccess are returned only for the enterprise administrator. The following elements are only used in AS data mode: dialableCallerIDAccess
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<profileAccess> ServiceProviderAdminProfileAccess </profileAccess> [1]
<groupAccess> ServiceProviderAdminGroupAccess </groupAccess> [1]
<userAccess> ServiceProviderAdminUserAccess </userAccess> [1]
<adminAccess> ServiceProviderAdminAdminAccess </adminAccess> [1]
<departmentAccess> ServiceProviderAdminDepartmentAccess </departmentAccess> [1]
<accessDeviceAccess> ServiceProviderAdminAccessDeviceAccess </accessDeviceAccess> [1]
<phoneNumberExtensionAccess> ServiceProviderAdminPhoneNumberExtensionAccess </phoneNumberExtensionAccess> [1]
<callingLineIdNumberAccess> ServiceProviderAdminCallingLineIdNumberAccess </callingLineIdNumberAccess> [1]
<serviceAccess> ServiceProviderAdminServiceAccess </serviceAccess> [1]
<servicePackAccess> ServiceProviderAdminServicePackAccess </servicePackAccess> [1]
<sessionAdmissionControlAccess> ServiceProviderAdminSessionAdmissionControlAccess </sessionAdmissionControlAccess> [1]
<webBrandingAccess> ServiceProviderAdminWebBrandingAccess </webBrandingAccess> [1]
<officeZoneAccess> ServiceProviderAdminOfficeZoneAccess </officeZoneAccess> [1]
<communicationBarringAccess> ServiceProviderAdminCommunicationBarringAccess </communicationBarringAccess> [1]
<networkPolicyAccess> EnterpriseAdminNetworkPolicyAccess </networkPolicyAccess> [0..1]
<numberActivationAccess> EnterpriseAdminNumberActivationAccess </numberActivationAccess> [0..1]
<dialableCallerIDAccess> ServiceProviderAdminDialableCallerIDAccess </dialableCallerIDAccess> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderAdminGetPolicyResponse18">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="profileAccess" type=" ServiceProviderAdminProfileAccess "/>
<xs:element name="groupAccess" type=" ServiceProviderAdminGroupAccess "/>
<xs:element name="userAccess" type=" ServiceProviderAdminUserAccess "/>
<xs:element name="adminAccess" type=" ServiceProviderAdminAdminAccess "/>
<xs:element name="departmentAccess" type=" ServiceProviderAdminDepartmentAccess "/>
<xs:element name="accessDeviceAccess" type=" ServiceProviderAdminAccessDeviceAccess "/>
<xs:element name="phoneNumberExtensionAccess" type=" ServiceProviderAdminPhoneNumberExtensionAccess "/>
<xs:element name="callingLineIdNumberAccess" type=" ServiceProviderAdminCallingLineIdNumberAccess "/>
<xs:element name="serviceAccess" type=" ServiceProviderAdminServiceAccess "/>
<xs:element name="servicePackAccess" type=" ServiceProviderAdminServicePackAccess "/>
<xs:element name="sessionAdmissionControlAccess" type=" ServiceProviderAdminSessionAdmissionControlAccess "/>
<xs:element name="webBrandingAccess" type=" ServiceProviderAdminWebBrandingAccess "/>
<xs:element name="officeZoneAccess" type=" ServiceProviderAdminOfficeZoneAccess "/>
<xs:element name="communicationBarringAccess" type=" ServiceProviderAdminCommunicationBarringAccess "/>
<xs:element name="networkPolicyAccess" type=" EnterpriseAdminNetworkPolicyAccess " minOccurs="0"/>
<xs:element name="numberActivationAccess" type=" EnterpriseAdminNumberActivationAccess " minOccurs="0"/>
<xs:element name="dialableCallerIDAccess" type=" ServiceProviderAdminDialableCallerIDAccess "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderBroadWorksMobilityGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderBroadWorksMobilityGetRequest
Abstract no
Documentation Get the service provider BroadWorks Mobility service settings. The response is either a ServiceProviderBroadWorksMobilityGetResponse or an ErrorResponse. Replaced by: ServiceProviderBroadWorksMobilityGetRequest19sp1
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]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderBroadWorksMobilityGetRequest">
<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: ServiceProviderBroadWorksMobilityGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderBroadWorksMobilityGetResponse
Abstract no
Documentation The response to a ServiceProviderBroadWorksMobilityGetRequest.
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. -->
<useSettingLevel> BroadWorksMobilityServiceProviderSettingLevel </useSettingLevel> [1]
<enableLocationServices> xs:boolean </enableLocationServices> [1]
<enableMSRNLookup> xs:boolean </enableMSRNLookup> [1]
<enableMobileStateChecking> xs:boolean </enableMobileStateChecking> [1]
<denyCallOriginations> xs:boolean </denyCallOriginations> [1]
<denyCallTerminations> xs:boolean </denyCallTerminations> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderBroadWorksMobilityGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useSettingLevel" type=" BroadWorksMobilityServiceProviderSettingLevel "/>
<xs:element name="enableLocationServices" type=" xs:boolean "/>
<xs:element name="enableMSRNLookup" type=" xs:boolean "/>
<xs:element name="enableMobileStateChecking" type=" xs:boolean "/>
<xs:element name="denyCallOriginations" type=" xs:boolean "/>
<xs:element name="denyCallTerminations" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderCallProcessingGetPolicyRequest17sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderCallProcessingGetPolicyRequest17sp4
Abstract no
Documentation Request the service provider level data associated with Call Processing Policy. The response is either a ServiceProviderCallProcessingGetPolicyResponse17sp4 or an ErrorResponse. Replaced By : ServiceProviderCallProcessingGetPolicyRequest18sp1
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="ServiceProviderCallProcessingGetPolicyRequest17sp4">
<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: ServiceProviderCallProcessingGetPolicyRequest18sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderCallProcessingGetPolicyRequest18sp1
Abstract no
Documentation Request the service provider level data associated with Call Processing Policy. The response is either a ServiceProviderCallProcessingGetPolicyResponse18sp1 or an ErrorResponse. Replaced by: ServiceProviderCallProcessingGetPolicyRequest19sp1
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]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderCallProcessingGetPolicyRequest18sp1">
<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: ServiceProviderCallProcessingGetPolicyResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderCallProcessingGetPolicyResponse17sp4
Abstract no
Documentation Response to ServiceProviderCallProcessingGetPolicyRequest17sp4. The following elements are only used in AS data mode: useServiceProviderDCLIDSetting enableDialableCallerID allowConfigurableCLIDForRedirectingIdentity
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useServiceProviderDCLIDSetting> xs:boolean </useServiceProviderDCLIDSetting> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<useSettingLevel> ServiceProviderConferenceURISettingLevel </useSettingLevel> [1]
<conferenceURI> SIPURI </conferenceURI> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls </maxConcurrentRedirectedCalls> [1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth </maxFindMeFollowMeDepth> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth </maxRedirectionDepth> [1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations </maxConcurrentFindMeFollowMeInvocations> [1]
<clidPolicy> CLIDPolicy </clidPolicy> [1]
<emergencyClidPolicy> CLIDPolicy </emergencyClidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderCallProcessingGetPolicyResponse17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useServiceProviderDCLIDSetting" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes "/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection "/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="useSettingLevel" type=" ServiceProviderConferenceURISettingLevel "/>
<xs:element name="conferenceURI" type=" SIPURI " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth "/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean "/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations "/>
<xs:element name="clidPolicy" type=" CLIDPolicy "/>
<xs:element name="emergencyClidPolicy" type=" CLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderCallProcessingGetPolicyResponse18sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderCallProcessingGetPolicyResponse18sp1
Abstract no
Documentation Response to ServiceProviderCallProcessingGetPolicyRequest18sp1. The following elements are only used in AS data mode: useServiceProviderDCLIDSetting enableDialableCallerID allowConfigurableCLIDForRedirectingIdentity enterpriseCallsCLIDPolicy groupCallsCLIDPolicy Replaced by: ServiceProviderCallProcessingGetPolicyResponse19sp1
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. -->
<useServiceProviderDCLIDSetting> xs:boolean </useServiceProviderDCLIDSetting> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<useSettingLevel> ServiceProviderConferenceURISettingLevel </useSettingLevel> [1]
<conferenceURI> SIPURI </conferenceURI> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls </maxConcurrentRedirectedCalls> [1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth </maxFindMeFollowMeDepth> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth </maxRedirectionDepth> [1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations </maxConcurrentFindMeFollowMeInvocations> [1]
<clidPolicy> CLIDPolicy </clidPolicy> [1]
<emergencyClidPolicy> CLIDPolicy </emergencyClidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<groupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </groupCallsCLIDPolicy> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderCallProcessingGetPolicyResponse18sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useServiceProviderDCLIDSetting" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes "/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection "/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="useSettingLevel" type=" ServiceProviderConferenceURISettingLevel "/>
<xs:element name="conferenceURI" type=" SIPURI " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth "/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean "/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations "/>
<xs:element name="clidPolicy" type=" CLIDPolicy "/>
<xs:element name="emergencyClidPolicy" type=" CLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="groupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderCommunicationBarringProfileAddRequest17sp3

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderCommunicationBarringProfileAddRequest17sp3
Abstract no
Documentation Add a new Communication Barring Profile. The priorities for OriginatingRules, RedirectingRules, CallMeNowRules and IncomingRules are requantized to consecutive integers as part of the add. The response is either a SuccessResponse or an ErrorResponse. The following elements are only used in AS data mode: callMeNowDefaultAction, use value "Block" in HSS data mode callMeNowDefaultCallTimeout callMeNowRule
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<description> CommunicationBarringProfileDescription </description> [0..1]
<originatingDefaultAction> CommunicationBarringOriginatingAction </originatingDefaultAction> [1]
<originatingDefaultTreatmentId> TreatmentId </originatingDefaultTreatmentId> [0..1]
<originatingDefaultTransferNumber> OutgoingDN </originatingDefaultTransferNumber> [0..1]
<originatingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </originatingDefaultCallTimeout> [0..1]
<originatingRule> ServiceProviderCommunicationBarringHierarchicalOriginatingRule </originatingRule> [0..*]
<redirectingDefaultAction> CommunicationBarringRedirectingAction </redirectingDefaultAction> [1]
<redirectingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </redirectingDefaultCallTimeout> [0..1]
<redirectingRule> ServiceProviderCommunicationBarringHierarchicalRedirectingRule </redirectingRule> [0..*]
<callMeNowDefaultAction> CommunicationBarringCallMeNowAction </callMeNowDefaultAction> [1]
<callMeNowDefaultCallTimeout> CommunicationBarringTimeoutSeconds </callMeNowDefaultCallTimeout> [0..1]
<callMeNowRule> ServiceProviderCommunicationBarringHierarchicalCallMeNowRule </callMeNowRule> [0..*]
<incomingDefaultAction> CommunicationBarringIncomingAction </incomingDefaultAction> [1]
<incomingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </incomingDefaultCallTimeout> [0..1]
<incomingRule> CommunicationBarringIncomingRule </incomingRule> [0..*]
<becomeDefault> xs:boolean </becomeDefault> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderCommunicationBarringProfileAddRequest17sp3">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="name" type=" CommunicationBarringProfileName "/>
<xs:element name="description" type=" CommunicationBarringProfileDescription " minOccurs="0"/>
<xs:element name="originatingDefaultAction" type=" CommunicationBarringOriginatingAction "/>
<xs:element name="originatingDefaultTreatmentId" type=" TreatmentId " minOccurs="0"/>
<xs:element name="originatingDefaultTransferNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="originatingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="originatingRule" type=" ServiceProviderCommunicationBarringHierarchicalOriginatingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="redirectingDefaultAction" type=" CommunicationBarringRedirectingAction "/>
<xs:element name="redirectingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="redirectingRule" type=" ServiceProviderCommunicationBarringHierarchicalRedirectingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="callMeNowDefaultAction" type=" CommunicationBarringCallMeNowAction "/>
<xs:element name="callMeNowDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="callMeNowRule" type=" ServiceProviderCommunicationBarringHierarchicalCallMeNowRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="incomingDefaultAction" type=" CommunicationBarringIncomingAction "/>
<xs:element name="incomingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="incomingRule" type=" CommunicationBarringIncomingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="becomeDefault" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderCommunicationBarringProfileGetRequest17sp3

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderCommunicationBarringProfileGetRequest17sp3
Abstract no
Documentation Get an existing Communication Barring Profile. The response is either a ServiceProviderCommunicationBarringProfileGetResponse17sp3 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]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderCommunicationBarringProfileGetRequest17sp3">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="name" type=" CommunicationBarringProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderCommunicationBarringProfileGetResponse17sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderCommunicationBarringProfileGetResponse17sp3
Abstract no
Documentation Response to the ServiceProviderCommunicationBarringProfileGetRequest17sp3. The response contains the Communication Barring Profile information. The incoming, originating, redirecting and call me now rules are returned in ascending priority order. The following elements are only used in AS data mode: callMeNowDefaultAction callMeNowDefaultCallTimeout callMeNowRule
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<description> CommunicationBarringProfileDescription </description> [0..1]
<originatingDefaultAction> CommunicationBarringOriginatingAction </originatingDefaultAction> [1]
<originatingDefaultTreatmentId> TreatmentId </originatingDefaultTreatmentId> [0..1]
<originatingDefaultTransferNumber> OutgoingDN </originatingDefaultTransferNumber> [0..1]
<originatingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </originatingDefaultCallTimeout> [0..1]
<originatingRule> ServiceProviderCommunicationBarringHierarchicalOriginatingRule </originatingRule> [0..*]
<redirectingDefaultAction> CommunicationBarringRedirectingAction </redirectingDefaultAction> [1]
<redirectingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </redirectingDefaultCallTimeout> [0..1]
<redirectingRule> ServiceProviderCommunicationBarringHierarchicalRedirectingRule </redirectingRule> [0..*]
<callMeNowDefaultAction> CommunicationBarringCallMeNowAction </callMeNowDefaultAction> [1]
<callMeNowDefaultCallTimeout> CommunicationBarringTimeoutSeconds </callMeNowDefaultCallTimeout> [0..1]
<callMeNowRule> ServiceProviderCommunicationBarringHierarchicalCallMeNowRule </callMeNowRule> [0..*]
<incomingDefaultAction> CommunicationBarringIncomingAction </incomingDefaultAction> [1]
<incomingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </incomingDefaultCallTimeout> [0..1]
<incomingRule> CommunicationBarringIncomingRule </incomingRule> [0..*]
<isDefault> xs:boolean </isDefault> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderCommunicationBarringProfileGetResponse17sp3">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="description" type=" CommunicationBarringProfileDescription " minOccurs="0"/>
<xs:element name="originatingDefaultAction" type=" CommunicationBarringOriginatingAction "/>
<xs:element name="originatingDefaultTreatmentId" type=" TreatmentId " minOccurs="0"/>
<xs:element name="originatingDefaultTransferNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="originatingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="originatingRule" type=" ServiceProviderCommunicationBarringHierarchicalOriginatingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="redirectingDefaultAction" type=" CommunicationBarringRedirectingAction "/>
<xs:element name="redirectingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="redirectingRule" type=" ServiceProviderCommunicationBarringHierarchicalRedirectingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="callMeNowDefaultAction" type=" CommunicationBarringCallMeNowAction "/>
<xs:element name="callMeNowDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="callMeNowRule" type=" ServiceProviderCommunicationBarringHierarchicalCallMeNowRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="incomingDefaultAction" type=" CommunicationBarringIncomingAction "/>
<xs:element name="incomingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="incomingRule" type=" CommunicationBarringIncomingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="isDefault" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderFeatureAccessCodeGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderFeatureAccessCodeGetListRequest
Abstract no
Documentation Get the list of feature access codes for a service provider or enterprise. The response is either a ServiceProviderFeatureAccessCodeGetListResponse 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]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderFeatureAccessCodeGetListRequest">
<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: ServiceProviderFeatureAccessCodeGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderFeatureAccessCodeGetListResponse
Abstract no
Documentation Response to the ServiceProviderFeatureAccessCodeGetListRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<featureAccessCode> FeatureAccessCodeEntry </featureAccessCode> [0..*]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderFeatureAccessCodeGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="featureAccessCode" type=" FeatureAccessCodeEntry " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderFeatureAccessCodeModifyListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderFeatureAccessCodeModifyListRequest
Abstract no
Documentation Modify a list of feature access codes for a service provider or enterprise. 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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<featureAccessCode> FeatureAccessCodeEntry </featureAccessCode> [0..*]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderFeatureAccessCodeModifyListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="featureAccessCode" type=" FeatureAccessCodeEntry " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceFileGetRequest16sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceFileGetRequest16sp1
Abstract no
Documentation Request to get a device profile file. The response is either SystemAccessDeviceFileGetResponse16sp1 or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceName> AccessDeviceName </deviceName> [1]
<fileFormat> DeviceManagementFileFormat </fileFormat> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceFileGetRequest16sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceName" type=" AccessDeviceName "/>
<xs:element name="fileFormat" type=" DeviceManagementFileFormat "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceFileGetResponse16sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceFileGetResponse16sp1
Abstract no
Documentation Response to SystemAccessDeviceFileGetRequest16sp1.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<fileSource> AccessDeviceEnhancedConfigurationMode </fileSource> [1]
<configurationFileName> AccessDeviceEnhancedConfigurationFileName </configurationFileName> [0..1]
<accessUrl> URL </accessUrl> [1]
<repositoryUrl> URL </repositoryUrl> [0..1]
<templateUrl> URL </templateUrl> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceFileGetResponse16sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="fileSource" type=" AccessDeviceEnhancedConfigurationMode "/>
<xs:element name="configurationFileName" type=" AccessDeviceEnhancedConfigurationFileName " 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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityGetRequest17sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityGetRequest17sp4
Abstract no
Documentation Get the broadworks mobility system parameters. The response is either a SystemBroadWorksMobilityGetResponse17sp4 or an ErrorResponse. Replaced by: SystemBroadWorksMobilityGetRequest19sp1
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="SystemBroadWorksMobilityGetRequest17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityGetResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityGetResponse17sp4
Abstract no
Documentation The response to a SystemBroadWorksMobilityGetRequest17sp4.
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. -->
<enableLocationServices> xs:boolean </enableLocationServices> [1]
<enableMSRNLookup> xs:boolean </enableMSRNLookup> [1]
<enableMobileStateChecking> xs:boolean </enableMobileStateChecking> [1]
<denyCallOriginations> xs:boolean </denyCallOriginations> [1]
<denyCallTerminations> xs:boolean </denyCallTerminations> [1]
<imrnTimeoutMillisecnds> IMRNTimeoutMilliseconds </imrnTimeoutMillisecnds> [1]
<scfSignalingNetAddress> NetAddress </scfSignalingNetAddress> [0..1]
<scfSignalingPort> Port </scfSignalingPort> [0..1]
<refreshPeriodSeconds> SCFRefreshPeriodSeconds </refreshPeriodSeconds> [1]
<maxConsecutiveFailures> SCFMaxConsecutiveFailures </maxConsecutiveFailures> [1]
<maxResponseWaitTimeMilliseconds> SCFMaxResponseWaitTimeMilliseconds </maxResponseWaitTimeMilliseconds> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobilityGetResponse17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="enableLocationServices" type=" xs:boolean "/>
<xs:element name="enableMSRNLookup" type=" xs:boolean "/>
<xs:element name="enableMobileStateChecking" type=" xs:boolean "/>
<xs:element name="denyCallOriginations" type=" xs:boolean "/>
<xs:element name="denyCallTerminations" type=" xs:boolean "/>
<xs:element name="imrnTimeoutMillisecnds" type=" IMRNTimeoutMilliseconds "/>
<xs:element name="scfSignalingNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="scfSignalingPort" type=" Port " minOccurs="0"/>
<xs:element name="refreshPeriodSeconds" type=" SCFRefreshPeriodSeconds "/>
<xs:element name="maxConsecutiveFailures" type=" SCFMaxConsecutiveFailures "/>
<xs:element name="maxResponseWaitTimeMilliseconds" type=" SCFMaxResponseWaitTimeMilliseconds "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallingNameRetrievalGetRequest17sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallingNameRetrievalGetRequest17sp4
Abstract no
Documentation Request the system's calling name retrieval attributes. The response is either a SystemCallingNameRetrievalGetResponse17sp4 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="SystemCallingNameRetrievalGetRequest17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallingNameRetrievalGetResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallingNameRetrievalGetResponse17sp4
Abstract no
Documentation Response to SystemCallingNameRetrievalGetRequest17sp4.
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. -->
<triggerCNAMQueriesForAllNetworkCalls> xs:boolean </triggerCNAMQueriesForAllNetworkCalls> [1]
<triggerCNAMQueriesForGroupAndEnterpriseCalls> xs:boolean </triggerCNAMQueriesForGroupAndEnterpriseCalls> [1]
<queryProtocol> CallingNameRetrievalQueryProtocol </queryProtocol> [1]
<queryTimeoutMilliseconds> CallingNameRetrievalQueryTimeoutMilliseconds </queryTimeoutMilliseconds> [1]
<sipExternalDatabaseNetAddress> NetAddress </sipExternalDatabaseNetAddress> [0..1]
<sipExternalDatabasePort> Port1025 </sipExternalDatabasePort> [0..1]
<sipExternalDatabaseTransport> TransportProtocol </sipExternalDatabaseTransport> [1]
<soapExternalDatabaseNetAddress> NetAddress </soapExternalDatabaseNetAddress> [0..1]
<soapSupportsDNSSRV> xs:boolean </soapSupportsDNSSRV> [1]
<callingNameSource> CallingNameRetrievalSourceIdentity </callingNameSource> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallingNameRetrievalGetResponse17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="triggerCNAMQueriesForAllNetworkCalls" type=" xs:boolean "/>
<xs:element name="triggerCNAMQueriesForGroupAndEnterpriseCalls" type=" xs:boolean "/>
<xs:element name="queryProtocol" type=" CallingNameRetrievalQueryProtocol "/>
<xs:element name="queryTimeoutMilliseconds" type=" CallingNameRetrievalQueryTimeoutMilliseconds "/>
<xs:element name="sipExternalDatabaseNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="sipExternalDatabasePort" type=" Port1025 " minOccurs="0"/>
<xs:element name="sipExternalDatabaseTransport" type=" TransportProtocol "/>
<xs:element name="soapExternalDatabaseNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="soapSupportsDNSSRV" type=" xs:boolean "/>
<xs:element name="callingNameSource" type=" CallingNameRetrievalSourceIdentity "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallingNameRetrievalModifyRequest16sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallingNameRetrievalModifyRequest16sp1
Abstract no
Documentation Modifies the system's calling name retrieval attributes. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<triggerCNAMQueriesForAllNetworkCalls> xs:boolean </triggerCNAMQueriesForAllNetworkCalls> [0..1]
<triggerCNAMQueriesForGroupAndEnterpriseCalls> xs:boolean </triggerCNAMQueriesForGroupAndEnterpriseCalls> [0..1]
<queryProtocol> CallingNameRetrievalQueryProtocol </queryProtocol> [0..1]
<queryTimeoutMilliseconds> CallingNameRetrievalQueryTimeoutMilliseconds </queryTimeoutMilliseconds> [0..1]
<sipExternalDatabaseNetAddress> NetAddress </sipExternalDatabaseNetAddress> [0..1]
<sipExternalDatabasePort> Port1025 </sipExternalDatabasePort> [0..1]
<sipExternalDatabaseTransport> TransportProtocol </sipExternalDatabaseTransport> [0..1]
<soapExternalDatabaseNetAddress> NetAddress </soapExternalDatabaseNetAddress> [0..1]
<soapSupportsDNSSRV> xs:boolean </soapSupportsDNSSRV> [0..1]
<callingNameSource> CallingNameRetrievalSourceIdentity </callingNameSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallingNameRetrievalModifyRequest16sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="triggerCNAMQueriesForAllNetworkCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="triggerCNAMQueriesForGroupAndEnterpriseCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="queryProtocol" type=" CallingNameRetrievalQueryProtocol " minOccurs="0"/>
<xs:element name="queryTimeoutMilliseconds" type=" CallingNameRetrievalQueryTimeoutMilliseconds " minOccurs="0"/>
<xs:element name="sipExternalDatabaseNetAddress" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="sipExternalDatabasePort" type=" Port1025 " nillable="true" minOccurs="0"/>
<xs:element name="sipExternalDatabaseTransport" type=" TransportProtocol " minOccurs="0"/>
<xs:element name="soapExternalDatabaseNetAddress" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="soapSupportsDNSSRV" type=" xs:boolean " minOccurs="0"/>
<xs:element name="callingNameSource" type=" CallingNameRetrievalSourceIdentity " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingGetPolicyRequest17sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingGetPolicyRequest17sp4
Abstract no
Documentation The response is either a SystemCallProcessingGetPolicyResponse17sp4 or an ErrorResponse. Replaced By : SystemCallProcessingGetPolicyRequest18sp1
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="SystemCallProcessingGetPolicyRequest17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingGetPolicyRequest18sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingGetPolicyRequest18sp1
Abstract no
Documentation The response is either a SystemCallProcessingGetPolicyResponse18sp1 or an ErrorResponse. Replaced by: SystemCallProcessingGetPolicyRequest19sp1
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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingGetPolicyRequest18sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingGetPolicyResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingGetPolicyResponse17sp4
Abstract no
Documentation Response to SystemCallProcessingGetPolicyRequest17sp4. The following elements are only used in AS data mode: enableDialableCallerID allowConfigurableCLIDForRedirectingIdentity
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<conferenceURI> SIPURI </conferenceURI> [0..1]
<maxConferenceParties> CallProcessingMaxConferenceParties </maxConferenceParties> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls </maxConcurrentRedirectedCalls> [1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth </maxFindMeFollowMeDepth> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth </maxRedirectionDepth> [1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations </maxConcurrentFindMeFollowMeInvocations> [1]
<clidPolicy> CLIDPolicy </clidPolicy> [1]
<emergencyClidPolicy> CLIDPolicy </emergencyClidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingGetPolicyResponse17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes "/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection "/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="conferenceURI" type=" SIPURI " minOccurs="0"/>
<xs:element name="maxConferenceParties" type=" CallProcessingMaxConferenceParties "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth "/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean "/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations "/>
<xs:element name="clidPolicy" type=" CLIDPolicy "/>
<xs:element name="emergencyClidPolicy" type=" CLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingGetPolicyResponse18sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingGetPolicyResponse18sp1
Abstract no
Documentation Response to SystemCallProcessingGetPolicyRequest18sp1. The following elements are only used in AS data mode: enableDialableCallerID allowConfigurableCLIDForRedirectingIdentity enterpriseCallsCLIDPolicy enterpriseGroupCallsCLIDPolicy serviceProviderGroupCallsCLIDPolicy Replaced by: SystemCallProcessingGetPolicyResponse19sp1
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. -->
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<conferenceURI> SIPURI </conferenceURI> [0..1]
<maxConferenceParties> CallProcessingMaxConferenceParties </maxConferenceParties> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls </maxConcurrentRedirectedCalls> [1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth </maxFindMeFollowMeDepth> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth </maxRedirectionDepth> [1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations </maxConcurrentFindMeFollowMeInvocations> [1]
<clidPolicy> CLIDPolicy </clidPolicy> [1]
<emergencyClidPolicy> CLIDPolicy </emergencyClidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingGetPolicyResponse18sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes "/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection "/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="conferenceURI" type=" SIPURI " minOccurs="0"/>
<xs:element name="maxConferenceParties" type=" CallProcessingMaxConferenceParties "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth "/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean "/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations "/>
<xs:element name="clidPolicy" type=" CLIDPolicy "/>
<xs:element name="emergencyClidPolicy" type=" CLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileAddRequest
Abstract no
Documentation Add a call processing policy profile to system. The response is either a SuccessResponse or an ErrorResponse. Replaced by SystemCallProcessingPolicyProfileAddRequest20.
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. -->
<description> CallProcessingPolicyProfileDescription </description> [0..1]
<assignedSubscriberType> CallProcessingPolicyProfileSubscriberType </assignedSubscriberType> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CallProcessingPolicyProfileName "/>
<xs:element name="description" type=" CallProcessingPolicyProfileDescription " minOccurs="0"/>
<xs:element name="assignedSubscriberType" type=" CallProcessingPolicyProfileSubscriberType " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileGetRequest
Abstract no
Documentation Request to get a call processing policy profile in system. The response is either a SystemCallProcessingPolicyProfileGetResponse or an ErrorResponse. Replaced by SystemCallProcessingPolicyProfileGetRequest20.
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="SystemCallProcessingPolicyProfileGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CallProcessingPolicyProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileGetResponse
Abstract no
Documentation Response to a SystemCallProcessingPolicyProfileGetRequest.
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. -->
<description> CallProcessingPolicyProfileDescription </description> [0..1]
<assignedSubscriberType> CallProcessingPolicyProfileSubscriberType </assignedSubscriberType> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="description" type=" CallProcessingPolicyProfileDescription " minOccurs="0"/>
<xs:element name="assignedSubscriberType" type=" CallProcessingPolicyProfileSubscriberType " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileModifyRequest
Abstract no
Documentation Modify a call processing policy profile in system. The response is either a SuccessResponse or an ErrorResponse. Replaced by SystemCallProcessingPolicyProfileModifyRequest20.
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. -->
<newName> CallProcessingPolicyProfileName </newName> [0..1]
<description> CallProcessingPolicyProfileDescription </description> [0..1]
<assignedSubscriberTypeList> ReplacementCallProcessingPolicyProfileSubscriberTypeList </assignedSubscriberTypeList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CallProcessingPolicyProfileName "/>
<xs:element name="newName" type=" CallProcessingPolicyProfileName " minOccurs="0"/>
<xs:element name="description" type=" CallProcessingPolicyProfileDescription " nillable="true" minOccurs="0"/>
<xs:element name="assignedSubscriberTypeList" type=" ReplacementCallProcessingPolicyProfileSubscriberTypeList " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallRecordingAddPlatformRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallRecordingAddPlatformRequest19
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]
<schemaVersion> CallRecordingPlatformSchemaVersion </schemaVersion> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallRecordingAddPlatformRequest19">
<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:element name="schemaVersion" type=" CallRecordingPlatformSchemaVersion "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringCriteriaGetRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringCriteriaGetRequest17
Abstract no
Documentation Get an existing Communication Barring Criteria. The response is either a SystemCommunicationBarringCriteriaGetResponse17 or an ErrorResponse.
Application Data
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="SystemCommunicationBarringCriteriaGetRequest17">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringCriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringCriteriaGetResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringCriteriaGetResponse17
Abstract no
Documentation Response to the SystemCommunicationBarringCriteriaGetRequest17. The response contains the Communication Barring Criteria information.
Application Data
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<description> CommunicationBarringCriteriaDescription </description> [0..1]
<matchCallType> CommunicationBarringCallType </matchCallType> [0..*]
<matchAlternateCallIndicator> CommunicationBarringAlternateCallIndicator </matchAlternateCallIndicator> [0..*]
<matchVirtualOnNetCallType> VirtualOnNetCallTypeName </matchVirtualOnNetCallType> [0..*]
<matchPublicNetwork> xs:boolean </matchPublicNetwork> [1]
<matchPrivateNetwork> xs:boolean </matchPrivateNetwork> [1]
<matchLocalCategory> xs:boolean </matchLocalCategory> [1]
<matchNationalCategory> xs:boolean </matchNationalCategory> [1]
<matchInterlataCategory> xs:boolean </matchInterlataCategory> [1]
<matchIntralataCategory> xs:boolean </matchIntralataCategory> [1]
<matchInternationalCategory> xs:boolean </matchInternationalCategory> [1]
<matchPrivateCategory> xs:boolean </matchPrivateCategory> [1]
<matchEmergencyCategory> xs:boolean </matchEmergencyCategory> [1]
<matchOtherCategory> xs:boolean </matchOtherCategory> [1]
<matchInterNetwork> xs:boolean </matchInterNetwork> [1]
<matchInterHostingNE> xs:boolean </matchInterHostingNE> [1]
<matchInterAS> xs:boolean </matchInterAS> [1]
<matchIntraAS> xs:boolean </matchIntraAS> [1]
<matchChargeCalls> xs:boolean </matchChargeCalls> [1]
<matchNoChargeCalls> xs:boolean </matchNoChargeCalls> [1]
<matchGroupCalls> xs:boolean </matchGroupCalls> [1]
<matchEnterpriseCalls> xs:boolean </matchEnterpriseCalls> [1]
<matchNetworkCalls> xs:boolean </matchNetworkCalls> [1]
<matchNetworkURLCalls> xs:boolean </matchNetworkURLCalls> [1]
<matchRepairCalls> xs:boolean </matchRepairCalls> [1]
<matchEmergencyCalls> xs:boolean </matchEmergencyCalls> [1]
<matchInternalCalls> xs:boolean </matchInternalCalls> [1]
<matchLocation> LocationCriteria </matchLocation> [1]
<matchRoaming> RoamingCriteria </matchRoaming> [1]
<timeSchedule> ScheduleName </timeSchedule> [0..1]
<holidaySchedule> ScheduleName </holidaySchedule> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringCriteriaGetResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="description" type=" CommunicationBarringCriteriaDescription " minOccurs="0"/>
<xs:element name="matchCallType" type=" CommunicationBarringCallType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="matchAlternateCallIndicator" type=" CommunicationBarringAlternateCallIndicator " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="matchVirtualOnNetCallType" type=" VirtualOnNetCallTypeName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="matchPublicNetwork" type=" xs:boolean "/>
<xs:element name="matchPrivateNetwork" type=" xs:boolean "/>
<xs:element name="matchLocalCategory" type=" xs:boolean "/>
<xs:element name="matchNationalCategory" type=" xs:boolean "/>
<xs:element name="matchInterlataCategory" type=" xs:boolean "/>
<xs:element name="matchIntralataCategory" type=" xs:boolean "/>
<xs:element name="matchInternationalCategory" type=" xs:boolean "/>
<xs:element name="matchPrivateCategory" type=" xs:boolean "/>
<xs:element name="matchEmergencyCategory" type=" xs:boolean "/>
<xs:element name="matchOtherCategory" type=" xs:boolean "/>
<xs:element name="matchInterNetwork" type=" xs:boolean "/>
<xs:element name="matchInterHostingNE" type=" xs:boolean "/>
<xs:element name="matchInterAS" type=" xs:boolean "/>
<xs:element name="matchIntraAS" type=" xs:boolean "/>
<xs:element name="matchChargeCalls" type=" xs:boolean "/>
<xs:element name="matchNoChargeCalls" type=" xs:boolean "/>
<xs:element name="matchGroupCalls" type=" xs:boolean "/>
<xs:element name="matchEnterpriseCalls" type=" xs:boolean "/>
<xs:element name="matchNetworkCalls" type=" xs:boolean "/>
<xs:element name="matchNetworkURLCalls" type=" xs:boolean "/>
<xs:element name="matchRepairCalls" type=" xs:boolean "/>
<xs:element name="matchEmergencyCalls" type=" xs:boolean "/>
<xs:element name="matchInternalCalls" type=" xs:boolean "/>
<xs:element name="matchLocation" type=" LocationCriteria "/>
<xs:element name="matchRoaming" type=" RoamingCriteria "/>
<xs:element name="timeSchedule" type=" ScheduleName " minOccurs="0"/>
<xs:element name="holidaySchedule" type=" ScheduleName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringProfileAddRequest17sp3

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileAddRequest17sp3
Abstract no
Documentation Add a new Communication Barring Profile. The priorities for IncomingRules are requantized to consecutive integers as part of the add. The response is either a SuccessResponse or an ErrorResponse. The following elements are only used in AS data mode: callMeNowDefaultAction, use value "Block" in HSS data mode callMeNowDefaultCallTimeout callMeNowRule
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<description> CommunicationBarringProfileDescription </description> [0..1]
<originatingDefaultAction> CommunicationBarringOriginatingAction </originatingDefaultAction> [1]
<originatingDefaultTreatmentId> TreatmentId </originatingDefaultTreatmentId> [0..1]
<originatingDefaultTransferNumber> OutgoingDN </originatingDefaultTransferNumber> [0..1]
<originatingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </originatingDefaultCallTimeout> [0..1]
<originatingRule> CommunicationBarringOriginatingRule </originatingRule> [0..*]
<redirectingDefaultAction> CommunicationBarringRedirectingAction </redirectingDefaultAction> [1]
<redirectingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </redirectingDefaultCallTimeout> [0..1]
<redirectingRule> CommunicationBarringRedirectingRule </redirectingRule> [0..*]
<incomingDefaultAction> CommunicationBarringIncomingAction </incomingDefaultAction> [1]
<incomingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </incomingDefaultCallTimeout> [0..1]
<incomingRule> CommunicationBarringIncomingRule </incomingRule> [0..*]
<callMeNowDefaultAction> CommunicationBarringCallMeNowAction </callMeNowDefaultAction> [1]
<callMeNowDefaultCallTimeout> CommunicationBarringTimeoutSeconds </callMeNowDefaultCallTimeout> [0..1]
<callMeNowRule> CommunicationBarringCallMeNowRule </callMeNowRule> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringProfileAddRequest17sp3">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringProfileName "/>
<xs:element name="description" type=" CommunicationBarringProfileDescription " minOccurs="0"/>
<xs:element name="originatingDefaultAction" type=" CommunicationBarringOriginatingAction "/>
<xs:element name="originatingDefaultTreatmentId" type=" TreatmentId " minOccurs="0"/>
<xs:element name="originatingDefaultTransferNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="originatingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="originatingRule" type=" CommunicationBarringOriginatingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="redirectingDefaultAction" type=" CommunicationBarringRedirectingAction "/>
<xs:element name="redirectingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="redirectingRule" type=" CommunicationBarringRedirectingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="incomingDefaultAction" type=" CommunicationBarringIncomingAction "/>
<xs:element name="incomingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="incomingRule" type=" CommunicationBarringIncomingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="callMeNowDefaultAction" type=" CommunicationBarringCallMeNowAction "/>
<xs:element name="callMeNowDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="callMeNowRule" type=" CommunicationBarringCallMeNowRule " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringProfileGetRequest17sp3

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileGetRequest17sp3
Abstract no
Documentation Get an existing Communication Barring Profile. The response is either a SystemCommunicationBarringProfileGetResponse17sp3 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="SystemCommunicationBarringProfileGetRequest17sp3">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringProfileGetResponse17sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileGetResponse17sp3
Abstract no
Documentation Response to the SystemCommunicationBarringProfileGetRequest17sp3. The response contains the Communication Barring Profile information. The incoming rules are returned in ascending priority order. The following elements are only used in AS data mode: callMeNowDefaultAction callMeNowDefaultCallTimeout callMeNowRule
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<description> CommunicationBarringProfileDescription </description> [0..1]
<originatingDefaultAction> CommunicationBarringOriginatingAction </originatingDefaultAction> [1]
<originatingDefaultTreatmentId> TreatmentId </originatingDefaultTreatmentId> [0..1]
<originatingDefaultTransferNumber> OutgoingDN </originatingDefaultTransferNumber> [0..1]
<originatingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </originatingDefaultCallTimeout> [0..1]
<originatingRule> CommunicationBarringOriginatingRule </originatingRule> [0..*]
<redirectingDefaultAction> CommunicationBarringRedirectingAction </redirectingDefaultAction> [1]
<redirectingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </redirectingDefaultCallTimeout> [0..1]
<redirectingRule> CommunicationBarringRedirectingRule </redirectingRule> [0..*]
<incomingDefaultAction> CommunicationBarringIncomingAction </incomingDefaultAction> [1]
<incomingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </incomingDefaultCallTimeout> [0..1]
<incomingRule> CommunicationBarringIncomingRule </incomingRule> [0..*]
<callMeNowDefaultAction> CommunicationBarringCallMeNowAction </callMeNowDefaultAction> [1]
<callMeNowDefaultCallTimeout> CommunicationBarringTimeoutSeconds </callMeNowDefaultCallTimeout> [0..1]
<callMeNowRule> CommunicationBarringCallMeNowRule </callMeNowRule> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringProfileGetResponse17sp3">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="description" type=" CommunicationBarringProfileDescription " minOccurs="0"/>
<xs:element name="originatingDefaultAction" type=" CommunicationBarringOriginatingAction "/>
<xs:element name="originatingDefaultTreatmentId" type=" TreatmentId " minOccurs="0"/>
<xs:element name="originatingDefaultTransferNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="originatingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="originatingRule" type=" CommunicationBarringOriginatingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="redirectingDefaultAction" type=" CommunicationBarringRedirectingAction "/>
<xs:element name="redirectingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="redirectingRule" type=" CommunicationBarringRedirectingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="incomingDefaultAction" type=" CommunicationBarringIncomingAction "/>
<xs:element name="incomingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="incomingRule" type=" CommunicationBarringIncomingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="callMeNowDefaultAction" type=" CommunicationBarringCallMeNowAction "/>
<xs:element name="callMeNowDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="callMeNowRule" type=" CommunicationBarringCallMeNowRule " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCPEConfigParametersGetRequest14sp6

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCPEConfigParametersGetRequest14sp6
Abstract no
Documentation Request to get the list of CPE Config system parameters. The response is either SystemCPEConfigParametersGetResponse14sp6 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="SystemCPEConfigParametersGetRequest14sp6">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCPEConfigParametersGetResponse14sp6

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCPEConfigParametersGetResponse14sp6
Abstract no
Documentation Response to SystemCPEConfigParametersGetListRequest14sp6. Contains a list of system CPE Config parameters.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableIPDeviceManagement> xs:boolean </enableIPDeviceManagement> [1]
<ftpConnectTimeoutSeconds> DeviceManagementFTPConnectTimeoutSeconds </ftpConnectTimeoutSeconds> [1]
<ftpFileTransferTimeoutSeconds> DeviceManagementFTPFileTransferTimeoutSeconds </ftpFileTransferTimeoutSeconds> [1]
<pauseBetweenFileRebuildMilliseconds> DeviceManagementPauseBetweenFileRebuildMilliseconds </pauseBetweenFileRebuildMilliseconds> [1]
<maxBusyTimeMinutes> DeviceManagementMaxBusyTimeMinutes </maxBusyTimeMinutes> [1]
<deviceAccessAppServerClusterName> NetAddress </deviceAccessAppServerClusterName> [0..1]
Start Choice [1]
<fileRebuildImmediate> ... </fileRebuildImmediate> [1]
<fileRebuildDaily> [1]
<startHour> Hour </startHour> [1]
<startMinute> Minute </startMinute> [1]
</fileRebuildDaily>
<fileRebuildHourly> [1]
<startMinute> Minute </startMinute> [1]
</fileRebuildHourly>
End Choice
</...>
Schema Component Representation
<xs:complexType name="SystemCPEConfigParametersGetResponse14sp6">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="enableIPDeviceManagement" type=" xs:boolean "/>
<xs:element name="ftpConnectTimeoutSeconds" type=" DeviceManagementFTPConnectTimeoutSeconds "/>
<xs:element name="ftpFileTransferTimeoutSeconds" type=" DeviceManagementFTPFileTransferTimeoutSeconds "/>
<xs:element name="pauseBetweenFileRebuildMilliseconds" type=" DeviceManagementPauseBetweenFileRebuildMilliseconds "/>
<xs:element name="maxBusyTimeMinutes" type=" DeviceManagementMaxBusyTimeMinutes "/>
<xs:element name="deviceAccessAppServerClusterName" type=" NetAddress " minOccurs="0"/>
<xs:choice>
<xs:element name="fileRebuildImmediate"/>
<xs:element name="fileRebuildDaily">
<xs:complexType>
<xs:sequence>
<xs:element name="startHour" type=" Hour "/>
<xs:element name="startMinute" type=" Minute "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="fileRebuildHourly">
<xs:complexType>
<xs:sequence>
<xs:element name="startMinute" type=" Minute "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCPEConfigParametersModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCPEConfigParametersModifyRequest
Abstract no
Documentation Request to modify CPE Config system parameters. 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. -->
<enableIPDeviceManagement> xs:boolean </enableIPDeviceManagement> [0..1]
<ftpConnectTimeoutSeconds> DeviceManagementFTPConnectTimeoutSeconds </ftpConnectTimeoutSeconds> [0..1]
<ftpFileTransferTimeoutSeconds> DeviceManagementFTPFileTransferTimeoutSeconds </ftpFileTransferTimeoutSeconds> [0..1]
<pauseBetweenFileRebuildMilliseconds> DeviceManagementPauseBetweenFileRebuildMilliseconds </pauseBetweenFileRebuildMilliseconds> [0..1]
<maxBusyTimeMinutes> DeviceManagementMaxBusyTimeMinutes </maxBusyTimeMinutes> [0..1]
<deviceAccessAppServerClusterName> NetAddress </deviceAccessAppServerClusterName> [0..1]
Start Choice [0..1]
<fileRebuildImmediate> ... </fileRebuildImmediate> [1]
<fileRebuildDaily> [1]
<startHour> Hour </startHour> [1]
<startMinute> Minute </startMinute> [1]
</fileRebuildDaily>
<fileRebuildHourly> [1]
<startMinute> Minute </startMinute> [1]
</fileRebuildHourly>
End Choice
</...>
Schema Component Representation
<xs:complexType name="SystemCPEConfigParametersModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="enableIPDeviceManagement" type=" xs:boolean " minOccurs="0"/>
<xs:element name="ftpConnectTimeoutSeconds" type=" DeviceManagementFTPConnectTimeoutSeconds " minOccurs="0"/>
<xs:element name="ftpFileTransferTimeoutSeconds" type=" DeviceManagementFTPFileTransferTimeoutSeconds " minOccurs="0"/>
<xs:element name="pauseBetweenFileRebuildMilliseconds" type=" DeviceManagementPauseBetweenFileRebuildMilliseconds " minOccurs="0"/>
<xs:element name="maxBusyTimeMinutes" type=" DeviceManagementMaxBusyTimeMinutes " minOccurs="0"/>
<xs:element name="deviceAccessAppServerClusterName" type=" NetAddress " minOccurs="0" nillable="true"/>
<xs:choice minOccurs="0">
<xs:element name="fileRebuildImmediate"/>
<xs:element name="fileRebuildDaily">
<xs:complexType>
<xs:sequence>
<xs:element name="startHour" type=" Hour "/>
<xs:element name="startMinute" type=" Minute "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="fileRebuildHourly">
<xs:complexType>
<xs:sequence>
<xs:element name="startMinute" type=" Minute "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFeatureAccessCodeGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemFeatureAccessCodeGetListRequest
Abstract no
Documentation Request to get list of default Feature Access Codes defined on system level. The response is either SystemFeatureAccessCodeGetListResponse 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="SystemFeatureAccessCodeGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFeatureAccessCodeGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemFeatureAccessCodeGetListResponse
Abstract no
Documentation Response to the SystemFeatureAccessCodeGetListRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<featureAccessCode> FeatureAccessCodeEntry </featureAccessCode> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemFeatureAccessCodeGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="featureAccessCode" type=" FeatureAccessCodeEntry " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFeatureAccessCodeModifyListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemFeatureAccessCodeModifyListRequest
Abstract no
Documentation Modify default Feature Access Codes. 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. -->
<featureAccessCode> FeatureAccessCodeEntry </featureAccessCode> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemFeatureAccessCodeModifyListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="featureAccessCode" type=" FeatureAccessCodeEntry " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFileRepositoryDeviceAddRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemFileRepositoryDeviceAddRequest16
Abstract no
Documentation Add a new file repository. 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. -->
<name> FileRepositoryName </name> [1]
<rootDirectory> CPEFileDirectory </rootDirectory> [0..1]
<port> Port </port> [0..1]
Start Choice [1]
<protocolWebDAV> FileRepositoryProtocolWebDAV </protocolWebDAV> [1]
<protocolFTP> FileRepositoryProtocolFTP16 </protocolFTP> [1]
End Choice
</...>
Schema Component Representation
<xs:complexType name="SystemFileRepositoryDeviceAddRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" FileRepositoryName "/>
<xs:element name="rootDirectory" type=" CPEFileDirectory " minOccurs="0"/>
<xs:element name="port" type=" Port " minOccurs="0"/>
<xs:choice>
<xs:element name="protocolWebDAV" type=" FileRepositoryProtocolWebDAV "/>
<xs:element name="protocolFTP" type=" FileRepositoryProtocolFTP16 "/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFileRepositoryDeviceGetRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemFileRepositoryDeviceGetRequest16
Abstract no
Documentation Request to get the file repository information. The response is either SystemFileRepositoryDeviceGetResponse16 or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<name> FileRepositoryName </name> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemFileRepositoryDeviceGetRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" FileRepositoryName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFileRepositoryDeviceGetResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemFileRepositoryDeviceGetResponse16
Abstract no
Documentation Response to SystemFileRepositoryDeviceGetRequest16.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<rootDirectory> CPEFileDirectory </rootDirectory> [0..1]
<port> Port </port> [0..1]
Start Choice [1]
<protocolWebDAV> FileRepositoryProtocolWebDAV </protocolWebDAV> [1]
<protocolFTP> FileRepositoryProtocolFTP16 </protocolFTP> [1]
End Choice
</...>
Schema Component Representation
<xs:complexType name="SystemFileRepositoryDeviceGetResponse16">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="rootDirectory" type=" CPEFileDirectory " minOccurs="0"/>
<xs:element name="port" type=" Port " minOccurs="0"/>
<xs:choice>
<xs:element name="protocolWebDAV" type=" FileRepositoryProtocolWebDAV "/>
<xs:element name="protocolFTP" type=" FileRepositoryProtocolFTP16 "/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkClassOfServiceGetRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkClassOfServiceGetRequest17
Abstract no
Documentation Get an existing Network Class of Service. The response is either a SystemNetworkClassOfServiceGetResponse17 or an ErrorResponse. Replaced by SystemNetworkClassOfServiceGetRequest19sp1
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<name> NetworkClassOfServiceName </name> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkClassOfServiceGetRequest17">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" NetworkClassOfServiceName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkClassOfServiceGetResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemNetworkClassOfServiceGetResponse17
Abstract no
Documentation Response to the SystemNetworkClassOfServiceGetRequest17. The response contains the Network Class of Service information. Replaced by SystemNetworkClassOfServiceGetResponse19sp1
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<description> NetworkClassOfServiceDescription </description> [0..1]
<communicationBarringProfile0> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile0> [0..1]
<communicationBarringProfile1> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile1> [0..1]
<communicationBarringProfile2> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile2> [0..1]
<communicationBarringProfile3> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile3> [0..1]
<communicationBarringProfile4> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile4> [0..1]
<communicationBarringProfile5> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile5> [0..1]
<communicationBarringProfile6> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile6> [0..1]
<communicationBarringProfile7> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile7> [0..1]
<communicationBarringProfile8> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile8> [0..1]
<communicationBarringProfile9> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile9> [0..1]
<networkTranslationIndex> NetworkTranslationIndex </networkTranslationIndex> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkClassOfServiceGetResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="description" type=" NetworkClassOfServiceDescription " minOccurs="0"/>
<xs:element name="communicationBarringProfile0" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile1" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile2" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile3" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile4" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile5" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile6" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile7" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile8" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile9" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="networkTranslationIndex" type=" NetworkTranslationIndex " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPolicyGetDefaultRequest18

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPolicyGetDefaultRequest18
Abstract no
Documentation Requests the system's default policy settings. The response is either SystemPolicyGetDefaultResponse18 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="SystemPolicyGetDefaultRequest18">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPolicyGetDefaultRequest19sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPolicyGetDefaultRequest19sp1
Abstract no
Documentation Requests the system's default policy settings. The response is either SystemPolicyGetDefaultResponse19sp1 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="SystemPolicyGetDefaultRequest19sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPolicyGetDefaultResponse18

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemPolicyGetDefaultResponse18
Abstract no
Documentation Response to SystemPolicyGetDefaultRequest18. Contains the default policy settings for the system. The following elements are only used in AS data mode: GroupAdminDialableCallerIDAccess ServiceProviderAdminDialableCallerIDAccess The following elements are only used in HSS data mode: serviceProviderAdminCommunicationBarringAccess
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<groupCallingPlanAccess> GroupCallingPlanAccess </groupCallingPlanAccess> [1]
<groupExtensionAccess> GroupExtensionAccess </groupExtensionAccess> [1]
<groupLDAPIntegrationAccess> GroupLDAPIntegrationAccess </groupLDAPIntegrationAccess> [1]
<groupVoiceMessagingAccess> GroupVoiceMessagingAccess </groupVoiceMessagingAccess> [1]
<groupDepartmentAdminUserAccess> GroupDepartmentAdminUserAccess </groupDepartmentAdminUserAccess> [1]
<groupDepartmentAdminTrunkGroupAccess> GroupDepartmentAdminTrunkGroupAccess </groupDepartmentAdminTrunkGroupAccess> [1]
<groupDepartmentAdminPhoneNumberExtensionAccess> GroupDepartmentAdminPhoneNumberExtensionAccess </groupDepartmentAdminPhoneNumberExtensionAccess> [1]
<groupDepartmentAdminCallingLineIdNumberAccess> GroupDepartmentAdminCallingLineIdNumberAccess </groupDepartmentAdminCallingLineIdNumberAccess> [1]
<groupUserAuthenticationAccess> GroupUserAuthenticationAccess </groupUserAuthenticationAccess> [1]
<groupUserGroupDirectoryAccess> GroupUserGroupDirectoryAccess </groupUserGroupDirectoryAccess> [1]
<groupUserProfileAccess> GroupUserProfileAccess </groupUserProfileAccess> [1]
<groupUserEnhancedCallLogsAccess> GroupUserCallLogAccess </groupUserEnhancedCallLogsAccess> [1]
<groupAdminProfileAccess> GroupAdminProfileAccess </groupAdminProfileAccess> [1]
<groupAdminUserAccess> GroupAdminUserAccess </groupAdminUserAccess> [1]
<groupAdminAdminAccess> GroupAdminAdminAccess </groupAdminAdminAccess> [1]
<groupAdminDepartmentAccess> GroupAdminDepartmentAccess </groupAdminDepartmentAccess> [1]
<groupAdminAccessDeviceAccess> GroupAdminAccessDeviceAccess </groupAdminAccessDeviceAccess> [1]
<groupAdminEnhancedServiceInstanceAccess> GroupAdminEnhancedServiceInstanceAccess </groupAdminEnhancedServiceInstanceAccess> [1]
<groupAdminFeatureAccessCodeAccess> GroupAdminFeatureAccessCodeAccess </groupAdminFeatureAccessCodeAccess> [1]
<groupAdminPhoneNumberExtensionAccess> GroupAdminPhoneNumberExtensionAccess </groupAdminPhoneNumberExtensionAccess> [1]
<groupAdminCallingLineIdNumberAccess> GroupAdminCallingLineIdNumberAccess </groupAdminCallingLineIdNumberAccess> [1]
<groupAdminServiceAccess> GroupAdminServiceAccess </groupAdminServiceAccess> [1]
<groupAdminTrunkGroupAccess> GroupAdminTrunkGroupAccess </groupAdminTrunkGroupAccess> [1]
<groupAdminSessionAdmissionControlAccess> GroupAdminSessionAdmissionControlAccess </groupAdminSessionAdmissionControlAccess> [1]
<groupAdminOfficeZoneAccess> GroupAdminOfficeZoneAccess </groupAdminOfficeZoneAccess> [1]
<groupAdminNumberActivationAccess> GroupAdminNumberActivationAccess </groupAdminNumberActivationAccess> [1]
<groupAdminDialableCallerIDAccess> GroupAdminDialableCallerIDAccess </groupAdminDialableCallerIDAccess> [1]
<serviceProviderAdminProfileAccess> ServiceProviderAdminProfileAccess </serviceProviderAdminProfileAccess> [1]
<serviceProviderAdminGroupAccess> ServiceProviderAdminGroupAccess </serviceProviderAdminGroupAccess> [1]
<serviceProviderAdminUserAccess> ServiceProviderAdminUserAccess </serviceProviderAdminUserAccess> [1]
<serviceProviderAdminAdminAccess> ServiceProviderAdminAdminAccess </serviceProviderAdminAdminAccess> [1]
<serviceProviderAdminDepartmentAccess> ServiceProviderAdminDepartmentAccess </serviceProviderAdminDepartmentAccess> [1]
<serviceProviderAdminAccessDeviceAccess> ServiceProviderAdminAccessDeviceAccess </serviceProviderAdminAccessDeviceAccess> [1]
<serviceProviderAdminPhoneNumberExtensionAccess> ServiceProviderAdminPhoneNumberExtensionAccess </serviceProviderAdminPhoneNumberExtensionAccess> [1]
<serviceProviderAdminCallingLineIdNumberAccess> ServiceProviderAdminCallingLineIdNumberAccess </serviceProviderAdminCallingLineIdNumberAccess> [1]
<serviceProviderAdminServiceAccess> ServiceProviderAdminServiceAccess </serviceProviderAdminServiceAccess> [1]
<serviceProviderAdminServicePackAccess> ServiceProviderAdminServicePackAccess </serviceProviderAdminServicePackAccess> [1]
<serviceProviderAdminSessionAdmissionControlAccess> ServiceProviderAdminSessionAdmissionControlAccess </serviceProviderAdminSessionAdmissionControlAccess> [1]
<serviceProviderAdminWebBrandingAccess> ServiceProviderAdminWebBrandingAccess </serviceProviderAdminWebBrandingAccess> [1]
<serviceProviderAdminOfficeZoneAccess> ServiceProviderAdminOfficeZoneAccess </serviceProviderAdminOfficeZoneAccess> [1]
<serviceProviderAdminCommunicationBarringAccess> ServiceProviderAdminCommunicationBarringAccess </serviceProviderAdminCommunicationBarringAccess> [1]
<enterpriseAdminNetworkPolicyAccess> EnterpriseAdminNetworkPolicyAccess </enterpriseAdminNetworkPolicyAccess> [1]
<enterpriseAdminNumberActivationAccess> EnterpriseAdminNumberActivationAccess </enterpriseAdminNumberActivationAccess> [1]
<serviceProviderAdminDialableCallerIDAccess> ServiceProviderAdminDialableCallerIDAccess </serviceProviderAdminDialableCallerIDAccess> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemPolicyGetDefaultResponse18">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupCallingPlanAccess" type=" GroupCallingPlanAccess "/>
<xs:element name="groupExtensionAccess" type=" GroupExtensionAccess "/>
<xs:element name="groupLDAPIntegrationAccess" type=" GroupLDAPIntegrationAccess "/>
<xs:element name="groupVoiceMessagingAccess" type=" GroupVoiceMessagingAccess "/>
<xs:element name="groupDepartmentAdminUserAccess" type=" GroupDepartmentAdminUserAccess "/>
<xs:element name="groupDepartmentAdminTrunkGroupAccess" type=" GroupDepartmentAdminTrunkGroupAccess "/>
<xs:element name="groupDepartmentAdminPhoneNumberExtensionAccess" type=" GroupDepartmentAdminPhoneNumberExtensionAccess "/>
<xs:element name="groupDepartmentAdminCallingLineIdNumberAccess" type=" GroupDepartmentAdminCallingLineIdNumberAccess "/>
<xs:element name="groupUserAuthenticationAccess" type=" GroupUserAuthenticationAccess "/>
<xs:element name="groupUserGroupDirectoryAccess" type=" GroupUserGroupDirectoryAccess "/>
<xs:element name="groupUserProfileAccess" type=" GroupUserProfileAccess "/>
<xs:element name="groupUserEnhancedCallLogsAccess" type=" GroupUserCallLogAccess "/>
<xs:element name="groupAdminProfileAccess" type=" GroupAdminProfileAccess "/>
<xs:element name="groupAdminUserAccess" type=" GroupAdminUserAccess "/>
<xs:element name="groupAdminAdminAccess" type=" GroupAdminAdminAccess "/>
<xs:element name="groupAdminDepartmentAccess" type=" GroupAdminDepartmentAccess "/>
<xs:element name="groupAdminAccessDeviceAccess" type=" GroupAdminAccessDeviceAccess "/>
<xs:element name="groupAdminEnhancedServiceInstanceAccess" type=" GroupAdminEnhancedServiceInstanceAccess "/>
<xs:element name="groupAdminFeatureAccessCodeAccess" type=" GroupAdminFeatureAccessCodeAccess "/>
<xs:element name="groupAdminPhoneNumberExtensionAccess" type=" GroupAdminPhoneNumberExtensionAccess "/>
<xs:element name="groupAdminCallingLineIdNumberAccess" type=" GroupAdminCallingLineIdNumberAccess "/>
<xs:element name="groupAdminServiceAccess" type=" GroupAdminServiceAccess "/>
<xs:element name="groupAdminTrunkGroupAccess" type=" GroupAdminTrunkGroupAccess "/>
<xs:element name="groupAdminSessionAdmissionControlAccess" type=" GroupAdminSessionAdmissionControlAccess "/>
<xs:element name="groupAdminOfficeZoneAccess" type=" GroupAdminOfficeZoneAccess "/>
<xs:element name="groupAdminNumberActivationAccess" type=" GroupAdminNumberActivationAccess "/>
<xs:element name="groupAdminDialableCallerIDAccess" type=" GroupAdminDialableCallerIDAccess "/>
<xs:element name="serviceProviderAdminProfileAccess" type=" ServiceProviderAdminProfileAccess "/>
<xs:element name="serviceProviderAdminGroupAccess" type=" ServiceProviderAdminGroupAccess "/>
<xs:element name="serviceProviderAdminUserAccess" type=" ServiceProviderAdminUserAccess "/>
<xs:element name="serviceProviderAdminAdminAccess" type=" ServiceProviderAdminAdminAccess "/>
<xs:element name="serviceProviderAdminDepartmentAccess" type=" ServiceProviderAdminDepartmentAccess "/>
<xs:element name="serviceProviderAdminAccessDeviceAccess" type=" ServiceProviderAdminAccessDeviceAccess "/>
<xs:element name="serviceProviderAdminPhoneNumberExtensionAccess" type=" ServiceProviderAdminPhoneNumberExtensionAccess "/>
<xs:element name="serviceProviderAdminCallingLineIdNumberAccess" type=" ServiceProviderAdminCallingLineIdNumberAccess "/>
<xs:element name="serviceProviderAdminServiceAccess" type=" ServiceProviderAdminServiceAccess "/>
<xs:element name="serviceProviderAdminServicePackAccess" type=" ServiceProviderAdminServicePackAccess "/>
<xs:element name="serviceProviderAdminSessionAdmissionControlAccess" type=" ServiceProviderAdminSessionAdmissionControlAccess "/>
<xs:element name="serviceProviderAdminWebBrandingAccess" type=" ServiceProviderAdminWebBrandingAccess "/>
<xs:element name="serviceProviderAdminOfficeZoneAccess" type=" ServiceProviderAdminOfficeZoneAccess "/>
<xs:element name="serviceProviderAdminCommunicationBarringAccess" type=" ServiceProviderAdminCommunicationBarringAccess "/>
<xs:element name="enterpriseAdminNetworkPolicyAccess" type=" EnterpriseAdminNetworkPolicyAccess "/>
<xs:element name="enterpriseAdminNumberActivationAccess" type=" EnterpriseAdminNumberActivationAccess "/>
<xs:element name="serviceProviderAdminDialableCallerIDAccess" type=" ServiceProviderAdminDialableCallerIDAccess "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPolicyGetDefaultResponse19sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemPolicyGetDefaultResponse19sp1
Abstract no
Documentation Response to SystemPolicyGetDefaultRequest19sp1. Contains the default policy settings for the system. The following elements are only used in AS data mode: GroupAdminDialableCallerIDAccess ServiceProviderAdminDialableCallerIDAccess GroupAdminCommunicationBarringUserProfileAccess (This element is only used for groups in an Enterprise) The following elements are only used in HSS data mode: serviceProviderAdminCommunicationBarringAccess
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<groupCallingPlanAccess> GroupCallingPlanAccess </groupCallingPlanAccess> [1]
<groupExtensionAccess> GroupExtensionAccess </groupExtensionAccess> [1]
<groupLDAPIntegrationAccess> GroupLDAPIntegrationAccess </groupLDAPIntegrationAccess> [1]
<groupVoiceMessagingAccess> GroupVoiceMessagingAccess </groupVoiceMessagingAccess> [1]
<groupDepartmentAdminUserAccess> GroupDepartmentAdminUserAccess </groupDepartmentAdminUserAccess> [1]
<groupDepartmentAdminTrunkGroupAccess> GroupDepartmentAdminTrunkGroupAccess </groupDepartmentAdminTrunkGroupAccess> [1]
<groupDepartmentAdminPhoneNumberExtensionAccess> GroupDepartmentAdminPhoneNumberExtensionAccess </groupDepartmentAdminPhoneNumberExtensionAccess> [1]
<groupDepartmentAdminCallingLineIdNumberAccess> GroupDepartmentAdminCallingLineIdNumberAccess </groupDepartmentAdminCallingLineIdNumberAccess> [1]
<groupUserAuthenticationAccess> GroupUserAuthenticationAccess </groupUserAuthenticationAccess> [1]
<groupUserGroupDirectoryAccess> GroupUserGroupDirectoryAccess </groupUserGroupDirectoryAccess> [1]
<groupUserProfileAccess> GroupUserProfileAccess </groupUserProfileAccess> [1]
<groupUserEnhancedCallLogsAccess> GroupUserCallLogAccess </groupUserEnhancedCallLogsAccess> [1]
<groupAdminProfileAccess> GroupAdminProfileAccess </groupAdminProfileAccess> [1]
<groupAdminUserAccess> GroupAdminUserAccess </groupAdminUserAccess> [1]
<groupAdminAdminAccess> GroupAdminAdminAccess </groupAdminAdminAccess> [1]
<groupAdminDepartmentAccess> GroupAdminDepartmentAccess </groupAdminDepartmentAccess> [1]
<groupAdminAccessDeviceAccess> GroupAdminAccessDeviceAccess </groupAdminAccessDeviceAccess> [1]
<groupAdminEnhancedServiceInstanceAccess> GroupAdminEnhancedServiceInstanceAccess </groupAdminEnhancedServiceInstanceAccess> [1]
<groupAdminFeatureAccessCodeAccess> GroupAdminFeatureAccessCodeAccess </groupAdminFeatureAccessCodeAccess> [1]
<groupAdminPhoneNumberExtensionAccess> GroupAdminPhoneNumberExtensionAccess </groupAdminPhoneNumberExtensionAccess> [1]
<groupAdminCallingLineIdNumberAccess> GroupAdminCallingLineIdNumberAccess </groupAdminCallingLineIdNumberAccess> [1]
<groupAdminServiceAccess> GroupAdminServiceAccess </groupAdminServiceAccess> [1]
<groupAdminTrunkGroupAccess> GroupAdminTrunkGroupAccess </groupAdminTrunkGroupAccess> [1]
<groupAdminSessionAdmissionControlAccess> GroupAdminSessionAdmissionControlAccess </groupAdminSessionAdmissionControlAccess> [1]
<groupAdminOfficeZoneAccess> GroupAdminOfficeZoneAccess </groupAdminOfficeZoneAccess> [1]
<groupAdminNumberActivationAccess> GroupAdminNumberActivationAccess </groupAdminNumberActivationAccess> [1]
<groupAdminDialableCallerIDAccess> GroupAdminDialableCallerIDAccess </groupAdminDialableCallerIDAccess> [1]
<groupAdminCommunicationBarringUserProfileAccess> GroupAdminCommunicationBarringUserProfileAccess </groupAdminCommunicationBarringUserProfileAccess> [1]
<serviceProviderAdminProfileAccess> ServiceProviderAdminProfileAccess </serviceProviderAdminProfileAccess> [1]
<serviceProviderAdminGroupAccess> ServiceProviderAdminGroupAccess </serviceProviderAdminGroupAccess> [1]
<serviceProviderAdminUserAccess> ServiceProviderAdminUserAccess </serviceProviderAdminUserAccess> [1]
<serviceProviderAdminAdminAccess> ServiceProviderAdminAdminAccess </serviceProviderAdminAdminAccess> [1]
<serviceProviderAdminDepartmentAccess> ServiceProviderAdminDepartmentAccess </serviceProviderAdminDepartmentAccess> [1]
<serviceProviderAdminAccessDeviceAccess> ServiceProviderAdminAccessDeviceAccess </serviceProviderAdminAccessDeviceAccess> [1]
<serviceProviderAdminPhoneNumberExtensionAccess> ServiceProviderAdminPhoneNumberExtensionAccess </serviceProviderAdminPhoneNumberExtensionAccess> [1]
<serviceProviderAdminCallingLineIdNumberAccess> ServiceProviderAdminCallingLineIdNumberAccess </serviceProviderAdminCallingLineIdNumberAccess> [1]
<serviceProviderAdminServiceAccess> ServiceProviderAdminServiceAccess </serviceProviderAdminServiceAccess> [1]
<serviceProviderAdminServicePackAccess> ServiceProviderAdminServicePackAccess </serviceProviderAdminServicePackAccess> [1]
<serviceProviderAdminSessionAdmissionControlAccess> ServiceProviderAdminSessionAdmissionControlAccess </serviceProviderAdminSessionAdmissionControlAccess> [1]
<serviceProviderAdminWebBrandingAccess> ServiceProviderAdminWebBrandingAccess </serviceProviderAdminWebBrandingAccess> [1]
<serviceProviderAdminOfficeZoneAccess> ServiceProviderAdminOfficeZoneAccess </serviceProviderAdminOfficeZoneAccess> [1]
<serviceProviderAdminCommunicationBarringAccess> ServiceProviderAdminCommunicationBarringAccess </serviceProviderAdminCommunicationBarringAccess> [1]
<enterpriseAdminNetworkPolicyAccess> EnterpriseAdminNetworkPolicyAccess </enterpriseAdminNetworkPolicyAccess> [1]
<enterpriseAdminNumberActivationAccess> EnterpriseAdminNumberActivationAccess </enterpriseAdminNumberActivationAccess> [1]
<serviceProviderAdminDialableCallerIDAccess> ServiceProviderAdminDialableCallerIDAccess </serviceProviderAdminDialableCallerIDAccess> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemPolicyGetDefaultResponse19sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupCallingPlanAccess" type=" GroupCallingPlanAccess "/>
<xs:element name="groupExtensionAccess" type=" GroupExtensionAccess "/>
<xs:element name="groupLDAPIntegrationAccess" type=" GroupLDAPIntegrationAccess "/>
<xs:element name="groupVoiceMessagingAccess" type=" GroupVoiceMessagingAccess "/>
<xs:element name="groupDepartmentAdminUserAccess" type=" GroupDepartmentAdminUserAccess "/>
<xs:element name="groupDepartmentAdminTrunkGroupAccess" type=" GroupDepartmentAdminTrunkGroupAccess "/>
<xs:element name="groupDepartmentAdminPhoneNumberExtensionAccess" type=" GroupDepartmentAdminPhoneNumberExtensionAccess "/>
<xs:element name="groupDepartmentAdminCallingLineIdNumberAccess" type=" GroupDepartmentAdminCallingLineIdNumberAccess "/>
<xs:element name="groupUserAuthenticationAccess" type=" GroupUserAuthenticationAccess "/>
<xs:element name="groupUserGroupDirectoryAccess" type=" GroupUserGroupDirectoryAccess "/>
<xs:element name="groupUserProfileAccess" type=" GroupUserProfileAccess "/>
<xs:element name="groupUserEnhancedCallLogsAccess" type=" GroupUserCallLogAccess "/>
<xs:element name="groupAdminProfileAccess" type=" GroupAdminProfileAccess "/>
<xs:element name="groupAdminUserAccess" type=" GroupAdminUserAccess "/>
<xs:element name="groupAdminAdminAccess" type=" GroupAdminAdminAccess "/>
<xs:element name="groupAdminDepartmentAccess" type=" GroupAdminDepartmentAccess "/>
<xs:element name="groupAdminAccessDeviceAccess" type=" GroupAdminAccessDeviceAccess "/>
<xs:element name="groupAdminEnhancedServiceInstanceAccess" type=" GroupAdminEnhancedServiceInstanceAccess "/>
<xs:element name="groupAdminFeatureAccessCodeAccess" type=" GroupAdminFeatureAccessCodeAccess "/>
<xs:element name="groupAdminPhoneNumberExtensionAccess" type=" GroupAdminPhoneNumberExtensionAccess "/>
<xs:element name="groupAdminCallingLineIdNumberAccess" type=" GroupAdminCallingLineIdNumberAccess "/>
<xs:element name="groupAdminServiceAccess" type=" GroupAdminServiceAccess "/>
<xs:element name="groupAdminTrunkGroupAccess" type=" GroupAdminTrunkGroupAccess "/>
<xs:element name="groupAdminSessionAdmissionControlAccess" type=" GroupAdminSessionAdmissionControlAccess "/>
<xs:element name="groupAdminOfficeZoneAccess" type=" GroupAdminOfficeZoneAccess "/>
<xs:element name="groupAdminNumberActivationAccess" type=" GroupAdminNumberActivationAccess "/>
<xs:element name="groupAdminDialableCallerIDAccess" type=" GroupAdminDialableCallerIDAccess "/>
<xs:element name="groupAdminCommunicationBarringUserProfileAccess" type=" GroupAdminCommunicationBarringUserProfileAccess "/>
<xs:element name="serviceProviderAdminProfileAccess" type=" ServiceProviderAdminProfileAccess "/>
<xs:element name="serviceProviderAdminGroupAccess" type=" ServiceProviderAdminGroupAccess "/>
<xs:element name="serviceProviderAdminUserAccess" type=" ServiceProviderAdminUserAccess "/>
<xs:element name="serviceProviderAdminAdminAccess" type=" ServiceProviderAdminAdminAccess "/>
<xs:element name="serviceProviderAdminDepartmentAccess" type=" ServiceProviderAdminDepartmentAccess "/>
<xs:element name="serviceProviderAdminAccessDeviceAccess" type=" ServiceProviderAdminAccessDeviceAccess "/>
<xs:element name="serviceProviderAdminPhoneNumberExtensionAccess" type=" ServiceProviderAdminPhoneNumberExtensionAccess "/>
<xs:element name="serviceProviderAdminCallingLineIdNumberAccess" type=" ServiceProviderAdminCallingLineIdNumberAccess "/>
<xs:element name="serviceProviderAdminServiceAccess" type=" ServiceProviderAdminServiceAccess "/>
<xs:element name="serviceProviderAdminServicePackAccess" type=" ServiceProviderAdminServicePackAccess "/>
<xs:element name="serviceProviderAdminSessionAdmissionControlAccess" type=" ServiceProviderAdminSessionAdmissionControlAccess "/>
<xs:element name="serviceProviderAdminWebBrandingAccess" type=" ServiceProviderAdminWebBrandingAccess "/>
<xs:element name="serviceProviderAdminOfficeZoneAccess" type=" ServiceProviderAdminOfficeZoneAccess "/>
<xs:element name="serviceProviderAdminCommunicationBarringAccess" type=" ServiceProviderAdminCommunicationBarringAccess "/>
<xs:element name="enterpriseAdminNetworkPolicyAccess" type=" EnterpriseAdminNetworkPolicyAccess "/>
<xs:element name="enterpriseAdminNumberActivationAccess" type=" EnterpriseAdminNumberActivationAccess "/>
<xs:element name="serviceProviderAdminDialableCallerIDAccess" type=" ServiceProviderAdminDialableCallerIDAccess "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeAddRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeAddRequest19
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: SystemSIPDeviceTypeAddRequest19sp1
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]
<staticLineOrdering> xs:boolean </staticLineOrdering> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeAddRequest19">
<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:element name="staticLineOrdering" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeAddRequest19sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeAddRequest19sp1
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 bypassMediaTreatment, 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: SystemSIPDeviceTypeAddRequest20
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]
<staticLineOrdering> xs:boolean </staticLineOrdering> [1]
<bypassMediaTreatment> xs:boolean </bypassMediaTreatment> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeAddRequest19sp1">
<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:element name="staticLineOrdering" type=" xs:boolean "/>
<xs:element name="bypassMediaTreatment" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeFileAddRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeFileAddRequest19
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]
<allowUploadFromDevice> xs:boolean </allowUploadFromDevice> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeFileAddRequest19">
<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:element name="allowUploadFromDevice" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeFileGetRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeFileGetRequest19
Abstract no
Documentation Request to get a sip device type file. The response is either SystemSIPDeviceTypeFileGetResponse19 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="SystemSIPDeviceTypeFileGetRequest19">
<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: SystemSIPDeviceTypeFileGetResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeFileGetResponse19
Abstract no
Documentation Response to SystemSIPDeviceTypeFileGetRequest19. 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]
<allowUploadFromDevice> xs:boolean </allowUploadFromDevice> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeFileGetResponse19">
<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:element name="allowUploadFromDevice" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetRequest19
Abstract no
Documentation Request to get a sip device type. See Also: SystemDeviceTypeGetRequest The response is either SystemSIPDeviceTypeGetResponse19 or ErrorResponse. Replaced by: SystemSIPDeviceTypeGetRequest19sp1
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="SystemSIPDeviceTypeGetRequest19">
<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: SystemSIPDeviceTypeGetRequest19Sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetRequest19Sp1
Abstract no
Documentation Request to get a sip device type. See Also: SystemDeviceTypeGetRequest The response is either SystemSIPDeviceTypeGetResponse19Sp1 or ErrorResponse. Replaced by: SystemSIPDeviceTypeGetRequest20
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="SystemSIPDeviceTypeGetRequest19Sp1">
<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: SystemSIPDeviceTypeGetResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetResponse19
Abstract no
Documentation Response to SystemSIPDeviceTypeGetRequest19. 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 Replaced by: SystemSIPDeviceTypeGetResponse19sSp1
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]
<staticLineOrdering> xs:boolean </staticLineOrdering> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetResponse19">
<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:element name="staticLineOrdering" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetResponse19Sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetResponse19Sp1
Abstract no
Documentation Response to SystemSIPDeviceTypeGetRequest19Sp1. The following elements are only used in AS data mode: holdAnnouncementMethod supportRFC3398 bypassMediaTreatment The following elements are only used in HSS data mode: enable3G4GContinuity The following element values are only applicable in AS data mode: holdNormalization=useRfc3264Hold Replaced by: SystemSIPDeviceTypeGetResponse20
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]
<staticLineOrdering> xs:boolean </staticLineOrdering> [1]
<bypassMediaTreatment> xs:boolean </bypassMediaTreatment> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetResponse19Sp1">
<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:element name="staticLineOrdering" type=" xs:boolean "/>
<xs:element name="bypassMediaTreatment" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTimeZoneGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTimeZoneGetListRequest
Abstract no
Documentation Requests the list of time zone names. The response is either SystemTimeZoneGetListResponse or ErrorResponse. Replaced by SystemTimeZoneGetListRequest20.
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="SystemTimeZoneGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTimeZoneGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemTimeZoneGetListResponse
Abstract no
Documentation Response to SystemTimeZoneGetListRequest. Contains a 2 column table with column headings 'Key' and 'Display Name' and a row for each time zone. Replaced by SystemTimeZoneGetListResponse20
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<timeZoneTable> core:OCITable </timeZoneTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTimeZoneGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="timeZoneTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingCallBlockingServiceGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingCallBlockingServiceGetListRequest
Abstract no
Documentation Requests a table of all the existing Call Blocking Service Mappings in the system. The response is either a SystemTreatmentMappingCallBlockingServicesGetListResponse or an ErrorResponse.
Application Data
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="SystemTreatmentMappingCallBlockingServiceGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingCallBlockingServiceGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingCallBlockingServiceGetListResponse
Abstract no
Documentation Response to a SystemTreatmentMappingCallBlockingServiceGetListRequest. Contains a table with one row per mapping. The table columns are: "Service", "Treatment Id".
Application Data
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<treatmentMappingTable> core:OCITable </treatmentMappingTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingCallBlockingServiceGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="treatmentMappingTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTrunkGroupGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTrunkGroupGetRequest
Abstract no
Documentation Request the system level data associated with the Trunk Group service. The response is either SystemTrunkGroupGetResponse or ErrorResponse. Replaced by SystemTrunkGroupGetRequest19sp1.
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="SystemTrunkGroupGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTrunkGroupGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemTrunkGroupGetResponse
Abstract no
Documentation Response to SystemTrunkGroupGetRequest. Replaced by SystemTrunkGroupGetResponse19sp1.
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. -->
<enforceCLIDServiceAssignmentForPilotUser> xs:boolean </enforceCLIDServiceAssignmentForPilotUser> [1]
<terminateUnreachableTriggerDetectionOnReceiptOf18x> xs:boolean </terminateUnreachableTriggerDetectionOnReceiptOf18x> [1]
<pilotUserCallingLineAssertedIdentityPolicy> TrunkGroupPilotUserCallingLineAssertedIdentityUsagePolicy </pilotUserCallingLineAssertedIdentityPolicy> [1]
<enforceOutOfDialogPBXRedirectionPolicies> xs:boolean </enforceOutOfDialogPBXRedirectionPolicies> [1]
<unscreenedRedirectionHandling> TrunkGroupUnscreenedRedirectionHandling </unscreenedRedirectionHandling> [1]
<enableHoldoverOfHighwaterCallCounts> xs:boolean </enableHoldoverOfHighwaterCallCounts> [1]
<holdoverPeriod> TrunkGroupHighwaterCallCountHoldoverPeriodMinutes </holdoverPeriod> [1]
<timeZoneOffsetMinutes> TrunkGroupTimeZoneOffsetMinutes </timeZoneOffsetMinutes> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTrunkGroupGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="enforceCLIDServiceAssignmentForPilotUser" type=" xs:boolean "/>
<xs:element name="terminateUnreachableTriggerDetectionOnReceiptOf18x" type=" xs:boolean "/>
<xs:element name="pilotUserCallingLineAssertedIdentityPolicy" type=" TrunkGroupPilotUserCallingLineAssertedIdentityUsagePolicy "/>
<xs:element name="enforceOutOfDialogPBXRedirectionPolicies" type=" xs:boolean "/>
<xs:element name="unscreenedRedirectionHandling" type=" TrunkGroupUnscreenedRedirectionHandling "/>
<xs:element name="enableHoldoverOfHighwaterCallCounts" type=" xs:boolean "/>
<xs:element name="holdoverPeriod" type=" TrunkGroupHighwaterCallCountHoldoverPeriodMinutes "/>
<xs:element name="timeZoneOffsetMinutes" type=" TrunkGroupTimeZoneOffsetMinutes "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupGetRequest16sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupGetRequest16sp2
Abstract no
Documentation Request the system level data associated with Voice Messaging. The response is either a SystemVoiceMessagingGroupGetResponse16sp2 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="SystemVoiceMessagingGroupGetRequest16sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupGetResponse16sp2

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupGetResponse16sp2
Abstract no
Documentation Response to SystemVoiceMessagingGroupGetRequest16sp2. The following elements are only used in AS data mode: realDeleteForImap useDnInMailBody useShortSubjectLine maxMessageLengthMinutes maxMailboxLengthMinutes doesMessageAge holdPeriodDays mailServerNetAddress mailServerProtocol defaultDeliveryFromAddress defaultNotificationFromAddress useOutgoingMWIOnSMDI mwiDelayInSeconds voicePortalScope enterpriseVoicePortalLicensed networkWideMessaging useExternalRouting defaultExternalRoutingAddress vmOnlySystem
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<realDeleteForImap> xs:boolean </realDeleteForImap> [1]
<useDnInMailBody> xs:boolean </useDnInMailBody> [1]
<useShortSubjectLine> xs:boolean </useShortSubjectLine> [1]
<maxMessageLengthMinutes> VoiceMessagingMaxMessageLengthMinutes </maxMessageLengthMinutes> [1]
<maxMailboxLengthMinutes> VoiceMessagingMailboxLengthMinutes </maxMailboxLengthMinutes> [1]
<doesMessageAge> xs:boolean </doesMessageAge> [1]
<holdPeriodDays> VoiceMessagingHoldPeriodDays </holdPeriodDays> [1]
<mailServerNetAddress> NetAddress </mailServerNetAddress> [0..1]
<mailServerProtocol> VoiceMessagingMailServerProtocol </mailServerProtocol> [1]
<defaultDeliveryFromAddress> EmailAddress </defaultDeliveryFromAddress> [1]
<defaultNotificationFromAddress> EmailAddress </defaultNotificationFromAddress> [1]
<defaultVoicePortalLockoutFromAddress> EmailAddress </defaultVoicePortalLockoutFromAddress> [1]
<useOutgoingMWIOnSMDI> xs:boolean </useOutgoingMWIOnSMDI> [1]
<mwiDelayInSeconds> VoiceMessagingMessageWaitingIndicatorDelayInSeconds </mwiDelayInSeconds> [1]
<voicePortalScope> SystemVoicePortalScope </voicePortalScope> [1]
<enterpriseVoicePortalLicensed> xs:boolean </enterpriseVoicePortalLicensed> [1]
<networkWideMessaging> xs:boolean </networkWideMessaging> [1]
<useExternalRouting> xs:boolean </useExternalRouting> [1]
<defaultExternalRoutingAddress> OutgoingDNorSIPURI </defaultExternalRoutingAddress> [0..1]
<vmOnlySystem> xs:boolean </vmOnlySystem> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessagingGroupGetResponse16sp2">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="realDeleteForImap" type=" xs:boolean "/>
<xs:element name="useDnInMailBody" type=" xs:boolean "/>
<xs:element name="useShortSubjectLine" type=" xs:boolean "/>
<xs:element name="maxMessageLengthMinutes" type=" VoiceMessagingMaxMessageLengthMinutes "/>
<xs:element name="maxMailboxLengthMinutes" type=" VoiceMessagingMailboxLengthMinutes "/>
<xs:element name="doesMessageAge" type=" xs:boolean "/>
<xs:element name="holdPeriodDays" type=" VoiceMessagingHoldPeriodDays "/>
<xs:element name="mailServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="mailServerProtocol" type=" VoiceMessagingMailServerProtocol "/>
<xs:element name="defaultDeliveryFromAddress" type=" EmailAddress "/>
<xs:element name="defaultNotificationFromAddress" type=" EmailAddress "/>
<xs:element name="defaultVoicePortalLockoutFromAddress" type=" EmailAddress "/>
<xs:element name="useOutgoingMWIOnSMDI" type=" xs:boolean "/>
<xs:element name="mwiDelayInSeconds" type=" VoiceMessagingMessageWaitingIndicatorDelayInSeconds "/>
<xs:element name="voicePortalScope" type=" SystemVoicePortalScope "/>
<xs:element name="enterpriseVoicePortalLicensed" type=" xs:boolean "/>
<xs:element name="networkWideMessaging" type=" xs:boolean "/>
<xs:element name="useExternalRouting" type=" xs:boolean "/>
<xs:element name="defaultExternalRoutingAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="vmOnlySystem" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupGetVoicePortalMenusRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupGetVoicePortalMenusRequest19
Abstract no
Documentation Requests the system voice portal Menus setting. The response is either SystemVoiceMessagingGroupGetVoicePortalMenusResponse19 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="SystemVoiceMessagingGroupGetVoicePortalMenusRequest19">
<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: SystemVoiceMessagingGroupGetVoicePortalMenusRequest19sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupGetVoicePortalMenusRequest19sp1
Abstract no
Documentation Requests the system voice portal Menus setting. The response is either SystemVoiceMessagingGroupGetVoicePortalMenusResponse19sp1 or ErrorResponse. Replaced by SystemVoiceMessagingGroupGetVoicePortalMenusRequest20
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="SystemVoiceMessagingGroupGetVoicePortalMenusRequest19sp1">
<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: SystemVoiceMessagingGroupGetVoicePortalMenusResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupGetVoicePortalMenusResponse19
Abstract no
Documentation Response to SystemVoiceMessagingGroupGetVoicePortalMenusRequest19. 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]
<greetings> DigitAny </greetings> [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>
<greetingsMenuKeys> [1]
<personalizedName> DigitAny </personalizedName> [0..1]
<conferenceGreeting> DigitAny </conferenceGreeting> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</greetingsMenuKeys>
<conferenceGreetingMenuKeys> [1]
<activateConfGreeting> DigitAny </activateConfGreeting> [0..1]
<deactivateConfGreeting> DigitAny </deactivateConfGreeting> [0..1]
<recordNewConfGreeting> DigitAny </recordNewConfGreeting> [0..1]
<listenToCurrentConfGreeting> DigitAny </listenToCurrentConfGreeting> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</conferenceGreetingMenuKeys>
<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]
<disassociateFromRemoteHost> DigitAny </disassociateFromRemoteHost> [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="SystemVoiceMessagingGroupGetVoicePortalMenusResponse19">
<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="greetings" 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="greetingsMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="conferenceGreeting" 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="conferenceGreetingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="activateConfGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="deactivateConfGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="recordNewConfGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentConfGreeting" 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="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="disassociateFromRemoteHost" 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: SystemVoiceMessagingGroupGetVoicePortalMenusResponse19sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupGetVoicePortalMenusResponse19sp1
Abstract no
Documentation Response to SystemVoiceMessagingGroupGetVoicePortalMenusRequest19sp1. Replaced by SystemVoiceMessagingGroupGetVoicePortalMenusResponse20
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]
<greetings> DigitAny </greetings> [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>
<greetingsMenuKeys> [1]
<personalizedName> DigitAny </personalizedName> [0..1]
<conferenceGreeting> DigitAny </conferenceGreeting> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</greetingsMenuKeys>
<conferenceGreetingMenuKeys> [1]
<activateConfGreeting> DigitAny </activateConfGreeting> [0..1]
<deactivateConfGreeting> DigitAny </deactivateConfGreeting> [0..1]
<recordNewConfGreeting> DigitAny </recordNewConfGreeting> [0..1]
<listenToCurrentConfGreeting> DigitAny </listenToCurrentConfGreeting> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</conferenceGreetingMenuKeys>
<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]
<disassociateFromRemoteHost> DigitAny </disassociateFromRemoteHost> [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="SystemVoiceMessagingGroupGetVoicePortalMenusResponse19sp1">
<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="greetings" 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="greetingsMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="conferenceGreeting" 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="conferenceGreetingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="activateConfGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="deactivateConfGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="recordNewConfGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentConfGreeting" 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="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="disassociateFromRemoteHost" 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: UserCallPoliciesGetRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallPoliciesGetRequest17
Abstract no
Documentation Request the user level data associated with Call Policies. The response is either a UserCallPoliciesGetResponse17 or an ErrorResponse. Replaced by: UserCallPoliciesGetRequest19sp1
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="UserCallPoliciesGetRequest17">
<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: UserCallPoliciesGetResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserCallPoliciesGetResponse17
Abstract no
Documentation Response to UserCallPoliciesGetRequest17. Replaced by: UserCallPoliciesGetResponse19sp1
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<redirectedCallsCOLPPrivacy> ConnectedLineIdentificationPrivacyOnRedirectedCalls </redirectedCallsCOLPPrivacy> [1]
<callBeingForwardedResponseCallType> CallBeingForwardedResponseCallType </callBeingForwardedResponseCallType> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCallPoliciesGetResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="redirectedCallsCOLPPrivacy" type=" ConnectedLineIdentificationPrivacyOnRedirectedCalls "/>
<xs:element name="callBeingForwardedResponseCallType" type=" CallBeingForwardedResponseCallType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallProcessingGetPolicyRequest18

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallProcessingGetPolicyRequest18
Abstract no
Documentation Request the user level data associated with Call Processing Policy. The response is either a UserCallProcessingGetPolicyResponse18 or an ErrorResponse. Replaced by: UserCallProcessingGetPolicyRequest19sp1
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="UserCallProcessingGetPolicyRequest18">
<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: UserCallProcessingGetPolicyResponse18

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserCallProcessingGetPolicyResponse18
Abstract no
Documentation Response to UserCallProcessingGetPolicyRequest18. The useUserCLIDSetting attribute controls the CLID settings (clidPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName, allowConfigurableCLIDForRedirectingIdentity, allowDepartmentCLIDNameOverride) The useUserMediaSetting attribute controls the Media settings (medisPolicySelection, supportedMediaSetName) The useUserCallLimitsSetting attribute controls the Call Limits setting (useMaxSimultaneousCalls, maxSimultaneousCalls, useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations) The following elements are only used in AS data mode: useUserDCLIDSetting enableDialableCallerID allowConfigurableCLIDForRedirectingIdentity allowDepartmentCLIDNameOverride Replaced by: UserCallProcessingGetPolicyResponse19sp1
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useUserCLIDSetting> xs:boolean </useUserCLIDSetting> [1]
<useUserMediaSetting> xs:boolean </useUserMediaSetting> [1]
<useUserCallLimitsSetting> xs:boolean </useUserCallLimitsSetting> [1]
<useUserDCLIDSetting> xs:boolean </useUserDCLIDSetting> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls </maxConcurrentRedirectedCalls> [1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth </maxFindMeFollowMeDepth> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth </maxRedirectionDepth> [1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations </maxConcurrentFindMeFollowMeInvocations> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<emergencyClidPolicy> GroupCLIDPolicy </emergencyClidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCallProcessingGetPolicyResponse18">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useUserCLIDSetting" type=" xs:boolean "/>
<xs:element name="useUserMediaSetting" type=" xs:boolean "/>
<xs:element name="useUserCallLimitsSetting" type=" xs:boolean "/>
<xs:element name="useUserDCLIDSetting" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes "/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection "/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth "/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean "/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallRecordingGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallRecordingGetRequest
Abstract no
Documentation Get the Call Recording attributes for a user. The response is either a UserCallRecordingGetResponse or an ErrorResponse.
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="UserCallRecordingGetRequest">
<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: UserCallRecordingGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserCallRecordingGetResponse
Abstract no
Documentation Response to the UserCallRecordingGetRequest. The response contains the user's Call Recording option information.
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. -->
<recordingOption> RecordingOption </recordingOption> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCallRecordingGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="recordingOption" type=" RecordingOption "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserDevicePoliciesGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserDevicePoliciesGetRequest
Abstract no
Documentation Request the user level data associated with Device Policy. The response is either a UserDevicePoliciesGetResponse 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. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserDevicePoliciesGetRequest">
<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: UserDevicePoliciesGetRequest19sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserDevicePoliciesGetRequest19sp1
Abstract no
Documentation Request the user level data associated with Device Policy. The response is either a UserDevicePoliciesGetResponse19sp1 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. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserDevicePoliciesGetRequest19sp1">
<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: UserDevicePoliciesGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserDevicePoliciesGetResponse
Abstract no
Documentation Response to UserDevicePoliciesGetRequest. enableDeviceFeatureSynchronization is ignored by the application server in Multiple User Shared mode.
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. -->
<lineMode> UserDevicePolicyLineMode </lineMode> [1]
<enableDeviceFeatureSynchronization> xs:boolean </enableDeviceFeatureSynchronization> [1]
</...>
Schema Component Representation
<xs:complexType name="UserDevicePoliciesGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="lineMode" type=" UserDevicePolicyLineMode "/>
<xs:element name="enableDeviceFeatureSynchronization" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserDevicePoliciesGetResponse19sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserDevicePoliciesGetResponse19sp1
Abstract no
Documentation Response to UserDevicePoliciesGetRequest19sp1. enableDeviceFeatureSynchronization is ignored by the application server in Multiple User Shared mode.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<lineMode> UserDevicePolicyLineMode </lineMode> [1]
<enableDeviceFeatureSynchronization> xs:boolean </enableDeviceFeatureSynchronization> [1]
<enableDnd> xs:boolean </enableDnd> [1]
<enableCallForwardingAlways> xs:boolean </enableCallForwardingAlways> [1]
<enableCallForwardingBusy> xs:boolean </enableCallForwardingBusy> [1]
<enableCallForwardingNoAnswer> xs:boolean </enableCallForwardingNoAnswer> [1]
<enableAcd> xs:boolean </enableAcd> [1]
<enableExecutive> xs:boolean </enableExecutive> [1]
<enableExecutiveAssistant> xs:boolean </enableExecutiveAssistant> [1]
</...>
Schema Component Representation
<xs:complexType name="UserDevicePoliciesGetResponse19sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="lineMode" type=" UserDevicePolicyLineMode "/>
<xs:element name="enableDeviceFeatureSynchronization" type=" xs:boolean "/>
<xs:element name="enableDnd" type=" xs:boolean "/>
<xs:element name="enableCallForwardingAlways" type=" xs:boolean "/>
<xs:element name="enableCallForwardingBusy" type=" xs:boolean "/>
<xs:element name="enableCallForwardingNoAnswer" type=" xs:boolean "/>
<xs:element name="enableAcd" type=" xs:boolean "/>
<xs:element name="enableExecutive" type=" xs:boolean "/>
<xs:element name="enableExecutiveAssistant" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserEnhancedCallLogsGetListRequest17sp4V2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserEnhancedCallLogsGetListRequest17sp4V2
Abstract no
Documentation Request user's call logs. If the callLogType is not specified, all types of calls logs (placed, received, missed) are returned. The filters "dateTimeRange", "numberFilter", "redirectedNumberFilter", "accountAuthorizationCodeFilter" "callAuthorizationCodeFilter" and "subscriberType" are ignored if call logs are stored in CDS. When "ReceivedOrMissed" is specified as "callLogType" and call logs are stored in CDS, all call logs including placed will be returned. It is possible to restrict the number of rows returned using responsePagingControl. If responsePagingControl is not specified, the value of Enhanced Call Logs system parameter maxNonPagedResponseSize will control the maximum number of call logs can be returned. The response is either a UserEnhancedCallLogsGetListResponse17sp4V2 or an ErrorResponse. The following elements are only used in AS data mode: callAuthorizationCodeFilter
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<callLogType> EnhancedCallLogsCallLogsRequestType </callLogType> [0..1]
<dateTimeRange> EnhancedCallLogsTimeRange </dateTimeRange> [1]
<numberFilter> EnhancedCallLogsNumberFilter </numberFilter> [0..1]
<redirectedNumberFilter> EnhancedCallLogsRedirectedNumberFilter </redirectedNumberFilter> [0..1]
<accountAuthorizationCodeFilter> EnhancedCallLogsAccountAuthorizationCodeFilter </accountAuthorizationCodeFilter> [0..1]
<callAuthorizationCodeFilter> EnhancedCallLogsCallAuthorizationCodeFilter </callAuthorizationCodeFilter> [0..1]
<subscriberType> EnhancedCallLogsSubscriberType </subscriberType> [0..1]
<responsePagingControl> ResponsePagingControl </responsePagingControl> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserEnhancedCallLogsGetListRequest17sp4V2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="callLogType" type=" EnhancedCallLogsCallLogsRequestType " minOccurs="0"/>
<xs:element name="dateTimeRange" type=" EnhancedCallLogsTimeRange "/>
<xs:element name="numberFilter" type=" EnhancedCallLogsNumberFilter " minOccurs="0"/>
<xs:element name="redirectedNumberFilter" type=" EnhancedCallLogsRedirectedNumberFilter " minOccurs="0"/>
<xs:element name="accountAuthorizationCodeFilter" type=" EnhancedCallLogsAccountAuthorizationCodeFilter " minOccurs="0"/>
<xs:element name="callAuthorizationCodeFilter" type=" EnhancedCallLogsCallAuthorizationCodeFilter " minOccurs="0"/>
<xs:element name="subscriberType" type=" EnhancedCallLogsSubscriberType " minOccurs="0"/>
<xs:element name="responsePagingControl" type=" ResponsePagingControl " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserEnhancedCallLogsGetListResponse17sp4V2

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserEnhancedCallLogsGetListResponse17sp4V2
Abstract no
Documentation Response to UserEnhancedCallLogsGetListRequest17sp4V2. Total numbers of rows is: - the total number of retrievable logs of the call log type that was specified in the UserEnhancedCallLogsGetListRequest17sp4V2, if a call log type was specified in the request. - the total number of retrievable logs, if no call log type was specified in the request. A list of MixedCallLogsEntry will be returned if the call logs are stored on CDS A list of ExtendedMixedCallLogsEntry17sp4 will be returned if the call logs are stored on DBS The logs are sorted by date/time of the call.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<totalNumberOfRows> xs:int </totalNumberOfRows> [1]
Start Choice [1]
<legacyEntry> [1]
<callLog> MixedCallLogsEntry </callLog> [0..*]
</legacyEntry>
<extendedEntry> [1]
<extendedCallLog> ExtendedMixedCallLogsEntry17sp4 </extendedCallLog> [0..*]
</extendedEntry>
End Choice
</...>
Schema Component Representation
<xs:complexType name="UserEnhancedCallLogsGetListResponse17sp4V2">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="totalNumberOfRows" type=" xs:int "/>
<xs:choice>
<xs:element name="legacyEntry">
<xs:complexType>
<xs:sequence>
<xs:element name="callLog" type=" MixedCallLogsEntry " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="extendedEntry">
<xs:complexType>
<xs:sequence>
<xs:element name="extendedCallLog" type=" ExtendedMixedCallLogsEntry17sp4 " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserFeatureAccessCodeGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserFeatureAccessCodeGetListRequest
Abstract no
Documentation Get the list of feature access codes for a user. The response is either a UserFeatureAccessCodeGetListResponse or an ErrorResponse.
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="UserFeatureAccessCodeGetListRequest">
<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: UserFeatureAccessCodeGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserFeatureAccessCodeGetListResponse
Abstract no
Documentation Response to the UserFeatureAccessCodeGetListRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<featureAccessCode> FeatureAccessCodeEntry </featureAccessCode> [0..*]
</...>
Schema Component Representation
<xs:complexType name="UserFeatureAccessCodeGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="featureAccessCode" type=" FeatureAccessCodeEntry " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserGetRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserGetRequest19
Abstract no
Documentation Request to get the user information. The response is either UserGetResponse19 or ErrorResponse.
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="UserGetRequest19">
<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: UserGetResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserGetResponse19
Abstract no
Documentation Response to UserGetRequest19. 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> AccessDeviceMultipleContactEndpointRead19 </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="UserGetResponse19">
<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=" AccessDeviceMultipleContactEndpointRead19 " 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: UserMeetMeConferencingGetConferenceGreetingRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserMeetMeConferencingGetConferenceGreetingRequest
Abstract no
Documentation Get the information of a conference custom greeting. The response is either UserMeetMeConferencingGetConferenceGreetingResponse 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="UserMeetMeConferencingGetConferenceGreetingRequest">
<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: UserMeetMeConferencingGetConferenceGreetingResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserMeetMeConferencingGetConferenceGreetingResponse
Abstract no
Documentation Response to UserMeetMeConferencingGetConferenceGreetingRequest. Contains the information of a conference custom greeting.
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. -->
<playEntranceGreeting> xs:boolean </playEntranceGreeting> [1]
<entranceGreetingAudioFile> FileDescription </entranceGreetingAudioFile> [0..1]
<entranceGreetingMediaType> MediaFileType </entranceGreetingMediaType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserMeetMeConferencingGetConferenceGreetingResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="playEntranceGreeting" type=" xs:boolean "/>
<xs:element name="entranceGreetingAudioFile" type=" FileDescription " minOccurs="0"/>
<xs:element name="entranceGreetingMediaType" type=" MediaFileType " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingGetConferenceRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserMeetMeConferencingGetConferenceRequest19
Abstract no
Documentation Get the information of a conference owned by the user. The response is either UserMeetMeConferencingGetConferenceResponse19 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="UserMeetMeConferencingGetConferenceRequest19">
<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: UserMeetMeConferencingGetConferenceResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserMeetMeConferencingGetConferenceResponse19
Abstract no
Documentation Response to UserMeetMeConferencingGetConferenceRequest19. 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]
<requireSecurityPin> xs:boolean </requireSecurityPin> [1]
<securityPin> MeetMeConferencingConferenceSecurityPin </securityPin> [0..1]
<allowUniqueIdentifier> xs:boolean </allowUniqueIdentifier> [1]
<attendeeNotification> MeetMeConferencingConferenceAttendeeNotification </attendeeNotification> [1]
<conferenceSchedule> MeetMeConferencingConferenceSchedule </conferenceSchedule> [1]
<moderatorPin> MeetMeConferencingConferencePassCode </moderatorPin> [1]
</...>
Schema Component Representation
<xs:complexType name="UserMeetMeConferencingGetConferenceResponse19">
<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="requireSecurityPin" type=" xs:boolean "/>
<xs:element name="securityPin" type=" MeetMeConferencingConferenceSecurityPin " minOccurs="0"/>
<xs:element name="allowUniqueIdentifier" 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: UserMeetMeConferencingModifyConferenceGreetingRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserMeetMeConferencingModifyConferenceGreetingRequest
Abstract no
Documentation Modify an existing custom greeting audio file. 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. -->
<userId> UserId </userId> [1]
<conferenceKey> MeetMeConferencingConferenceKey </conferenceKey> [1]
<playEntranceGreeting> xs:boolean </playEntranceGreeting> [0..1]
<entranceGreetingFile> LabeledMediaFileResource </entranceGreetingFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserMeetMeConferencingModifyConferenceGreetingRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="conferenceKey" type=" MeetMeConferencingConferenceKey "/>
<xs:element name="playEntranceGreeting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="entranceGreetingFile" type=" LabeledMediaFileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMusicOnHoldUserGetRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserMusicOnHoldUserGetRequest16
Abstract no
Documentation Request the user level data associated with Music On Hold User. The response is either a UserMusicOnHoldUserGetResponse16 or an ErrorResponse.
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="UserMusicOnHoldUserGetRequest16">
<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: UserMusicOnHoldUserGetResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserMusicOnHoldUserGetResponse16
Abstract no
Documentation Response to UserMusicOnHoldUserGetRequest16.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableVideo> xs:boolean </enableVideo> [1]
<source> MusicOnHoldUserSourceRead16 </source> [1]
<useAlternateSourceForInternalCalls> xs:boolean </useAlternateSourceForInternalCalls> [1]
<internalSource> MusicOnHoldUserSourceRead16 </internalSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserMusicOnHoldUserGetResponse16">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="source" type=" MusicOnHoldUserSourceRead16 "/>
<xs:element name="useAlternateSourceForInternalCalls" type=" xs:boolean "/>
<xs:element name="internalSource" type=" MusicOnHoldUserSourceRead16 " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMusicOnHoldUserModifyRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserMusicOnHoldUserModifyRequest16
Abstract no
Documentation Modify data for Music On Hold User. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<source> MusicOnHoldUserSourceModify16 </source> [0..1]
<useAlternateSourceForInternalCalls> xs:boolean </useAlternateSourceForInternalCalls> [0..1]
<internalSource> MusicOnHoldUserSourceModify16 </internalSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserMusicOnHoldUserModifyRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="source" type=" MusicOnHoldUserSourceModify16 " minOccurs="0"/>
<xs:element name="useAlternateSourceForInternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="internalSource" type=" MusicOnHoldUserSourceModify16 " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserPreAlertingAnnouncementGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserPreAlertingAnnouncementGetRequest
Abstract no
Documentation Get the user's pre-alerting service setting. The response is either a UserPreAlertingAnnouncementGetResponse or an ErrorResponse.
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="UserPreAlertingAnnouncementGetRequest">
<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: UserPreAlertingAnnouncementGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserPreAlertingAnnouncementGetResponse
Abstract no
Documentation Response to a UserPreAlertingAnnouncementGetRequest. The criteria table's column headings are: "Is Active", "Criteria Name", "Blacklisted", and "Calls From".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<audioSelection> ExtendedFileResourceSelection </audioSelection> [1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<audioMediaType> MediaFileType </audioMediaType> [0..1]
<audioFileUrl> URL </audioFileUrl> [0..1]
<videoSelection> ExtendedFileResourceSelection </videoSelection> [1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<videoMediaType> MediaFileType </videoMediaType> [0..1]
<videoFileUrl> URL </videoFileUrl> [0..1]
<criteriaTable> core:OCITable </criteriaTable> [1]
</...>
Schema Component Representation
<xs:complexType name="UserPreAlertingAnnouncementGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="audioSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="audioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="audioMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="audioFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="videoSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="videoFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="videoMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="videoFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="criteriaTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserPreAlertingAnnouncementModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserPreAlertingAnnouncementModifyRequest
Abstract no
Documentation Modify the user's pre-alerting service setting. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<isActive> xs:boolean </isActive> [0..1]
<audioSelection> ExtendedFileResourceSelection </audioSelection> [0..1]
<audioFile> ExtendedMediaFileResource </audioFile> [0..1]
<videoSelection> ExtendedFileResourceSelection </videoSelection> [0..1]
<videoFile> ExtendedMediaFileResource </videoFile> [0..1]
<criteriaActivation> CriteriaActivation </criteriaActivation> [0..*]
</...>
Schema Component Representation
<xs:complexType name="UserPreAlertingAnnouncementModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="audioSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="audioFile" type=" ExtendedMediaFileResource " minOccurs="0"/>
<xs:element name="videoSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoFile" type=" ExtendedMediaFileResource " minOccurs="0"/>
<xs:element name="criteriaActivation" type=" CriteriaActivation " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserGetGreetingRequest18

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetGreetingRequest18
Abstract no
Documentation Get the user's voice messaging greeting information. The response is either a UserVoiceMessagingUserGetGreetingResponse18 or an ErrorResponse. Replaced by UserVoiceMessagingUserGetGreetingRequest18sp1
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="UserVoiceMessagingUserGetGreetingRequest18">
<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: UserVoiceMessagingUserGetGreetingResponse18

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetGreetingResponse18
Abstract no
Documentation Response to UserVoiceMessagingUserGetGreetingRequest18. Contains the greeting configuration for a user's voice messaging. The following elements are only used in AS data mode: disableMessageDeposit disableMessageDepositAction greetingOnlyForwardDestination Replaced by UserVoiceMessagingUserGetGreetingResponse18sp1
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<busyAnnouncementSelection> AnnouncementSelection </busyAnnouncementSelection> [1]
<busyPersonalAudioFile> FileDescription </busyPersonalAudioFile> [0..1]
<busyPersonalAudioMediaType> MediaFileType </busyPersonalAudioMediaType> [0..1]
<busyPersonalVideoFile> FileDescription </busyPersonalVideoFile> [0..1]
<busyPersonalVideoMediaType> MediaFileType </busyPersonalVideoMediaType> [0..1]
<noAnswerAnnouncementSelection> VoiceMessagingNoAnswerGreetingSelection </noAnswerAnnouncementSelection> [1]
<noAnswerPersonalAudioFile> FileDescription </noAnswerPersonalAudioFile> [0..1]
<noAnswerPersonalAudioMediaType> MediaFileType </noAnswerPersonalAudioMediaType> [0..1]
<noAnswerPersonalVideoFile> FileDescription </noAnswerPersonalVideoFile> [0..1]
<noAnswerPersonalVideoMediaType> MediaFileType </noAnswerPersonalVideoMediaType> [0..1]
<noAnswerAlternateGreeting01> VoiceMessagingAlternateNoAnswerGreetingRead16 </noAnswerAlternateGreeting01> [0..1]
<noAnswerAlternateGreeting02> VoiceMessagingAlternateNoAnswerGreetingRead16 </noAnswerAlternateGreeting02> [0..1]
<noAnswerAlternateGreeting03> VoiceMessagingAlternateNoAnswerGreetingRead16 </noAnswerAlternateGreeting03> [0..1]
<noAnswerNumberOfRings> VoiceMessagingNumberOfRings </noAnswerNumberOfRings> [1]
<disableMessageDeposit> xs:boolean </disableMessageDeposit> [1]
<disableMessageDepositAction> VoiceMessagingDisableMessageDepositSelection </disableMessageDepositAction> [1]
<greetingOnlyForwardDestination> OutgoingDNorSIPURI </greetingOnlyForwardDestination> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserGetGreetingResponse18">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="busyAnnouncementSelection" type=" AnnouncementSelection "/>
<xs:element name="busyPersonalAudioFile" type=" FileDescription " minOccurs="0"/>
<xs:element name="busyPersonalAudioMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="busyPersonalVideoFile" type=" FileDescription " minOccurs="0"/>
<xs:element name="busyPersonalVideoMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="noAnswerAnnouncementSelection" type=" VoiceMessagingNoAnswerGreetingSelection "/>
<xs:element name="noAnswerPersonalAudioFile" type=" FileDescription " minOccurs="0"/>
<xs:element name="noAnswerPersonalAudioMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="noAnswerPersonalVideoFile" type=" FileDescription " minOccurs="0"/>
<xs:element name="noAnswerPersonalVideoMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="noAnswerAlternateGreeting01" type=" VoiceMessagingAlternateNoAnswerGreetingRead16 " minOccurs="0"/>
<xs:element name="noAnswerAlternateGreeting02" type=" VoiceMessagingAlternateNoAnswerGreetingRead16 " minOccurs="0"/>
<xs:element name="noAnswerAlternateGreeting03" type=" VoiceMessagingAlternateNoAnswerGreetingRead16 " minOccurs="0"/>
<xs:element name="noAnswerNumberOfRings" type=" VoiceMessagingNumberOfRings "/>
<xs:element name="disableMessageDeposit" type=" xs:boolean "/>
<xs:element name="disableMessageDepositAction" type=" VoiceMessagingDisableMessageDepositSelection "/>
<xs:element name="greetingOnlyForwardDestination" type=" OutgoingDNorSIPURI " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Simple Type: CallProcessingMaxCallTimeForUnansweredCallsMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CallProcessingMaxCallTimeForUnansweredCallsMinutes
Content
  • Base XSD Type: int
  • 1 <= value <= 60
Documentation Maximum Call Time for Unanswered Calls Replaced by: CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1
Schema Component Representation
<xs:simpleType name="CallProcessingMaxCallTimeForUnansweredCallsMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="60"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CallProcessingMaxConcurrentFindMeFollowMeInvocations

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CallProcessingMaxConcurrentFindMeFollowMeInvocations
Content
  • Base XSD Type: int
  • 1 <= value <= 32
Documentation Maximum Number of Concurrent Find Me/Follow Me Invocations Replaced by: CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1
Schema Component Representation
<xs:simpleType name="CallProcessingMaxConcurrentFindMeFollowMeInvocations">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="32"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CallProcessingMaxConcurrentRedirectedCalls

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CallProcessingMaxConcurrentRedirectedCalls
Content
  • Base XSD Type: int
  • 1 <= value <= 32
Documentation Maximum Number of Concurrent Redirected Calls Replaced by: CallProcessingMaxConcurrentRedirectedCalls19sp1
Schema Component Representation
<xs:simpleType name="CallProcessingMaxConcurrentRedirectedCalls">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="32"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CallProcessingMaxFindMeFollowMeDepth

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CallProcessingMaxFindMeFollowMeDepth
Content
  • Base XSD Type: int
  • 1 <= value <= 10
Documentation Maximum Number of Find Me Follow Me Depth Replaced by: CallProcessingMaxFindMeFollowMeDepth19sp1
Schema Component Representation
<xs:simpleType name="CallProcessingMaxFindMeFollowMeDepth">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CallProcessingMaxRedirectionDepth

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CallProcessingMaxRedirectionDepth
Content
  • Base XSD Type: int
  • 1 <= value <= 15
Documentation Maximum Number of Redirections Depth Replaced by: CallProcessingMaxRedirectionDepth19sp1
Schema Component Representation
<xs:simpleType name="CallProcessingMaxRedirectionDepth">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="15"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CallProcessingMaxSimultaneousCalls

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CallProcessingMaxSimultaneousCalls
Content
  • Base XSD Type: int
  • 1 <= value <= 500
Documentation Maximum Number of Simultaneous Calls Replaced by: CallProcessingMaxSimultaneousCalls19sp1
Schema Component Representation
<xs:simpleType name="CallProcessingMaxSimultaneousCalls">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="500"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CallProcessingPolicyProfileSubscriberType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name CallProcessingPolicyProfileSubscriberType
Content
  • Base XSD Type: token
  • value comes from list: {'User'|'Trunk Group Pilot User'|'Auto Attendant'|'BroadWorks Anywhere'|'Call Center'|'Find-me/Follow-me'|'Group Paging'|'Hunt Group'|'Instant Group Call'|'Meet-Me Conferencing'|'Route Point'|'Voice Portal'|'VoiceXML'}
Documentation Different type of user and virtual subscriber which could have a set of call processing policy profile defined in BroadWorks.
Schema Component Representation
<xs:simpleType name="CallProcessingPolicyProfileSubscriberType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="User"/>
<xs:enumeration value="Trunk Group Pilot User"/>
<xs:enumeration value="Auto Attendant"/>
<xs:enumeration value="BroadWorks Anywhere"/>
<xs:enumeration value="Call Center"/>
<xs:enumeration value="Find-me/Follow-me"/>
<xs:enumeration value="Group Paging"/>
<xs:enumeration value="Hunt Group"/>
<xs:enumeration value="Instant Group Call"/>
<xs:enumeration value="Meet-Me Conferencing"/>
<xs:enumeration value="Route Point"/>
<xs:enumeration value="Voice Portal"/>
<xs:enumeration value="VoiceXML"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: EnhancedCallLogsSubscriberType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name EnhancedCallLogsSubscriberType
Content
  • Base XSD Type: token
  • value comes from list: {'Auto Attendant'|'BroadWorks Anywhere Portal'|'Call Center'|'Hunt Group'|'Route Point'|'User'|'Find-me/Follow-me'}
Documentation Subscriber type Replaced by EnhancedCallLogsSubscriberType19sp1.
Schema Component Representation
<xs:simpleType name="EnhancedCallLogsSubscriberType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Auto Attendant"/>
<xs:enumeration value="BroadWorks Anywhere Portal"/>
<xs:enumeration value="Call Center"/>
<xs:enumeration value="Hunt Group"/>
<xs:enumeration value="Route Point"/>
<xs:enumeration value="User"/>
<xs:enumeration value="Find-me/Follow-me"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: RecordingOption

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name RecordingOption
Content
  • Base XSD Type: token
  • value comes from list: {'Always'|'Never'|'On Demand'}
Documentation Recording Service Configuration.
Schema Component Representation
<xs:simpleType name="RecordingOption">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Always"/>
<xs:enumeration value="Never"/>
<xs:enumeration value="On Demand"/>
</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