XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace None
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations belong to this schema's target namespace.
Schema Composition

Declared Namespaces

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

Global Definitions

Complex Type: AutoAttendantAddMenu

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

Complex Type: AutoAttendantModifyMenu

Parent type: None
Sub-types: None
Name AutoAttendantModifyMenu
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> LabeledFileResource </audioFile> [0..1]
<videoFile> LabeledFileResource </videoFile> [0..1]
<enableFirstMenuLevelExtensionDialing> xs:boolean </enableFirstMenuLevelExtensionDialing> [0..1]
<keyConfiguration> AutoAttendantKeyModifyConfiguration </keyConfiguration> [0..12]
</...>
Schema Component Representation
<xs:complexType name="AutoAttendantModifyMenu">
<xs:sequence>
<xs:element name="announcementSelection" type=" AnnouncementSelection " minOccurs="0"/>
<xs:element name="audioFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="videoFile" type=" LabeledFileResource " 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: AutoAttendantReadMenu

Parent type: None
Sub-types: None
Name AutoAttendantReadMenu
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]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<enableFirstMenuLevelExtensionDialing> xs:boolean </enableFirstMenuLevelExtensionDialing> [1]
<keyConfiguration> AutoAttendantKeyConfiguration </keyConfiguration> [0..12]
</...>
Schema Component Representation
<xs:complexType name="AutoAttendantReadMenu">
<xs:sequence>
<xs:element name="announcementSelection" type=" AnnouncementSelection "/>
<xs:element name="audioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="videoFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="enableFirstMenuLevelExtensionDialing" type=" xs:boolean "/>
<xs:element name="keyConfiguration" type=" AutoAttendantKeyConfiguration " minOccurs="0" maxOccurs="12"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CallCenterMusicOnHoldSourceModify

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

Complex Type: CallCenterMusicOnHoldSourceRead

Parent type: None
Sub-types: None
Name CallCenterMusicOnHoldSourceRead
Abstract no
Documentation Contains the music on hold source configuration.
XML Instance Representation
<...>
<audioFilePreferredCodec> AudioFileCodec </audioFilePreferredCodec> [1]
<messageSourceSelection> CallCenterAnnouncementSelection </messageSourceSelection> [1]
<customSource> [0..1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
</customSource>
</...>
Schema Component Representation
<xs:complexType name="CallCenterMusicOnHoldSourceRead">
<xs:sequence>
<xs:element name="audioFilePreferredCodec" type=" AudioFileCodec "/>
<xs:element name="messageSourceSelection" type=" CallCenterAnnouncementSelection "/>
<xs:element name="customSource" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="audioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="videoFileDescription" type=" FileDescription " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
top

Complex Type: CommunicationBarringOriginatingRule15sp2

Parent type: None
Sub-types: None
Name CommunicationBarringOriginatingRule15sp2
Abstract no
Documentation Communication Barring Originating Rule
XML Instance Representation
<...>
<criteria> CommunicationBarringCriteriaName </criteria> [1]
<action> CommunicationBarringOriginatingAction15sp2 </action> [1]
<treatmentId> TreatmentId </treatmentId> [0..1]
<transferNumber> OutgoingDN </transferNumber> [0..1]
</...>
Schema Component Representation
<xs:complexType name="CommunicationBarringOriginatingRule15sp2">
<xs:sequence>
<xs:element name="criteria" type=" CommunicationBarringCriteriaName "/>
<xs:element name="action" type=" CommunicationBarringOriginatingAction15sp2 "/>
<xs:element name="treatmentId" type=" TreatmentId " minOccurs="0" nillable="true"/>
<xs:element name="transferNumber" type=" OutgoingDN " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CommunicationBarringRedirectingRule15sp2

Parent type: None
Sub-types: None
Name CommunicationBarringRedirectingRule15sp2
Abstract no
Documentation Communication Barring Redirecting Rule
XML Instance Representation
<...>
<criteria> CommunicationBarringCriteriaName </criteria> [1]
<action> CommunicationBarringRedirectingAction15sp2 </action> [1]
</...>
Schema Component Representation
<xs:complexType name="CommunicationBarringRedirectingRule15sp2">
<xs:sequence>
<xs:element name="criteria" type=" CommunicationBarringCriteriaName "/>
<xs:element name="action" type=" CommunicationBarringRedirectingAction15sp2 "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CPEDeviceModifyOptions

Parent type: None
Sub-types: None
Name CPEDeviceModifyOptions
Abstract no
Documentation CPE device's options when used with a modify request. The following options are not changeable: configType systemFileName deviceFileFormat
XML Instance Representation
<...>
<enableMonitoring> xs:boolean </enableMonitoring> [0..1]
<resetEvent> CPEDeviceResetEventType </resetEvent> [0..1]
<deviceManagementDeviceTypeOptions> DeviceManagementDeviceTypeModifyOptions </deviceManagementDeviceTypeOptions> [0..1]
</...>
Schema Component Representation
<xs:complexType name="CPEDeviceModifyOptions">
<xs:sequence>
<xs:element name="enableMonitoring" type=" xs:boolean " minOccurs="0"/>
<xs:element name="resetEvent" type=" CPEDeviceResetEventType " nillable="true" minOccurs="0"/>
<xs:element name="deviceManagementDeviceTypeOptions" type=" DeviceManagementDeviceTypeModifyOptions " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CPEDeviceOptions14sp6

Parent type: None
Sub-types: None
Name CPEDeviceOptions14sp6
Abstract no
Documentation CPE device's options.
XML Instance Representation
<...>
<enableMonitoring> xs:boolean </enableMonitoring> [1]
<resetEvent> CPEDeviceResetEventType </resetEvent> [0..1]
<configType> AccessDeviceEnhancedConfigurationType14 </configType> [1]
<systemFileName> CPESystemFileName </systemFileName> [0..1]
<deviceFileFormat> CPEDeviceFileFormat </deviceFileFormat> [0..1]
<deviceManagementDeviceTypeOptions> DeviceManagementDeviceTypeOptions </deviceManagementDeviceTypeOptions> [0..1]
</...>
Schema Component Representation
<xs:complexType name="CPEDeviceOptions14sp6">
<xs:sequence>
<xs:element name="enableMonitoring" type=" xs:boolean "/>
<xs:element name="resetEvent" type=" CPEDeviceResetEventType " minOccurs="0"/>
<xs:element name="configType" type=" AccessDeviceEnhancedConfigurationType14 "/>
<xs:element name="systemFileName" type=" CPESystemFileName " minOccurs="0"/>
<xs:element name="deviceFileFormat" type=" CPEDeviceFileFormat " minOccurs="0"/>
<xs:element name="deviceManagementDeviceTypeOptions" type=" DeviceManagementDeviceTypeOptions " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CPEDeviceOptionsRead

Parent type: None
Sub-types: None
Name CPEDeviceOptionsRead
Abstract no
Documentation CPE device's options.
XML Instance Representation
<...>
<enableMonitoring> xs:boolean </enableMonitoring> [1]
<resetEvent> CPEDeviceResetEventType </resetEvent> [0..1]
<configType> AccessDeviceEnhancedConfigurationType14 </configType> [1]
<systemFileName> CPESystemFileName </systemFileName> [0..1]
<deviceFileFormat> CPEDeviceFileFormat </deviceFileFormat> [0..1]
<deviceManagementDeviceTypeOptions> DeviceManagementDeviceTypeOptionsRead </deviceManagementDeviceTypeOptions> [0..1]
</...>
Schema Component Representation
<xs:complexType name="CPEDeviceOptionsRead">
<xs:sequence>
<xs:element name="enableMonitoring" type=" xs:boolean "/>
<xs:element name="resetEvent" type=" CPEDeviceResetEventType " minOccurs="0"/>
<xs:element name="configType" type=" AccessDeviceEnhancedConfigurationType14 "/>
<xs:element name="systemFileName" type=" CPESystemFileName " minOccurs="0"/>
<xs:element name="deviceFileFormat" type=" CPEDeviceFileFormat " minOccurs="0"/>
<xs:element name="deviceManagementDeviceTypeOptions" type=" DeviceManagementDeviceTypeOptionsRead " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: DeviceManagementDeviceTypeModifyOptions

Parent type: None
Sub-types: None
Name DeviceManagementDeviceTypeModifyOptions
Abstract no
Documentation Device Management System device type options during a modify request.
XML Instance Representation
<...>
<deviceAccessProtocol> DeviceAccessProtocol </deviceAccessProtocol> [0..1]
<tagMode> DeviceManagementTagMode </tagMode> [0..1]
<tagSet> DeviceManagementTagSet </tagSet> [0..1]
<allowDeviceProfileCustomTagSet> xs:boolean </allowDeviceProfileCustomTagSet> [0..1]
<allowGroupCustomTagSet> xs:boolean </allowGroupCustomTagSet> [0..1]
<sendEmailUponResetFailure> xs:boolean </sendEmailUponResetFailure> [0..1]
<deviceAccessNetAddress> NetAddress </deviceAccessNetAddress> [0..1]
<deviceAccessPort> Port </deviceAccessPort> [0..1]
<deviceAccessContext> DeviceAccessContext </deviceAccessContext> [0..1]
<defaultDeviceLanguage> DeviceLanguage </defaultDeviceLanguage> [0..1]
<defaultDeviceEncoding> Encoding </defaultDeviceEncoding> [0..1]
<accessDeviceCredentials> DeviceManagementUserNamePassword </accessDeviceCredentials> [0..1]
<useHttpDigestAuthentication> xs:boolean </useHttpDigestAuthentication> [0..1]
<macBasedFileAuthentication> xs:boolean </macBasedFileAuthentication> [0..1]
<userNamePasswordFileAuthentication> xs:boolean </userNamePasswordFileAuthentication> [0..1]
<macInNonRequestURI> xs:boolean </macInNonRequestURI> [0..1]
<macFormatInNonRequestURI> DeviceManagementAccessURI </macFormatInNonRequestURI> [0..1]
</...>
Schema Component Representation
<xs:complexType name="DeviceManagementDeviceTypeModifyOptions">
<xs:sequence>
<xs:element name="deviceAccessProtocol" type=" DeviceAccessProtocol " minOccurs="0"/>
<xs:element name="tagMode" type=" DeviceManagementTagMode " minOccurs="0"/>
<xs:element name="tagSet" type=" DeviceManagementTagSet " minOccurs="0" nillable="true"/>
<xs:element name="allowDeviceProfileCustomTagSet" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowGroupCustomTagSet" type=" xs:boolean " minOccurs="0"/>
<xs:element name="sendEmailUponResetFailure" type=" xs:boolean " minOccurs="0"/>
<xs:element name="deviceAccessNetAddress" type=" NetAddress " minOccurs="0" nillable="true"/>
<xs:element name="deviceAccessPort" type=" Port " minOccurs="0" nillable="true"/>
<xs:element name="deviceAccessContext" type=" DeviceAccessContext " minOccurs="0" nillable="true"/>
<xs:element name="defaultDeviceLanguage" type=" DeviceLanguage " minOccurs="0" nillable="true"/>
<xs:element name="defaultDeviceEncoding" type=" Encoding " minOccurs="0" nillable="true"/>
<xs:element name="accessDeviceCredentials" type=" DeviceManagementUserNamePassword " minOccurs="0" nillable="true"/>
<xs:element name="useHttpDigestAuthentication" type=" xs:boolean " minOccurs="0"/>
<xs:element name="macBasedFileAuthentication" type=" xs:boolean " minOccurs="0"/>
<xs:element name="userNamePasswordFileAuthentication" type=" xs:boolean " minOccurs="0"/>
<xs:element name="macInNonRequestURI" type=" xs:boolean " minOccurs="0"/>
<xs:element name="macFormatInNonRequestURI" type=" DeviceManagementAccessURI " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: DeviceManagementDeviceTypeOptions

Parent type: None
Sub-types: None
Name DeviceManagementDeviceTypeOptions
Abstract no
Documentation Device Management System device type options.
XML Instance Representation
<...>
<deviceAccessProtocol> DeviceAccessProtocol </deviceAccessProtocol> [1]
<tagMode> DeviceManagementTagMode </tagMode> [1]
<tagSet> DeviceManagementTagSet </tagSet> [0..1]
<allowDeviceProfileCustomTagSet> xs:boolean </allowDeviceProfileCustomTagSet> [1]
<allowGroupCustomTagSet> xs:boolean </allowGroupCustomTagSet> [1]
<sendEmailUponResetFailure> xs:boolean </sendEmailUponResetFailure> [1]
<deviceAccessNetAddress> NetAddress </deviceAccessNetAddress> [0..1]
<deviceAccessPort> Port </deviceAccessPort> [0..1]
<deviceAccessContext> DeviceAccessContext </deviceAccessContext> [0..1]
<deviceAccessURI> DeviceManagementAccessURI </deviceAccessURI> [0..1]
<defaultDeviceLanguage> DeviceLanguage </defaultDeviceLanguage> [0..1]
<defaultDeviceEncoding> Encoding </defaultDeviceEncoding> [0..1]
<accessDeviceCredentials> DeviceManagementUserNamePassword </accessDeviceCredentials> [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]
</...>
Schema Component Representation
<xs:complexType name="DeviceManagementDeviceTypeOptions">
<xs:sequence>
<xs:element name="deviceAccessProtocol" type=" DeviceAccessProtocol "/>
<xs:element name="tagMode" type=" DeviceManagementTagMode "/>
<xs:element name="tagSet" type=" DeviceManagementTagSet " minOccurs="0"/>
<xs:element name="allowDeviceProfileCustomTagSet" type=" xs:boolean "/>
<xs:element name="allowGroupCustomTagSet" type=" xs:boolean "/>
<xs:element name="sendEmailUponResetFailure" type=" xs:boolean "/>
<xs:element name="deviceAccessNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="deviceAccessPort" type=" Port " minOccurs="0"/>
<xs:element name="deviceAccessContext" type=" DeviceAccessContext " minOccurs="0"/>
<xs:element name="deviceAccessURI" type=" DeviceManagementAccessURI " minOccurs="0"/>
<xs:element name="defaultDeviceLanguage" type=" DeviceLanguage " minOccurs="0"/>
<xs:element name="defaultDeviceEncoding" type=" Encoding " minOccurs="0"/>
<xs:element name="accessDeviceCredentials" type=" DeviceManagementUserNamePassword " 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:sequence>
</xs:complexType>
top

Complex Type: DeviceManagementDeviceTypeOptionsRead

Parent type: None
Sub-types: None
Name DeviceManagementDeviceTypeOptionsRead
Abstract no
Documentation Device Management System device type options.
XML Instance Representation
<...>
<deviceAccessProtocol> DeviceAccessProtocol </deviceAccessProtocol> [1]
<tagMode> DeviceManagementTagMode </tagMode> [1]
<tagSet> DeviceManagementTagSet </tagSet> [0..1]
<allowDeviceProfileCustomTagSet> xs:boolean </allowDeviceProfileCustomTagSet> [1]
<allowGroupCustomTagSet> xs:boolean </allowGroupCustomTagSet> [1]
<sendEmailUponResetFailure> xs:boolean </sendEmailUponResetFailure> [1]
<deviceAccessNetAddress> NetAddress </deviceAccessNetAddress> [0..1]
<deviceAccessPort> Port </deviceAccessPort> [0..1]
<deviceAccessContext> DeviceAccessContext </deviceAccessContext> [0..1]
<deviceAccessURI> DeviceManagementAccessURI </deviceAccessURI> [0..1]
<defaultDeviceLanguage> DeviceLanguage </defaultDeviceLanguage> [0..1]
<defaultDeviceEncoding> Encoding </defaultDeviceEncoding> [0..1]
<accessDeviceCredentials> DeviceManagementUserName </accessDeviceCredentials> [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]
</...>
Schema Component Representation
<xs:complexType name="DeviceManagementDeviceTypeOptionsRead">
<xs:sequence>
<xs:element name="deviceAccessProtocol" type=" DeviceAccessProtocol "/>
<xs:element name="tagMode" type=" DeviceManagementTagMode "/>
<xs:element name="tagSet" type=" DeviceManagementTagSet " minOccurs="0"/>
<xs:element name="allowDeviceProfileCustomTagSet" type=" xs:boolean "/>
<xs:element name="allowGroupCustomTagSet" type=" xs:boolean "/>
<xs:element name="sendEmailUponResetFailure" type=" xs:boolean "/>
<xs:element name="deviceAccessNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="deviceAccessPort" type=" Port " minOccurs="0"/>
<xs:element name="deviceAccessContext" type=" DeviceAccessContext " minOccurs="0"/>
<xs:element name="deviceAccessURI" type=" DeviceManagementAccessURI " minOccurs="0"/>
<xs:element name="defaultDeviceLanguage" type=" DeviceLanguage " minOccurs="0"/>
<xs:element name="defaultDeviceEncoding" type=" Encoding " minOccurs="0"/>
<xs:element name="accessDeviceCredentials" type=" DeviceManagementUserName " 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:sequence>
</xs:complexType>
top

Complex Type: DeviceManagementUserNamePassword

Parent type: None
Sub-types: None
Name DeviceManagementUserNamePassword
Abstract no
Documentation Access device credentials.
XML Instance Representation
<...>
<userName> DeviceManagementUserName </userName> [1]
<password> DeviceManagementUserPassword </password> [1]
</...>
Schema Component Representation
<xs:complexType name="DeviceManagementUserNamePassword">
<xs:sequence>
<xs:element name="userName" type=" DeviceManagementUserName "/>
<xs:element name="password" type=" DeviceManagementUserPassword "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: FileRepositoryProtocolFTP

Parent type: None
Sub-types: None
Name FileRepositoryProtocolFTP
Abstract no
Documentation Attributes of the FTP protocol when the file repository interface is using FTP.
XML Instance Representation
<...>
<ftpPassive> xs:boolean </ftpPassive> [1]
<netAddress> NetAddress </netAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="FileRepositoryProtocolFTP">
<xs:sequence>
<xs:element name="ftpPassive" type=" xs:boolean "/>
<xs:element name="netAddress" type=" NetAddress "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: GroupAccessDeviceGetRequest14sp6

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAccessDeviceGetRequest14sp6
Abstract no
Documentation Requests the configuration of a specified group access device. The response is either GroupAccessDeviceGetResponse14sp6 or ErrorResponse. Replaced by: GroupAccessDeviceGetRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<deviceName> AccessDeviceName </deviceName> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupAccessDeviceGetRequest14sp6">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="deviceName" type=" AccessDeviceName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAccessDeviceGetResponse14sp6

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupAccessDeviceGetResponse14sp6
Abstract no
Documentation Response to: GroupAccessDeviceGetRequest14sp6 Replaced by: GroupAccessDeviceGetResponse16
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceType> AccessDeviceType </deviceType> [1]
<protocol> AccessDeviceProtocol </protocol> [0..1]
<netAddress> NetAddress </netAddress> [0..1]
<port> Port1025 </port> [0..1]
<outboundProxyServerNetAddress> NetAddress </outboundProxyServerNetAddress> [0..1]
<stunServerNetAddress> NetAddress </stunServerNetAddress> [0..1]
<macAddress> AccessDeviceMACAddress </macAddress> [0..1]
<serialNumber> AccessDeviceSerialNumber </serialNumber> [0..1]
<description> AccessDeviceDescription </description> [0..1]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<numberOfAssignedPorts> xs:int </numberOfAssignedPorts> [1]
<status> AccessDeviceStatus </status> [1]
<configurationMode> AccessDeviceEnhancedConfigurationMode </configurationMode> [0..1]
<configurationFileName> AccessDeviceEnhancedConfigurationFileName </configurationFileName> [0..1]
<physicalLocation> AccessDevicePhysicalLocation </physicalLocation> [0..1]
<transportProtocol> TransportProtocol </transportProtocol> [0..1]
<mobilityManagerProvisioningURL> URL </mobilityManagerProvisioningURL> [0..1]
<mobilityManagerProvisioningUserName> MobilityManagerProvisioningUserName </mobilityManagerProvisioningUserName> [0..1]
<mobilityManagerDefaultOriginatingServiceKey> MobilityManagerServiceKey </mobilityManagerDefaultOriginatingServiceKey> [0..1]
<mobilityManagerDefaultTerminatingServiceKey> MobilityManagerServiceKey </mobilityManagerDefaultTerminatingServiceKey> [0..1]
<useCustomUserNamePassword> xs:boolean </useCustomUserNamePassword> [0..1]
<userName> DeviceManagementUserName </userName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupAccessDeviceGetResponse14sp6">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="protocol" type=" AccessDeviceProtocol " minOccurs="0"/>
<xs:element name="netAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="port" type=" Port1025 " minOccurs="0"/>
<xs:element name="outboundProxyServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="stunServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="macAddress" type=" AccessDeviceMACAddress " minOccurs="0"/>
<xs:element name="serialNumber" type=" AccessDeviceSerialNumber " minOccurs="0"/>
<xs:element name="description" type=" AccessDeviceDescription " minOccurs="0"/>
<xs:element name="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="numberOfAssignedPorts" type=" xs:int "/>
<xs:element name="status" type=" AccessDeviceStatus "/>
<xs:element name="configurationMode" type=" AccessDeviceEnhancedConfigurationMode " minOccurs="0"/>
<xs:element name="configurationFileName" type=" AccessDeviceEnhancedConfigurationFileName " minOccurs="0"/>
<xs:element name="physicalLocation" type=" AccessDevicePhysicalLocation " minOccurs="0"/>
<xs:element name="transportProtocol" type=" TransportProtocol " minOccurs="0"/>
<xs:element name="mobilityManagerProvisioningURL" type=" URL " minOccurs="0"/>
<xs:element name="mobilityManagerProvisioningUserName" type=" MobilityManagerProvisioningUserName " minOccurs="0"/>
<xs:element name="mobilityManagerDefaultOriginatingServiceKey" type=" MobilityManagerServiceKey " minOccurs="0"/>
<xs:element name="mobilityManagerDefaultTerminatingServiceKey" type=" MobilityManagerServiceKey " minOccurs="0"/>
<xs:element name="useCustomUserNamePassword" type=" xs:boolean " minOccurs="0"/>
<xs:element name="userName" type=" DeviceManagementUserName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAutoAttendantAddInstanceRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAutoAttendantAddInstanceRequest14
Abstract no
Documentation Add a Auto Attendant instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse. Replaced By: GroupAutoAttendantAddInstanceRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfile </serviceInstanceProfile> [1]
<enableVideo> xs:boolean </enableVideo> [1]
<businessHours> ScheduleName </businessHours> [0..1]
<holidayScheduleName> ScheduleName </holidayScheduleName> [0..1]
<extensionDialingScope> AutoAttendantDialingScope </extensionDialingScope> [1]
<nameDialingScope> AutoAttendantDialingScope </nameDialingScope> [1]
<nameDialingEntries> AutoAttendantNameDialingEntry </nameDialingEntries> [1]
<businessHoursMenu> AutoAttendantAddMenu </businessHoursMenu> [0..1]
<afterHoursMenu> AutoAttendantAddMenu </afterHoursMenu> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupAutoAttendantAddInstanceRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceAddProfile "/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="businessHours" type=" ScheduleName " minOccurs="0"/>
<xs:element name="holidayScheduleName" type=" ScheduleName " 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=" AutoAttendantAddMenu " minOccurs="0"/>
<xs:element name="afterHoursMenu" type=" AutoAttendantAddMenu " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAutoAttendantGetInstanceRequest14

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupAutoAttendantGetInstanceResponse14
Abstract no
Documentation Response to GroupAutoAttendantGetInstanceRequest14. Contains the service profile information. Replaced By: GroupAutoAttendantGetInstanceResponse16
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile </serviceInstanceProfile> [1]
<enableVideo> xs:boolean </enableVideo> [1]
<businessHours> ScheduleName </businessHours> [0..1]
<holidayScheduleName> ScheduleName </holidayScheduleName> [0..1]
<extensionDialingScope> AutoAttendantDialingScope </extensionDialingScope> [1]
<nameDialingScope> AutoAttendantDialingScope </nameDialingScope> [1]
<nameDialingEntries> AutoAttendantNameDialingEntry </nameDialingEntries> [1]
<businessHoursMenu> AutoAttendantReadMenu </businessHoursMenu> [1]
<afterHoursMenu> AutoAttendantReadMenu </afterHoursMenu> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupAutoAttendantGetInstanceResponse14">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile "/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="businessHours" type=" ScheduleName " minOccurs="0"/>
<xs:element name="holidayScheduleName" type=" ScheduleName " 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=" AutoAttendantReadMenu "/>
<xs:element name="afterHoursMenu" type=" AutoAttendantReadMenu "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAutoAttendantModifyInstanceRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAutoAttendantModifyInstanceRequest
Abstract no
Documentation Request to modify an Auto Attendant instance. The response is either SuccessResponse or ErrorResponse. Replaced By: GroupAutoAttendantModifyInstanceRequest16
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]
<enableVideo> xs:boolean </enableVideo> [0..1]
<businessHours> ScheduleName </businessHours> [0..1]
<holidayScheduleName> ScheduleName </holidayScheduleName> [0..1]
<extensionDialingScope> AutoAttendantDialingScope </extensionDialingScope> [0..1]
<nameDialingScope> AutoAttendantDialingScope </nameDialingScope> [0..1]
<nameDialingEntries> AutoAttendantNameDialingEntry </nameDialingEntries> [0..1]
<businessHoursMenu> AutoAttendantModifyMenu </businessHoursMenu> [0..1]
<afterHoursMenu> AutoAttendantModifyMenu </afterHoursMenu> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupAutoAttendantModifyInstanceRequest">
<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="enableVideo" type=" xs:boolean " minOccurs="0"/>
<xs:element name="businessHours" type=" ScheduleName " nillable="true" minOccurs="0"/>
<xs:element name="holidayScheduleName" type=" ScheduleName " 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=" AutoAttendantModifyMenu " minOccurs="0"/>
<xs:element name="afterHoursMenu" type=" AutoAttendantModifyMenu " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterAddInstanceRequest14sp9

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterAddInstanceRequest14sp9
Abstract no
Documentation Add a Call Center instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse. Replaced By: GroupCallCenterAddInstanceRequest16, GroupCallCenterAddAgentListRequest, GroupCallCenterModifyPolicyRequest, GroupCallCenterModifyAnnouncementRequest16
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfileCallCenter </serviceInstanceProfile> [1]
<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]
<enableVideo> xs:boolean </enableVideo> [1]
<queueLength> CallCenterQueueLength </queueLength> [1]
<allowAgentLogoff> xs:boolean </allowAgentLogoff> [1]
<playMusicOnHold> xs:boolean </playMusicOnHold> [1]
<playComfortMessage> xs:boolean </playComfortMessage> [1]
<timeBetweenComfortMessagesSeconds> CallCenterTimeBetweenComfortMessagesSeconds </timeBetweenComfortMessagesSeconds> [1]
<enableGuardTimer> xs:boolean </enableGuardTimer> [1]
<guardTimerSeconds> CallCenterGuardTimerSeconds </guardTimerSeconds> [1]
<agentUserId> UserId </agentUserId> [0..*]
<allowCallWaitingForAgents> xs:boolean </allowCallWaitingForAgents> [1]
<allowCallsToAgentsInWrapUp> xs:boolean </allowCallsToAgentsInWrapUp> [1]
<enableCallQueueWhenNoAgentsAvailable> xs:boolean </enableCallQueueWhenNoAgentsAvailable> [1]
<statisticsSource> CallCenterStatisticsSource </statisticsSource> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterAddInstanceRequest14sp9">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceAddProfileCallCenter "/>
<xs:element name="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="enableVideo" type=" xs:boolean "/>
<xs:element name="queueLength" type=" CallCenterQueueLength "/>
<xs:element name="allowAgentLogoff" type=" xs:boolean "/>
<xs:element name="playMusicOnHold" type=" xs:boolean "/>
<xs:element name="playComfortMessage" type=" xs:boolean "/>
<xs:element name="timeBetweenComfortMessagesSeconds" type=" CallCenterTimeBetweenComfortMessagesSeconds "/>
<xs:element name="enableGuardTimer" type=" xs:boolean "/>
<xs:element name="guardTimerSeconds" type=" CallCenterGuardTimerSeconds "/>
<xs:element name="agentUserId" type=" UserId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="allowCallWaitingForAgents" type=" xs:boolean "/>
<xs:element name="allowCallsToAgentsInWrapUp" type=" xs:boolean "/>
<xs:element name="enableCallQueueWhenNoAgentsAvailable" type=" xs:boolean "/>
<xs:element name="statisticsSource" type=" CallCenterStatisticsSource "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterEnhancedGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterEnhancedGetRequest
Abstract no
Documentation Request to get the Call Center Enhanced configuration data for a Call Center. The response is either GroupCallCenterEnhancedGetResponse or ErrorResponse. Replaced By: GroupCallCenterGetInstanceResponse16
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="GroupCallCenterEnhancedGetRequest">
<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: GroupCallCenterEnhancedGetResponse

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

Complex Type: GroupCallCenterEnhancedModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterEnhancedModifyRequest
Abstract no
Documentation Modify the Call Center Enhanced configuration data for a Call Center. The response is either a SuccessResponse or an ErrorResponse. Replaced By: GroupCallCenterModifyInstanceRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<overrideAgentWrapUpTime> xs:boolean </overrideAgentWrapUpTime> [0..1]
<wrapUpSeconds> CallCenterWrapUpSeconds </wrapUpSeconds> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterEnhancedModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="overrideAgentWrapUpTime" type=" xs:boolean " minOccurs="0"/>
<xs:element name="wrapUpSeconds" type=" CallCenterWrapUpSeconds " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetAnnouncementRequest14sp6

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetAnnouncementRequest14sp6
Abstract no
Documentation Get a call center's announcement settings. The response is either a GroupCallCenterGetAnnouncementResponse14sp6 or an ErrorResponse. Replaced By: GroupCallCenterGetAnnouncementRequest16
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="GroupCallCenterGetAnnouncementRequest14sp6">
<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: GroupCallCenterGetAnnouncementResponse14sp6

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetAnnouncementResponse14sp6
Abstract no
Documentation Response to the GroupCallCenterGetAnnouncementRequest14sp6.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<entranceMessageSelection> CallCenterAnnouncementSelection </entranceMessageSelection> [1]
<entranceMessageAudioFileDescription> FileDescription </entranceMessageAudioFileDescription> [0..1]
<entranceMessageVideoFileDescription> FileDescription </entranceMessageVideoFileDescription> [0..1]
<periodicComfortMessageSelection> CallCenterAnnouncementSelection </periodicComfortMessageSelection> [1]
<periodicComfortMessageAudioFileDescription> FileDescription </periodicComfortMessageAudioFileDescription> [0..1]
<periodicComfortMessageVideoFileDescription> FileDescription </periodicComfortMessageVideoFileDescription> [0..1]
<onHoldSource> CallCenterMusicOnHoldSourceRead </onHoldSource> [1]
<onHoldUseAlternateSourceForInternalCalls> xs:boolean </onHoldUseAlternateSourceForInternalCalls> [1]
<onHoldInternalSource> CallCenterMusicOnHoldSourceRead </onHoldInternalSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterGetAnnouncementResponse14sp6">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="entranceMessageSelection" type=" CallCenterAnnouncementSelection "/>
<xs:element name="entranceMessageAudioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="entranceMessageVideoFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="periodicComfortMessageSelection" type=" CallCenterAnnouncementSelection "/>
<xs:element name="periodicComfortMessageAudioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="onHoldSource" type=" CallCenterMusicOnHoldSourceRead "/>
<xs:element name="onHoldUseAlternateSourceForInternalCalls" type=" xs:boolean "/>
<xs:element name="onHoldInternalSource" type=" CallCenterMusicOnHoldSourceRead " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetAvailableUserListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetAvailableUserListRequest
Abstract no
Documentation Get a list of users that can be assigned to a Call Center group. Searching for users by group only makes sense when the call center is part of an Enterprise. The response is either GroupCallCenterGetAvailableUserListResponse or ErrorResponse. Replaced By: GroupCallCenterGetAvailableAgentListRequest
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]
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaUserLastName> SearchCriteriaUserLastName </searchCriteriaUserLastName> [0..*]
<searchCriteriaUserFirstName> SearchCriteriaUserFirstName </searchCriteriaUserFirstName> [0..*]
<searchCriteriaExactUserDepartment> SearchCriteriaExactUserDepartment </searchCriteriaExactUserDepartment> [0..1]
<searchCriteriaExactUserGroup> SearchCriteriaExactUserGroup </searchCriteriaExactUserGroup> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterGetAvailableUserListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaUserLastName" type=" SearchCriteriaUserLastName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaUserFirstName" type=" SearchCriteriaUserFirstName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactUserDepartment" type=" SearchCriteriaExactUserDepartment " minOccurs="0"/>
<xs:element name="searchCriteriaExactUserGroup" type=" SearchCriteriaExactUserGroup " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetAvailableUserListResponse

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

Complex Type: GroupCallCenterGetInstanceRequest14sp9

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetInstanceResponse14sp9
Abstract no
Documentation Response to GroupCallCenterGetInstanceRequest14sp9. Contains the service profile information and a table of assigned users. The table has column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Weight".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile </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]
<enableVideo> xs:boolean </enableVideo> [1]
<queueLength> CallCenterQueueLength </queueLength> [1]
<allowAgentLogoff> xs:boolean </allowAgentLogoff> [1]
<playMusicOnHold> xs:boolean </playMusicOnHold> [1]
<playComfortMessage> xs:boolean </playComfortMessage> [1]
<timeBetweenComfortMessagesSeconds> CallCenterTimeBetweenComfortMessagesSeconds </timeBetweenComfortMessagesSeconds> [1]
<enableGuardTimer> xs:boolean </enableGuardTimer> [1]
<guardTimerSeconds> CallCenterGuardTimerSeconds </guardTimerSeconds> [1]
<agentUserTable> core:OCITable </agentUserTable> [1]
<allowCallWaitingForAgents> xs:boolean </allowCallWaitingForAgents> [1]
<allowCallsToAgentsInWrapUp> xs:boolean </allowCallsToAgentsInWrapUp> [1]
<enableCallQueueWhenNoAgentsAvailable> xs:boolean </enableCallQueueWhenNoAgentsAvailable> [1]
<statisticsSource> CallCenterStatisticsSource </statisticsSource> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterGetInstanceResponse14sp9">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile "/>
<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="enableVideo" type=" xs:boolean "/>
<xs:element name="queueLength" type=" CallCenterQueueLength "/>
<xs:element name="allowAgentLogoff" type=" xs:boolean "/>
<xs:element name="playMusicOnHold" type=" xs:boolean "/>
<xs:element name="playComfortMessage" type=" xs:boolean "/>
<xs:element name="timeBetweenComfortMessagesSeconds" type=" CallCenterTimeBetweenComfortMessagesSeconds "/>
<xs:element name="enableGuardTimer" type=" xs:boolean "/>
<xs:element name="guardTimerSeconds" type=" CallCenterGuardTimerSeconds "/>
<xs:element name="agentUserTable" type=" core:OCITable "/>
<xs:element name="allowCallWaitingForAgents" type=" xs:boolean "/>
<xs:element name="allowCallsToAgentsInWrapUp" type=" xs:boolean "/>
<xs:element name="enableCallQueueWhenNoAgentsAvailable" type=" xs:boolean "/>
<xs:element name="statisticsSource" type=" CallCenterStatisticsSource "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetInstanceStatisticsReportingRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetInstanceStatisticsReportingRequest
Abstract no
Documentation Request to get the call center statistics reporting settings. The response is either GroupCallCenterGetInstanceStatisticsReportingResponse or ErrorResponse. Replaced By: GroupCallCenterGetInstanceStatisticsReportingRequest16
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="GroupCallCenterGetInstanceStatisticsReportingRequest">
<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: GroupCallCenterGetInstanceStatisticsReportingResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetInstanceStatisticsReportingResponse
Abstract no
Documentation Contains Call Center statistics reporting settings.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<generateDailyReport> xs:boolean </generateDailyReport> [1]
<collectionPeriodMinutes> CallCenterStatisticsCollectionPeriodMinutes </collectionPeriodMinutes> [1]
<reportingEmailAddress1> EmailAddress </reportingEmailAddress1> [0..1]
<reportingEmailAddress2> EmailAddress </reportingEmailAddress2> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterGetInstanceStatisticsReportingResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="generateDailyReport" type=" xs:boolean "/>
<xs:element name="collectionPeriodMinutes" type=" CallCenterStatisticsCollectionPeriodMinutes "/>
<xs:element name="reportingEmailAddress1" type=" EmailAddress " minOccurs="0"/>
<xs:element name="reportingEmailAddress2" type=" EmailAddress " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterModifyAnnouncementRequest14sp6

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterModifyAnnouncementRequest14sp6
Abstract no
Documentation Modify a call center's announcement settings. The response is either a SuccessResponse or an ErrorResponse. Replaced By: GroupCallCenterModifyAnnouncementRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<entranceMessageSelection> CallCenterAnnouncementSelection </entranceMessageSelection> [0..1]
<entranceMessageAudioFile> LabeledFileResource </entranceMessageAudioFile> [0..1]
<entranceMessageVideoFile> LabeledFileResource </entranceMessageVideoFile> [0..1]
<periodicComfortMessageSelection> CallCenterAnnouncementSelection </periodicComfortMessageSelection> [0..1]
<periodicComfortMessageAudioFile> LabeledFileResource </periodicComfortMessageAudioFile> [0..1]
<periodicComfortMessageVideoFile> LabeledFileResource </periodicComfortMessageVideoFile> [0..1]
<onHoldSource> CallCenterMusicOnHoldSourceModify </onHoldSource> [0..1]
<onHoldUseAlternateSourceForInternalCalls> xs:boolean </onHoldUseAlternateSourceForInternalCalls> [0..1]
<onHoldInternalSource> CallCenterMusicOnHoldSourceModify </onHoldInternalSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterModifyAnnouncementRequest14sp6">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="entranceMessageSelection" type=" CallCenterAnnouncementSelection " minOccurs="0"/>
<xs:element name="entranceMessageAudioFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="entranceMessageVideoFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="periodicComfortMessageSelection" type=" CallCenterAnnouncementSelection " minOccurs="0"/>
<xs:element name="periodicComfortMessageAudioFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="onHoldSource" type=" CallCenterMusicOnHoldSourceModify " minOccurs="0"/>
<xs:element name="onHoldUseAlternateSourceForInternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="onHoldInternalSource" type=" CallCenterMusicOnHoldSourceModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterModifyInstanceRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterModifyInstanceRequest
Abstract no
Documentation Request to modify a Call Center instance. The response is either SuccessResponse or ErrorResponse. Replaced By: GroupCallCenterModifyInstanceRequest16
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]
<policy> HuntPolicy </policy> [0..1]
<huntAfterNoAnswer> xs:boolean </huntAfterNoAnswer> [0..1]
<noAnswerNumberOfRings> HuntNoAnswerRings </noAnswerNumberOfRings> [0..1]
<forwardAfterTimeout> xs:boolean </forwardAfterTimeout> [0..1]
<forwardTimeoutSeconds> HuntForwardTimeoutSeconds </forwardTimeoutSeconds> [0..1]
<forwardToPhoneNumber> OutgoingDN </forwardToPhoneNumber> [0..1]
<enableVideo> xs:boolean </enableVideo> [0..1]
<queueLength> CallCenterQueueLength </queueLength> [0..1]
<allowAgentLogoff> xs:boolean </allowAgentLogoff> [0..1]
<playMusicOnHold> xs:boolean </playMusicOnHold> [0..1]
<playComfortMessage> xs:boolean </playComfortMessage> [0..1]
<timeBetweenComfortMessagesSeconds> CallCenterTimeBetweenComfortMessagesSeconds </timeBetweenComfortMessagesSeconds> [0..1]
<enableGuardTimer> xs:boolean </enableGuardTimer> [0..1]
<guardTimerSeconds> CallCenterGuardTimerSeconds </guardTimerSeconds> [0..1]
<agentUserIdList> ReplacementUserIdList </agentUserIdList> [0..1]
<allowCallWaitingForAgents> xs:boolean </allowCallWaitingForAgents> [0..1]
<allowCallsToAgentsInWrapUp> xs:boolean </allowCallsToAgentsInWrapUp> [0..1]
<enableCallQueueWhenNoAgentsAvailable> xs:boolean </enableCallQueueWhenNoAgentsAvailable> [0..1]
<statisticsSource> CallCenterStatisticsSource </statisticsSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterModifyInstanceRequest">
<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="policy" type=" HuntPolicy " minOccurs="0"/>
<xs:element name="huntAfterNoAnswer" type=" xs:boolean " minOccurs="0"/>
<xs:element name="noAnswerNumberOfRings" type=" HuntNoAnswerRings " minOccurs="0"/>
<xs:element name="forwardAfterTimeout" type=" xs:boolean " minOccurs="0"/>
<xs:element name="forwardTimeoutSeconds" type=" HuntForwardTimeoutSeconds " minOccurs="0"/>
<xs:element name="forwardToPhoneNumber" type=" OutgoingDN " nillable="true" minOccurs="0"/>
<xs:element name="enableVideo" type=" xs:boolean " minOccurs="0"/>
<xs:element name="queueLength" type=" CallCenterQueueLength " minOccurs="0"/>
<xs:element name="allowAgentLogoff" type=" xs:boolean " minOccurs="0"/>
<xs:element name="playMusicOnHold" type=" xs:boolean " minOccurs="0"/>
<xs:element name="playComfortMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="timeBetweenComfortMessagesSeconds" type=" CallCenterTimeBetweenComfortMessagesSeconds " minOccurs="0"/>
<xs:element name="enableGuardTimer" type=" xs:boolean " minOccurs="0"/>
<xs:element name="guardTimerSeconds" type=" CallCenterGuardTimerSeconds " minOccurs="0"/>
<xs:element name="agentUserIdList" type=" ReplacementUserIdList " nillable="true" minOccurs="0"/>
<xs:element name="allowCallWaitingForAgents" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowCallsToAgentsInWrapUp" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableCallQueueWhenNoAgentsAvailable" type=" xs:boolean " minOccurs="0"/>
<xs:element name="statisticsSource" type=" CallCenterStatisticsSource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterSupervisorReportingGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterSupervisorReportingGetRequest
Abstract no
Documentation Get a list of supervisors assigned to a call center. Only users in the same group or enterprise as this call center can successfully execute this request. The response is either a GroupCallCenterSupervisorReportingGetResponse or an ErrorResponse. Replaced By: GroupCallCenterGetSupervisorListRequest16
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="GroupCallCenterSupervisorReportingGetRequest">
<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: GroupCallCenterSupervisorReportingGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterSupervisorReportingGetResponse
Abstract no
Documentation Response to the GroupCallCenterSupervisorReportingGetRequest. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<reportingServerName> CallCenterReportingServerName </reportingServerName> [0..1]
<supervisorTable> core:OCITable </supervisorTable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterSupervisorReportingGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="reportingServerName" type=" CallCenterReportingServerName " minOccurs="0"/>
<xs:element name="supervisorTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterSupervisorReportingModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterSupervisorReportingModifyRequest
Abstract no
Documentation Replaces a list of users as supervisors for a call center. Also allows the modification of the reporting server URL address. The response is either a SuccessResponse or an ErrorResponse. Replaced By: GroupCallCenterModifySupervisorListRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<reportingServerName> CallCenterReportingServerName </reportingServerName> [0..1]
<supervisorUserIdList> ReplacementUserIdList </supervisorUserIdList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterSupervisorReportingModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="reportingServerName" type=" CallCenterReportingServerName " nillable="true" minOccurs="0"/>
<xs:element name="supervisorUserIdList" type=" ReplacementUserIdList " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallProcessingGetPolicyRequest14sp7

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

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

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallProcessingGetPolicyRequest15sp2
Abstract no
Documentation Request the group level data associated with Call Processing Policy. The response is either a GroupCallProcessingGetPolicyResponse15sp2 or an ErrorResponse. The useGroupCLIDSetting attribute controls the CLID settings (clidPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName) The useGroupMediaSetting attribute controls the Media settings (medisPolicySelection, supportedMediaSetName) The useGroupCallLimitsSetting attribute controls the Call Limits settings (useMaxSimultaneousCalls, maxSimultaneousCalls, useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations) The useGroupTranslationRoutingSetting attribute controls the routing and translation settings (networkUsageSelection, enforceGroupCallingLineIdentityRestriction, allowEnterpriseGroupCallTypingForPrivateDialingPlan, allowEnterpriseGroupCallTypingForPublicDialingPlan, overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan, enableEnterpriseExtensionDialing)
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallProcessingGetPolicyRequest15sp2">
<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: GroupCallProcessingGetPolicyResponse14sp7

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallProcessingGetPolicyResponse14sp7
Abstract no
Documentation Response to GroupCallProcessingGetPolicyRequest14sp7.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupCLIDSetting> xs:boolean </useGroupCLIDSetting> [1]
<useGroupMediaSetting> xs:boolean </useGroupMediaSetting> [1]
<useGroupCallLimitsSetting> xs:boolean </useGroupCallLimitsSetting> [1]
<useGroupTranslationRoutingSetting> xs:boolean </useGroupTranslationRoutingSetting> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes </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]
<overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan> xs:boolean </overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan> [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]
</...>
Schema Component Representation
<xs:complexType name="GroupCallProcessingGetPolicyResponse14sp7">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useGroupCLIDSetting" type=" xs:boolean "/>
<xs:element name="useGroupMediaSetting" type=" xs:boolean "/>
<xs:element name="useGroupCallLimitsSetting" type=" xs:boolean "/>
<xs:element name="useGroupTranslationRoutingSetting" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="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=" CallProcessingMaxCallTimeForAnsweredCallsMinutes "/>
<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="overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan" type=" xs:boolean "/>
<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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallProcessingGetPolicyResponse15

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallProcessingGetPolicyResponse15
Abstract no
Documentation Response to GroupCallProcessingGetPolicyRequest15.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupSetting> xs:boolean </useGroupSetting> [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> CallProcessingMaxCallTimeForAnsweredCallsMinutes </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]
<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]
</...>
Schema Component Representation
<xs:complexType name="GroupCallProcessingGetPolicyResponse15">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useGroupSetting" 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=" CallProcessingMaxCallTimeForAnsweredCallsMinutes "/>
<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="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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallProcessingGetPolicyResponse15sp2

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallProcessingGetPolicyResponse15sp2
Abstract no
Documentation Response to GroupCallProcessingGetPolicyRequest15sp2.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupCLIDSetting> xs:boolean </useGroupCLIDSetting> [1]
<useGroupMediaSetting> xs:boolean </useGroupMediaSetting> [1]
<useGroupCallLimitsSetting> xs:boolean </useGroupCallLimitsSetting> [1]
<useGroupTranslationRoutingSetting> xs:boolean </useGroupTranslationRoutingSetting> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes </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]
</...>
Schema Component Representation
<xs:complexType name="GroupCallProcessingGetPolicyResponse15sp2">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useGroupCLIDSetting" type=" xs:boolean "/>
<xs:element name="useGroupMediaSetting" type=" xs:boolean "/>
<xs:element name="useGroupCallLimitsSetting" type=" xs:boolean "/>
<xs:element name="useGroupTranslationRoutingSetting" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="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=" CallProcessingMaxCallTimeForAnsweredCallsMinutes "/>
<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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallProcessingModifyPolicyRequest14sp7

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallProcessingModifyPolicyRequest14sp7
Abstract no
Documentation Modify the group level data associated with Call Procesing Policy. The response is either a SuccessResponse or an ErrorResponse. The useGroupCLIDSetting attribute controls the CLID settings (clidPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName) The useGroupMediaSetting attribute controls the Media settings (medisPolicySelection, supportedMediaSetName) The useGroupCallLimitsSetting attribute controls the Call Limits settings (useMaxSimultaneousCalls, maxSimultaneousCalls, useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations) The useGroupTranslationRoutingSetting attribute controls the routing and translation settings (networkUsageSelection, enforceGroupCallingLineIdentityRestriction, allowEnterpriseGroupCallTypingForPrivateDialingPlan, allowEnterpriseGroupCallTypingForPublicDialingPlan, overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan, enableEnterpriseExtensionDialing) Replaced By: GroupCallProcessingModifyPolicyRequest15sp2
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]
<useGroupCLIDSetting> xs:boolean </useGroupCLIDSetting> [0..1]
<useGroupMediaSetting> xs:boolean </useGroupMediaSetting> [0..1]
<useGroupCallLimitsSetting> xs:boolean </useGroupCallLimitsSetting> [0..1]
<useGroupTranslationRoutingSetting> xs:boolean </useGroupTranslationRoutingSetting> [0..1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes </maxCallTimeForAnsweredCallsMinutes> [0..1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [0..1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [0..1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [0..1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [0..1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [0..1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [0..1]
<overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan> xs:boolean </overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls </maxConcurrentRedirectedCalls> [0..1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [0..1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth </maxFindMeFollowMeDepth> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth </maxRedirectionDepth> [0..1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [0..1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations </maxConcurrentFindMeFollowMeInvocations> [0..1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [0..1]
<emergencyClidPolicy> GroupCLIDPolicy </emergencyClidPolicy> [0..1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [0..1]
<useGroupName> xs:boolean </useGroupName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallProcessingModifyPolicyRequest14sp7">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="useGroupCLIDSetting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useGroupMediaSetting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useGroupCallLimitsSetting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useGroupTranslationRoutingSetting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes " minOccurs="0"/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes " minOccurs="0"/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection " minOccurs="0"/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " nillable="true" minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean " minOccurs="0"/>
<xs:element name="overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls " minOccurs="0"/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth " minOccurs="0"/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations " minOccurs="0"/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useGroupName" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallProcessingModifyPolicyRequest15

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallProcessingModifyPolicyRequest15
Abstract no
Documentation Modify the group level data associated with Call Procesing Policy. The response is either a SuccessResponse or an ErrorResponse. Replaced By: GroupCallProcessingModifyPolicyRequest15sp2
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]
<useGroupSetting> xs:boolean </useGroupSetting> [0..1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes </maxCallTimeForAnsweredCallsMinutes> [0..1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [0..1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [0..1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [0..1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [0..1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [0..1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [0..1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls </maxConcurrentRedirectedCalls> [0..1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [0..1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth </maxFindMeFollowMeDepth> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth </maxRedirectionDepth> [0..1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [0..1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations </maxConcurrentFindMeFollowMeInvocations> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallProcessingModifyPolicyRequest15">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="useGroupSetting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes " minOccurs="0"/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes " minOccurs="0"/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection " minOccurs="0"/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " nillable="true" minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean " minOccurs="0"/>
<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 " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls " minOccurs="0"/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth " minOccurs="0"/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCustomRingbackGroupGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCustomRingbackGroupGetRequest
Abstract no
Documentation Get the group's custom ring back service settings. The response is either a GroupCustomRingbackGroupGetResponse or an ErrorResponse. Replaced By: GroupCustomRingbackGroupGetRequest16
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="GroupCustomRingbackGroupGetRequest">
<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: GroupCustomRingbackGroupGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCustomRingbackGroupGetResponse
Abstract no
Documentation Response to the GroupCustomRingbackGroupGetRequest. Replaced By: GroupCustomRingbackGroupGetResponse16
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]
<audioFileUrl> URL </audioFileUrl> [0..1]
<videoSelection> ExtendedFileResourceSelection </videoSelection> [1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<videoFileUrl> URL </videoFileUrl> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCustomRingbackGroupGetResponse">
<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="audioFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="videoSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="videoFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="videoFileUrl" type=" URL " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCustomRingbackGroupModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCustomRingbackGroupModifyRequest
Abstract no
Documentation Modify the group's custom ring back service settings. The response is either a SuccessResponse or an ErrorResponse. Replaced By: GroupCustomRingbackGroupModifyRequest16
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> ExtendedFileResource </audioFile> [0..1]
<videoSelection> ExtendedFileResourceSelection </videoSelection> [0..1]
<videoFile> ExtendedFileResource </videoFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCustomRingbackGroupModifyRequest">
<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=" ExtendedFileResource " minOccurs="0"/>
<xs:element name="videoSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoFile" type=" ExtendedFileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupInterceptGroupGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupInterceptGroupGetRequest
Abstract no
Documentation Get the group's intercept group service settings. The response is either a GroupInterceptGroupGetResponse or an ErrorResponse. Replaced By: GroupInterceptGroupGetRequest16
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="GroupInterceptGroupGetRequest">
<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: GroupInterceptGroupGetRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupInterceptGroupGetRequest16
Abstract no
Documentation Get the group's intercept group service settings. The response is either a GroupInterceptGroupGetResponse16 or an ErrorResponse. Replaced By: GroupInterceptGroupGetRequest16sp1
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="GroupInterceptGroupGetRequest16">
<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: GroupInterceptGroupGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupInterceptGroupGetResponse
Abstract no
Documentation Response to the GroupInterceptGroupGetRequest. Replaced By: GroupInterceptGroupGetResponse16
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<announcementSelection> AnnouncementSelection </announcementSelection> [1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<playNewPhoneNumber> xs:boolean </playNewPhoneNumber> [1]
<newPhoneNumber> DN </newPhoneNumber> [0..1]
<transferOnZeroToPhoneNumber> xs:boolean </transferOnZeroToPhoneNumber> [1]
<transferPhoneNumber> OutgoingDN </transferPhoneNumber> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupInterceptGroupGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="announcementSelection" type=" AnnouncementSelection "/>
<xs:element name="audioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="videoFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="playNewPhoneNumber" type=" xs:boolean "/>
<xs:element name="newPhoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="transferOnZeroToPhoneNumber" type=" xs:boolean "/>
<xs:element name="transferPhoneNumber" type=" OutgoingDN " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupInterceptGroupGetResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupInterceptGroupGetResponse16
Abstract no
Documentation Response to the GroupInterceptGroupGetRequest16. Replaced By: GroupInterceptGroupGetResponse16sp1
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<announcementSelection> AnnouncementSelection </announcementSelection> [1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<audioMediaType> MediaFileType </audioMediaType> [0..1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<videoMediaType> MediaFileType </videoMediaType> [0..1]
<playNewPhoneNumber> xs:boolean </playNewPhoneNumber> [1]
<newPhoneNumber> DN </newPhoneNumber> [0..1]
<transferOnZeroToPhoneNumber> xs:boolean </transferOnZeroToPhoneNumber> [1]
<transferPhoneNumber> OutgoingDN </transferPhoneNumber> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupInterceptGroupGetResponse16">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<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="playNewPhoneNumber" type=" xs:boolean "/>
<xs:element name="newPhoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="transferOnZeroToPhoneNumber" type=" xs:boolean "/>
<xs:element name="transferPhoneNumber" type=" OutgoingDN " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupInterceptGroupModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupInterceptGroupModifyRequest
Abstract no
Documentation Modify the group's intercept group service settings. The response is either a SuccessResponse or an ErrorResponse. Replaced By: GroupInterceptGroupModifyRequest16
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]
<announcementSelection> AnnouncementSelection </announcementSelection> [0..1]
<audioFile> LabeledFileResource </audioFile> [0..1]
<videoFile> LabeledFileResource </videoFile> [0..1]
<playNewPhoneNumber> xs:boolean </playNewPhoneNumber> [0..1]
<newPhoneNumber> DN </newPhoneNumber> [0..1]
<transferOnZeroToPhoneNumber> xs:boolean </transferOnZeroToPhoneNumber> [0..1]
<transferPhoneNumber> OutgoingDN </transferPhoneNumber> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupInterceptGroupModifyRequest">
<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="announcementSelection" type=" AnnouncementSelection " minOccurs="0"/>
<xs:element name="audioFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="videoFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="playNewPhoneNumber" type=" xs:boolean " minOccurs="0"/>
<xs:element name="newPhoneNumber" type=" DN " nillable="true" minOccurs="0"/>
<xs:element name="transferOnZeroToPhoneNumber" type=" xs:boolean " minOccurs="0"/>
<xs:element name="transferPhoneNumber" type=" OutgoingDN " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMusicOnHoldAddInstanceRequest14sp6

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupMusicOnHoldAddInstanceRequest14sp6
Abstract no
Documentation Add a Music on Hold Instance to a department. The response is either SuccessResponse or ErrorResponse. Replaced By: GroupMusicOnHoldAddInstanceRequest16
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> MusicOnHoldSourceAdd </source> [1]
<useAlternateSourceForInternalCalls> xs:boolean </useAlternateSourceForInternalCalls> [1]
<internalSource> MusicOnHoldSourceAdd </internalSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupMusicOnHoldAddInstanceRequest14sp6">
<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=" MusicOnHoldSourceAdd "/>
<xs:element name="useAlternateSourceForInternalCalls" type=" xs:boolean "/>
<xs:element name="internalSource" type=" MusicOnHoldSourceAdd " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMusicOnHoldGetInstanceRequest14sp6

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupMusicOnHoldGetInstanceRequest14sp6
Abstract no
Documentation Get a Music On Hold data for a group or department instance. The response is either GroupMusicOnHoldGetInstanceResponse14sp6 or ErrorResponse. Replaced By: GroupMusicOnHoldGetInstanceRequest16
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="GroupMusicOnHoldGetInstanceRequest14sp6">
<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: GroupMusicOnHoldGetInstanceResponse14sp6

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

Complex Type: GroupMusicOnHoldModifyInstanceRequest14sp6

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupMusicOnHoldModifyInstanceRequest14sp6
Abstract no
Documentation Modify data for a group or department Music On Hold Instance. The response is either SuccessResponse or ErrorResponse. Replaced By: GroupMusicOnHoldModifyInstanceRequest16
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> MusicOnHoldSourceModify </source> [0..1]
<useAlternateSourceForInternalCalls> xs:boolean </useAlternateSourceForInternalCalls> [0..1]
<internalSource> MusicOnHoldSourceModify </internalSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupMusicOnHoldModifyInstanceRequest14sp6">
<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=" MusicOnHoldSourceModify " minOccurs="0"/>
<xs:element name="useAlternateSourceForInternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="internalSource" type=" MusicOnHoldSourceModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupPasswordRulesGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupPasswordRulesGetRequest
Abstract no
Documentation Requests the group's password rules setting that is applicable to users within the group. The response is either GroupPasswordRulesGetResponse or ErrorResponse. Repleced by: GroupPasswordRulesGetRequest16
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="GroupPasswordRulesGetRequest">
<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: GroupPasswordRulesGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupPasswordRulesGetResponse
Abstract no
Documentation Response to GroupPasswordRulesGetRequest. Contains the password rules applicable to users within the group. Repleced by: GroupPasswordRulesGetResponse16
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]
<disallowUserId> xs:boolean </disallowUserId> [1]
<disallowOldPassword> xs:boolean </disallowOldPassword> [1]
<disallowReversedOldPassword> xs:boolean </disallowReversedOldPassword> [1]
<restrictMinDigits> xs:boolean </restrictMinDigits> [1]
<minDigits> PasswordMinDigits </minDigits> [1]
<restrictMinUpperCaseLetters> xs:boolean </restrictMinUpperCaseLetters> [1]
<minUpperCaseLetters> PasswordMinUpperCaseLetters </minUpperCaseLetters> [1]
<restrictMinLowerCaseLetters> xs:boolean </restrictMinLowerCaseLetters> [1]
<minLowerCaseLetters> PasswordMinLowerCaseLetters </minLowerCaseLetters> [1]
<restrictMinNonAlphanumericCharacters> xs:boolean </restrictMinNonAlphanumericCharacters> [1]
<minNonAlphanumericCharacters> PasswordMinNonAlphanumericCharacters </minNonAlphanumericCharacters> [1]
<minLength> PasswordMinLength </minLength> [1]
<maxFailedLoginAttempts> MaxFailedLoginAttempts </maxFailedLoginAttempts> [1]
<passwordExpiresDays> PasswordExpiresDays </passwordExpiresDays> [1]
<sendLoginDisabledNotifyEmail> xs:boolean </sendLoginDisabledNotifyEmail> [1]
<loginDisabledNotifyEmailAddress> EmailAddress </loginDisabledNotifyEmailAddress> [0..1]
<disallowRulesModification> xs:boolean </disallowRulesModification> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupPasswordRulesGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="disallowUserId" type=" xs:boolean "/>
<xs:element name="disallowOldPassword" type=" xs:boolean "/>
<xs:element name="disallowReversedOldPassword" type=" xs:boolean "/>
<xs:element name="restrictMinDigits" type=" xs:boolean "/>
<xs:element name="minDigits" type=" PasswordMinDigits "/>
<xs:element name="restrictMinUpperCaseLetters" type=" xs:boolean "/>
<xs:element name="minUpperCaseLetters" type=" PasswordMinUpperCaseLetters "/>
<xs:element name="restrictMinLowerCaseLetters" type=" xs:boolean "/>
<xs:element name="minLowerCaseLetters" type=" PasswordMinLowerCaseLetters "/>
<xs:element name="restrictMinNonAlphanumericCharacters" type=" xs:boolean "/>
<xs:element name="minNonAlphanumericCharacters" type=" PasswordMinNonAlphanumericCharacters "/>
<xs:element name="minLength" type=" PasswordMinLength "/>
<xs:element name="maxFailedLoginAttempts" type=" MaxFailedLoginAttempts "/>
<xs:element name="passwordExpiresDays" type=" PasswordExpiresDays "/>
<xs:element name="sendLoginDisabledNotifyEmail" type=" xs:boolean "/>
<xs:element name="loginDisabledNotifyEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="disallowRulesModification" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupAddInstanceRequest15

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupAddInstanceRequest15
Abstract no
Documentation Add a Trunk Group instance to a group. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<name> TrunkGroupName </name> [1]
<pilotUser> TrunkGroupPilotUser </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> SIPAuthenticationPassword </sipAuthenticationPassword> [0..1]
<hostedUserId> UserId </hostedUserId> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupAddInstanceRequest15">
<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=" TrunkGroupPilotUser " 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=" SIPAuthenticationPassword " minOccurs="0"/>
<xs:element name="hostedUserId" type=" UserId " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceRequest15

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceRequest15
Abstract no
Documentation Get a Trunk Group Instance's profile. The response is either a GroupTrunkGroupGetInstanceResponse15 or an ErrorResponse. The response contains a hosted user table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name".
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<trunkGroupKey> TrunkGroupKey </trunkGroupKey> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceRequest15">
<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: GroupTrunkGroupGetInstanceResponse15

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceResponse15
Abstract no
Documentation Response to GroupTrunkGroupGetInstanceRequest15. Returns the profile information for the Trunk Group. Contains a hosted user table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<pilotUserId> UserId </pilotUserId> [0..1]
<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]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceResponse15">
<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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupVoiceMessagingGroupGetVoicePortalBrandingRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetVoicePortalBrandingRequest
Abstract no
Documentation Get the group's voice portal branding settings. The response is either a GroupVoiceMessagingGroupGetVoicePortalBrandingResponse or an ErrorResponse. Replaced By: GroupVoiceMessagingGroupGetVoicePortalBrandingRequest16
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="GroupVoiceMessagingGroupGetVoicePortalBrandingRequest">
<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: GroupVoiceMessagingGroupGetVoicePortalBrandingResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetVoicePortalBrandingResponse
Abstract no
Documentation Response to the GroupVoiceMessagingGroupGetVoicePortalBrandingRequest. Replaced By: GroupVoiceMessagingGroupGetVoicePortalBrandingResponse16
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]
<voiceMessagingGreetingSelection> VoiceMessagingBrandingSelection </voiceMessagingGreetingSelection> [1]
<voiceMessagingGreetingFileDescription> FileDescription </voiceMessagingGreetingFileDescription> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupVoiceMessagingGroupGetVoicePortalBrandingResponse">
<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="voiceMessagingGreetingSelection" type=" VoiceMessagingBrandingSelection "/>
<xs:element name="voiceMessagingGreetingFileDescription" type=" FileDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupVoiceMessagingGroupModifyVoicePortalBrandingRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupModifyVoicePortalBrandingRequest
Abstract no
Documentation Modify the group's voice portal branding settings. The response is either a SuccessResponse or an ErrorResponse. Replaced By: GroupVoiceMessagingGroupModifyVoicePortalBrandingRequest16
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> LabeledFileResource </voicePortalGreetingFile> [0..1]
<voiceMessagingGreetingSelection> VoiceMessagingBrandingSelection </voiceMessagingGreetingSelection> [0..1]
<voiceMessagingGreetingFile> LabeledFileResource </voiceMessagingGreetingFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupVoiceMessagingGroupModifyVoicePortalBrandingRequest">
<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=" LabeledFileResource " minOccurs="0"/>
<xs:element name="voiceMessagingGreetingSelection" type=" VoiceMessagingBrandingSelection " minOccurs="0"/>
<xs:element name="voiceMessagingGreetingFile" type=" LabeledFileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MusicOnHoldSourceAdd

Parent type: None
Sub-types: None
Name MusicOnHoldSourceAdd
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> LabeledFileResource </audioFile> [0..1]
<videoFile> LabeledFileResource </videoFile> [0..1]
</customSource>
<externalSource> [0..1]
<accessDeviceEndpoint> AccessDeviceEndpointAdd </accessDeviceEndpoint> [1]
</externalSource>
</...>
Schema Component Representation
<xs:complexType name="MusicOnHoldSourceAdd">
<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=" LabeledFileResource " minOccurs="0"/>
<xs:element name="videoFile" type=" LabeledFileResource " 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: MusicOnHoldSourceModify

Parent type: None
Sub-types: None
Name MusicOnHoldSourceModify
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> LabeledFileResource </audioFile> [0..1]
<videoFile> LabeledFileResource </videoFile> [0..1]
</customSource>
<externalSource> [0..1]
<accessDeviceEndpoint> AccessDeviceEndpointModify </accessDeviceEndpoint> [1]
</externalSource>
</...>
Schema Component Representation
<xs:complexType name="MusicOnHoldSourceModify">
<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=" LabeledFileResource " minOccurs="0"/>
<xs:element name="videoFile" type=" LabeledFileResource " 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: MusicOnHoldSourceRead

Parent type: None
Sub-types: None
Name MusicOnHoldSourceRead
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]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
</customSource>
<externalSource> [0..1]
<accessDeviceEndpoint> AccessDeviceEndpointRead14 </accessDeviceEndpoint> [1]
</externalSource>
</...>
Schema Component Representation
<xs:complexType name="MusicOnHoldSourceRead">
<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="videoFileDescription" type=" FileDescription " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="externalSource" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointRead14 "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
top

Complex Type: MusicOnHoldUserSourceModify

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

Complex Type: MusicOnHoldUserSourceRead

Parent type: None
Sub-types: None
Name MusicOnHoldUserSourceRead
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]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
</customSource>
</...>
Schema Component Representation
<xs:complexType name="MusicOnHoldUserSourceRead">
<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="videoFileDescription" type=" FileDescription " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
top

Complex Type: ServiceProviderAccessDeviceGetRequest14sp6

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderAccessDeviceGetRequest14sp6
Abstract no
Documentation Requests the configuration of a specified service provider access device. The response is either ServiceProviderAccessDeviceGetResponse14sp6 or ErrorResponse. Replaced by: ServiceProviderAccessDeviceGetRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<deviceName> AccessDeviceName </deviceName> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderAccessDeviceGetRequest14sp6">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="deviceName" type=" AccessDeviceName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderAccessDeviceGetResponse14sp6

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderAccessDeviceGetResponse14sp6
Abstract no
Documentation Response to: ServiceProviderAccessDeviceGetRequest14sp6 Replaced by: ServiceProviderAccessDeviceGetRequest16
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceType> AccessDeviceType </deviceType> [1]
<protocol> AccessDeviceProtocol </protocol> [1]
<netAddress> NetAddress </netAddress> [0..1]
<port> Port1025 </port> [0..1]
<outboundProxyServerNetAddress> NetAddress </outboundProxyServerNetAddress> [0..1]
<stunServerNetAddress> NetAddress </stunServerNetAddress> [0..1]
<macAddress> AccessDeviceMACAddress </macAddress> [0..1]
<serialNumber> AccessDeviceSerialNumber </serialNumber> [0..1]
<description> AccessDeviceDescription </description> [0..1]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<numberOfAssignedPorts> xs:int </numberOfAssignedPorts> [1]
<status> AccessDeviceStatus </status> [1]
<physicalLocation> AccessDevicePhysicalLocation </physicalLocation> [0..1]
<transportProtocol> TransportProtocol </transportProtocol> [0..1]
<mobilityManagerProvisioningURL> URL </mobilityManagerProvisioningURL> [0..1]
<mobilityManagerProvisioningUserName> MobilityManagerProvisioningUserName </mobilityManagerProvisioningUserName> [0..1]
<mobilityManagerDefaultOriginatingServiceKey> MobilityManagerServiceKey </mobilityManagerDefaultOriginatingServiceKey> [0..1]
<mobilityManagerDefaultTerminatingServiceKey> MobilityManagerServiceKey </mobilityManagerDefaultTerminatingServiceKey> [0..1]
<useCustomUserNamePassword> xs:boolean </useCustomUserNamePassword> [0..1]
<userName> DeviceManagementUserName </userName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderAccessDeviceGetResponse14sp6">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="protocol" type=" AccessDeviceProtocol "/>
<xs:element name="netAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="port" type=" Port1025 " minOccurs="0"/>
<xs:element name="outboundProxyServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="stunServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="macAddress" type=" AccessDeviceMACAddress " minOccurs="0"/>
<xs:element name="serialNumber" type=" AccessDeviceSerialNumber " minOccurs="0"/>
<xs:element name="description" type=" AccessDeviceDescription " minOccurs="0"/>
<xs:element name="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="numberOfAssignedPorts" type=" xs:int "/>
<xs:element name="status" type=" AccessDeviceStatus "/>
<xs:element name="physicalLocation" type=" AccessDevicePhysicalLocation " minOccurs="0"/>
<xs:element name="transportProtocol" type=" TransportProtocol " minOccurs="0"/>
<xs:element name="mobilityManagerProvisioningURL" type=" URL " minOccurs="0"/>
<xs:element name="mobilityManagerProvisioningUserName" type=" MobilityManagerProvisioningUserName " minOccurs="0"/>
<xs:element name="mobilityManagerDefaultOriginatingServiceKey" type=" MobilityManagerServiceKey " minOccurs="0"/>
<xs:element name="mobilityManagerDefaultTerminatingServiceKey" type=" MobilityManagerServiceKey " minOccurs="0"/>
<xs:element name="useCustomUserNamePassword" type=" xs:boolean " minOccurs="0"/>
<xs:element name="userName" type=" DeviceManagementUserName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderAnswerConfirmationGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderAnswerConfirmationGetRequest
Abstract no
Documentation Get a service provider or enterprise's answer confirmation settings. The response is either a ServiceProviderAnswerConfirmationGetResponse or an ErrorResponse. Replaced By: ServiceProviderAnswerConfirmationGetRequest16
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="ServiceProviderAnswerConfirmationGetRequest">
<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: ServiceProviderAnswerConfirmationGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderAnswerConfirmationGetResponse
Abstract no
Documentation Response to the ServiceProviderAnswerConfirmationGetRequest. Replaced By: ServiceProviderAnswerConfirmationGetResponse16
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<announcementMessageSelection> AnswerConfirmationAnnouncementSelection </announcementMessageSelection> [1]
<confirmationMessageAudioFileDescription> FileDescription </confirmationMessageAudioFileDescription> [0..1]
<confirmationTimoutSeconds> AnswerConfirmationTimeoutSeconds </confirmationTimoutSeconds> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderAnswerConfirmationGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="announcementMessageSelection" type=" AnswerConfirmationAnnouncementSelection "/>
<xs:element name="confirmationMessageAudioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="confirmationTimoutSeconds" type=" AnswerConfirmationTimeoutSeconds "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderAnswerConfirmationModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderAnswerConfirmationModifyRequest
Abstract no
Documentation Modify a service provider or enterprise's answer confirmation settings. The response is either a SuccessResponse or an ErrorResponse. Replaced By: ServiceProviderAnswerConfirmationModifyRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<announcementMessageSelection> AnswerConfirmationAnnouncementSelection </announcementMessageSelection> [0..1]
<confirmationMessageAudioFile> LabeledFileResource </confirmationMessageAudioFile> [0..1]
<confirmationTimoutSeconds> AnswerConfirmationTimeoutSeconds </confirmationTimoutSeconds> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderAnswerConfirmationModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="announcementMessageSelection" type=" AnswerConfirmationAnnouncementSelection " minOccurs="0"/>
<xs:element name="confirmationMessageAudioFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="confirmationTimoutSeconds" type=" AnswerConfirmationTimeoutSeconds " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderCallProcessingGetPolicyRequest14sp7

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

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

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

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

Complex Type: ServiceProviderCallProcessingGetPolicyResponse15

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

Complex Type: ServiceProviderCallProcessingGetPolicyResponse15sp2

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

Complex Type: ServiceProviderPasswordRulesGetRequest13mp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderPasswordRulesGetRequest13mp2
Abstract no
Documentation Requests the service provider's password rules setting applicable to Administrators (Group and Department) and Users. The response is either ServiceProviderPasswordRulesGetResponse13mp2 or ErrorResponse. Replaced By: ServiceProviderPasswordRulesGetRequest16
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="ServiceProviderPasswordRulesGetRequest13mp2">
<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: ServiceProviderPasswordRulesGetResponse13mp2

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderPasswordRulesGetResponse13mp2
Abstract no
Documentation Response to ServiceProviderPasswordRulesGetRequest13mp2. Contains the group, department administrator and/or user password rules setting. Replaced By: ServiceProviderPasswordRulesGetResponse16
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<rulesApplyTo> ServiceProviderPasswordRulesApplyTo </rulesApplyTo> [1]
<allowWebAddExternalAuthenticationUsers> xs:boolean </allowWebAddExternalAuthenticationUsers> [1]
<disallowUserId> xs:boolean </disallowUserId> [1]
<disallowOldPassword> xs:boolean </disallowOldPassword> [1]
<disallowReversedOldPassword> xs:boolean </disallowReversedOldPassword> [1]
<restrictMinDigits> xs:boolean </restrictMinDigits> [1]
<minDigits> PasswordMinDigits </minDigits> [1]
<restrictMinUpperCaseLetters> xs:boolean </restrictMinUpperCaseLetters> [1]
<minUpperCaseLetters> PasswordMinUpperCaseLetters </minUpperCaseLetters> [1]
<restrictMinLowerCaseLetters> xs:boolean </restrictMinLowerCaseLetters> [1]
<minLowerCaseLetters> PasswordMinLowerCaseLetters </minLowerCaseLetters> [1]
<restrictMinNonAlphanumericCharacters> xs:boolean </restrictMinNonAlphanumericCharacters> [1]
<minNonAlphanumericCharacters> PasswordMinNonAlphanumericCharacters </minNonAlphanumericCharacters> [1]
<minLength> PasswordMinLength </minLength> [1]
<maxFailedLoginAttempts> MaxFailedLoginAttempts </maxFailedLoginAttempts> [1]
<passwordExpiresDays> PasswordExpiresDays </passwordExpiresDays> [1]
<sendLoginDisabledNotifyEmail> xs:boolean </sendLoginDisabledNotifyEmail> [1]
<loginDisabledNotifyEmailAddress> EmailAddress </loginDisabledNotifyEmailAddress> [0..1]
<disallowRulesModification> xs:boolean </disallowRulesModification> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderPasswordRulesGetResponse13mp2">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="rulesApplyTo" type=" ServiceProviderPasswordRulesApplyTo "/>
<xs:element name="allowWebAddExternalAuthenticationUsers" type=" xs:boolean "/>
<xs:element name="disallowUserId" type=" xs:boolean "/>
<xs:element name="disallowOldPassword" type=" xs:boolean "/>
<xs:element name="disallowReversedOldPassword" type=" xs:boolean "/>
<xs:element name="restrictMinDigits" type=" xs:boolean "/>
<xs:element name="minDigits" type=" PasswordMinDigits "/>
<xs:element name="restrictMinUpperCaseLetters" type=" xs:boolean "/>
<xs:element name="minUpperCaseLetters" type=" PasswordMinUpperCaseLetters "/>
<xs:element name="restrictMinLowerCaseLetters" type=" xs:boolean "/>
<xs:element name="minLowerCaseLetters" type=" PasswordMinLowerCaseLetters "/>
<xs:element name="restrictMinNonAlphanumericCharacters" type=" xs:boolean "/>
<xs:element name="minNonAlphanumericCharacters" type=" PasswordMinNonAlphanumericCharacters "/>
<xs:element name="minLength" type=" PasswordMinLength "/>
<xs:element name="maxFailedLoginAttempts" type=" MaxFailedLoginAttempts "/>
<xs:element name="passwordExpiresDays" type=" PasswordExpiresDays "/>
<xs:element name="sendLoginDisabledNotifyEmail" type=" xs:boolean "/>
<xs:element name="loginDisabledNotifyEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="disallowRulesModification" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest
Abstract no
Documentation Get the service provider's voice portal branding settings. The response is either a ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingResponse or an ErrorResponse. Replaced By: ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest16
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="ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest">
<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: ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingResponse
Abstract no
Documentation Response to the ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingRequest. Replaced By: ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingResponse16
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]
<voiceMessagingGreetingSelection> VoiceMessagingBrandingSelection </voiceMessagingGreetingSelection> [1]
<voiceMessagingGreetingFileDescription> FileDescription </voiceMessagingGreetingFileDescription> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderVoiceMessagingGroupGetVoicePortalBrandingResponse">
<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="voiceMessagingGreetingSelection" type=" VoiceMessagingBrandingSelection "/>
<xs:element name="voiceMessagingGreetingFileDescription" type=" FileDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderVoiceMessagingGroupModifyVoicePortalBrandingRequest

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

Complex Type: SystemAccessDeviceGetRequest14sp6

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceGetRequest14sp6
Abstract no
Documentation Requests the configuration of a specified system access device. The response is either SystemAccessDeviceGetResponse14sp6 or ErrorResponse. Replaced by: SystemAccessDeviceGetRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceName> AccessDeviceName </deviceName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceGetRequest14sp6">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceName" type=" AccessDeviceName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceGetResponse14sp6

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceGetResponse14sp6
Abstract no
Documentation Response to: SystemAccessDeviceGetRequest14sp6 Replaced by: SystemAccessDeviceGetRequest16
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceType> AccessDeviceType </deviceType> [1]
<protocol> AccessDeviceProtocol </protocol> [1]
<netAddress> NetAddress </netAddress> [0..1]
<port> Port1025 </port> [0..1]
<outboundProxyServerNetAddress> NetAddress </outboundProxyServerNetAddress> [0..1]
<stunServerNetAddress> NetAddress </stunServerNetAddress> [0..1]
<macAddress> AccessDeviceMACAddress </macAddress> [0..1]
<serialNumber> AccessDeviceSerialNumber </serialNumber> [0..1]
<description> AccessDeviceDescription </description> [0..1]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<numberOfAssignedPorts> xs:int </numberOfAssignedPorts> [1]
<status> AccessDeviceStatus </status> [1]
<physicalLocation> AccessDevicePhysicalLocation </physicalLocation> [0..1]
<transportProtocol> TransportProtocol </transportProtocol> [0..1]
<mobilityManagerProvisioningURL> URL </mobilityManagerProvisioningURL> [0..1]
<mobilityManagerProvisioningUserName> MobilityManagerProvisioningUserName </mobilityManagerProvisioningUserName> [0..1]
<mobilityManagerDefaultOriginatingServiceKey> MobilityManagerServiceKey </mobilityManagerDefaultOriginatingServiceKey> [0..1]
<mobilityManagerDefaultTerminatingServiceKey> MobilityManagerServiceKey </mobilityManagerDefaultTerminatingServiceKey> [0..1]
<useCustomUserNamePassword> xs:boolean </useCustomUserNamePassword> [0..1]
<userName> DeviceManagementUserName </userName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceGetResponse14sp6">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="protocol" type=" AccessDeviceProtocol "/>
<xs:element name="netAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="port" type=" Port1025 " minOccurs="0"/>
<xs:element name="outboundProxyServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="stunServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="macAddress" type=" AccessDeviceMACAddress " minOccurs="0"/>
<xs:element name="serialNumber" type=" AccessDeviceSerialNumber " minOccurs="0"/>
<xs:element name="description" type=" AccessDeviceDescription " minOccurs="0"/>
<xs:element name="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="numberOfAssignedPorts" type=" xs:int "/>
<xs:element name="status" type=" AccessDeviceStatus "/>
<xs:element name="physicalLocation" type=" AccessDevicePhysicalLocation " minOccurs="0"/>
<xs:element name="transportProtocol" type=" TransportProtocol " minOccurs="0"/>
<xs:element name="mobilityManagerProvisioningURL" type=" URL " minOccurs="0"/>
<xs:element name="mobilityManagerProvisioningUserName" type=" MobilityManagerProvisioningUserName " minOccurs="0"/>
<xs:element name="mobilityManagerDefaultOriginatingServiceKey" type=" MobilityManagerServiceKey " minOccurs="0"/>
<xs:element name="mobilityManagerDefaultTerminatingServiceKey" type=" MobilityManagerServiceKey " minOccurs="0"/>
<xs:element name="useCustomUserNamePassword" type=" xs:boolean " minOccurs="0"/>
<xs:element name="userName" type=" DeviceManagementUserName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAutomaticCallbackGetRequest15

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAutomaticCallbackGetRequest15
Abstract no
Documentation Request the system's automatic callback attributes. The response is either a SystemAutomaticCallbackGetResponse15 or an ErrorResponse. Replaced By: SystemAutomaticCallbackGetRequest15sp2
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="SystemAutomaticCallbackGetRequest15">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAutomaticCallbackGetResponse15

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemAutomaticCallbackGetResponse15
Abstract no
Documentation Response to SystemAutomaticCallbackGetRequest15. Replaced By: SystemAutomaticCallbackGetResponse15sp2
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<monitorMinutes> AutomaticCallbackMonitorMinutes </monitorMinutes> [1]
<maxMonitorsPerOriginator> AutomaticCallbackMaxMonitorsPerOriginator </maxMonitorsPerOriginator> [1]
<maxCallbackRings> AutomaticCallbackMaxCallbackRings </maxCallbackRings> [1]
<maxMonitorsPerTerminator> AutomaticCallbackMaxMonitorsPerTerminator </maxMonitorsPerTerminator> [1]
<terminatorIdleGuardSeconds> AutomaticCallbackTerminatorIdleGuardSeconds </terminatorIdleGuardSeconds> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAutomaticCallbackGetResponse15">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="monitorMinutes" type=" AutomaticCallbackMonitorMinutes "/>
<xs:element name="maxMonitorsPerOriginator" type=" AutomaticCallbackMaxMonitorsPerOriginator "/>
<xs:element name="maxCallbackRings" type=" AutomaticCallbackMaxCallbackRings "/>
<xs:element name="maxMonitorsPerTerminator" type=" AutomaticCallbackMaxMonitorsPerTerminator "/>
<xs:element name="terminatorIdleGuardSeconds" type=" AutomaticCallbackTerminatorIdleGuardSeconds "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallCenterGetRequest14sp9

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallCenterGetRequest14sp9
Abstract no
Documentation Request the system level data associated with Call Center. The response is either a SystemCallCenterGetResponse14sp9 or an ErrorResponse. Replaced By: SystemCallCenterGetRequest16
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="SystemCallCenterGetRequest14sp9">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallCenterGetResponse14sp9

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

Complex Type: SystemCallProcessingGetPolicyRequest14sp7

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingGetPolicyRequest14sp7
Abstract no
Documentation Request the system level data associated with Call Processing Policy. The response is either a SystemCallProcessingGetPolicyResponse14sp7 or an ErrorResponse. Replaced By: SystemCallProcessingGetPolicyRequest16
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="SystemCallProcessingGetPolicyRequest14sp7">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingGetPolicyRequest15

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingGetPolicyRequest15
Abstract no
Documentation Request the system level data associated with Call Processing Policy. The response is either a SystemCallProcessingGetPolicyResponse15 or an ErrorResponse. Replaced By: SystemCallProcessingGetPolicyRequest16
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="SystemCallProcessingGetPolicyRequest15">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingGetPolicyRequest15sp2

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

Complex Type: SystemCallProcessingGetPolicyResponse14sp7

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

Complex Type: SystemCallProcessingGetPolicyResponse15

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

Complex Type: SystemCallProcessingGetPolicyResponse15sp2

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

Complex Type: SystemCommunicationBarringProfileGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileGetRequest
Abstract no
Documentation Get an existing Communication Barring Profile. The response is either a SystemCommunicationBarringProfileGetResponse or an ErrorResponse. Replaced by: SystemCommunicationBarringProfileGetRequest16
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="SystemCommunicationBarringProfileGetRequest">
<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: SystemCommunicationBarringProfileGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileGetResponse
Abstract no
Documentation Response to the SystemCommunicationBarringProfileGetRequest. The response contains the Communication Barring Profile information. Replaced by: SystemCommunicationBarringProfileGetResponse16
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> CommunicationBarringOriginatingAction15sp2 </originatingDefaultAction> [1]
<originatingDefaultTreatmentId> TreatmentId </originatingDefaultTreatmentId> [0..1]
<originatingDefaultTransferNumber> OutgoingDN </originatingDefaultTransferNumber> [0..1]
<originatingRule> CommunicationBarringOriginatingRule15sp2 </originatingRule> [0..*]
<redirectingDefaultAction> CommunicationBarringRedirectingAction15sp2 </redirectingDefaultAction> [1]
<redirectingRule> CommunicationBarringRedirectingRule15sp2 </redirectingRule> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringProfileGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="description" type=" CommunicationBarringProfileDescription " minOccurs="0"/>
<xs:element name="originatingDefaultAction" type=" CommunicationBarringOriginatingAction15sp2 "/>
<xs:element name="originatingDefaultTreatmentId" type=" TreatmentId " minOccurs="0"/>
<xs:element name="originatingDefaultTransferNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="originatingRule" type=" CommunicationBarringOriginatingRule15sp2 " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="redirectingDefaultAction" type=" CommunicationBarringRedirectingAction15sp2 "/>
<xs:element name="redirectingRule" type=" CommunicationBarringRedirectingRule15sp2 " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemConfigurableTreatmentGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemConfigurableTreatmentGetRequest
Abstract no
Documentation Get all the attributes of a configurable treatment. The response is either a SystemConfigurableTreatmentGetResponse or an ErrorResponse. Replaced By: SystemConfigurableTreatmentGetRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<treatmentId> TreatmentId </treatmentId> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemConfigurableTreatmentGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="treatmentId" type=" TreatmentId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemConfigurableTreatmentGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemConfigurableTreatmentGetResponse
Abstract no
Documentation Response to the SystemConfigurableTreatmentGetRequest. The response contains the treatment configurable information. Replaced By: SystemConfigurableTreatmentGetResponse16
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<description> ConfigurableTreatmentDescription </description> [0..1]
<chargeIndicator> ChargeIndicator </chargeIndicator> [1]
<accessSIPStatusCode> SIPFailureStatusCode </accessSIPStatusCode> [0..1]
<accessSIPStatusMessage> SIPStatusMessage </accessSIPStatusMessage> [0..1]
<networkSIPStatusCode> SIPFailureStatusCode </networkSIPStatusCode> [0..1]
<networkSIPStatusMessage> SIPStatusMessage </networkSIPStatusMessage> [0..1]
<q850CauseValue> Q850CauseValue </q850CauseValue> [0..1]
<q850Text> Q850Text </q850Text> [0..1]
<accessTreatmentAudioFile> MediaTreatmentFileName </accessTreatmentAudioFile> [0..1]
<accessTreatmentVideoFile> MediaTreatmentFileName </accessTreatmentVideoFile> [0..1]
<networkTreatmentAudioFile> MediaTreatmentFileName </networkTreatmentAudioFile> [0..1]
<networkTreatmentVideoFile> MediaTreatmentFileName </networkTreatmentVideoFile> [0..1]
<cdrTerminationCause> CDRTerminationCause </cdrTerminationCause> [0..1]
<routeAdvance> xs:boolean </routeAdvance> [1]
<internalReleaseCause> InternalReleaseCause </internalReleaseCause> [0..1]
<accessSendReasonHeader> xs:boolean </accessSendReasonHeader> [1]
<networkSendReasonHeader> xs:boolean </networkSendReasonHeader> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemConfigurableTreatmentGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="description" type=" ConfigurableTreatmentDescription " minOccurs="0"/>
<xs:element name="chargeIndicator" type=" ChargeIndicator "/>
<xs:element name="accessSIPStatusCode" type=" SIPFailureStatusCode " minOccurs="0"/>
<xs:element name="accessSIPStatusMessage" type=" SIPStatusMessage " minOccurs="0"/>
<xs:element name="networkSIPStatusCode" type=" SIPFailureStatusCode " minOccurs="0"/>
<xs:element name="networkSIPStatusMessage" type=" SIPStatusMessage " minOccurs="0"/>
<xs:element name="q850CauseValue" type=" Q850CauseValue " minOccurs="0"/>
<xs:element name="q850Text" type=" Q850Text " minOccurs="0"/>
<xs:element name="accessTreatmentAudioFile" type=" MediaTreatmentFileName " minOccurs="0"/>
<xs:element name="accessTreatmentVideoFile" type=" MediaTreatmentFileName " minOccurs="0"/>
<xs:element name="networkTreatmentAudioFile" type=" MediaTreatmentFileName " minOccurs="0"/>
<xs:element name="networkTreatmentVideoFile" type=" MediaTreatmentFileName " minOccurs="0"/>
<xs:element name="cdrTerminationCause" type=" CDRTerminationCause " minOccurs="0"/>
<xs:element name="routeAdvance" type=" xs:boolean "/>
<xs:element name="internalReleaseCause" type=" InternalReleaseCause " minOccurs="0"/>
<xs:element name="accessSendReasonHeader" type=" xs:boolean "/>
<xs:element name="networkSendReasonHeader" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceTypeGetRequest14sp6

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceTypeGetRequest14sp6
Abstract no
Documentation Requests the information about the specified device type without regard to whether the type is SIP or MGCP. The response is either SystemDeviceTypeGetResponse14sp6 or ErrorResponse. Replaced by: SystemDeviceTypeGetRequest16
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="SystemDeviceTypeGetRequest14sp6">
<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: SystemDeviceTypeGetResponse14sp6

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDeviceTypeGetResponse14sp6
Abstract no
Documentation Response to SystemDeviceTypeGetRequest14sp6. Replaced by: SystemDeviceTypeGetResponse16
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete> xs:boolean </isObsolete> [1]
<profile> SignalingAddressType </profile> [1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptionsRead </cpeDeviceOptions> [0..1]
<protocolChoice> AccessDeviceProtocol </protocolChoice> [1..*]
<isIpAddressOptional> xs:boolean </isIpAddressOptional> [1]
<useDomain> xs:boolean </useDomain> [1]
<isMobilityManagerDevice> xs:boolean </isMobilityManagerDevice> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceTypeGetResponse14sp6">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isObsolete" type=" xs:boolean "/>
<xs:element name="profile" type=" SignalingAddressType "/>
<xs:element name="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptionsRead " minOccurs="0"/>
<xs:element name="protocolChoice" type=" AccessDeviceProtocol " maxOccurs="unbounded"/>
<xs:element name="isIpAddressOptional" type=" xs:boolean "/>
<xs:element name="useDomain" type=" xs:boolean "/>
<xs:element name="isMobilityManagerDevice" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFileRepositoryDeviceAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemFileRepositoryDeviceAddRequest
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> FileRepositoryProtocolFTP </protocolFTP> [1]
End Choice
</...>
Schema Component Representation
<xs:complexType name="SystemFileRepositoryDeviceAddRequest">
<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=" FileRepositoryProtocolFTP "/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFileRepositoryDeviceGetRequest

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemFileRepositoryDeviceGetResponse
Abstract no
Documentation Response to SystemFileRepositoryDeviceGetRequest.
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> FileRepositoryProtocolFTP </protocolFTP> [1]
End Choice
</...>
Schema Component Representation
<xs:complexType name="SystemFileRepositoryDeviceGetResponse">
<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=" FileRepositoryProtocolFTP "/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMediaAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemMediaAddRequest
Abstract no
Documentation Request to add a Media to the system. 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. -->
<mediaName> MediaName </mediaName> [1]
<codecName> CodecName </codecName> [1]
<mediaType> MediaType </mediaType> [1]
<bandwidthEnforcementType> MediaBandwidthEnforcementType </bandwidthEnforcementType> [1]
<mediaBandwidth> MediaBandwidthBitsPerSecond </mediaBandwidth> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemMediaAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="mediaName" type=" MediaName "/>
<xs:element name="codecName" type=" CodecName "/>
<xs:element name="mediaType" type=" MediaType "/>
<xs:element name="bandwidthEnforcementType" type=" MediaBandwidthEnforcementType "/>
<xs:element name="mediaBandwidth" type=" MediaBandwidthBitsPerSecond " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkServerSyncParametersGetRequest14sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkServerSyncParametersGetRequest14sp2
Abstract no
Documentation Request to get the list of Network Server Sync system parameters. The response is either SystemNetworkServerSyncParametersGetResponse14sp2 or ErrorResponse. Replaced By: SystemNetworkServerSyncParametersGetRequest16
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="SystemNetworkServerSyncParametersGetRequest14sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkServerSyncParametersGetResponse14sp2

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemNetworkServerSyncParametersGetResponse14sp2
Abstract no
Documentation Response to SystemNetworkServerSyncParametersGetRequest14sp2. Contains a list of system Network Server Sync parameters. Replaced By: SystemNetworkServerSyncParametersGetResponse16
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableSync> xs:boolean </enableSync> [1]
<syncLinePorts> xs:boolean </syncLinePorts> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkServerSyncParametersGetResponse14sp2">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="enableSync" type=" xs:boolean "/>
<xs:element name="syncLinePorts" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPasswordRulesGetRequest13mp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPasswordRulesGetRequest13mp2
Abstract no
Documentation Requests the system's password rules setting applicable to System administrator, Provisioning Administrator, and/or Service Provider Administrator, Group Administrator, Department Administrator, user. The response is either SystemPasswordRulesGetResponse13mp2 or ErrorResponse. Replaced By : SystemPasswordRulesGetRequest16
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="SystemPasswordRulesGetRequest13mp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPasswordRulesGetResponse13mp2

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemPasswordRulesGetResponse13mp2
Abstract no
Documentation Response to SystemPasswordRulesGetRequest13mp2. Contains the password rules for System administrator, Provisioning Administrator, and/or Service Provider Administrator, Group Administrator, Department Administrator, user. Replaced By : SystemPasswordRulesGetResponse16
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<rulesApplyTo> SystemPasswordRulesApplyTo </rulesApplyTo> [1]
<allowWebAddExternalAuthenticationUsers> xs:boolean </allowWebAddExternalAuthenticationUsers> [1]
<disallowUserId> xs:boolean </disallowUserId> [1]
<disallowOldPassword> xs:boolean </disallowOldPassword> [1]
<disallowReversedOldPassword> xs:boolean </disallowReversedOldPassword> [1]
<restrictMinDigits> xs:boolean </restrictMinDigits> [1]
<minDigits> PasswordMinDigits </minDigits> [1]
<restrictMinUpperCaseLetters> xs:boolean </restrictMinUpperCaseLetters> [1]
<minUpperCaseLetters> PasswordMinUpperCaseLetters </minUpperCaseLetters> [1]
<restrictMinLowerCaseLetters> xs:boolean </restrictMinLowerCaseLetters> [1]
<minLowerCaseLetters> PasswordMinLowerCaseLetters </minLowerCaseLetters> [1]
<restrictMinNonAlphanumericCharacters> xs:boolean </restrictMinNonAlphanumericCharacters> [1]
<minNonAlphanumericCharacters> PasswordMinNonAlphanumericCharacters </minNonAlphanumericCharacters> [1]
<minLength> PasswordMinLength </minLength> [1]
<maxFailedLoginAttempts> MaxFailedLoginAttempts </maxFailedLoginAttempts> [1]
<passwordExpiresDays> PasswordExpiresDays </passwordExpiresDays> [1]
<sendLoginDisabledNotifyEmail> xs:boolean </sendLoginDisabledNotifyEmail> [1]
<loginDisabledNotifyEmailAddress> EmailAddress </loginDisabledNotifyEmailAddress> [0..1]
<disallowRulesModification> xs:boolean </disallowRulesModification> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemPasswordRulesGetResponse13mp2">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="rulesApplyTo" type=" SystemPasswordRulesApplyTo "/>
<xs:element name="allowWebAddExternalAuthenticationUsers" type=" xs:boolean "/>
<xs:element name="disallowUserId" type=" xs:boolean "/>
<xs:element name="disallowOldPassword" type=" xs:boolean "/>
<xs:element name="disallowReversedOldPassword" type=" xs:boolean "/>
<xs:element name="restrictMinDigits" type=" xs:boolean "/>
<xs:element name="minDigits" type=" PasswordMinDigits "/>
<xs:element name="restrictMinUpperCaseLetters" type=" xs:boolean "/>
<xs:element name="minUpperCaseLetters" type=" PasswordMinUpperCaseLetters "/>
<xs:element name="restrictMinLowerCaseLetters" type=" xs:boolean "/>
<xs:element name="minLowerCaseLetters" type=" PasswordMinLowerCaseLetters "/>
<xs:element name="restrictMinNonAlphanumericCharacters" type=" xs:boolean "/>
<xs:element name="minNonAlphanumericCharacters" type=" PasswordMinNonAlphanumericCharacters "/>
<xs:element name="minLength" type=" PasswordMinLength "/>
<xs:element name="maxFailedLoginAttempts" type=" MaxFailedLoginAttempts "/>
<xs:element name="passwordExpiresDays" type=" PasswordExpiresDays "/>
<xs:element name="sendLoginDisabledNotifyEmail" type=" xs:boolean "/>
<xs:element name="loginDisabledNotifyEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="disallowRulesModification" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeAddRequest15

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeAddRequest15
Abstract no
Documentation Request to add a sip device type. The response is either SuccessResponse or ErrorResponse. Replaced By : SystemSIPDeviceTypeAddRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceType> AccessDeviceType </deviceType> [1]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<profile> SignalingAddressType </profile> [1]
<registrationCapable> xs:boolean </registrationCapable> [1]
<isConferenceDevice> xs:boolean </isConferenceDevice> [1]
<isMobilityManagerDevice> xs:boolean </isMobilityManagerDevice> [1]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<RFC3264Hold> xs:boolean </RFC3264Hold> [1]
<isTrusted> xs:boolean </isTrusted> [1]
<E164Capable> xs:boolean </E164Capable> [1]
<routeAdvance> xs:boolean </routeAdvance> [1]
<forwardingOverride> xs:boolean </forwardingOverride> [1]
<wirelessIntegration> xs:boolean </wirelessIntegration> [1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<useBusinessTrunkingContact> xs:boolean </useBusinessTrunkingContact> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptions14sp6 </cpeDeviceOptions> [0..1]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [1]
<tdmOverlay> xs:boolean </tdmOverlay> [1]
<requiresBroadWorksCallWaitingTone> xs:boolean </requiresBroadWorksCallWaitingTone> [1]
<requiresMWISubscription> xs:boolean </requiresMWISubscription> [1]
<useHistoryInfoHeaderOnAccessSide> xs:boolean </useHistoryInfoHeaderOnAccessSide> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeAddRequest15">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="profile" type=" SignalingAddressType "/>
<xs:element name="registrationCapable" type=" xs:boolean "/>
<xs:element name="isConferenceDevice" type=" xs:boolean "/>
<xs:element name="isMobilityManagerDevice" type=" xs:boolean "/>
<xs:element name="isMusicOnHoldDevice" type=" xs:boolean "/>
<xs:element name="RFC3264Hold" type=" xs:boolean "/>
<xs:element name="isTrusted" type=" xs:boolean "/>
<xs:element name="E164Capable" type=" xs:boolean "/>
<xs:element name="routeAdvance" type=" xs:boolean "/>
<xs:element name="forwardingOverride" type=" xs:boolean "/>
<xs:element name="wirelessIntegration" type=" xs:boolean "/>
<xs:element name="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="useBusinessTrunkingContact" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptions14sp6 " 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="tdmOverlay" 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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetRequest15

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetResponse15
Abstract no
Documentation Response to SystemSIPDeviceTypeGetRequest15. Replaced By : SystemSIPDeviceTypeAddResponse16
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete> xs:boolean </isObsolete> [1]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<profile> SignalingAddressType </profile> [1]
<registrationCapable> xs:boolean </registrationCapable> [1]
<isConferenceDevice> xs:boolean </isConferenceDevice> [1]
<isMobilityManagerDevice> xs:boolean </isMobilityManagerDevice> [1]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<RFC3264Hold> xs:boolean </RFC3264Hold> [1]
<isTrusted> xs:boolean </isTrusted> [1]
<E164Capable> xs:boolean </E164Capable> [1]
<routeAdvance> xs:boolean </routeAdvance> [1]
<forwardingOverride> xs:boolean </forwardingOverride> [1]
<wirelessIntegration> xs:boolean </wirelessIntegration> [1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<useBusinessTrunkingContact> xs:boolean </useBusinessTrunkingContact> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptionsRead </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]
<tdmOverlay> xs:boolean </tdmOverlay> [1]
<requiresBroadWorksCallWaitingTone> xs:boolean </requiresBroadWorksCallWaitingTone> [1]
<requiresMWISubscription> xs:boolean </requiresMWISubscription> [1]
<useHistoryInfoHeaderOnAccessSide> xs:boolean </useHistoryInfoHeaderOnAccessSide> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetResponse15">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isObsolete" type=" xs:boolean "/>
<xs:element name="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="profile" type=" SignalingAddressType "/>
<xs:element name="registrationCapable" type=" xs:boolean "/>
<xs:element name="isConferenceDevice" type=" xs:boolean "/>
<xs:element name="isMobilityManagerDevice" type=" xs:boolean "/>
<xs:element name="isMusicOnHoldDevice" type=" xs:boolean "/>
<xs:element name="RFC3264Hold" type=" xs:boolean "/>
<xs:element name="isTrusted" type=" xs:boolean "/>
<xs:element name="E164Capable" type=" xs:boolean "/>
<xs:element name="routeAdvance" type=" xs:boolean "/>
<xs:element name="forwardingOverride" type=" xs:boolean "/>
<xs:element name="wirelessIntegration" type=" xs:boolean "/>
<xs:element name="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="useBusinessTrunkingContact" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptionsRead " 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="tdmOverlay" 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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeModifyRequest15

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeModifyRequest15
Abstract no
Documentation Request to modify a sip device type. The following elements are not changeable: numberOfPorts SignalingAddressType isConferenceDevice isMusicOnHoldDevice isMobilityManagerDevice The response is either SuccessResponse or ErrorResponse. Replaced By : SystemSIPDeviceTypeModifyRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceType> AccessDeviceType </deviceType> [1]
<isObsolete> xs:boolean </isObsolete> [0..1]
<registrationCapable> xs:boolean </registrationCapable> [0..1]
<RFC3264Hold> xs:boolean </RFC3264Hold> [0..1]
<isTrusted> xs:boolean </isTrusted> [0..1]
<E164Capable> xs:boolean </E164Capable> [0..1]
<routeAdvance> xs:boolean </routeAdvance> [0..1]
<forwardingOverride> xs:boolean </forwardingOverride> [0..1]
<wirelessIntegration> xs:boolean </wirelessIntegration> [0..1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [0..1]
<PBXIntegration> xs:boolean </PBXIntegration> [0..1]
<useBusinessTrunkingContact> xs:boolean </useBusinessTrunkingContact> [0..1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [0..1]
<cpeDeviceOptions> CPEDeviceModifyOptions </cpeDeviceOptions> [0..1]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [0..1]
<authenticateRefer> xs:boolean </authenticateRefer> [0..1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [0..1]
<authenticationMode> AuthenticationMode </authenticationMode> [0..1]
<tdmOverlay> xs:boolean </tdmOverlay> [0..1]
<requiresBroadWorksCallWaitingTone> xs:boolean </requiresBroadWorksCallWaitingTone> [0..1]
<requiresMWISubscription> xs:boolean </requiresMWISubscription> [0..1]
<useHistoryInfoHeaderOnAccessSide> xs:boolean </useHistoryInfoHeaderOnAccessSide> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeModifyRequest15">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="isObsolete" type=" xs:boolean " minOccurs="0"/>
<xs:element name="registrationCapable" type=" xs:boolean " minOccurs="0"/>
<xs:element name="RFC3264Hold" type=" xs:boolean " minOccurs="0"/>
<xs:element name="isTrusted" type=" xs:boolean " minOccurs="0"/>
<xs:element name="E164Capable" type=" xs:boolean " minOccurs="0"/>
<xs:element name="routeAdvance" type=" xs:boolean " minOccurs="0"/>
<xs:element name="forwardingOverride" type=" xs:boolean " minOccurs="0"/>
<xs:element name="wirelessIntegration" type=" xs:boolean " minOccurs="0"/>
<xs:element name="webBasedConfigURL" type=" WebBasedConfigURL " nillable="true" minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean " minOccurs="0"/>
<xs:element name="PBXIntegration" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useBusinessTrunkingContact" type=" xs:boolean " minOccurs="0"/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean " minOccurs="0"/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceModifyOptions " minOccurs="0"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType " minOccurs="0"/>
<xs:element name="authenticateRefer" type=" xs:boolean " minOccurs="0"/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean " minOccurs="0"/>
<xs:element name="authenticationMode" type=" AuthenticationMode " minOccurs="0"/>
<xs:element name="tdmOverlay" type=" xs:boolean " minOccurs="0"/>
<xs:element name="requiresBroadWorksCallWaitingTone" type=" xs:boolean " minOccurs="0"/>
<xs:element name="requiresMWISubscription" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useHistoryInfoHeaderOnAccessSide" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSubscriberGetCallProcessingParametersRequest14sp7

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSubscriberGetCallProcessingParametersRequest14sp7
Abstract no
Documentation Get the system call processing configuration for all subscribers The response is either a SystemSubscriberGetCallProcessingParametersResponse14sp7 or an ErrorResponse. Replaced By : SystemSubscriberGetCallProcessingParametersRequest15sp2
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="SystemSubscriberGetCallProcessingParametersRequest14sp7">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSubscriberGetCallProcessingParametersRequest15

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSubscriberGetCallProcessingParametersRequest15
Abstract no
Documentation Get the system call processing configuration for all subscribers The response is either a SystemSubscriberGetCallProcessingParametersResponse15 or an ErrorResponse. Replaced By: SystemSubscriberGetCallProcessingParametersRequest15sp2
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="SystemSubscriberGetCallProcessingParametersRequest15">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSubscriberGetCallProcessingParametersResponse14sp7

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

Complex Type: SystemSubscriberGetCallProcessingParametersResponse15

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSubscriberGetCallProcessingParametersResponse15
Abstract no
Documentation Response to the SystemSubscriberGetCallProcessingParametersRequest15.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userCallingLineIdSelection> SystemUserCallingLineIdSelection </userCallingLineIdSelection> [1]
<isExtendedCallingLineIdActive> xs:boolean </isExtendedCallingLineIdActive> [1]
<isRingTimeOutActive> xs:boolean </isRingTimeOutActive> [1]
<ringTimeoutSeconds> SystemUserRingTimeoutSeconds </ringTimeoutSeconds> [1]
<allowEmergencyRemoteOfficeOriginations> xs:boolean </allowEmergencyRemoteOfficeOriginations> [1]
<maxNoAnswerNumberOfRings> MaxNoAnswerNumberOfRings </maxNoAnswerNumberOfRings> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSubscriberGetCallProcessingParametersResponse15">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="userCallingLineIdSelection" type=" SystemUserCallingLineIdSelection "/>
<xs:element name="isExtendedCallingLineIdActive" type=" xs:boolean "/>
<xs:element name="isRingTimeOutActive" type=" xs:boolean "/>
<xs:element name="ringTimeoutSeconds" type=" SystemUserRingTimeoutSeconds "/>
<xs:element name="allowEmergencyRemoteOfficeOriginations" type=" xs:boolean "/>
<xs:element name="maxNoAnswerNumberOfRings" type=" MaxNoAnswerNumberOfRings "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupGetRequest14

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

Complex Type: SystemVoiceMessagingGroupGetResponse14

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

Complex Type: SystemVoiceMessagingGroupModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupModifyRequest
Abstract no
Documentation Modify the system level data associated with Voice Messaging. 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. -->
<realDeleteForImap> xs:boolean </realDeleteForImap> [0..1]
<useDnInMailBody> xs:boolean </useDnInMailBody> [0..1]
<useShortSubjectLine> xs:boolean </useShortSubjectLine> [0..1]
<maxGreetingLengthMinutes> VoiceMessagingMaxGreetingLengthMinutes </maxGreetingLengthMinutes> [0..1]
<maxMessageLengthMinutes> VoiceMessagingMaxMessageLengthMinutes </maxMessageLengthMinutes> [0..1]
<maxMailboxLengthMinutes> VoiceMessagingMailboxLengthMinutes </maxMailboxLengthMinutes> [0..1]
<doesMessageAge> xs:boolean </doesMessageAge> [0..1]
<holdPeriodDays> VoiceMessagingHoldPeriodDays </holdPeriodDays> [0..1]
<mailServerNetAddress> NetAddress </mailServerNetAddress> [0..1]
<mailServerProtocol> VoiceMessagingMailServerProtocol </mailServerProtocol> [0..1]
<defaultDeliveryFromAddress> EmailAddress </defaultDeliveryFromAddress> [0..1]
<defaultNotificationFromAddress> EmailAddress </defaultNotificationFromAddress> [0..1]
<defaultVoicePortalLockoutFromAddress> EmailAddress </defaultVoicePortalLockoutFromAddress> [0..1]
<useOutgoingMWIOnSMDI> xs:boolean </useOutgoingMWIOnSMDI> [0..1]
<mwiDelayInSeconds> VoiceMessagingMessageWaitingIndicatorDelayInSeconds </mwiDelayInSeconds> [0..1]
<voicePortalScope> SystemVoicePortalScope </voicePortalScope> [0..1]
<networkWideMessaging> xs:boolean </networkWideMessaging> [0..1]
<useExternalRouting> xs:boolean </useExternalRouting> [0..1]
<defaultExternalRoutingAddress> OutgoingDNorSIPURI </defaultExternalRoutingAddress> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessagingGroupModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="realDeleteForImap" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useDnInMailBody" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useShortSubjectLine" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxGreetingLengthMinutes" type=" VoiceMessagingMaxGreetingLengthMinutes " minOccurs="0"/>
<xs:element name="maxMessageLengthMinutes" type=" VoiceMessagingMaxMessageLengthMinutes " minOccurs="0"/>
<xs:element name="maxMailboxLengthMinutes" type=" VoiceMessagingMailboxLengthMinutes " minOccurs="0"/>
<xs:element name="doesMessageAge" type=" xs:boolean " minOccurs="0"/>
<xs:element name="holdPeriodDays" type=" VoiceMessagingHoldPeriodDays " minOccurs="0"/>
<xs:element name="mailServerNetAddress" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="mailServerProtocol" type=" VoiceMessagingMailServerProtocol " minOccurs="0"/>
<xs:element name="defaultDeliveryFromAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="defaultNotificationFromAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="defaultVoicePortalLockoutFromAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="useOutgoingMWIOnSMDI" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mwiDelayInSeconds" type=" VoiceMessagingMessageWaitingIndicatorDelayInSeconds " minOccurs="0"/>
<xs:element name="voicePortalScope" type=" SystemVoicePortalScope " minOccurs="0"/>
<xs:element name="networkWideMessaging" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useExternalRouting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="defaultExternalRoutingAddress" type=" OutgoingDNorSIPURI " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserBroadWorksAnywhereAddSelectiveCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserBroadWorksAnywhereAddSelectiveCriteriaRequest
Abstract no
Documentation Add a criteria to the user's BroadWorks Anywhere phone number. 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]
<phoneNumber> DN </phoneNumber> [1]
<criteriaName> CriteriaName </criteriaName> [1]
<timeSchedule> TimeSchedule </timeSchedule> [0..1]
<fromDnCriteria> CriteriaFromDn </fromDnCriteria> [1]
</...>
Schema Component Representation
<xs:complexType name="UserBroadWorksAnywhereAddSelectiveCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="phoneNumber" type=" DN "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
<xs:element name="timeSchedule" type=" TimeSchedule " minOccurs="0"/>
<xs:element name="fromDnCriteria" type=" CriteriaFromDn "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserBroadWorksAnywhereGetSelectiveCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserBroadWorksAnywhereGetSelectiveCriteriaRequest
Abstract no
Documentation Get a criteria for the user's BroadWorks Anywhere phone number. The response is either a UserBroadWorksAnywhereGetSelectiveCriteriaResponse 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]
<phoneNumber> DN </phoneNumber> [1]
<criteriaName> CriteriaName </criteriaName> [1]
</...>
Schema Component Representation
<xs:complexType name="UserBroadWorksAnywhereGetSelectiveCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="phoneNumber" type=" DN "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserBroadWorksAnywhereGetSelectiveCriteriaResponse

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

Complex Type: UserCallCenterGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallCenterGetRequest
Abstract no
Documentation Get the user's ACD state and the list of call centers the specified user belongs to. The response is either a UserCallCenterGetResponse or an ErrorResponse. Replaced By: UserCallCenterGetRequest16
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="UserCallCenterGetRequest">
<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: UserCallCenterGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserCallCenterGetResponse
Abstract no
Documentation Response to the UserCallCenterGetRequest. Contains the user's ACD state Indicates whether the agent is current available (logged in) to each call center in the list. Contains a table with column headings: "Service User Id", "Phone Number", "Extension", "Available", "Logoff Allowed".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<agentACDState> AgentACDState </agentACDState> [0..1]
<userTable> core:OCITable </userTable> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserCallCenterGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="agentACDState" type=" AgentACDState " minOccurs="0"/>
<xs:element name="userTable" type=" core:OCITable " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallForwardingSelectiveAddCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallForwardingSelectiveAddCriteriaRequest
Abstract no
Documentation Add a criteria to the user's call forwarding selective service. 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]
<criteriaName> CriteriaName </criteriaName> [1]
<timeSchedule> TimeSchedule </timeSchedule> [0..1]
<forwardToNumberSelection> CallForwardingSelectiveNumberSelection </forwardToNumberSelection> [1]
<forwardToPhoneNumber> OutgoingDNorSIPURI </forwardToPhoneNumber> [0..1]
<fromDnCriteria> CriteriaFromDn </fromDnCriteria> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCallForwardingSelectiveAddCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
<xs:element name="timeSchedule" type=" TimeSchedule " minOccurs="0"/>
<xs:element name="forwardToNumberSelection" type=" CallForwardingSelectiveNumberSelection "/>
<xs:element name="forwardToPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="fromDnCriteria" type=" CriteriaFromDn "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallForwardingSelectiveGetCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallForwardingSelectiveGetCriteriaRequest
Abstract no
Documentation Get a criteria for the user's call forwarding selective service. The response is either a UserCallForwardingSelectiveGetCriteriaResponse 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]
<criteriaName> CriteriaName </criteriaName> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCallForwardingSelectiveGetCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallForwardingSelectiveGetCriteriaResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserCallForwardingSelectiveGetCriteriaResponse
Abstract no
Documentation Response to the UserCallForwardingSelectiveGetCriteriaRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<timeSchedule> TimeSchedule </timeSchedule> [0..1]
<forwardToNumberSelection> CallForwardingSelectiveNumberSelection </forwardToNumberSelection> [1]
<forwardToPhoneNumber> OutgoingDNorSIPURI </forwardToPhoneNumber> [0..1]
<fromDnCriteria> CriteriaFromDn </fromDnCriteria> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCallForwardingSelectiveGetCriteriaResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="timeSchedule" type=" TimeSchedule " minOccurs="0"/>
<xs:element name="forwardToNumberSelection" type=" CallForwardingSelectiveNumberSelection "/>
<xs:element name="forwardToPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="fromDnCriteria" type=" CriteriaFromDn "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallForwardingSelectiveGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallForwardingSelectiveGetRequest
Abstract no
Documentation Get the user's call forwarding selective service setting. The response is either a UserCallForwardingSelectiveGetResponse 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="UserCallForwardingSelectiveGetRequest">
<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: UserCallForwardingSelectiveGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserCallForwardingSelectiveGetResponse
Abstract no
Documentation Response to the UserCallForwardingSelectiveGetRequest. The criteria table's column headings are: "Is Active", "Criteria Name", "Time Schedule", "Calls From" and "Forward To".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<defaultForwardToPhoneNumber> OutgoingDNorSIPURI </defaultForwardToPhoneNumber> [0..1]
<playRingReminder> xs:boolean </playRingReminder> [1]
<criteriaTable> core:OCITable </criteriaTable> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCallForwardingSelectiveGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="defaultForwardToPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="playRingReminder" type=" xs:boolean "/>
<xs:element name="criteriaTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallingPartyCategoryGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallingPartyCategoryGetRequest
Abstract no
Documentation Request the user level data associated with Calling Party Category. The response is either a UserCallingPartyCategoryGetResponse 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="UserCallingPartyCategoryGetRequest">
<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: UserCallingPartyCategoryGetResponse

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

Complex Type: UserCallingPartyCategoryModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallingPartyCategoryModifyRequest
Abstract no
Documentation Modify the user level data associated with Calling Party Category. 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]
<category> CallingPartyCategorySelection </category> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserCallingPartyCategoryModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="category" type=" CallingPartyCategorySelection " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallNotifyAddCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallNotifyAddCriteriaRequest
Abstract no
Documentation Add a criteria to the user's call notify service. 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]
<criteriaName> CriteriaName </criteriaName> [1]
<timeSchedule> TimeSchedule </timeSchedule> [0..1]
<fromDnCriteria> CriteriaFromDn </fromDnCriteria> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCallNotifyAddCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
<xs:element name="timeSchedule" type=" TimeSchedule " minOccurs="0"/>
<xs:element name="fromDnCriteria" type=" CriteriaFromDn "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallNotifyGetCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallNotifyGetCriteriaRequest
Abstract no
Documentation Get a criteria for the user's call notify service. The response is either a UserCallNotifyGetCriteriaResponse 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]
<criteriaName> CriteriaName </criteriaName> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCallNotifyGetCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallNotifyGetCriteriaResponse

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

Complex Type: UserCallProcessingGetPolicyRequest14sp7

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserCallProcessingGetPolicyResponse14sp7
Abstract no
Documentation Response to UserCallProcessingGetPolicyRequest14sp7. The useUserCLIDSetting attribute controls the CLID settings (clidPolicy, emergencyClidPolicy, allowAlternateNumbersForRedirectingIdentity, useGroupName) The useUserMediaSetting attribute controls the Media settings (medisPolicySelection, supportedMediaSetName) The useUserCallLimitsSetting attribute controls the Call Limits setting (useMaxSimultaneousCalls, maxSimultaneousCalls, useMaxSimultaneousVideoCalls, maxSimultaneousVideoCalls, useMaxCallTimeForAnsweredCalls, maxCallTimeForAnsweredCallsMinutes, useMaxCallTimeForUnansweredCalls, maxCallTimeForUnansweredCallsMinutes, useMaxConcurrentRedirectedCalls, useMaxFindMeFollowMeDepth, maxRedirectionDepth, useMaxConcurrentFindMeFollowMeInvocations, maxConcurrentFindMeFollowMeInvocations)
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useUserCLIDSetting> xs:boolean </useUserCLIDSetting> [1]
<useUserMediaSetting> xs:boolean </useUserMediaSetting> [1]
<useUserCallLimitsSetting> xs:boolean </useUserCallLimitsSetting> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes </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]
</...>
Schema Component Representation
<xs:complexType name="UserCallProcessingGetPolicyResponse14sp7">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useUserCLIDSetting" type=" xs:boolean "/>
<xs:element name="useUserMediaSetting" type=" xs:boolean "/>
<xs:element name="useUserCallLimitsSetting" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="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=" CallProcessingMaxCallTimeForAnsweredCallsMinutes "/>
<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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCustomRingbackUserAddCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCustomRingbackUserAddCriteriaRequest
Abstract no
Documentation Add a criteria to the user's custom ringback service. 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]
<criteriaName> CriteriaName </criteriaName> [1]
<timeSchedule> TimeSchedule </timeSchedule> [0..1]
<fromDnCriteria> CriteriaFromDn </fromDnCriteria> [1]
<audioSelection> ExtendedFileResourceSelection </audioSelection> [1]
<audioFile> ExtendedFileResource </audioFile> [0..1]
<videoSelection> ExtendedFileResourceSelection </videoSelection> [1]
<videoFile> ExtendedFileResource </videoFile> [0..1]
<callWaitingAudioSelection> ExtendedFileResourceSelection </callWaitingAudioSelection> [0..1]
<callWaitingAudioFile> ExtendedFileResource </callWaitingAudioFile> [0..1]
<callWaitingVideoSelection> ExtendedFileResourceSelection </callWaitingVideoSelection> [0..1]
<callWaitingVideoFile> ExtendedFileResource </callWaitingVideoFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserCustomRingbackUserAddCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
<xs:element name="timeSchedule" type=" TimeSchedule " minOccurs="0"/>
<xs:element name="fromDnCriteria" type=" CriteriaFromDn "/>
<xs:element name="audioSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="audioFile" type=" ExtendedFileResource " minOccurs="0"/>
<xs:element name="videoSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="videoFile" type=" ExtendedFileResource " minOccurs="0"/>
<xs:element name="callWaitingAudioSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="callWaitingAudioFile" type=" ExtendedFileResource " minOccurs="0"/>
<xs:element name="callWaitingVideoSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="callWaitingVideoFile" type=" ExtendedFileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCustomRingbackUserGetCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCustomRingbackUserGetCriteriaRequest
Abstract no
Documentation Get a criteria for the user's custom ringback service. The response is either a UserCustomRingbackUserGetCriteriaResponse or an ErrorResponse. Replaced By: UserCustomRingbackUserGetCriteriaRequest15Sp2
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<criteriaName> CriteriaName </criteriaName> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCustomRingbackUserGetCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCustomRingbackUserGetCriteriaRequest15sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCustomRingbackUserGetCriteriaRequest15sp2
Abstract no
Documentation Get a criteria for the user's custom ringback service. The response is either a UserCustomRingbackUserGetCriteriaResponse15sp2 or an ErrorResponse. Replaced By: UserCustomRingbackUserGetCriteriaRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<criteriaName> CriteriaName </criteriaName> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCustomRingbackUserGetCriteriaRequest15sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCustomRingbackUserGetCriteriaResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserCustomRingbackUserGetCriteriaResponse
Abstract no
Documentation Response to the UserCustomRingbackUserGetCriteriaRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<timeSchedule> TimeSchedule </timeSchedule> [0..1]
<fromDnCriteria> CriteriaFromDn </fromDnCriteria> [1]
<audioSelection> ExtendedFileResourceSelection </audioSelection> [1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<audioFileUrl> URL </audioFileUrl> [0..1]
<videoSelection> ExtendedFileResourceSelection </videoSelection> [1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<videoFileUrl> URL </videoFileUrl> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserCustomRingbackUserGetCriteriaResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="timeSchedule" type=" TimeSchedule " minOccurs="0"/>
<xs:element name="fromDnCriteria" type=" CriteriaFromDn "/>
<xs:element name="audioSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="audioFileDescription" type=" FileDescription " 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="videoFileUrl" type=" URL " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCustomRingbackUserGetCriteriaResponse15sp2

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserCustomRingbackUserGetCriteriaResponse15sp2
Abstract no
Documentation Response to the UserCustomRingbackUserGetCriteriaRequest15sp2. Replaced By: UserCustomRingbackUserAddCriteriaResponse16
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<timeSchedule> TimeSchedule </timeSchedule> [0..1]
<fromDnCriteria> CriteriaFromDn </fromDnCriteria> [1]
<audioSelection> ExtendedFileResourceSelection </audioSelection> [1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<audioFileUrl> URL </audioFileUrl> [0..1]
<videoSelection> ExtendedFileResourceSelection </videoSelection> [1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<videoFileUrl> URL </videoFileUrl> [0..1]
<callWaitingAudioSelection> ExtendedFileResourceSelection </callWaitingAudioSelection> [0..1]
<callWaitingAudioFileDescription> FileDescription </callWaitingAudioFileDescription> [0..1]
<callWaitingAudioFileUrl> URL </callWaitingAudioFileUrl> [0..1]
<callWaitingVideoSelection> ExtendedFileResourceSelection </callWaitingVideoSelection> [0..1]
<callWaitingVideoFileDescription> FileDescription </callWaitingVideoFileDescription> [0..1]
<callWaitingVideoFileUrl> URL </callWaitingVideoFileUrl> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserCustomRingbackUserGetCriteriaResponse15sp2">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="timeSchedule" type=" TimeSchedule " minOccurs="0"/>
<xs:element name="fromDnCriteria" type=" CriteriaFromDn "/>
<xs:element name="audioSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="audioFileDescription" type=" FileDescription " 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="videoFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="callWaitingAudioSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="callWaitingAudioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="callWaitingAudioFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="callWaitingVideoSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="callWaitingVideoFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="callWaitingVideoFileUrl" type=" URL " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCustomRingbackUserModifyCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCustomRingbackUserModifyCriteriaRequest
Abstract no
Documentation Modify a criteria for the user's custom ringback service. The response is either a SuccessResponse or an ErrorResponse. Replaced By: UserCustomRingbackUserModifyCriteriaRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<criteriaName> CriteriaName </criteriaName> [1]
<newCriteriaName> CriteriaName </newCriteriaName> [0..1]
<timeSchedule> TimeSchedule </timeSchedule> [0..1]
<fromDnCriteria> CriteriaFromDnModify </fromDnCriteria> [0..1]
<audioSelection> ExtendedFileResourceSelection </audioSelection> [0..1]
<audioFile> ExtendedFileResource </audioFile> [0..1]
<videoSelection> ExtendedFileResourceSelection </videoSelection> [0..1]
<videoFile> ExtendedFileResource </videoFile> [0..1]
<callWaitingAudioSelection> ExtendedFileResourceSelection </callWaitingAudioSelection> [0..1]
<callWaitingAudioFile> ExtendedFileResource </callWaitingAudioFile> [0..1]
<callWaitingVideoSelection> ExtendedFileResourceSelection </callWaitingVideoSelection> [0..1]
<callWaitingVideoFile> ExtendedFileResource </callWaitingVideoFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserCustomRingbackUserModifyCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
<xs:element name="newCriteriaName" type=" CriteriaName " minOccurs="0"/>
<xs:element name="timeSchedule" type=" TimeSchedule " nillable="true" minOccurs="0"/>
<xs:element name="fromDnCriteria" type=" CriteriaFromDnModify " minOccurs="0"/>
<xs:element name="audioSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="audioFile" type=" ExtendedFileResource " minOccurs="0"/>
<xs:element name="videoSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoFile" type=" ExtendedFileResource " minOccurs="0"/>
<xs:element name="callWaitingAudioSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="callWaitingAudioFile" type=" ExtendedFileResource " minOccurs="0"/>
<xs:element name="callWaitingVideoSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="callWaitingVideoFile" type=" ExtendedFileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserEnhancedCallLogsGetListRequest14sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserEnhancedCallLogsGetListRequest14sp4
Abstract no
Documentation Request user's call logs. It is possible to get a subset of the total list of calls by specifying a starting offset and the number of calls to get. If the callLogType is not specified, all types of calls are returned. The response is either a UserEnhancedCallLogsGetListResponse14sp4 or an ErrorResponse. Replaced by: UserEnhancedCallLogsGetListRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<callLogType> CallLogsType </callLogType> [0..1]
<startingOffset> EnhancedCallLogsOffset </startingOffset> [1]
<numCalls> EnhancedCallLogsMaxLoggedCalls </numCalls> [1]
</...>
Schema Component Representation
<xs:complexType name="UserEnhancedCallLogsGetListRequest14sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="callLogType" type=" CallLogsType " minOccurs="0"/>
<xs:element name="startingOffset" type=" EnhancedCallLogsOffset "/>
<xs:element name="numCalls" type=" EnhancedCallLogsMaxLoggedCalls "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserEnhancedCallLogsGetListResponse14sp4

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

Complex Type: UserGetRequest14sp9

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserGetResponse14sp9
Abstract no
Documentation Response to UserGetRequest14sp9.
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> Extension </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> AccessDeviceEndpointRead14 </accessDeviceEndpoint> [0..1]
<trunkAddressing> TrunkAddressingRead </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> [0..1]
<nationalPrefix> NationalPrefix </nationalPrefix> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserGetResponse14sp9">
<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=" Extension " 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=" AccessDeviceEndpointRead14 " minOccurs="0"/>
<xs:element name="trunkAddressing" type=" TrunkAddressingRead " 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 " minOccurs="0"/>
<xs:element name="nationalPrefix" type=" NationalPrefix " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserInterceptUserGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserInterceptUserGetRequest
Abstract no
Documentation Get the user's intercept user service settings. The response is either a UserInterceptUserGetResponse or an ErrorResponse. Replaced By: UserInterceptUserGetRequest16
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="UserInterceptUserGetRequest">
<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: UserInterceptUserGetRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserInterceptUserGetRequest16
Abstract no
Documentation Get the user's intercept user service settings. The response is either a UserInterceptUserGetResponse16 or an ErrorResponse. Replaced By: UserInterceptUserGetRequest16sp1
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="UserInterceptUserGetRequest16">
<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: UserInterceptUserGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserInterceptUserGetResponse
Abstract no
Documentation Response to the UserInterceptUserGetRequest. Replaced By: UserInterceptUserGetResponse16
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<announcementSelection> AnnouncementSelection </announcementSelection> [1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<playNewPhoneNumber> xs:boolean </playNewPhoneNumber> [1]
<newPhoneNumber> DN </newPhoneNumber> [0..1]
<transferOnZeroToPhoneNumber> xs:boolean </transferOnZeroToPhoneNumber> [1]
<transferPhoneNumber> OutgoingDN </transferPhoneNumber> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserInterceptUserGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="announcementSelection" type=" AnnouncementSelection "/>
<xs:element name="audioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="videoFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="playNewPhoneNumber" type=" xs:boolean "/>
<xs:element name="newPhoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="transferOnZeroToPhoneNumber" type=" xs:boolean "/>
<xs:element name="transferPhoneNumber" type=" OutgoingDN " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserInterceptUserGetResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserInterceptUserGetResponse16
Abstract no
Documentation Response to the UserInterceptUserGetRequest16. Replaced By: UserInterceptUserGetResponse16sp1
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<announcementSelection> AnnouncementSelection </announcementSelection> [1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<audioMediaType> MediaFileType </audioMediaType> [0..1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<videoMediaType> MediaFileType </videoMediaType> [0..1]
<playNewPhoneNumber> xs:boolean </playNewPhoneNumber> [1]
<newPhoneNumber> DN </newPhoneNumber> [0..1]
<transferOnZeroToPhoneNumber> xs:boolean </transferOnZeroToPhoneNumber> [1]
<transferPhoneNumber> OutgoingDN </transferPhoneNumber> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserInterceptUserGetResponse16">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<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="playNewPhoneNumber" type=" xs:boolean "/>
<xs:element name="newPhoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="transferOnZeroToPhoneNumber" type=" xs:boolean "/>
<xs:element name="transferPhoneNumber" type=" OutgoingDN " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserInterceptUserModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserInterceptUserModifyRequest
Abstract no
Documentation Modify the user's intercept user service settings. The response is either a SuccessResponse or an ErrorResponse. Replaced By: UserInterceptUserModifyRequest16
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]
<announcementSelection> AnnouncementSelection </announcementSelection> [0..1]
<audioFile> LabeledFileResource </audioFile> [0..1]
<videoFile> LabeledFileResource </videoFile> [0..1]
<playNewPhoneNumber> xs:boolean </playNewPhoneNumber> [0..1]
<newPhoneNumber> DN </newPhoneNumber> [0..1]
<transferOnZeroToPhoneNumber> xs:boolean </transferOnZeroToPhoneNumber> [0..1]
<transferPhoneNumber> OutgoingDN </transferPhoneNumber> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserInterceptUserModifyRequest">
<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="announcementSelection" type=" AnnouncementSelection " minOccurs="0"/>
<xs:element name="audioFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="videoFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="playNewPhoneNumber" type=" xs:boolean " minOccurs="0"/>
<xs:element name="newPhoneNumber" type=" DN " nillable="true" minOccurs="0"/>
<xs:element name="transferOnZeroToPhoneNumber" type=" xs:boolean " minOccurs="0"/>
<xs:element name="transferPhoneNumber" type=" OutgoingDN " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserModifyRequest14sp9

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserModifyRequest14sp9
Abstract no
Documentation Request to modify a user. The response is either SuccessResponse or ErrorResponse. Replaced by: UserModifyRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<lastName> LastName </lastName> [0..1]
<firstName> FirstName </firstName> [0..1]
<callingLineIdLastName> CallingLineIdLastName </callingLineIdLastName> [0..1]
<callingLineIdFirstName> CallingLineIdFirstName </callingLineIdFirstName> [0..1]
<hiraganaLastName> HiraganaLastName </hiraganaLastName> [0..1]
<hiraganaFirstName> HiraganaFirstName </hiraganaFirstName> [0..1]
<phoneNumber> DN </phoneNumber> [0..1]
<extension> Extension </extension> [0..1]
<callingLineIdPhoneNumber> DN </callingLineIdPhoneNumber> [0..1]
<oldPassword> Password </oldPassword> [0..1]
<newPassword> Password </newPassword> [0..1]
<department> DepartmentKey </department> [0..1]
<language> Language </language> [0..1]
<timeZone> TimeZone </timeZone> [0..1]
<sipAliasList> ReplacementSIPAliasList </sipAliasList> [0..1]
<endpoint> [0..1]
Start Choice [1]
<accessDeviceEndpoint> AccessDeviceEndpointModify </accessDeviceEndpoint> [1]
<trunkAddressing> TrunkAddressingModify </trunkAddressing> [1]
End Choice
</endpoint>
<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]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserModifyRequest14sp9">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="lastName" type=" LastName " minOccurs="0"/>
<xs:element name="firstName" type=" FirstName " minOccurs="0"/>
<xs:element name="callingLineIdLastName" type=" CallingLineIdLastName " minOccurs="0"/>
<xs:element name="callingLineIdFirstName" type=" CallingLineIdFirstName " minOccurs="0"/>
<xs:element name="hiraganaLastName" type=" HiraganaLastName " minOccurs="0"/>
<xs:element name="hiraganaFirstName" type=" HiraganaFirstName " minOccurs="0"/>
<xs:element name="phoneNumber" type=" DN " nillable="true" minOccurs="0"/>
<xs:element name="extension" type=" Extension " nillable="true" minOccurs="0"/>
<xs:element name="callingLineIdPhoneNumber" type=" DN " nillable="true" minOccurs="0"/>
<xs:element name="oldPassword" type=" Password " minOccurs="0"/>
<xs:element name="newPassword" type=" Password " nillable="true" minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " nillable="true" minOccurs="0"/>
<xs:element name="language" type=" Language " minOccurs="0"/>
<xs:element name="timeZone" type=" TimeZone " minOccurs="0"/>
<xs:element name="sipAliasList" type=" ReplacementSIPAliasList " nillable="true" minOccurs="0"/>
<xs:element name="endpoint" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointModify "/>
<xs:element name="trunkAddressing" type=" TrunkAddressingModify "/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="title" type=" Title " nillable="true" minOccurs="0"/>
<xs:element name="pagerPhoneNumber" type=" InformationalDN " nillable="true" minOccurs="0"/>
<xs:element name="mobilePhoneNumber" type=" OutgoingDN " nillable="true" minOccurs="0"/>
<xs:element name="emailAddress" type=" EmailAddress " nillable="true" minOccurs="0"/>
<xs:element name="yahooId" type=" YahooId " nillable="true" minOccurs="0"/>
<xs:element name="addressLocation" type=" AddressLocation " nillable="true" minOccurs="0"/>
<xs:element name="address" type=" StreetAddress " minOccurs="0"/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMusicOnHoldUserGetRequest

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserMusicOnHoldUserGetResponse
Abstract no
Documentation Response to UserMusicOnHoldUserGetRequest. Replaced By: UserMusicOnHoldUserGetResponse16
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> MusicOnHoldUserSourceRead </source> [1]
<useAlternateSourceForInternalCalls> xs:boolean </useAlternateSourceForInternalCalls> [1]
<internalSource> MusicOnHoldUserSourceRead </internalSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserMusicOnHoldUserGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="source" type=" MusicOnHoldUserSourceRead "/>
<xs:element name="useAlternateSourceForInternalCalls" type=" xs:boolean "/>
<xs:element name="internalSource" type=" MusicOnHoldUserSourceRead " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMusicOnHoldUserModifyRequest

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

Complex Type: UserPriorityAlertAddCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserPriorityAlertAddCriteriaRequest
Abstract no
Documentation Add a criteria to the user's priority alert service. 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]
<criteriaName> CriteriaName </criteriaName> [1]
<timeSchedule> TimeSchedule </timeSchedule> [0..1]
<fromDnCriteria> PriorityAlertCriteriaFromDn </fromDnCriteria> [1]
</...>
Schema Component Representation
<xs:complexType name="UserPriorityAlertAddCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
<xs:element name="timeSchedule" type=" TimeSchedule " minOccurs="0"/>
<xs:element name="fromDnCriteria" type=" PriorityAlertCriteriaFromDn "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserPriorityAlertGetCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserPriorityAlertGetCriteriaRequest
Abstract no
Documentation Get a criteria for the user's priority alert service. The response is either a UserPriorityAlertGetCriteriaResponse 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]
<criteriaName> CriteriaName </criteriaName> [1]
</...>
Schema Component Representation
<xs:complexType name="UserPriorityAlertGetCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserPriorityAlertGetCriteriaResponse

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

Complex Type: UserSelectiveCallAcceptanceAddCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSelectiveCallAcceptanceAddCriteriaRequest
Abstract no
Documentation Add a criteria to the user's selective call acceptance service. 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]
<criteriaName> CriteriaName </criteriaName> [1]
<timeSchedule> TimeSchedule </timeSchedule> [0..1]
<fromDnCriteria> CriteriaFromDn </fromDnCriteria> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSelectiveCallAcceptanceAddCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
<xs:element name="timeSchedule" type=" TimeSchedule " minOccurs="0"/>
<xs:element name="fromDnCriteria" type=" CriteriaFromDn "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSelectiveCallAcceptanceGetCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSelectiveCallAcceptanceGetCriteriaRequest
Abstract no
Documentation Get a criteria for the user's selective call acceptance service. The response is either a UserSelectiveCallAcceptanceGetCriteriaResponse 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]
<criteriaName> CriteriaName </criteriaName> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSelectiveCallAcceptanceGetCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSelectiveCallAcceptanceGetCriteriaResponse

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

Complex Type: UserSelectiveCallRejectionAddCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSelectiveCallRejectionAddCriteriaRequest
Abstract no
Documentation Add a criteria to the user's selective call rejection service. 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]
<criteriaName> CriteriaName </criteriaName> [1]
<timeSchedule> TimeSchedule </timeSchedule> [0..1]
<fromDnCriteria> CriteriaFromDn </fromDnCriteria> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSelectiveCallRejectionAddCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
<xs:element name="timeSchedule" type=" TimeSchedule " minOccurs="0"/>
<xs:element name="fromDnCriteria" type=" CriteriaFromDn "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSelectiveCallRejectionGetCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSelectiveCallRejectionGetCriteriaRequest
Abstract no
Documentation Get a criteria for the user's selective call rejection service. The response is either a UserSelectiveCallRejectionGetCriteriaResponse 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]
<criteriaName> CriteriaName </criteriaName> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSelectiveCallRejectionGetCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSelectiveCallRejectionGetCriteriaResponse

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

Complex Type: UserSelectiveCallRejectionModifyCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSelectiveCallRejectionModifyCriteriaRequest
Abstract no
Documentation Modify a criteria for the user's selective call rejection service. 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]
<criteriaName> CriteriaName </criteriaName> [1]
<newCriteriaName> CriteriaName </newCriteriaName> [0..1]
<timeSchedule> TimeSchedule </timeSchedule> [0..1]
<fromDnCriteria> CriteriaFromDnModify </fromDnCriteria> [0..1]
<holidaySchedule> HolidaySchedule </holidaySchedule> [0..1]
<blacklisted> xs:boolean </blacklisted> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserSelectiveCallRejectionModifyCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
<xs:element name="newCriteriaName" type=" CriteriaName " minOccurs="0"/>
<xs:element name="timeSchedule" type=" TimeSchedule " nillable="true" minOccurs="0"/>
<xs:element name="fromDnCriteria" type=" CriteriaFromDnModify " minOccurs="0"/>
<xs:element name="holidaySchedule" type=" HolidaySchedule " nillable="true" minOccurs="0"/>
<xs:element name="blacklisted" type=" xs:boolean " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSequentialRingAddCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSequentialRingAddCriteriaRequest
Abstract no
Documentation Add a criteria to the user's sequential ring service. 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]
<criteriaName> CriteriaName </criteriaName> [1]
<timeSchedule> TimeSchedule </timeSchedule> [0..1]
<fromDnCriteria> CriteriaFromDn </fromDnCriteria> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSequentialRingAddCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
<xs:element name="timeSchedule" type=" TimeSchedule " minOccurs="0"/>
<xs:element name="fromDnCriteria" type=" CriteriaFromDn "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSequentialRingGetCriteriaRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSequentialRingGetCriteriaRequest
Abstract no
Documentation Get a criteria for the user's sequential ring service. The response is either a UserSequentialRingGetCriteriaResponse 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]
<criteriaName> CriteriaName </criteriaName> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSequentialRingGetCriteriaRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="criteriaName" type=" CriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSequentialRingGetCriteriaResponse

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

Complex Type: UserVoiceMessagingUserGetGreetingRequest13mp16

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetGreetingResponse13mp16
Abstract no
Documentation Response to UserVoiceMessagingUserGetGreetingRequest13mp16. Contains the greeting configuration for a user's voice messaging. Replaced By: UserVoiceMessagingUserGetGreetingResponse16
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]
<busyPersonalVideoFile> FileDescription </busyPersonalVideoFile> [0..1]
<noAnswerAnnouncementSelection> VoiceMessagingNoAnswerGreetingSelection </noAnswerAnnouncementSelection> [1]
<noAnswerPersonalAudioFile> FileDescription </noAnswerPersonalAudioFile> [0..1]
<noAnswerPersonalVideoFile> FileDescription </noAnswerPersonalVideoFile> [0..1]
<noAnswerAlternateGreeting01> VoiceMessagingAlternateNoAnswerGreetingRead </noAnswerAlternateGreeting01> [0..1]
<noAnswerAlternateGreeting02> VoiceMessagingAlternateNoAnswerGreetingRead </noAnswerAlternateGreeting02> [0..1]
<noAnswerAlternateGreeting03> VoiceMessagingAlternateNoAnswerGreetingRead </noAnswerAlternateGreeting03> [0..1]
<noAnswerNumberOfRings> VoiceMessagingNumberOfRings </noAnswerNumberOfRings> [1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserGetGreetingResponse13mp16">
<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="busyPersonalVideoFile" type=" FileDescription " minOccurs="0"/>
<xs:element name="noAnswerAnnouncementSelection" type=" VoiceMessagingNoAnswerGreetingSelection "/>
<xs:element name="noAnswerPersonalAudioFile" type=" FileDescription " minOccurs="0"/>
<xs:element name="noAnswerPersonalVideoFile" type=" FileDescription " minOccurs="0"/>
<xs:element name="noAnswerAlternateGreeting01" type=" VoiceMessagingAlternateNoAnswerGreetingRead " minOccurs="0"/>
<xs:element name="noAnswerAlternateGreeting02" type=" VoiceMessagingAlternateNoAnswerGreetingRead " minOccurs="0"/>
<xs:element name="noAnswerAlternateGreeting03" type=" VoiceMessagingAlternateNoAnswerGreetingRead " minOccurs="0"/>
<xs:element name="noAnswerNumberOfRings" type=" VoiceMessagingNumberOfRings "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserGetVoicePortalRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetVoicePortalRequest
Abstract no
Documentation Get the user's voice messaging voice portal settings. The response is either a UserVoiceMessagingUserGetVoicePortalResponse or an ErrorResponse. Replaced By: UserVoiceMessagingUserGetVoicePortalRequest16
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="UserVoiceMessagingUserGetVoicePortalRequest">
<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: UserVoiceMessagingUserGetVoicePortalResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetVoicePortalResponse
Abstract no
Documentation Response to UserVoiceMessagingUserGetVoicePortalRequest. Replaced By: UserVoiceMessagingUserGetVoicePortalResponse16
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<usePersonalizedName> xs:boolean </usePersonalizedName> [1]
<voicePortalAutoLogin> xs:boolean </voicePortalAutoLogin> [1]
<personalizedNameAudioFileDescription> FileDescription </personalizedNameAudioFileDescription> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserGetVoicePortalResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="usePersonalizedName" type=" xs:boolean "/>
<xs:element name="voicePortalAutoLogin" type=" xs:boolean "/>
<xs:element name="personalizedNameAudioFileDescription" type=" FileDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserModifyGreetingRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserModifyGreetingRequest
Abstract no
Documentation Modify the user's voice messaging greeting. The response is either a SuccessResponse or an ErrorResponse. Engineering Note: This command is used internally by Call Processing. Replaced By: UserVoiceMessagingUserModifyGreetingRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<busyAnnouncementSelection> AnnouncementSelection </busyAnnouncementSelection> [0..1]
<busyPersonalAudioFile> LabeledFileResource </busyPersonalAudioFile> [0..1]
<busyPersonalVideoFile> LabeledFileResource </busyPersonalVideoFile> [0..1]
<noAnswerAnnouncementSelection> VoiceMessagingNoAnswerGreetingSelection </noAnswerAnnouncementSelection> [0..1]
<noAnswerPersonalAudioFile> LabeledFileResource </noAnswerPersonalAudioFile> [0..1]
<noAnswerPersonalVideoFile> LabeledFileResource </noAnswerPersonalVideoFile> [0..1]
<noAnswerAlternateGreeting01> VoiceMessagingAlternateNoAnswerGreetingModify </noAnswerAlternateGreeting01> [0..1]
<noAnswerAlternateGreeting02> VoiceMessagingAlternateNoAnswerGreetingModify </noAnswerAlternateGreeting02> [0..1]
<noAnswerAlternateGreeting03> VoiceMessagingAlternateNoAnswerGreetingModify </noAnswerAlternateGreeting03> [0..1]
<noAnswerNumberOfRings> VoiceMessagingNumberOfRings </noAnswerNumberOfRings> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserModifyGreetingRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="busyAnnouncementSelection" type=" AnnouncementSelection " minOccurs="0"/>
<xs:element name="busyPersonalAudioFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="busyPersonalVideoFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="noAnswerAnnouncementSelection" type=" VoiceMessagingNoAnswerGreetingSelection " minOccurs="0"/>
<xs:element name="noAnswerPersonalAudioFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="noAnswerPersonalVideoFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="noAnswerAlternateGreeting01" type=" VoiceMessagingAlternateNoAnswerGreetingModify " minOccurs="0"/>
<xs:element name="noAnswerAlternateGreeting02" type=" VoiceMessagingAlternateNoAnswerGreetingModify " minOccurs="0"/>
<xs:element name="noAnswerAlternateGreeting03" type=" VoiceMessagingAlternateNoAnswerGreetingModify " minOccurs="0"/>
<xs:element name="noAnswerNumberOfRings" type=" VoiceMessagingNumberOfRings " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserModifyVoicePortalRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserModifyVoicePortalRequest
Abstract no
Documentation Modify the user's voice messaging voice portal settings. The response is either a SuccessResponse or an ErrorResponse. Engineering Note: This command is used internally by Call Processing. Replaced By: UserVoiceMessagingUserModifyVoicePortalRequest16
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<usePersonalizedName> xs:boolean </usePersonalizedName> [0..1]
<voicePortalAutoLogin> xs:boolean </voicePortalAutoLogin> [0..1]
<personalizedNameAudioFile> LabeledFileResource </personalizedNameAudioFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserModifyVoicePortalRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="usePersonalizedName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="voicePortalAutoLogin" type=" xs:boolean " minOccurs="0"/>
<xs:element name="personalizedNameAudioFile" type=" LabeledFileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: VoiceMessagingAlternateNoAnswerGreetingModify

Parent type: None
Sub-types: None
Name VoiceMessagingAlternateNoAnswerGreetingModify
Abstract no
Documentation The configuration of a alternate no answer greeting. It is used when modifying a user's voice messaging greeting.
XML Instance Representation
<...>
<name> VoiceMessagingAlternateNoAnswerGreetingName </name> [0..1]
<audioFile> LabeledFileResource </audioFile> [0..1]
<videoFile> LabeledFileResource </videoFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="VoiceMessagingAlternateNoAnswerGreetingModify">
<xs:sequence>
<xs:element name="name" type=" VoiceMessagingAlternateNoAnswerGreetingName " minOccurs="0"/>
<xs:element name="audioFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="videoFile" type=" LabeledFileResource " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: VoiceMessagingAlternateNoAnswerGreetingRead

Parent type: None
Sub-types: None
Name VoiceMessagingAlternateNoAnswerGreetingRead
Abstract no
Documentation The configuration of a alternate no answer greeting. It is used when geting a user's voice messaging greeting.
XML Instance Representation
<...>
<name> VoiceMessagingAlternateNoAnswerGreetingName </name> [1]
<audioFile> FileDescription </audioFile> [0..1]
<videoFile> FileDescription </videoFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="VoiceMessagingAlternateNoAnswerGreetingRead">
<xs:sequence>
<xs:element name="name" type=" VoiceMessagingAlternateNoAnswerGreetingName "/>
<xs:element name="audioFile" type=" FileDescription " minOccurs="0"/>
<xs:element name="videoFile" type=" FileDescription " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Simple Type: CallForwardingSelectiveNumberSelection

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name CallForwardingSelectiveNumberSelection
Content
  • Base XSD Type: token
  • value comes from list: {'Forward To Default Number'|'Forward To Specified Number'}
Documentation Communication Barring Redirecting Rule
Schema Component Representation
<xs:simpleType name="CallForwardingSelectiveNumberSelection">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Forward To Default Number"/>
<xs:enumeration value="Forward To Specified Number"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CallingPartyCategorySelection

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name CallingPartyCategorySelection
Content
  • Base XSD Type: token
  • value comes from list: {'Special'|'Hospital'|'Hotel'|'Prison'|'Payphone'|'Ordinary'}
Documentation Calling Party Category Selection
Schema Component Representation
<xs:simpleType name="CallingPartyCategorySelection">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Special"/>
<xs:enumeration value="Hospital"/>
<xs:enumeration value="Hotel"/>
<xs:enumeration value="Prison"/>
<xs:enumeration value="Payphone"/>
<xs:enumeration value="Ordinary"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CallProcessingMaxCallTimeForAnsweredCallsMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CallProcessingMaxCallTimeForAnsweredCallsMinutes
Content
  • Base XSD Type: int
  • 5 <= value <= 2880
Documentation Maximum Call Time for Answered Calls
Schema Component Representation
<xs:simpleType name="CallProcessingMaxCallTimeForAnsweredCallsMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="5"/>
<xs:maxInclusive value="2880"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CommunicationBarringOriginatingAction15sp2

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name CommunicationBarringOriginatingAction15sp2
Content
  • Base XSD Type: token
  • value comes from list: {'Allow'|'Block'|'Authorization Code'|'Treatment'|'Transfer'}
Documentation Possible originating actions for Communication Barring.
Schema Component Representation
<xs:simpleType name="CommunicationBarringOriginatingAction15sp2">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Allow"/>
<xs:enumeration value="Block"/>
<xs:enumeration value="Authorization Code"/>
<xs:enumeration value="Treatment"/>
<xs:enumeration value="Transfer"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CommunicationBarringRedirectingAction15sp2

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name CommunicationBarringRedirectingAction15sp2
Content
  • Base XSD Type: token
  • value comes from list: {'Allow'|'Block'}
Documentation Possible redirecting actions for Communication Barring.
Schema Component Representation
<xs:simpleType name="CommunicationBarringRedirectingAction15sp2">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Allow"/>
<xs:enumeration value="Block"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: DeviceAccessProtocol

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name DeviceAccessProtocol
Content
  • Base XSD Type: token
  • value comes from list: {'Http'|'Https'|'FTP'}
Documentation Protocols that an access device can use to fetch files from BroadWorks.
Schema Component Representation
<xs:simpleType name="DeviceAccessProtocol">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Http"/>
<xs:enumeration value="Https"/>
<xs:enumeration value="FTP"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: DeviceManagementUserName

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name DeviceManagementUserName
Content
  • Base XSD Type: token
  • length >= 1
Documentation A user name for an access device accessing files on BroadWorks.
Schema Component Representation
<xs:simpleType name="DeviceManagementUserName">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: DeviceManagementUserPassword

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name DeviceManagementUserPassword
Content
  • Base XSD Type: token
  • length >= 1
Documentation A user password for an access device accessing files on BroadWorks.
Schema Component Representation
<xs:simpleType name="DeviceManagementUserPassword">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="40"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: EnhancedCallLogsOffset

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name EnhancedCallLogsOffset
Content
  • Base XSD Type: int
  • 0 <= value <= 9999
Documentation The offset into the list of calls in the call log.
Schema Component Representation
<xs:simpleType name="EnhancedCallLogsOffset">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="9999"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: InternalReleaseCause

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name InternalReleaseCause
Content
  • Base XSD Type: token
  • value comes from list: {'Busy'|'Forbidden'|'Routing Failure'|'Global Failure'|'Request Failure'|'Server Failure'|'Translation Failure'|'Temporarily Unavailable'|'User Not Found'|'Request Timeout'|'Dial Tone Timeout'}
Documentation Possible values for the protocol-neutral internal release cause. Replaced By: InternalReleaseCause16
Schema Component Representation
<xs:simpleType name="InternalReleaseCause">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Busy"/>
<xs:enumeration value="Forbidden"/>
<xs:enumeration value="Routing Failure"/>
<xs:enumeration value="Global Failure"/>
<xs:enumeration value="Request Failure"/>
<xs:enumeration value="Server Failure"/>
<xs:enumeration value="Translation Failure"/>
<xs:enumeration value="Temporarily Unavailable"/>
<xs:enumeration value="User Not Found"/>
<xs:enumeration value="Request Timeout"/>
<xs:enumeration value="Dial Tone Timeout"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: MediaType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name MediaType
Content
  • Base XSD Type: token
  • value comes from list: {'Audio'|'Video'|'Image'}
Documentation Media types.
Schema Component Representation
<xs:simpleType name="MediaType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Audio"/>
<xs:enumeration value="Video"/>
<xs:enumeration value="Image"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingMaxGreetingLengthMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name VoiceMessagingMaxGreetingLengthMinutes
Content
  • Base XSD Type: int
  • 1 <= value <= 5
Documentation Maximum length of voice messaging greeting in minutes.
Schema Component Representation
<xs:simpleType name="VoiceMessagingMaxGreetingLengthMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="5"/>
</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