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

Global Definitions

Complex Type: AlternateNumberEntry

Parent type: None
Sub-types: None
Name AlternateNumberEntry
Abstract no
Documentation Alternate Number Entry.
XML Instance Representation
<...>
<phoneNumber> DN </phoneNumber> [0..1]
<extension> Extension </extension> [0..1]
<ringPattern> RingPattern </ringPattern> [0..1]
</...>
Schema Component Representation
<xs:complexType name="AlternateNumberEntry">
<xs:sequence>
<xs:element name="phoneNumber" type=" DN " nillable="true" minOccurs="0"/>
<xs:element name="extension" type=" Extension " nillable="true" minOccurs="0"/>
<xs:element name="ringPattern" type=" RingPattern " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CallCenterMediaOnHoldSourceModify16

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

Complex Type: CallCenterMediaOnHoldSourceRead16

Parent type: None
Sub-types: None
Name CallCenterMediaOnHoldSourceRead16
Abstract no
Documentation Contains the call center media on hold source configuration.
XML Instance Representation
<...>
<audioMessageSourceSelection> CallCenterMediaOnHoldMessageSelection </audioMessageSourceSelection> [1]
<audioFileUrl> URL </audioFileUrl> [0..1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<audioFileMediaType> MediaFileType </audioFileMediaType> [0..1]
<externalAudioSource> AccessDeviceEndpointRead14 </externalAudioSource> [0..1]
<videoMessageSourceSelection> CallCenterMediaOnHoldMessageSelection </videoMessageSourceSelection> [0..1]
<videoFileUrl> URL </videoFileUrl> [0..1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<videoFileMediaType> MediaFileType </videoFileMediaType> [0..1]
<externalVideoSource> AccessDeviceEndpointRead14 </externalVideoSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="CallCenterMediaOnHoldSourceRead16">
<xs:sequence>
<xs:element name="audioMessageSourceSelection" type=" CallCenterMediaOnHoldMessageSelection "/>
<xs:element name="audioFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="audioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="audioFileMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="externalAudioSource" type=" AccessDeviceEndpointRead14 " minOccurs="0"/>
<xs:element name="videoMessageSourceSelection" type=" CallCenterMediaOnHoldMessageSelection " minOccurs="0"/>
<xs:element name="videoFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="videoFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="videoFileMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="externalVideoSource" type=" AccessDeviceEndpointRead14 " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CPEDeviceModifyOptions16

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

Complex Type: CPEDeviceOptions16

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

Complex Type: CPEDeviceOptionsRead16

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

Complex Type: DeviceManagementFileAuthLocationGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name DeviceManagementFileAuthLocationGetRequest
Abstract no
Documentation Get the address and credentials of the File Repository hosting the requested access device file. Also get the file name and path on the File Repository. The response is either a DeviceManagementFileAuthLocationGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceAccessProtocol> DeviceAccessProtocol16 </deviceAccessProtocol> [1]
<deviceAccessMethod> FileRepositoryAccessType </deviceAccessMethod> [1]
<deviceAccessURI> DeviceManagementAccessURI </deviceAccessURI> [1]
<accessDeviceUserName> UserId </accessDeviceUserName> [0..1]
<accessDeviceUserPassword> Password </accessDeviceUserPassword> [0..1]
<signedPassword> SignedPassword </signedPassword> [0..1]
<macAddress> AccessDeviceMACAddress </macAddress> [0..1]
<realmName> RealmName </realmName> [0..1]
<digestHa1Complement> DigestHa1Complement </digestHa1Complement> [0..1]
<digestResponse> Md5Hash </digestResponse> [0..1]
</...>
Schema Component Representation
<xs:complexType name="DeviceManagementFileAuthLocationGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceAccessProtocol" type=" DeviceAccessProtocol16 "/>
<xs:element name="deviceAccessMethod" type=" FileRepositoryAccessType "/>
<xs:element name="deviceAccessURI" type=" DeviceManagementAccessURI "/>
<xs:element name="accessDeviceUserName" type=" UserId " minOccurs="0"/>
<xs:element name="accessDeviceUserPassword" type=" Password " minOccurs="0"/>
<xs:element name="signedPassword" type=" SignedPassword " minOccurs="0"/>
<xs:element name="macAddress" type=" AccessDeviceMACAddress " minOccurs="0"/>
<xs:element name="realmName" type=" RealmName " minOccurs="0"/>
<xs:element name="digestHa1Complement" type=" DigestHa1Complement " minOccurs="0"/>
<xs:element name="digestResponse" type=" Md5Hash " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: DeviceManagementFileAuthLocationGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name DeviceManagementFileAuthLocationGetResponse
Abstract no
Documentation Return the address and credentials of the File Repository hosting the requested access device file. Also return the file name and path on the File Repository. This is a response to DeviceManagementFileAuthLocationGetRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<fileRepositoryUserName> FileRepositoryUserName </fileRepositoryUserName> [1]
<fileRepositoryPassword> FileRepositoryUserPassword </fileRepositoryPassword> [1]
<netAddress> NetAddress </netAddress> [1]
<remoteFileFormat> DeviceManagementFileFormat </remoteFileFormat> [1]
<portNumber> Port </portNumber> [0..1]
<rootDirectory> CPEFileDirectory </rootDirectory> [0..1]
<cpeFileDirectory> CPEFileDirectory </cpeFileDirectory> [0..1]
<secure> xs:boolean </secure> [0..1]
<macInNonRequestURI> xs:boolean </macInNonRequestURI> [0..1]
<macFormatInNonRequestURI> DeviceManagementAccessURI </macFormatInNonRequestURI> [0..1]
<useHttpDigestAuthentication> xs:boolean </useHttpDigestAuthentication> [0..1]
<macBasedFileAuthentication> xs:boolean </macBasedFileAuthentication> [0..1]
<userNamePasswordFileAuthentication> xs:boolean </userNamePasswordFileAuthentication> [0..1]
<completionNotification> xs:boolean </completionNotification> [0..1]
<fileCategory> DeviceManagementFileCategory </fileCategory> [0..1]
</...>
Schema Component Representation
<xs:complexType name="DeviceManagementFileAuthLocationGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="fileRepositoryUserName" type=" FileRepositoryUserName "/>
<xs:element name="fileRepositoryPassword" type=" FileRepositoryUserPassword "/>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="remoteFileFormat" type=" DeviceManagementFileFormat "/>
<xs:element name="portNumber" type=" Port " minOccurs="0"/>
<xs:element name="rootDirectory" type=" CPEFileDirectory " minOccurs="0"/>
<xs:element name="cpeFileDirectory" type=" CPEFileDirectory " minOccurs="0"/>
<xs:element name="secure" type=" xs:boolean " minOccurs="0"/>
<xs:element name="macInNonRequestURI" type=" xs:boolean " minOccurs="0"/>
<xs:element name="macFormatInNonRequestURI" type=" DeviceManagementAccessURI " minOccurs="0"/>
<xs:element name="useHttpDigestAuthentication" type=" xs:boolean " minOccurs="0"/>
<xs:element name="macBasedFileAuthentication" type=" xs:boolean " minOccurs="0"/>
<xs:element name="userNamePasswordFileAuthentication" type=" xs:boolean " minOccurs="0"/>
<xs:element name="completionNotification" type=" xs:boolean " minOccurs="0"/>
<xs:element name="fileCategory" type=" DeviceManagementFileCategory " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EnterprisePhoneDirectoryGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name EnterprisePhoneDirectoryGetListRequest
Abstract no
Documentation Request a table containing the phone directory for an enterprise. The directory includes all users in the enterprise and all entries in the enterprise common phone list. It is possible to search by various criteria to restrict the number of rows returned. Multiple search criteria are logically ANDed together. The response is either EnterprisePhoneDirectoryGetListResponse or ErrorResponse. Replace by: EnterprisePhoneDirectoryGetListRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<enterpriseId> ServiceProviderId </enterpriseId> [1]
<isExtendedInfoRequested> xs:boolean </isExtendedInfoRequested> [1]
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaUserLastName> SearchCriteriaUserLastName </searchCriteriaUserLastName> [0..*]
<searchCriteriaUserFirstName> SearchCriteriaUserFirstName </searchCriteriaUserFirstName> [0..*]
<searchCriteriaDn> SearchCriteriaDn </searchCriteriaDn> [0..*]
<searchCriteriaGroupLocationCode> SearchCriteriaGroupLocationCode </searchCriteriaGroupLocationCode> [0..*]
<searchCriteriaExtension> SearchCriteriaExtension </searchCriteriaExtension> [0..*]
<searchCriteriaMobilePhoneNumber> SearchCriteriaMobilePhoneNumber </searchCriteriaMobilePhoneNumber> [0..*]
<searchCriteriaEmailAddress> SearchCriteriaEmailAddress </searchCriteriaEmailAddress> [0..*]
<searchCriteriaYahooId> SearchCriteriaYahooId </searchCriteriaYahooId> [0..*]
<searchCriteriaExactUserGroup> SearchCriteriaExactUserGroup </searchCriteriaExactUserGroup> [0..1]
<searchCriteriaExactUserDepartment> SearchCriteriaExactUserDepartment </searchCriteriaExactUserDepartment> [0..1]
</...>
Schema Component Representation
<xs:complexType name="EnterprisePhoneDirectoryGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="enterpriseId" type=" ServiceProviderId "/>
<xs:element name="isExtendedInfoRequested" type=" xs:boolean "/>
<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="searchCriteriaDn" type=" SearchCriteriaDn " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaGroupLocationCode" type=" SearchCriteriaGroupLocationCode " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExtension" type=" SearchCriteriaExtension " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaMobilePhoneNumber" type=" SearchCriteriaMobilePhoneNumber " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaEmailAddress" type=" SearchCriteriaEmailAddress " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaYahooId" type=" SearchCriteriaYahooId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactUserGroup" type=" SearchCriteriaExactUserGroup " minOccurs="0"/>
<xs:element name="searchCriteriaExactUserDepartment" type=" SearchCriteriaExactUserDepartment " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EnterprisePhoneDirectoryGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name EnterprisePhoneDirectoryGetListResponse
Abstract no
Documentation Response to EnterprisePhoneDirectoryGetListRequest. Contains a table with a row for each phone number and column headings : "Name", "Number", "Extension", "Mobile", "Email Address", "Department", "Hiragana Name", "Group Id", "Yahoo Id". If extended directory information is requested, the following columns are also included: "First Name", "Last Name", "User Id", "Pager", "Title", "Time Zone", "Location", "Address Line 1", "Address Line 2", "City", "State", "Zip", "Country". Replace by: EnterprisePhoneDirectoryGetListResponse17
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<directoryTable> core:OCITable </directoryTable> [1]
</...>
Schema Component Representation
<xs:complexType name="EnterprisePhoneDirectoryGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="directoryTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAccessDeviceFileGetRequest14sp8

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

Complex Type: GroupAccessDeviceFileGetResponse14sp8

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

Complex Type: GroupAdminGetPolicyRequest14sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAdminGetPolicyRequest14sp1
Abstract no
Documentation Requests the Group administrator's policy settings. The response is either GroupAdminGetPolicyResponse14sp1 or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupAdminGetPolicyRequest14sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAdminGetPolicyRequest16sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAdminGetPolicyRequest16sp1
Abstract no
Documentation Requests the Group administrator's policy settings. The response is either GroupAdminGetPolicyResponse16sp1 or ErrorResponse. Replaced by: GroupAdminGetPolicyRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupAdminGetPolicyRequest16sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAdminGetPolicyRequest16sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAdminGetPolicyRequest16sp2
Abstract no
Documentation Requests the Group administrator's policy settings. The response is either GroupAdminGetPolicyResponse16sp2 or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupAdminGetPolicyRequest16sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAdminGetPolicyResponse14sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupAdminGetPolicyResponse14sp1
Abstract no
Documentation Response to GroupAdminGetPolicyRequest14sp1. Contains the policy settings for the group administrator.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<profileAccess> GroupAdminProfileAccess </profileAccess> [1]
<userAccess> GroupAdminUserAccess </userAccess> [1]
<adminAccess> GroupAdminAdminAccess </adminAccess> [1]
<departmentAccess> GroupAdminDepartmentAccess </departmentAccess> [1]
<accessDeviceAccess> GroupAdminAccessDeviceAccess </accessDeviceAccess> [1]
<enhancedServiceInstanceAccess> GroupAdminEnhancedServiceInstanceAccess </enhancedServiceInstanceAccess> [1]
<featureAccessCodeAccess> GroupAdminFeatureAccessCodeAccess </featureAccessCodeAccess> [1]
<phoneNumberExtensionAccess> GroupAdminPhoneNumberExtensionAccess </phoneNumberExtensionAccess> [1]
<serviceAccess> GroupAdminServiceAccess </serviceAccess> [1]
<trunkGroupAccess> GroupAdminTrunkGroupAccess </trunkGroupAccess> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupAdminGetPolicyResponse14sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="profileAccess" type=" GroupAdminProfileAccess "/>
<xs:element name="userAccess" type=" GroupAdminUserAccess "/>
<xs:element name="adminAccess" type=" GroupAdminAdminAccess "/>
<xs:element name="departmentAccess" type=" GroupAdminDepartmentAccess "/>
<xs:element name="accessDeviceAccess" type=" GroupAdminAccessDeviceAccess "/>
<xs:element name="enhancedServiceInstanceAccess" type=" GroupAdminEnhancedServiceInstanceAccess "/>
<xs:element name="featureAccessCodeAccess" type=" GroupAdminFeatureAccessCodeAccess "/>
<xs:element name="phoneNumberExtensionAccess" type=" GroupAdminPhoneNumberExtensionAccess "/>
<xs:element name="serviceAccess" type=" GroupAdminServiceAccess "/>
<xs:element name="trunkGroupAccess" type=" GroupAdminTrunkGroupAccess "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAdminGetPolicyResponse16sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupAdminGetPolicyResponse16sp1
Abstract no
Documentation Response to GroupAdminGetPolicyRequest16sp1. Contains the policy settings for the group administrator. Replaced by: GroupAdminGetPolicyRequest17
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<profileAccess> GroupAdminProfileAccess </profileAccess> [1]
<userAccess> GroupAdminUserAccess </userAccess> [1]
<adminAccess> GroupAdminAdminAccess </adminAccess> [1]
<departmentAccess> GroupAdminDepartmentAccess </departmentAccess> [1]
<accessDeviceAccess> GroupAdminAccessDeviceAccess </accessDeviceAccess> [1]
<enhancedServiceInstanceAccess> GroupAdminEnhancedServiceInstanceAccess </enhancedServiceInstanceAccess> [1]
<featureAccessCodeAccess> GroupAdminFeatureAccessCodeAccess </featureAccessCodeAccess> [1]
<phoneNumberExtensionAccess> GroupAdminPhoneNumberExtensionAccess </phoneNumberExtensionAccess> [1]
<serviceAccess> GroupAdminServiceAccess </serviceAccess> [1]
<trunkGroupAccess> GroupAdminTrunkGroupAccess </trunkGroupAccess> [1]
<sessionAdmissionControlAccess> GroupAdminSessionAdmissionControlAccess </sessionAdmissionControlAccess> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupAdminGetPolicyResponse16sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="profileAccess" type=" GroupAdminProfileAccess "/>
<xs:element name="userAccess" type=" GroupAdminUserAccess "/>
<xs:element name="adminAccess" type=" GroupAdminAdminAccess "/>
<xs:element name="departmentAccess" type=" GroupAdminDepartmentAccess "/>
<xs:element name="accessDeviceAccess" type=" GroupAdminAccessDeviceAccess "/>
<xs:element name="enhancedServiceInstanceAccess" type=" GroupAdminEnhancedServiceInstanceAccess "/>
<xs:element name="featureAccessCodeAccess" type=" GroupAdminFeatureAccessCodeAccess "/>
<xs:element name="phoneNumberExtensionAccess" type=" GroupAdminPhoneNumberExtensionAccess "/>
<xs:element name="serviceAccess" type=" GroupAdminServiceAccess "/>
<xs:element name="trunkGroupAccess" type=" GroupAdminTrunkGroupAccess "/>
<xs:element name="sessionAdmissionControlAccess" type=" GroupAdminSessionAdmissionControlAccess "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAdminGetPolicyResponse16sp2

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

Complex Type: GroupAutoAttendantGetInstanceRequest16

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

Complex Type: GroupAutoAttendantGetInstanceResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupAutoAttendantGetInstanceResponse16
Abstract no
Documentation Response to GroupAutoAttendantGetInstanceRequest16. Contains the service profile information.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<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> AutoAttendantReadMenu16 </businessHoursMenu> [1]
<afterHoursMenu> AutoAttendantReadMenu16 </afterHoursMenu> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupAutoAttendantGetInstanceResponse16">
<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=" AutoAttendantReadMenu16 "/>
<xs:element name="afterHoursMenu" type=" AutoAttendantReadMenu16 "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupBroadWorksAnywhereGetInstanceRequest

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

Complex Type: GroupBroadWorksAnywhereGetInstanceResponse

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

Complex Type: GroupCallCenterAddInstanceRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterAddInstanceRequest16
Abstract no
Documentation Add a Call Center instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse. Replaced by: GroupCallCenterAddInstanceRequest17
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfileCallCenter </serviceInstanceProfile> [1]
<type> CallCenterType </type> [1]
<policy> HuntPolicy </policy> [1]
<enableVideo> xs:boolean </enableVideo> [1]
<queueLength> CallCenterQueueLength16 </queueLength> [1]
<reportingServerName> CallCenterReportingServerName </reportingServerName> [0..1]
<allowCallerToDialEscapeDigit> xs:boolean </allowCallerToDialEscapeDigit> [1]
<escapeDigit> DtmfDigit </escapeDigit> [1]
<resetCallStatisticsUponEntryInQueue> xs:boolean </resetCallStatisticsUponEntryInQueue> [0..1]
<allowAgentLogoff> xs:boolean </allowAgentLogoff> [1]
<allowCallWaitingForAgents> xs:boolean </allowCallWaitingForAgents> [1]
<allowCallsToAgentsInWrapUp> xs:boolean </allowCallsToAgentsInWrapUp> [0..1]
<overrideAgentWrapUpTime> xs:boolean </overrideAgentWrapUpTime> [0..1]
<wrapUpSeconds> CallCenterWrapUpSeconds </wrapUpSeconds> [0..1]
<forceDeliveryOfCalls> xs:boolean </forceDeliveryOfCalls> [0..1]
<forceDeliveryWaitTimeSeconds> CallCenterForceDeliveryWaitTimeSeconds </forceDeliveryWaitTimeSeconds> [0..1]
<externalPreferredAudioCodec> AudioFileCodec </externalPreferredAudioCodec> [1]
<internalPreferredAudioCodec> AudioFileCodec </internalPreferredAudioCodec> [1]
<playRingingWhenOfferingCall> xs:boolean </playRingingWhenOfferingCall> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterAddInstanceRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceAddProfileCallCenter "/>
<xs:element name="type" type=" CallCenterType "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="queueLength" type=" CallCenterQueueLength16 "/>
<xs:element name="reportingServerName" type=" CallCenterReportingServerName " minOccurs="0"/>
<xs:element name="allowCallerToDialEscapeDigit" type=" xs:boolean "/>
<xs:element name="escapeDigit" type=" DtmfDigit "/>
<xs:element name="resetCallStatisticsUponEntryInQueue" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowAgentLogoff" type=" xs:boolean "/>
<xs:element name="allowCallWaitingForAgents" type=" xs:boolean "/>
<xs:element name="allowCallsToAgentsInWrapUp" type=" xs:boolean " minOccurs="0"/>
<xs:element name="overrideAgentWrapUpTime" type=" xs:boolean " minOccurs="0"/>
<xs:element name="wrapUpSeconds" type=" CallCenterWrapUpSeconds " minOccurs="0"/>
<xs:element name="forceDeliveryOfCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="forceDeliveryWaitTimeSeconds" type=" CallCenterForceDeliveryWaitTimeSeconds " minOccurs="0"/>
<xs:element name="externalPreferredAudioCodec" type=" AudioFileCodec "/>
<xs:element name="internalPreferredAudioCodec" type=" AudioFileCodec "/>
<xs:element name="playRingingWhenOfferingCall" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterBouncedCallGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterBouncedCallGetRequest
Abstract no
Documentation Get a call center's bounced call settings. The response is either a GroupCallCenterBouncedCallGetResponse or an ErrorResponse. Replaced by: GroupCallCenterBouncedCallGetRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterBouncedCallGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterBouncedCallGetResponse

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

Complex Type: GroupCallCenterComfortMessageBypassGetRequest

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

Complex Type: GroupCallCenterComfortMessageBypassGetResponse

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

Complex Type: GroupCallCenterComfortMessageBypassModifyRequest

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

Complex Type: GroupCallCenterForcedForwardingGetRequest

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

Complex Type: GroupCallCenterForcedForwardingGetResponse

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

Complex Type: GroupCallCenterForcedForwardingModifyRequest

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

Complex Type: GroupCallCenterGetAnnouncementRequest16

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

Complex Type: GroupCallCenterGetAnnouncementResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetAnnouncementResponse16
Abstract no
Documentation Response to the GroupCallCenterGetAnnouncementRequest16.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<playEntranceMessage> xs:boolean </playEntranceMessage> [1]
<mandatoryEntranceMessage> xs:boolean </mandatoryEntranceMessage> [1]
<entranceAudioMessageSelection> ExtendedFileResourceSelection </entranceAudioMessageSelection> [1]
<entranceAudioFileUrl> URL </entranceAudioFileUrl> [0..1]
<entranceMessageAudioFileDescription> FileDescription </entranceMessageAudioFileDescription> [0..1]
<entranceAudioFileMediaType> MediaFileType </entranceAudioFileMediaType> [0..1]
<entranceVideoMessageSelection> ExtendedFileResourceSelection </entranceVideoMessageSelection> [0..1]
<entranceVideoFileUrl> URL </entranceVideoFileUrl> [0..1]
<entranceMessageVideoFileDescription> FileDescription </entranceMessageVideoFileDescription> [0..1]
<entranceVideoFileMediaType> MediaFileType </entranceVideoFileMediaType> [0..1]
<playPeriodicComfortMessage> xs:boolean </playPeriodicComfortMessage> [1]
<timeBetweenComfortMessagesSeconds> CallCenterTimeBetweenComfortMessagesSeconds </timeBetweenComfortMessagesSeconds> [1]
<periodicComfortAudioMessageSelection> ExtendedFileResourceSelection </periodicComfortAudioMessageSelection> [1]
<periodicComfortAudioFileUrl> URL </periodicComfortAudioFileUrl> [0..1]
<periodicComfortMessageAudioFileDescription> FileDescription </periodicComfortMessageAudioFileDescription> [0..1]
<periodicComfortAudioFileMediaType> MediaFileType </periodicComfortAudioFileMediaType> [0..1]
<periodicComfortVideoMessageSelection> ExtendedFileResourceSelection </periodicComfortVideoMessageSelection> [0..1]
<periodicComfortVideoFileUrl> URL </periodicComfortVideoFileUrl> [0..1]
<periodicComfortMessageVideoFileDescription> FileDescription </periodicComfortMessageVideoFileDescription> [0..1]
<periodicComfortVideoFileMediaType> MediaFileType </periodicComfortVideoFileMediaType> [0..1]
<enableMediaOnHoldForQueuedCalls> xs:boolean </enableMediaOnHoldForQueuedCalls> [1]
<mediaOnHoldSource> CallCenterMediaOnHoldSourceRead16 </mediaOnHoldSource> [1]
<mediaOnHoldUseAlternateSourceForInternalCalls> xs:boolean </mediaOnHoldUseAlternateSourceForInternalCalls> [0..1]
<mediaOnHoldInternalSource> CallCenterMediaOnHoldSourceRead16 </mediaOnHoldInternalSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterGetAnnouncementResponse16">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="playEntranceMessage" type=" xs:boolean "/>
<xs:element name="mandatoryEntranceMessage" type=" xs:boolean "/>
<xs:element name="entranceAudioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="entranceAudioFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="entranceMessageAudioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="entranceAudioFileMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="entranceVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="entranceVideoFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="entranceMessageVideoFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="entranceVideoFileMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="playPeriodicComfortMessage" type=" xs:boolean "/>
<xs:element name="timeBetweenComfortMessagesSeconds" type=" CallCenterTimeBetweenComfortMessagesSeconds "/>
<xs:element name="periodicComfortAudioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="periodicComfortAudioFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="periodicComfortMessageAudioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="periodicComfortAudioFileMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="periodicComfortVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="periodicComfortVideoFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="periodicComfortVideoFileMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="enableMediaOnHoldForQueuedCalls" type=" xs:boolean "/>
<xs:element name="mediaOnHoldSource" type=" CallCenterMediaOnHoldSourceRead16 "/>
<xs:element name="mediaOnHoldUseAlternateSourceForInternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mediaOnHoldInternalSource" type=" CallCenterMediaOnHoldSourceRead16 " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetInstanceRequest16

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

Complex Type: GroupCallCenterGetInstanceResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetInstanceResponse16
Abstract no
Documentation Response to GroupCallCenterGetInstanceRequest16.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile </serviceInstanceProfile> [1]
<type> CallCenterType </type> [1]
<policy> HuntPolicy </policy> [1]
<enableVideo> xs:boolean </enableVideo> [1]
<queueLength> CallCenterQueueLength16 </queueLength> [1]
<reportingServerName> CallCenterReportingServerName </reportingServerName> [0..1]
<allowCallerToDialEscapeDigit> xs:boolean </allowCallerToDialEscapeDigit> [1]
<escapeDigit> DtmfDigit </escapeDigit> [1]
<resetCallStatisticsUponEntryInQueue> xs:boolean </resetCallStatisticsUponEntryInQueue> [0..1]
<allowAgentLogoff> xs:boolean </allowAgentLogoff> [1]
<allowCallWaitingForAgents> xs:boolean </allowCallWaitingForAgents> [1]
<allowCallsToAgentsInWrapUp> xs:boolean </allowCallsToAgentsInWrapUp> [0..1]
<overrideAgentWrapUpTime> xs:boolean </overrideAgentWrapUpTime> [0..1]
<wrapUpSeconds> CallCenterWrapUpSeconds </wrapUpSeconds> [0..1]
<forceDeliveryOfCalls> xs:boolean </forceDeliveryOfCalls> [0..1]
<forceDeliveryWaitTimeSeconds> CallCenterForceDeliveryWaitTimeSeconds </forceDeliveryWaitTimeSeconds> [0..1]
<externalPreferredAudioCodec> AudioFileCodec </externalPreferredAudioCodec> [1]
<internalPreferredAudioCodec> AudioFileCodec </internalPreferredAudioCodec> [1]
<playRingingWhenOfferingCall> xs:boolean </playRingingWhenOfferingCall> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterGetInstanceResponse16">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile "/>
<xs:element name="type" type=" CallCenterType "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="queueLength" type=" CallCenterQueueLength16 "/>
<xs:element name="reportingServerName" type=" CallCenterReportingServerName " minOccurs="0"/>
<xs:element name="allowCallerToDialEscapeDigit" type=" xs:boolean "/>
<xs:element name="escapeDigit" type=" DtmfDigit "/>
<xs:element name="resetCallStatisticsUponEntryInQueue" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowAgentLogoff" type=" xs:boolean "/>
<xs:element name="allowCallWaitingForAgents" type=" xs:boolean "/>
<xs:element name="allowCallsToAgentsInWrapUp" type=" xs:boolean " minOccurs="0"/>
<xs:element name="overrideAgentWrapUpTime" type=" xs:boolean " minOccurs="0"/>
<xs:element name="wrapUpSeconds" type=" CallCenterWrapUpSeconds " minOccurs="0"/>
<xs:element name="forceDeliveryOfCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="forceDeliveryWaitTimeSeconds" type=" CallCenterForceDeliveryWaitTimeSeconds " minOccurs="0"/>
<xs:element name="externalPreferredAudioCodec" type=" AudioFileCodec "/>
<xs:element name="internalPreferredAudioCodec" type=" AudioFileCodec "/>
<xs:element name="playRingingWhenOfferingCall" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterHolidayServiceGetRequest

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

Complex Type: GroupCallCenterHolidayServiceGetResponse

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

Complex Type: GroupCallCenterHolidayServiceModifyRequest

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

Complex Type: GroupCallCenterModifyAnnouncementRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterModifyAnnouncementRequest16
Abstract no
Documentation Modify a call center's announcement settings. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<playEntranceMessage> xs:boolean </playEntranceMessage> [0..1]
<mandatoryEntranceMessage> xs:boolean </mandatoryEntranceMessage> [0..1]
<entranceAudioMessageSelection> ExtendedFileResourceSelection </entranceAudioMessageSelection> [0..1]
<entranceMessageAudioFile> ExtendedMediaFileResource </entranceMessageAudioFile> [0..1]
<entranceVideoMessageSelection> ExtendedFileResourceSelection </entranceVideoMessageSelection> [0..1]
<entranceMessageVideoFile> ExtendedMediaFileResource </entranceMessageVideoFile> [0..1]
<playPeriodicComfortMessage> xs:boolean </playPeriodicComfortMessage> [0..1]
<timeBetweenComfortMessagesSeconds> CallCenterTimeBetweenComfortMessagesSeconds </timeBetweenComfortMessagesSeconds> [0..1]
<periodicComfortAudioMessageSelection> ExtendedFileResourceSelection </periodicComfortAudioMessageSelection> [0..1]
<periodicComfortMessageAudioFile> ExtendedMediaFileResource </periodicComfortMessageAudioFile> [0..1]
<periodicComfortVideoMessageSelection> ExtendedFileResourceSelection </periodicComfortVideoMessageSelection> [0..1]
<periodicComfortMessageVideoFile> ExtendedMediaFileResource </periodicComfortMessageVideoFile> [0..1]
<enableMediaOnHoldForQueuedCalls> xs:boolean </enableMediaOnHoldForQueuedCalls> [0..1]
<mediaOnHoldSource> CallCenterMediaOnHoldSourceModify16 </mediaOnHoldSource> [0..1]
<mediaOnHoldUseAlternateSourceForInternalCalls> xs:boolean </mediaOnHoldUseAlternateSourceForInternalCalls> [0..1]
<mediaOnHoldInternalSource> CallCenterMediaOnHoldSourceModify16 </mediaOnHoldInternalSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterModifyAnnouncementRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="playEntranceMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mandatoryEntranceMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="entranceAudioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="entranceMessageAudioFile" type=" ExtendedMediaFileResource " minOccurs="0"/>
<xs:element name="entranceVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="entranceMessageVideoFile" type=" ExtendedMediaFileResource " minOccurs="0"/>
<xs:element name="playPeriodicComfortMessage" type=" xs:boolean " minOccurs="0"/>
<xs:element name="timeBetweenComfortMessagesSeconds" type=" CallCenterTimeBetweenComfortMessagesSeconds " minOccurs="0"/>
<xs:element name="periodicComfortAudioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="periodicComfortMessageAudioFile" type=" ExtendedMediaFileResource " minOccurs="0"/>
<xs:element name="periodicComfortVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="periodicComfortMessageVideoFile" type=" ExtendedMediaFileResource " minOccurs="0"/>
<xs:element name="enableMediaOnHoldForQueuedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mediaOnHoldSource" type=" CallCenterMediaOnHoldSourceModify16 " minOccurs="0"/>
<xs:element name="mediaOnHoldUseAlternateSourceForInternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mediaOnHoldInternalSource" type=" CallCenterMediaOnHoldSourceModify16 " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterNightServiceGetRequest

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

Complex Type: GroupCallCenterNightServiceGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterNightServiceGetResponse
Abstract no
Documentation Response to the GroupCallCenterNightServiceGetRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<action> CallCenterScheduledServiceAction </action> [1]
<businessHours> ScheduleName </businessHours> [0..1]
<forceNightService> xs:boolean </forceNightService> [1]
<allowManualOverrideViaFAC> xs:boolean </allowManualOverrideViaFAC> [1]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<playAnnouncementBeforeAction> xs:boolean </playAnnouncementBeforeAction> [1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [1]
<audioFileUrl> URL </audioFileUrl> [0..1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<audioMediaType> MediaFileType </audioMediaType> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [1]
<videoFileUrl> URL </videoFileUrl> [0..1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
<videoMediaType> MediaFileType </videoMediaType> [0..1]
<manualAnnouncementMode> CallCenterManualNightServiceAnnouncementMode </manualAnnouncementMode> [1]
<manualAudioMessageSelection> ExtendedFileResourceSelection </manualAudioMessageSelection> [1]
<manualAudioFileUrl> URL </manualAudioFileUrl> [0..1]
<manualAudioFileDescription> FileDescription </manualAudioFileDescription> [0..1]
<manualAudioMediaType> MediaFileType </manualAudioMediaType> [0..1]
<manualVideoMessageSelection> ExtendedFileResourceSelection </manualVideoMessageSelection> [1]
<manualVideoFileUrl> URL </manualVideoFileUrl> [0..1]
<manualVideoFileDescription> FileDescription </manualVideoFileDescription> [0..1]
<manualVideoMediaType> MediaFileType </manualVideoMediaType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterNightServiceGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="action" type=" CallCenterScheduledServiceAction "/>
<xs:element name="businessHours" type=" ScheduleName " minOccurs="0"/>
<xs:element name="forceNightService" type=" xs:boolean "/>
<xs:element name="allowManualOverrideViaFAC" type=" xs:boolean "/>
<xs:element name="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="playAnnouncementBeforeAction" type=" xs:boolean "/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="audioFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="audioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="audioMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="videoFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="videoFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="videoMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="manualAnnouncementMode" type=" CallCenterManualNightServiceAnnouncementMode "/>
<xs:element name="manualAudioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="manualAudioFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="manualAudioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="manualAudioMediaType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="manualVideoMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="manualVideoFileUrl" type=" URL " minOccurs="0"/>
<xs:element name="manualVideoFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="manualVideoMediaType" type=" MediaFileType " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterNightServiceModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterNightServiceModifyRequest
Abstract no
Documentation Modify a call center's night service settings. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<action> CallCenterScheduledServiceAction </action> [0..1]
<businessHours> ScheduleName </businessHours> [0..1]
<forceNightService> xs:boolean </forceNightService> [0..1]
<allowManualOverrideViaFAC> xs:boolean </allowManualOverrideViaFAC> [0..1]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<playAnnouncementBeforeAction> xs:boolean </playAnnouncementBeforeAction> [0..1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [0..1]
<audioFile> ExtendedMediaFileResource </audioFile> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoFile> ExtendedMediaFileResource </videoFile> [0..1]
<manualAnnouncementMode> CallCenterManualNightServiceAnnouncementMode </manualAnnouncementMode> [0..1]
<manualAudioMessageSelection> ExtendedFileResourceSelection </manualAudioMessageSelection> [0..1]
<manualAudioFile> ExtendedMediaFileResource </manualAudioFile> [0..1]
<manualVideoMessageSelection> ExtendedFileResourceSelection </manualVideoMessageSelection> [0..1]
<manualVideoFile> ExtendedMediaFileResource </manualVideoFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterNightServiceModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="action" type=" CallCenterScheduledServiceAction " minOccurs="0"/>
<xs:element name="businessHours" type=" ScheduleName " minOccurs="0" nillable="true"/>
<xs:element name="forceNightService" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowManualOverrideViaFAC" type=" xs:boolean " minOccurs="0"/>
<xs:element name="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0" nillable="true"/>
<xs:element name="playAnnouncementBeforeAction" type=" xs:boolean " minOccurs="0"/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="audioFile" type=" ExtendedMediaFileResource " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoFile" type=" ExtendedMediaFileResource " minOccurs="0"/>
<xs:element name="manualAnnouncementMode" type=" CallCenterManualNightServiceAnnouncementMode " minOccurs="0"/>
<xs:element name="manualAudioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="manualAudioFile" type=" ExtendedMediaFileResource " minOccurs="0"/>
<xs:element name="manualVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="manualVideoFile" type=" ExtendedMediaFileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterOverflowGetRequest

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

Complex Type: GroupCallCenterOverflowGetResponse

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

Complex Type: GroupCallCenterOverflowModifyRequest

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

Complex Type: GroupCallCenterStrandedCallGetRequest

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

Complex Type: GroupCallCenterStrandedCallGetResponse

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

Complex Type: GroupCallCenterStrandedCallModifyRequest

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

Complex Type: GroupCallProcessingGetPolicyRequest16

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

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

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

Complex Type: GroupCallProcessingGetPolicyResponse16sp2

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

Complex Type: GroupCustomContactDirectoryAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCustomContactDirectoryAddRequest
Abstract no
Documentation Adds a Custom Contact Directory to a group. The response is either SuccessResponse or ErrorResponse. Replace by: GroupCustomContactDirectoryAddRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<name> CustomContactDirectoryName </name> [1]
<userId> UserId </userId> [0..1000]
</...>
Schema Component Representation
<xs:complexType name="GroupCustomContactDirectoryAddRequest">
<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=" CustomContactDirectoryName "/>
<xs:element name="userId" type=" UserId " minOccurs="0" maxOccurs="1000"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCustomContactDirectoryGetAvailableUserListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCustomContactDirectoryGetAvailableUserListRequest
Abstract no
Documentation Get a list of users that can be part of a custom contact directory. The response is either GroupCustomContactDirectoryGetAvailableUserListResponse or ErrorResponse. Replace by: GroupCustomContactDirectoryGetAvailableUserListRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<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="GroupCustomContactDirectoryGetAvailableUserListRequest">
<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: GroupCustomContactDirectoryGetAvailableUserListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCustomContactDirectoryGetAvailableUserListResponse
Abstract no
Documentation Response to the GroupCustomContactDirectoryGetAvailableUserListRequest. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name". Replace by: GroupCustomContactDirectoryGetAvailableUserListResponse17
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userTable> core:OCITable </userTable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCustomContactDirectoryGetAvailableUserListResponse">
<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: GroupCustomContactDirectoryGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCustomContactDirectoryGetRequest
Abstract no
Documentation Gets a Custom Contact Directory in a group. The response is either GroupCustomContactDirectoryGetResponse or ErrorResponse. Replace by: GroupCustomContactDirectoryGetRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<name> CustomContactDirectoryName </name> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCustomContactDirectoryGetRequest">
<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=" CustomContactDirectoryName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCustomContactDirectoryGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCustomContactDirectoryGetResponse
Abstract no
Documentation Response to the GroupCustomContactDirectoryGetRequest. The response contains all the group's custom contact directory names. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name". Replace by: GroupCustomContactDirectoryGetResponse17
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userTable> core:OCITable </userTable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCustomContactDirectoryGetResponse">
<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: GroupCustomContactDirectoryModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCustomContactDirectoryModifyRequest
Abstract no
Documentation Adds a Custom Contact Directory to a group. The response is either SuccessResponse or ErrorResponse. Replace by: GroupCustomContactDirectoryModifyRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<name> CustomContactDirectoryName </name> [1]
<newName> CustomContactDirectoryName </newName> [0..1]
<userIdList> ReplacementUserIdList </userIdList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCustomContactDirectoryModifyRequest">
<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=" CustomContactDirectoryName "/>
<xs:element name="newName" type=" CustomContactDirectoryName " minOccurs="0"/>
<xs:element name="userIdList" type=" ReplacementUserIdList " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupDeviceTypeFileGetRequest14sp8

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

Complex Type: GroupDeviceTypeFileGetResponse14sp8

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

Complex Type: GroupDialPlanPolicyGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupDialPlanPolicyGetRequest
Abstract no
Documentation Request the Group level data associated with Dial Plan Policy. The response is either a GroupDialPlanPolicyGetResponse or an ErrorResponse. Replaced by: GroupDialPlanPolicyGetRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupDialPlanPolicyGetRequest">
<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: GroupDialPlanPolicyGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupDialPlanPolicyGetResponse
Abstract no
Documentation Response to GroupDialPlanPolicyGetRequest Replaced by: GroupDialPlanPolicyGetResponse17
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useSetting> GroupDialPlanPolicySettingLevel </useSetting> [1]
<requiresAccessCodeForPublicCalls> xs:boolean </requiresAccessCodeForPublicCalls> [1]
<allowE164PublicCalls> xs:boolean </allowE164PublicCalls> [1]
<publicDigitMap> DigitMap </publicDigitMap> [0..1]
<privateDigitMap> DigitMap </privateDigitMap> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupDialPlanPolicyGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useSetting" type=" GroupDialPlanPolicySettingLevel "/>
<xs:element name="requiresAccessCodeForPublicCalls" type=" xs:boolean "/>
<xs:element name="allowE164PublicCalls" type=" xs:boolean "/>
<xs:element name="publicDigitMap" type=" DigitMap " minOccurs="0"/>
<xs:element name="privateDigitMap" type=" DigitMap " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupExtensionLengthGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupExtensionLengthGetRequest
Abstract no
Documentation Request the group's extension length. The response is either a GroupExtensionLengthGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupExtensionLengthGetRequest">
<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: GroupExtensionLengthGetResponse

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

Complex Type: GroupExtensionLengthModifyRequest

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

Complex Type: GroupHolidayScheduleAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupHolidayScheduleAddRequest
Abstract no
Documentation Add a holiday schedule to a group. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<holidayScheduleName> ScheduleName </holidayScheduleName> [1]
<holiday01> Holiday </holiday01> [0..1]
<holiday02> Holiday </holiday02> [0..1]
<holiday03> Holiday </holiday03> [0..1]
<holiday04> Holiday </holiday04> [0..1]
<holiday05> Holiday </holiday05> [0..1]
<holiday06> Holiday </holiday06> [0..1]
<holiday07> Holiday </holiday07> [0..1]
<holiday08> Holiday </holiday08> [0..1]
<holiday09> Holiday </holiday09> [0..1]
<holiday10> Holiday </holiday10> [0..1]
<holiday11> Holiday </holiday11> [0..1]
<holiday12> Holiday </holiday12> [0..1]
<holiday13> Holiday </holiday13> [0..1]
<holiday14> Holiday </holiday14> [0..1]
<holiday15> Holiday </holiday15> [0..1]
<holiday16> Holiday </holiday16> [0..1]
<holiday17> Holiday </holiday17> [0..1]
<holiday18> Holiday </holiday18> [0..1]
<holiday19> Holiday </holiday19> [0..1]
<holiday20> Holiday </holiday20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupHolidayScheduleAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="holidayScheduleName" type=" ScheduleName "/>
<xs:element name="holiday01" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday02" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday03" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday04" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday05" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday06" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday07" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday08" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday09" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday10" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday11" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday12" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday13" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday14" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday15" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday16" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday17" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday18" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday19" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday20" type=" Holiday " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupHolidayScheduleDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupHolidayScheduleDeleteRequest
Abstract no
Documentation Delete a holiday schedule from a group. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<holidayScheduleName> ScheduleName </holidayScheduleName> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupHolidayScheduleDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="holidayScheduleName" type=" ScheduleName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupHolidayScheduleGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupHolidayScheduleGetListRequest
Abstract no
Documentation Get a holiday schedule in a group. The response is either a GroupHolidayScheduleGetListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupHolidayScheduleGetListRequest">
<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: GroupHolidayScheduleGetListResponse

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

Complex Type: GroupHolidayScheduleGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupHolidayScheduleGetRequest
Abstract no
Documentation Get a holiday schedule in a group. The response is either a GroupHolidayScheduleGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<holidayScheduleName> ScheduleName </holidayScheduleName> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupHolidayScheduleGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="holidayScheduleName" type=" ScheduleName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupHolidayScheduleGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupHolidayScheduleGetResponse
Abstract no
Documentation Response to the GroupHolidayScheduleGetRequest. The response contains the group's holiday schedule information.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName> ScheduleName </holidayScheduleName> [1]
<holiday01> Holiday </holiday01> [0..1]
<holiday02> Holiday </holiday02> [0..1]
<holiday03> Holiday </holiday03> [0..1]
<holiday04> Holiday </holiday04> [0..1]
<holiday05> Holiday </holiday05> [0..1]
<holiday06> Holiday </holiday06> [0..1]
<holiday07> Holiday </holiday07> [0..1]
<holiday08> Holiday </holiday08> [0..1]
<holiday09> Holiday </holiday09> [0..1]
<holiday10> Holiday </holiday10> [0..1]
<holiday11> Holiday </holiday11> [0..1]
<holiday12> Holiday </holiday12> [0..1]
<holiday13> Holiday </holiday13> [0..1]
<holiday14> Holiday </holiday14> [0..1]
<holiday15> Holiday </holiday15> [0..1]
<holiday16> Holiday </holiday16> [0..1]
<holiday17> Holiday </holiday17> [0..1]
<holiday18> Holiday </holiday18> [0..1]
<holiday19> Holiday </holiday19> [0..1]
<holiday20> Holiday </holiday20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupHolidayScheduleGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="holidayScheduleName" type=" ScheduleName "/>
<xs:element name="holiday01" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday02" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday03" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday04" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday05" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday06" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday07" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday08" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday09" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday10" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday11" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday12" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday13" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday14" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday15" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday16" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday17" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday18" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday19" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday20" type=" Holiday " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupHolidayScheduleModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupHolidayScheduleModifyRequest
Abstract no
Documentation Modify a holiday schedule in a group. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<holidayScheduleName> ScheduleName </holidayScheduleName> [1]
<newHolidayScheduleName> ScheduleName </newHolidayScheduleName> [0..1]
<holiday01> Holiday </holiday01> [0..1]
<holiday02> Holiday </holiday02> [0..1]
<holiday03> Holiday </holiday03> [0..1]
<holiday04> Holiday </holiday04> [0..1]
<holiday05> Holiday </holiday05> [0..1]
<holiday06> Holiday </holiday06> [0..1]
<holiday07> Holiday </holiday07> [0..1]
<holiday08> Holiday </holiday08> [0..1]
<holiday09> Holiday </holiday09> [0..1]
<holiday10> Holiday </holiday10> [0..1]
<holiday11> Holiday </holiday11> [0..1]
<holiday12> Holiday </holiday12> [0..1]
<holiday13> Holiday </holiday13> [0..1]
<holiday14> Holiday </holiday14> [0..1]
<holiday15> Holiday </holiday15> [0..1]
<holiday16> Holiday </holiday16> [0..1]
<holiday17> Holiday </holiday17> [0..1]
<holiday18> Holiday </holiday18> [0..1]
<holiday19> Holiday </holiday19> [0..1]
<holiday20> Holiday </holiday20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupHolidayScheduleModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="holidayScheduleName" type=" ScheduleName "/>
<xs:element name="newHolidayScheduleName" type=" ScheduleName " minOccurs="0"/>
<xs:element name="holiday01" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday02" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday03" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday04" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday05" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday06" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday07" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday08" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday09" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday10" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday11" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday12" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday13" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday14" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday15" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday16" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday17" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday18" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday19" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday20" type=" Holiday " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupHuntGroupGetInstanceRequest14

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

Complex Type: GroupHuntGroupGetInstanceResponse14

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

Complex Type: GroupInstantGroupCallGetInstanceRequest14

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

Complex Type: GroupInstantGroupCallGetInstanceResponse14

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

Complex Type: GroupPhoneDirectoryGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupPhoneDirectoryGetListRequest
Abstract no
Documentation Request a table containing the phone directory for a group. If the specified group is part of an enterprise, the directory includes all users in the enterprise and all entries in the enterprise common phone list and the common phone list of the specified group. If the specified group is part of a service provider, the directory includes all users in the group and all entries in the common phone list of the specified group. It is possible to search by various criteria to restrict the number of rows returned. Multiple search criteria are logically ANDed together. The response is either GroupPhoneDirectoryGetListResponse or ErrorResponse. Replace by: GroupPhoneDirectoryGetListRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<isExtendedInfoRequested> xs:boolean </isExtendedInfoRequested> [1]
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaUserLastName> SearchCriteriaUserLastName </searchCriteriaUserLastName> [0..*]
<searchCriteriaUserFirstName> SearchCriteriaUserFirstName </searchCriteriaUserFirstName> [0..*]
<searchCriteriaDn> SearchCriteriaDn </searchCriteriaDn> [0..*]
<searchCriteriaGroupLocationCode> SearchCriteriaGroupLocationCode </searchCriteriaGroupLocationCode> [0..*]
<searchCriteriaExtension> SearchCriteriaExtension </searchCriteriaExtension> [0..*]
<searchCriteriaMobilePhoneNumber> SearchCriteriaMobilePhoneNumber </searchCriteriaMobilePhoneNumber> [0..*]
<searchCriteriaEmailAddress> SearchCriteriaEmailAddress </searchCriteriaEmailAddress> [0..*]
<searchCriteriaYahooId> SearchCriteriaYahooId </searchCriteriaYahooId> [0..*]
<searchCriteriaExactUserGroup> SearchCriteriaExactUserGroup </searchCriteriaExactUserGroup> [0..1]
<searchCriteriaExactUserDepartment> SearchCriteriaExactUserDepartment </searchCriteriaExactUserDepartment> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupPhoneDirectoryGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="isExtendedInfoRequested" type=" xs:boolean "/>
<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="searchCriteriaDn" type=" SearchCriteriaDn " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaGroupLocationCode" type=" SearchCriteriaGroupLocationCode " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExtension" type=" SearchCriteriaExtension " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaMobilePhoneNumber" type=" SearchCriteriaMobilePhoneNumber " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaEmailAddress" type=" SearchCriteriaEmailAddress " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaYahooId" type=" SearchCriteriaYahooId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactUserGroup" type=" SearchCriteriaExactUserGroup " minOccurs="0"/>
<xs:element name="searchCriteriaExactUserDepartment" type=" SearchCriteriaExactUserDepartment " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupPhoneDirectoryGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupPhoneDirectoryGetListResponse
Abstract no
Documentation Response to GroupPhoneDirectoryGetListRequest. Contains a table with a row for each phone number and column headings : "Name", "Number", "Extension", "Mobile", "Email Address", "Department", "Hiragana Name", "Group Id", "Yahoo Id". If extended directory information is requested, the following columns are also included: "First Name", "Last Name", "User Id", "Pager", "Title", "Time Zone", "Location", "Address Line 1", "Address Line 2", "City", "State", "Zip", "Country". Replace by: GroupPhoneDirectoryGetListResponse17
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<directoryTable> core:OCITable </directoryTable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupPhoneDirectoryGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="directoryTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupPolicyGetRequest14sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupPolicyGetRequest14sp4
Abstract no
Documentation Requests the Group's policy settings. The response is either GroupPolicyGetResponse14sp4 or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupPolicyGetRequest14sp4">
<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: GroupPolicyGetResponse14sp4

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

Complex Type: GroupTimeScheduleAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTimeScheduleAddRequest
Abstract no
Documentation Add a time schedule to a group. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<timeScheduleName> ScheduleName </timeScheduleName> [1]
<timeInterval01> TimeInterval </timeInterval01> [0..1]
<timeInterval02> TimeInterval </timeInterval02> [0..1]
<timeInterval03> TimeInterval </timeInterval03> [0..1]
<timeInterval04> TimeInterval </timeInterval04> [0..1]
<timeInterval05> TimeInterval </timeInterval05> [0..1]
<timeInterval06> TimeInterval </timeInterval06> [0..1]
<timeInterval07> TimeInterval </timeInterval07> [0..1]
<timeInterval08> TimeInterval </timeInterval08> [0..1]
<timeInterval09> TimeInterval </timeInterval09> [0..1]
<timeInterval10> TimeInterval </timeInterval10> [0..1]
<timeInterval11> TimeInterval </timeInterval11> [0..1]
<timeInterval12> TimeInterval </timeInterval12> [0..1]
<timeInterval13> TimeInterval </timeInterval13> [0..1]
<timeInterval14> TimeInterval </timeInterval14> [0..1]
<timeInterval15> TimeInterval </timeInterval15> [0..1]
<timeInterval16> TimeInterval </timeInterval16> [0..1]
<timeInterval17> TimeInterval </timeInterval17> [0..1]
<timeInterval18> TimeInterval </timeInterval18> [0..1]
<timeInterval19> TimeInterval </timeInterval19> [0..1]
<timeInterval20> TimeInterval </timeInterval20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTimeScheduleAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="timeScheduleName" type=" ScheduleName "/>
<xs:element name="timeInterval01" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval02" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval03" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval04" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval05" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval06" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval07" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval08" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval09" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval10" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval11" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval12" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval13" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval14" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval15" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval16" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval17" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval18" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval19" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval20" type=" TimeInterval " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTimeScheduleDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTimeScheduleDeleteRequest
Abstract no
Documentation Delete a time schedule from a group. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<timeScheduleName> ScheduleName </timeScheduleName> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTimeScheduleDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="timeScheduleName" type=" ScheduleName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTimeScheduleGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTimeScheduleGetListRequest
Abstract no
Documentation Request a list of all time schedules in a group. The response is either a GroupTimeScheduleGetListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTimeScheduleGetListRequest">
<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: GroupTimeScheduleGetListResponse

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

Complex Type: GroupTimeScheduleGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTimeScheduleGetRequest
Abstract no
Documentation Request to get a group time schedule. The response is either a GroupTimeScheduleGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<timeScheduleName> ScheduleName </timeScheduleName> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTimeScheduleGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="timeScheduleName" type=" ScheduleName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTimeScheduleGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTimeScheduleGetResponse
Abstract no
Documentation Response to the GroupTimeScheduleGetRequest. The response contains the group's time schedule information.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<timeScheduleName> ScheduleName </timeScheduleName> [1]
<timeInterval01> TimeInterval </timeInterval01> [0..1]
<timeInterval02> TimeInterval </timeInterval02> [0..1]
<timeInterval03> TimeInterval </timeInterval03> [0..1]
<timeInterval04> TimeInterval </timeInterval04> [0..1]
<timeInterval05> TimeInterval </timeInterval05> [0..1]
<timeInterval06> TimeInterval </timeInterval06> [0..1]
<timeInterval07> TimeInterval </timeInterval07> [0..1]
<timeInterval08> TimeInterval </timeInterval08> [0..1]
<timeInterval09> TimeInterval </timeInterval09> [0..1]
<timeInterval10> TimeInterval </timeInterval10> [0..1]
<timeInterval11> TimeInterval </timeInterval11> [0..1]
<timeInterval12> TimeInterval </timeInterval12> [0..1]
<timeInterval13> TimeInterval </timeInterval13> [0..1]
<timeInterval14> TimeInterval </timeInterval14> [0..1]
<timeInterval15> TimeInterval </timeInterval15> [0..1]
<timeInterval16> TimeInterval </timeInterval16> [0..1]
<timeInterval17> TimeInterval </timeInterval17> [0..1]
<timeInterval18> TimeInterval </timeInterval18> [0..1]
<timeInterval19> TimeInterval </timeInterval19> [0..1]
<timeInterval20> TimeInterval </timeInterval20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTimeScheduleGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="timeScheduleName" type=" ScheduleName "/>
<xs:element name="timeInterval01" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval02" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval03" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval04" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval05" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval06" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval07" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval08" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval09" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval10" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval11" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval12" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval13" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval14" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval15" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval16" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval17" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval18" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval19" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval20" type=" TimeInterval " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTimeScheduleModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTimeScheduleModifyRequest
Abstract no
Documentation Modify a specified time schedule in a group. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<timeScheduleName> ScheduleName </timeScheduleName> [1]
<newTimeScheduleName> ScheduleName </newTimeScheduleName> [0..1]
<timeInterval01> TimeInterval </timeInterval01> [0..1]
<timeInterval02> TimeInterval </timeInterval02> [0..1]
<timeInterval03> TimeInterval </timeInterval03> [0..1]
<timeInterval04> TimeInterval </timeInterval04> [0..1]
<timeInterval05> TimeInterval </timeInterval05> [0..1]
<timeInterval06> TimeInterval </timeInterval06> [0..1]
<timeInterval07> TimeInterval </timeInterval07> [0..1]
<timeInterval08> TimeInterval </timeInterval08> [0..1]
<timeInterval09> TimeInterval </timeInterval09> [0..1]
<timeInterval10> TimeInterval </timeInterval10> [0..1]
<timeInterval11> TimeInterval </timeInterval11> [0..1]
<timeInterval12> TimeInterval </timeInterval12> [0..1]
<timeInterval13> TimeInterval </timeInterval13> [0..1]
<timeInterval14> TimeInterval </timeInterval14> [0..1]
<timeInterval15> TimeInterval </timeInterval15> [0..1]
<timeInterval16> TimeInterval </timeInterval16> [0..1]
<timeInterval17> TimeInterval </timeInterval17> [0..1]
<timeInterval18> TimeInterval </timeInterval18> [0..1]
<timeInterval19> TimeInterval </timeInterval19> [0..1]
<timeInterval20> TimeInterval </timeInterval20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTimeScheduleModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="timeScheduleName" type=" ScheduleName "/>
<xs:element name="newTimeScheduleName" type=" ScheduleName " minOccurs="0"/>
<xs:element name="timeInterval01" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval02" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval03" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval04" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval05" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval06" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval07" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval08" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval09" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval10" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval11" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval12" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval13" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval14" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval15" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval16" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval17" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval18" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval19" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval20" type=" TimeInterval " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupAddInstanceRequest15sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupAddInstanceRequest15sp2
Abstract no
Documentation Add a Trunk Group instance to a group. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<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> Password </sipAuthenticationPassword> [0..1]
<hostedUserId> UserId </hostedUserId> [0..*]
<trunkGroupIdentity> SIPURI </trunkGroupIdentity> [0..1]
<otgDtgIdentity> OtgDtgIdentity </otgDtgIdentity> [0..1]
<includeTrunkGroupIdentity> xs:boolean </includeTrunkGroupIdentity> [1]
<includeDtgIdentity> xs:boolean </includeDtgIdentity> [1]
<enableNetworkAddressIdentity> xs:boolean </enableNetworkAddressIdentity> [1]
<allowUnscreenedCalls> xs:boolean </allowUnscreenedCalls> [1]
<allowUnscreenedEmergencyCalls> xs:boolean </allowUnscreenedEmergencyCalls> [1]
<pilotUserCallingLineIdentityPolicy> TrunkGroupPilotUserCallingLineIdentityUsagePolicy </pilotUserCallingLineIdentityPolicy> [1]
<pilotUserChargeNumberPolicy> TrunkGroupPilotUserChargeNumberUsagePolicy </pilotUserChargeNumberPolicy> [1]
<callForwardingAlwaysAction> TrunkGroupCallForwardingAlwaysAction </callForwardingAlwaysAction> [0..1]
<callForwardingAlwaysForwardAddress> OutgoingDNorSIPURI </callForwardingAlwaysForwardAddress> [0..1]
<callForwardingAlwaysRerouteTrunkGroupKey> TrunkGroupKey </callForwardingAlwaysRerouteTrunkGroupKey> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupAddInstanceRequest15sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="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=" Password " minOccurs="0"/>
<xs:element name="hostedUserId" type=" UserId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="trunkGroupIdentity" type=" SIPURI " minOccurs="0"/>
<xs:element name="otgDtgIdentity" type=" OtgDtgIdentity " minOccurs="0"/>
<xs:element name="includeTrunkGroupIdentity" type=" xs:boolean "/>
<xs:element name="includeDtgIdentity" type=" xs:boolean "/>
<xs:element name="enableNetworkAddressIdentity" type=" xs:boolean "/>
<xs:element name="allowUnscreenedCalls" type=" xs:boolean "/>
<xs:element name="allowUnscreenedEmergencyCalls" type=" xs:boolean "/>
<xs:element name="pilotUserCallingLineIdentityPolicy" type=" TrunkGroupPilotUserCallingLineIdentityUsagePolicy "/>
<xs:element name="pilotUserChargeNumberPolicy" type=" TrunkGroupPilotUserChargeNumberUsagePolicy "/>
<xs:element name="callForwardingAlwaysAction" type=" TrunkGroupCallForwardingAlwaysAction " minOccurs="0"/>
<xs:element name="callForwardingAlwaysForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="callForwardingAlwaysRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceRequest15sp2

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceResponse15sp2
Abstract no
Documentation Response to GroupTrunkGroupGetInstanceRequest15sp2. Returns the profile information for the Trunk Group. Contains a hosted user table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<pilotUserId> UserId </pilotUserId> [0..1]
<department> DepartmentKey </department> [0..1]
<accessDevice> AccessDevice </accessDevice> [0..1]
<maxActiveCalls> MaxActiveCalls </maxActiveCalls> [1]
<maxIncomingCalls> MaxIncomingCalls </maxIncomingCalls> [0..1]
<maxOutgoingCalls> MaxOutgoingCalls </maxOutgoingCalls> [0..1]
<enableBursting> xs:boolean </enableBursting> [1]
<burstingMaxActiveCalls> BurstingMaxActiveCalls </burstingMaxActiveCalls> [0..1]
<burstingMaxIncomingCalls> BurstingMaxIncomingCalls </burstingMaxIncomingCalls> [0..1]
<burstingMaxOutgoingCalls> BurstingMaxOutgoingCalls </burstingMaxOutgoingCalls> [0..1]
<capacityExceededAction> TrunkGroupCapacityExceededAction </capacityExceededAction> [0..1]
<capacityExceededForwardAddress> OutgoingDNorSIPURI </capacityExceededForwardAddress> [0..1]
<capacityExceededRerouteTrunkGroupKey> TrunkGroupKey </capacityExceededRerouteTrunkGroupKey> [0..1]
<capacityExceededTrapInitialCalls> TrapInitialThreshold </capacityExceededTrapInitialCalls> [1]
<capacityExceededTrapOffsetCalls> TrapOffsetThreshold </capacityExceededTrapOffsetCalls> [1]
<unreachableDestinationAction> TrunkGroupUnreachableDestinationAction </unreachableDestinationAction> [0..1]
<unreachableDestinationForwardAddress> OutgoingDNorSIPURI </unreachableDestinationForwardAddress> [0..1]
<unreachableDestinationRerouteTrunkGroupKey> TrunkGroupKey </unreachableDestinationRerouteTrunkGroupKey> [0..1]
<invitationTimeout> TrunkGroupInvitationTimeoutSeconds </invitationTimeout> [1]
<requireAuthentication> xs:boolean </requireAuthentication> [1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
<hostedUserTable> core:OCITable </hostedUserTable> [0..1]
<trunkGroupIdentity> SIPURI </trunkGroupIdentity> [0..1]
<otgDtgIdentity> OtgDtgIdentity </otgDtgIdentity> [0..1]
<includeTrunkGroupIdentity> xs:boolean </includeTrunkGroupIdentity> [1]
<includeDtgIdentity> xs:boolean </includeDtgIdentity> [1]
<enableNetworkAddressIdentity> xs:boolean </enableNetworkAddressIdentity> [1]
<allowUnscreenedCalls> xs:boolean </allowUnscreenedCalls> [1]
<allowUnscreenedEmergencyCalls> xs:boolean </allowUnscreenedEmergencyCalls> [1]
<pilotUserCallingLineIdentityPolicy> TrunkGroupPilotUserCallingLineIdentityUsagePolicy </pilotUserCallingLineIdentityPolicy> [1]
<pilotUserChargeNumberPolicy> TrunkGroupPilotUserChargeNumberUsagePolicy </pilotUserChargeNumberPolicy> [1]
<callForwardingAlwaysAction> TrunkGroupCallForwardingAlwaysAction </callForwardingAlwaysAction> [0..1]
<callForwardingAlwaysForwardAddress> OutgoingDNorSIPURI </callForwardingAlwaysForwardAddress> [0..1]
<callForwardingAlwaysRerouteTrunkGroupKey> TrunkGroupKey </callForwardingAlwaysRerouteTrunkGroupKey> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceResponse15sp2">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="pilotUserId" type=" UserId " minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " minOccurs="0"/>
<xs:element name="accessDevice" type=" AccessDevice " minOccurs="0"/>
<xs:element name="maxActiveCalls" type=" MaxActiveCalls "/>
<xs:element name="maxIncomingCalls" type=" MaxIncomingCalls " minOccurs="0"/>
<xs:element name="maxOutgoingCalls" type=" MaxOutgoingCalls " minOccurs="0"/>
<xs:element name="enableBursting" type=" xs:boolean "/>
<xs:element name="burstingMaxActiveCalls" type=" BurstingMaxActiveCalls " minOccurs="0"/>
<xs:element name="burstingMaxIncomingCalls" type=" BurstingMaxIncomingCalls " minOccurs="0"/>
<xs:element name="burstingMaxOutgoingCalls" type=" BurstingMaxOutgoingCalls " minOccurs="0"/>
<xs:element name="capacityExceededAction" type=" TrunkGroupCapacityExceededAction " minOccurs="0"/>
<xs:element name="capacityExceededForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="capacityExceededRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0"/>
<xs:element name="capacityExceededTrapInitialCalls" type=" TrapInitialThreshold "/>
<xs:element name="capacityExceededTrapOffsetCalls" type=" TrapOffsetThreshold "/>
<xs:element name="unreachableDestinationAction" type=" TrunkGroupUnreachableDestinationAction " minOccurs="0"/>
<xs:element name="unreachableDestinationForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="unreachableDestinationRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0"/>
<xs:element name="invitationTimeout" type=" TrunkGroupInvitationTimeoutSeconds "/>
<xs:element name="requireAuthentication" type=" xs:boolean "/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " minOccurs="0"/>
<xs:element name="hostedUserTable" type=" core:OCITable " minOccurs="0"/>
<xs:element name="trunkGroupIdentity" type=" SIPURI " minOccurs="0"/>
<xs:element name="otgDtgIdentity" type=" OtgDtgIdentity " minOccurs="0"/>
<xs:element name="includeTrunkGroupIdentity" type=" xs:boolean "/>
<xs:element name="includeDtgIdentity" type=" xs:boolean "/>
<xs:element name="enableNetworkAddressIdentity" type=" xs:boolean "/>
<xs:element name="allowUnscreenedCalls" type=" xs:boolean "/>
<xs:element name="allowUnscreenedEmergencyCalls" type=" xs:boolean "/>
<xs:element name="pilotUserCallingLineIdentityPolicy" type=" TrunkGroupPilotUserCallingLineIdentityUsagePolicy "/>
<xs:element name="pilotUserChargeNumberPolicy" type=" TrunkGroupPilotUserChargeNumberUsagePolicy "/>
<xs:element name="callForwardingAlwaysAction" type=" TrunkGroupCallForwardingAlwaysAction " minOccurs="0"/>
<xs:element name="callForwardingAlwaysForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="callForwardingAlwaysRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupVoiceMessagingGroupGetVoicePortalRequest15

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetVoicePortalRequest15
Abstract no
Documentation Request to get the group voice portal information for a voice messaging group. The response is either GroupVoiceMessagingGroupGetVoicePortalResponse15 or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupVoiceMessagingGroupGetVoicePortalRequest15">
<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: GroupVoiceMessagingGroupGetVoicePortalResponse15

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

Complex Type: Holiday

Parent type: None
Sub-types: None
Name Holiday
Abstract no
Documentation Holiday entry.
XML Instance Representation
<...>
<holidayName> HolidayName </holidayName> [1]
<startDate> xs:date </startDate> [1]
<endDate> xs:date </endDate> [0..1]
</...>
Schema Component Representation
<xs:complexType name="Holiday">
<xs:sequence>
<xs:element name="holidayName" type=" HolidayName "/>
<xs:element name="startDate" type=" xs:date "/>
<xs:element name="endDate" type=" xs:date " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ServiceInstanceReadProfile

Parent type: None
Sub-types: None
Name ServiceInstanceReadProfile
Abstract no
Documentation Service Profile Information for group service. It is identical to the ServiceInstanceAddProfile, but without the password. Prior to release 14 this was called ServiceInstanceProfile.
XML Instance Representation
<...>
<name> ServiceInstanceProfileName </name> [1]
<callingLineIdLastName> CallingLineIdLastName </callingLineIdLastName> [1]
<callingLineIdFirstName> CallingLineIdFirstName </callingLineIdFirstName> [1]
<hiraganaLastName> HiraganaLastName </hiraganaLastName> [0..1]
<hiraganaFirstName> HiraganaFirstName </hiraganaFirstName> [0..1]
<phoneNumber> DN </phoneNumber> [0..1]
<extension> Extension </extension> [0..1]
<department> DepartmentKey </department> [0..1]
<language> Language </language> [0..1]
<timeZone> TimeZone </timeZone> [0..1]
<timeZoneDisplayName> TimeZoneDisplayName </timeZoneDisplayName> [0..1]
<alias> SIPURI </alias> [0..3]
<publicUserIdentity> SIPURI </publicUserIdentity> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceInstanceReadProfile">
<xs:sequence>
<xs:element name="name" type=" ServiceInstanceProfileName "/>
<xs:element name="callingLineIdLastName" type=" CallingLineIdLastName "/>
<xs:element name="callingLineIdFirstName" type=" CallingLineIdFirstName "/>
<xs:element name="hiraganaLastName" type=" HiraganaLastName " minOccurs="0"/>
<xs:element name="hiraganaFirstName" type=" HiraganaFirstName " minOccurs="0"/>
<xs:element name="phoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="extension" type=" Extension " minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " minOccurs="0"/>
<xs:element name="language" type=" Language " minOccurs="0"/>
<xs:element name="timeZone" type=" TimeZone " minOccurs="0"/>
<xs:element name="timeZoneDisplayName" type=" TimeZoneDisplayName " minOccurs="0"/>
<xs:element name="alias" type=" SIPURI " minOccurs="0" maxOccurs="3"/>
<xs:element name="publicUserIdentity" type=" SIPURI " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ServiceProviderAccessDeviceFileGetRequest14sp8

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

Complex Type: ServiceProviderAccessDeviceFileGetResponse14sp8

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

Complex Type: ServiceProviderAdminGetPolicyRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderAdminGetPolicyRequest14
Abstract no
Documentation Requests the service provider administrator's policy settings. The response is either ServiceProviderAdminGetPolicyResponse14 or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderAdminGetPolicyRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderAdminGetPolicyRequest16sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderAdminGetPolicyRequest16sp1
Abstract no
Documentation Requests the service provider administrator's policy settings. The response is either ServiceProviderAdminGetPolicyResponse16sp1 or ErrorResponse. Replaced by: ServiceProviderAdminGetPolicyRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderAdminGetPolicyRequest16sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderAdminGetPolicyRequest16sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderAdminGetPolicyRequest16sp2
Abstract no
Documentation Requests the service provider administrator's policy settings. The response is either ServiceProviderAdminGetPolicyResponse16sp2 or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderAdminGetPolicyRequest16sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderAdminGetPolicyResponse14

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

Complex Type: ServiceProviderAdminGetPolicyResponse16sp1

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

Complex Type: ServiceProviderAdminGetPolicyResponse16sp2

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

Complex Type: ServiceProviderCallProcessingGetPolicyRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderCallProcessingGetPolicyRequest16
Abstract no
Documentation Request the service provider level data associated with Call Processing Policy. The response is either a ServiceProviderCallProcessingGetPolicyResponse16 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderCallProcessingGetPolicyRequest16">
<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: ServiceProviderCallProcessingGetPolicyRequest16sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderCallProcessingGetPolicyRequest16sp2
Abstract no
Documentation Request the service provider level data associated with Call Processing Policy. The response is either a ServiceProviderCallProcessingGetPolicyResponse16sp2 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderCallProcessingGetPolicyRequest16sp2">
<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: ServiceProviderCallProcessingGetPolicyResponse16

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

Complex Type: ServiceProviderCallProcessingGetPolicyResponse16sp2

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

Complex Type: ServiceProviderDialPlanPolicyGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderDialPlanPolicyGetRequest
Abstract no
Documentation Request the Service Provider level data associated with Dial Plan Policy. The response is either a ServiceProviderDialPlanPolicyGetResponse or an ErrorResponse. Replaced by: ServiceProviderDialPlanPolicyGetRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderDialPlanPolicyGetRequest">
<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: ServiceProviderDialPlanPolicyGetResponse

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

Complex Type: ServiceProviderInCallServiceActivationGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderInCallServiceActivationGetRequest
Abstract no
Documentation Request the service provider's DTMF based in-call service activation trigger attributes.The response is either a ServiceProviderInCallServiceActivationGetResponse or an ErrorResponse. Replaced by: ServiceProviderInCallServiceActivationGetRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderInCallServiceActivationGetRequest">
<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: ServiceProviderInCallServiceActivationGetResponse

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

Complex Type: ServiceProviderInCallServiceActivationModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderInCallServiceActivationModifyRequest
Abstract no
Documentation Modifies the service provider's DTMF based in-call service activation trigger attributes.The response is either a SuccessResponse or an ErrorResponse. Replaced by: ServiceProviderInCallServiceActivationModifyRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<activationDigits> InCallServiceActivationDigits </activationDigits> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderInCallServiceActivationModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="activationDigits" type=" InCallServiceActivationDigits " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceFileGetRequest14sp8

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

Complex Type: SystemAccessDeviceFileGetResponse14sp8

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

Complex Type: SystemAutomaticCallbackGetRequest15sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAutomaticCallbackGetRequest15sp2
Abstract no
Documentation Request the system's automatic callback attributes. The response is either a SystemAutomaticCallbackGetResponse15sp2 or an ErrorResponse. Replaced by: SystemAutomaticCallbackGetRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemAutomaticCallbackGetRequest15sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAutomaticCallbackGetResponse15sp2

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

Complex Type: SystemCallCenterGetRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallCenterGetRequest16
Abstract no
Documentation Request the system level data associated with Call Center. The response is either a SystemCallCenterGetResponse16 or an ErrorResponse. Replaced by: SystemCallCenterGetRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemCallCenterGetRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallCenterGetResponse16

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

Complex Type: SystemCallingNameRetrievalGetRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallingNameRetrievalGetRequest14
Abstract no
Documentation Request the system's calling name retrieval attributes. The response is either a SystemCallingNameRetrievalGetResponse14 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemCallingNameRetrievalGetRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallingNameRetrievalGetResponse14

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallingNameRetrievalGetResponse14
Abstract no
Documentation Response to SystemCallingNameRetrievalGetRequest14.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<queryTimerMilliSeconds> CallingNameRetrievalQueryTimerMilliSeconds </queryTimerMilliSeconds> [1]
<serverNetAddress> NetAddress </serverNetAddress> [0..1]
<serverPort> Port1025 </serverPort> [0..1]
<serverTransportProtocol> TransportProtocol </serverTransportProtocol> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallingNameRetrievalGetResponse14">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="queryTimerMilliSeconds" type=" CallingNameRetrievalQueryTimerMilliSeconds "/>
<xs:element name="serverNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="serverPort" type=" Port1025 " minOccurs="0"/>
<xs:element name="serverTransportProtocol" type=" TransportProtocol "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallingNameRetrievalModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallingNameRetrievalModifyRequest
Abstract no
Documentation Modifies the system's calling name retrieval attributes. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<queryTimerMilliSeconds> CallingNameRetrievalQueryTimerMilliSeconds </queryTimerMilliSeconds> [0..1]
<serverNetAddress> NetAddress </serverNetAddress> [0..1]
<serverPort> Port1025 </serverPort> [0..1]
<serverTransportProtocol> TransportProtocol </serverTransportProtocol> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallingNameRetrievalModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="queryTimerMilliSeconds" type=" CallingNameRetrievalQueryTimerMilliSeconds " minOccurs="0"/>
<xs:element name="serverNetAddress" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="serverPort" type=" Port1025 " nillable="true" minOccurs="0"/>
<xs:element name="serverTransportProtocol" type=" TransportProtocol " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingGetPolicyRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingGetPolicyRequest16
Abstract no
Documentation Request the system level data associated with Call Processing Policy. The response is either a SystemCallProcessingGetPolicyResponse16 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingGetPolicyRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingGetPolicyRequest16sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingGetPolicyRequest16sp2
Abstract no
Documentation Request the system level data associated with Call Processing Policy. The response is either a SystemCallProcessingGetPolicyResponse16sp2 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingGetPolicyRequest16sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingGetPolicyResponse16

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

Complex Type: SystemCallProcessingGetPolicyResponse16sp2

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

Complex Type: SystemCommunicationBarringCriteriaAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringCriteriaAddRequest
Abstract no
Documentation Add a new Communication Barring Criteria. The response is either a SuccessResponse or an ErrorResponse. Replaced by: SystemCommunicationBarringCriteriaAddRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<description> CommunicationBarringCriteriaDescription </description> [0..1]
<matchCallType> CommunicationBarringCallType </matchCallType> [0..*]
<matchAlternateCallIndicator> CommunicationBarringAlternateCallIndicator </matchAlternateCallIndicator> [0..*]
<matchVirtualOnNetCallType> VirtualOnNetCallTypeName </matchVirtualOnNetCallType> [0..*]
<matchPublicNetwork> xs:boolean </matchPublicNetwork> [1]
<matchPrivateNetwork> xs:boolean </matchPrivateNetwork> [1]
<matchLocalCategory> xs:boolean </matchLocalCategory> [1]
<matchNationalCategory> xs:boolean </matchNationalCategory> [1]
<matchInterlataCategory> xs:boolean </matchInterlataCategory> [1]
<matchIntralataCategory> xs:boolean </matchIntralataCategory> [1]
<matchInternationalCategory> xs:boolean </matchInternationalCategory> [1]
<matchPrivateCategory> xs:boolean </matchPrivateCategory> [1]
<matchEmergencyCategory> xs:boolean </matchEmergencyCategory> [1]
<matchOtherCategory> xs:boolean </matchOtherCategory> [1]
<matchInterNetwork> xs:boolean </matchInterNetwork> [1]
<matchInterHostingNE> xs:boolean </matchInterHostingNE> [1]
<matchInterAS> xs:boolean </matchInterAS> [1]
<matchIntraAS> xs:boolean </matchIntraAS> [1]
<matchChargeCalls> xs:boolean </matchChargeCalls> [1]
<matchNoChargeCalls> xs:boolean </matchNoChargeCalls> [1]
<matchGroupCalls> xs:boolean </matchGroupCalls> [1]
<matchEnterpriseCalls> xs:boolean </matchEnterpriseCalls> [1]
<matchNetworkCalls> xs:boolean </matchNetworkCalls> [1]
<matchNetworkURLCalls> xs:boolean </matchNetworkURLCalls> [1]
<matchRepairCalls> xs:boolean </matchRepairCalls> [1]
<matchEmergencyCalls> xs:boolean </matchEmergencyCalls> [1]
<matchInternalCalls> xs:boolean </matchInternalCalls> [1]
<timeSchedule> TimeScheduleName </timeSchedule> [0..1]
<holidaySchedule> HolidayScheduleName </holidaySchedule> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringCriteriaAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringCriteriaName "/>
<xs:element name="description" type=" CommunicationBarringCriteriaDescription " minOccurs="0"/>
<xs:element name="matchCallType" type=" CommunicationBarringCallType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="matchAlternateCallIndicator" type=" CommunicationBarringAlternateCallIndicator " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="matchVirtualOnNetCallType" type=" VirtualOnNetCallTypeName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="matchPublicNetwork" type=" xs:boolean "/>
<xs:element name="matchPrivateNetwork" type=" xs:boolean "/>
<xs:element name="matchLocalCategory" type=" xs:boolean "/>
<xs:element name="matchNationalCategory" type=" xs:boolean "/>
<xs:element name="matchInterlataCategory" type=" xs:boolean "/>
<xs:element name="matchIntralataCategory" type=" xs:boolean "/>
<xs:element name="matchInternationalCategory" type=" xs:boolean "/>
<xs:element name="matchPrivateCategory" type=" xs:boolean "/>
<xs:element name="matchEmergencyCategory" type=" xs:boolean "/>
<xs:element name="matchOtherCategory" type=" xs:boolean "/>
<xs:element name="matchInterNetwork" type=" xs:boolean "/>
<xs:element name="matchInterHostingNE" type=" xs:boolean "/>
<xs:element name="matchInterAS" type=" xs:boolean "/>
<xs:element name="matchIntraAS" type=" xs:boolean "/>
<xs:element name="matchChargeCalls" type=" xs:boolean "/>
<xs:element name="matchNoChargeCalls" type=" xs:boolean "/>
<xs:element name="matchGroupCalls" type=" xs:boolean "/>
<xs:element name="matchEnterpriseCalls" type=" xs:boolean "/>
<xs:element name="matchNetworkCalls" type=" xs:boolean "/>
<xs:element name="matchNetworkURLCalls" type=" xs:boolean "/>
<xs:element name="matchRepairCalls" type=" xs:boolean "/>
<xs:element name="matchEmergencyCalls" type=" xs:boolean "/>
<xs:element name="matchInternalCalls" type=" xs:boolean "/>
<xs:element name="timeSchedule" type=" TimeScheduleName " minOccurs="0"/>
<xs:element name="holidaySchedule" type=" HolidayScheduleName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringCriteriaGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringCriteriaGetRequest
Abstract no
Documentation Get an existing Communication Barring Criteria. The response is either a SystemCommunicationBarringCriteriaGetResponse or an ErrorResponse. Replaced by: SystemCommunicationBarringCriteriaGetRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringCriteriaGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringCriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringCriteriaGetResponse

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

Complex Type: SystemDeviceTypeGetRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceTypeGetRequest16
Abstract no
Documentation Requests the information about the specified device type without regard to whether the type is SIP or MGCP. The response is either SystemDeviceTypeGetResponse16 or ErrorResponse. Replaced by: SystemDeviceTypeGetRequest16sp1
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceType> AccessDeviceType </deviceType> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceTypeGetRequest16">
<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: SystemDeviceTypeGetResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDeviceTypeGetResponse16
Abstract no
Documentation Response to SystemDeviceTypeGetRequest16. Replaced by: SystemDeviceTypeGetResponse16sp1
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete> xs:boolean </isObsolete> [1]
<profile> SignalingAddressType </profile> [1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptionsRead16 </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="SystemDeviceTypeGetResponse16">
<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=" CPEDeviceOptionsRead16 " 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: SystemDialPlanPolicyGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDialPlanPolicyGetRequest
Abstract no
Documentation Request the system level data associated with Dial Plan Policy. The response is either a SystemDialPlanPolicyGetResponse or an ErrorResponse. Replaced by: SystemDialPlanPolicyGetRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemDialPlanPolicyGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDialPlanPolicyGetResponse

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

Complex Type: SystemExpensiveCallTypeGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExpensiveCallTypeGetListRequest
Abstract no
Documentation Request to get the list of expensive alternate call indicators in the system. The response is either a SystemExpensiveCallTypeGetListResponse or an ErrorResponse. Replaced by: SystemExpensiveCallTypeGetListRequest16sp1
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemExpensiveCallTypeGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExpensiveCallTypeGetListResponse

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

Complex Type: SystemHolidayScheduleAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemHolidayScheduleAddRequest
Abstract no
Documentation Add a system holiday schedule. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName> ScheduleName </holidayScheduleName> [1]
<holiday01> Holiday </holiday01> [0..1]
<holiday02> Holiday </holiday02> [0..1]
<holiday03> Holiday </holiday03> [0..1]
<holiday04> Holiday </holiday04> [0..1]
<holiday05> Holiday </holiday05> [0..1]
<holiday06> Holiday </holiday06> [0..1]
<holiday07> Holiday </holiday07> [0..1]
<holiday08> Holiday </holiday08> [0..1]
<holiday09> Holiday </holiday09> [0..1]
<holiday10> Holiday </holiday10> [0..1]
<holiday11> Holiday </holiday11> [0..1]
<holiday12> Holiday </holiday12> [0..1]
<holiday13> Holiday </holiday13> [0..1]
<holiday14> Holiday </holiday14> [0..1]
<holiday15> Holiday </holiday15> [0..1]
<holiday16> Holiday </holiday16> [0..1]
<holiday17> Holiday </holiday17> [0..1]
<holiday18> Holiday </holiday18> [0..1]
<holiday19> Holiday </holiday19> [0..1]
<holiday20> Holiday </holiday20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemHolidayScheduleAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="holidayScheduleName" type=" ScheduleName "/>
<xs:element name="holiday01" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday02" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday03" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday04" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday05" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday06" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday07" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday08" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday09" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday10" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday11" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday12" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday13" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday14" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday15" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday16" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday17" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday18" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday19" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday20" type=" Holiday " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemHolidayScheduleDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemHolidayScheduleDeleteRequest
Abstract no
Documentation Delete a system holiday schedule. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName> ScheduleName </holidayScheduleName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemHolidayScheduleDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="holidayScheduleName" type=" ScheduleName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemHolidayScheduleGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemHolidayScheduleGetListRequest
Abstract no
Documentation Request a list of all system holiday schedules. The response is either a SystemHolidayScheduleGetListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemHolidayScheduleGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemHolidayScheduleGetListResponse

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

Complex Type: SystemHolidayScheduleGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemHolidayScheduleGetRequest
Abstract no
Documentation Get a system holiday schedule. The response is either a SystemHolidayScheduleGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName> ScheduleName </holidayScheduleName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemHolidayScheduleGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="holidayScheduleName" type=" ScheduleName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemHolidayScheduleGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemHolidayScheduleGetResponse
Abstract no
Documentation Response to the SystemHolidayScheduleGetRequest. The response contains the system holiday schedule information.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<holiday01> Holiday </holiday01> [0..1]
<holiday02> Holiday </holiday02> [0..1]
<holiday03> Holiday </holiday03> [0..1]
<holiday04> Holiday </holiday04> [0..1]
<holiday05> Holiday </holiday05> [0..1]
<holiday06> Holiday </holiday06> [0..1]
<holiday07> Holiday </holiday07> [0..1]
<holiday08> Holiday </holiday08> [0..1]
<holiday09> Holiday </holiday09> [0..1]
<holiday10> Holiday </holiday10> [0..1]
<holiday11> Holiday </holiday11> [0..1]
<holiday12> Holiday </holiday12> [0..1]
<holiday13> Holiday </holiday13> [0..1]
<holiday14> Holiday </holiday14> [0..1]
<holiday15> Holiday </holiday15> [0..1]
<holiday16> Holiday </holiday16> [0..1]
<holiday17> Holiday </holiday17> [0..1]
<holiday18> Holiday </holiday18> [0..1]
<holiday19> Holiday </holiday19> [0..1]
<holiday20> Holiday </holiday20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemHolidayScheduleGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="holiday01" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday02" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday03" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday04" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday05" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday06" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday07" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday08" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday09" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday10" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday11" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday12" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday13" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday14" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday15" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday16" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday17" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday18" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday19" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday20" type=" Holiday " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemHolidayScheduleModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemHolidayScheduleModifyRequest
Abstract no
Documentation Modify a system holiday schedule. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName> ScheduleName </holidayScheduleName> [1]
<newHolidayScheduleName> ScheduleName </newHolidayScheduleName> [0..1]
<holiday01> Holiday </holiday01> [0..1]
<holiday02> Holiday </holiday02> [0..1]
<holiday03> Holiday </holiday03> [0..1]
<holiday04> Holiday </holiday04> [0..1]
<holiday05> Holiday </holiday05> [0..1]
<holiday06> Holiday </holiday06> [0..1]
<holiday07> Holiday </holiday07> [0..1]
<holiday08> Holiday </holiday08> [0..1]
<holiday09> Holiday </holiday09> [0..1]
<holiday10> Holiday </holiday10> [0..1]
<holiday11> Holiday </holiday11> [0..1]
<holiday12> Holiday </holiday12> [0..1]
<holiday13> Holiday </holiday13> [0..1]
<holiday14> Holiday </holiday14> [0..1]
<holiday15> Holiday </holiday15> [0..1]
<holiday16> Holiday </holiday16> [0..1]
<holiday17> Holiday </holiday17> [0..1]
<holiday18> Holiday </holiday18> [0..1]
<holiday19> Holiday </holiday19> [0..1]
<holiday20> Holiday </holiday20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemHolidayScheduleModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="holidayScheduleName" type=" ScheduleName "/>
<xs:element name="newHolidayScheduleName" type=" ScheduleName " minOccurs="0"/>
<xs:element name="holiday01" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday02" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday03" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday04" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday05" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday06" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday07" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday08" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday09" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday10" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday11" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday12" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday13" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday14" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday15" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday16" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday17" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday18" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday19" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday20" type=" Holiday " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemHuntGroupGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemHuntGroupGetRequest
Abstract no
Documentation Request the system level data associated with Hunt Group. The response is either a SystemHuntGroupGetResponse or an ErrorResponse. Replaced by: SystemHuntGroupGetRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemHuntGroupGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemHuntGroupGetResponse

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

Complex Type: SystemInCallServiceActivationGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemInCallServiceActivationGetRequest
Abstract no
Documentation Request the system's DTMF based in-call service activation trigger attributes. The response is either a SystemInCallServiceActivationGetResponse or an ErrorResponse. Replaced by: SystemInCallServiceActivationGetRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemInCallServiceActivationGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemInCallServiceActivationGetResponse

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

Complex Type: SystemInCallServiceActivationModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemInCallServiceActivationModifyRequest
Abstract no
Documentation Modifies the system's DTMF based in-call service activation trigger attributes.The response is either a SuccessResponse or an ErrorResponse. Replaced by: SystemInCallServiceActivationModifyRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<defaultActivationDigits> InCallServiceActivationDigits </defaultActivationDigits> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemInCallServiceActivationModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="defaultActivationDigits" type=" InCallServiceActivationDigits " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMaliciousCallTraceGetUserListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemMaliciousCallTraceGetUserListRequest
Abstract no
Documentation Request the list of users that use the Malicious Call Trace feature. The response is either a SystemMaliciousCallTraceGetUserListResponse or an ErrorResponse. Replaced By: SystemMaliciousCallTraceGetRequest
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemMaliciousCallTraceGetUserListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMaliciousCallTraceGetUserListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemMaliciousCallTraceGetUserListResponse
Abstract no
Documentation Response to SystemMaliciousCallTraceGetUserListRequest. The column headings are "Service Provider Id", "Group Id", "User Id", "Last Name", "First Name", "Phone Number", "Trace Type", "Status", "Hiragana Last Name" and "Hiragana First Name". Replaced By: SystemMaliciousCallTraceGetResponse
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userTable> core:OCITable </userTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemMaliciousCallTraceGetUserListResponse">
<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: SystemNetworkClassOfServiceGetRequest

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

Complex Type: SystemNetworkClassOfServiceGetResponse

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

Complex Type: SystemOCICallControlApplicationAddRequest14sp9

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCICallControlApplicationAddRequest14sp9
Abstract no
Documentation Add an application to the OCI call control application list. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<applicationId> OCICallControlApplicationId </applicationId> [1]
<enableSystemWide> xs:boolean </enableSystemWide> [1]
<notificationTimeoutSeconds> OCICallApplicationNotificationTimeOutSeconds </notificationTimeoutSeconds> [1]
<description> OCICallControlApplicationDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemOCICallControlApplicationAddRequest14sp9">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="applicationId" type=" OCICallControlApplicationId "/>
<xs:element name="enableSystemWide" type=" xs:boolean "/>
<xs:element name="notificationTimeoutSeconds" type=" OCICallApplicationNotificationTimeOutSeconds "/>
<xs:element name="description" type=" OCICallControlApplicationDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPolicyGetDefaultRequest14sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPolicyGetDefaultRequest14sp4
Abstract no
Documentation Requests the system's default policy settings. The response is either SystemPolicyGetDefaultResponse14sp4 or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemPolicyGetDefaultRequest14sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPolicyGetDefaultRequest16sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPolicyGetDefaultRequest16sp1
Abstract no
Documentation Requests the system's default policy settings. The response is either SystemPolicyGetDefaultResponse16sp1 or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemPolicyGetDefaultRequest16sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPolicyGetDefaultRequest16sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPolicyGetDefaultRequest16sp2
Abstract no
Documentation Requests the system's default policy settings. The response is either SystemPolicyGetDefaultResponse16sp2 or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemPolicyGetDefaultRequest16sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPolicyGetDefaultResponse14sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemPolicyGetDefaultResponse14sp4
Abstract no
Documentation Response to SystemPolicyGetDefaultRequest14sp4. Contains the default policy settings for the system.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<groupCallingPlanAccess> GroupCallingPlanAccess </groupCallingPlanAccess> [1]
<groupExtensionAccess> GroupExtensionAccess </groupExtensionAccess> [1]
<groupLDAPIntegrationAccess> GroupLDAPIntegrationAccess </groupLDAPIntegrationAccess> [1]
<groupVoiceMessagingAccess> GroupVoiceMessagingAccess </groupVoiceMessagingAccess> [1]
<groupDepartmentAdminUserAccess> GroupDepartmentAdminUserAccess </groupDepartmentAdminUserAccess> [1]
<groupDepartmentAdminTrunkGroupAccess> GroupDepartmentAdminTrunkGroupAccess </groupDepartmentAdminTrunkGroupAccess> [1]
<groupUserAuthenticationAccess> GroupUserAuthenticationAccess </groupUserAuthenticationAccess> [1]
<groupUserGroupDirectoryAccess> GroupUserGroupDirectoryAccess </groupUserGroupDirectoryAccess> [1]
<groupUserProfileAccess> GroupUserProfileAccess </groupUserProfileAccess> [1]
<groupUserEnhancedCallLogsAccess> GroupUserCallLogAccess </groupUserEnhancedCallLogsAccess> [1]
<groupAdminProfileAccess> GroupAdminProfileAccess </groupAdminProfileAccess> [1]
<groupAdminUserAccess> GroupAdminUserAccess </groupAdminUserAccess> [1]
<groupAdminAdminAccess> GroupAdminAdminAccess </groupAdminAdminAccess> [1]
<groupAdminDepartmentAccess> GroupAdminDepartmentAccess </groupAdminDepartmentAccess> [1]
<groupAdminAccessDeviceAccess> GroupAdminAccessDeviceAccess </groupAdminAccessDeviceAccess> [1]
<groupAdminEnhancedServiceInstanceAccess> GroupAdminEnhancedServiceInstanceAccess </groupAdminEnhancedServiceInstanceAccess> [1]
<groupAdminFeatureAccessCodeAccess> GroupAdminFeatureAccessCodeAccess </groupAdminFeatureAccessCodeAccess> [1]
<groupAdminPhoneNumberExtensionAccess> GroupAdminPhoneNumberExtensionAccess </groupAdminPhoneNumberExtensionAccess> [1]
<groupAdminServiceAccess> GroupAdminServiceAccess </groupAdminServiceAccess> [1]
<groupAdminTrunkGroupAccess> GroupAdminTrunkGroupAccess </groupAdminTrunkGroupAccess> [1]
<serviceProviderAdminProfileAccess> ServiceProviderAdminProfileAccess </serviceProviderAdminProfileAccess> [1]
<serviceProviderAdminGroupAccess> ServiceProviderAdminGroupAccess </serviceProviderAdminGroupAccess> [1]
<serviceProviderAdminUserAccess> ServiceProviderAdminUserAccess </serviceProviderAdminUserAccess> [1]
<serviceProviderAdminAdminAccess> ServiceProviderAdminAdminAccess </serviceProviderAdminAdminAccess> [1]
<serviceProviderAdminDepartmentAccess> ServiceProviderAdminDepartmentAccess </serviceProviderAdminDepartmentAccess> [1]
<serviceProviderAdminAccessDeviceAccess> ServiceProviderAdminAccessDeviceAccess </serviceProviderAdminAccessDeviceAccess> [1]
<serviceProviderAdminPhoneNumberExtensionAccess> ServiceProviderAdminPhoneNumberExtensionAccess </serviceProviderAdminPhoneNumberExtensionAccess> [1]
<serviceProviderAdminServiceAccess> ServiceProviderAdminServiceAccess </serviceProviderAdminServiceAccess> [1]
<serviceProviderAdminServicePackAccess> ServiceProviderAdminServicePackAccess </serviceProviderAdminServicePackAccess> [1]
<serviceProviderAdminWebBrandingAccess> ServiceProviderAdminWebBrandingAccess </serviceProviderAdminWebBrandingAccess> [1]
<enterpriseAdminNetworkPolicyAccess> EnterpriseAdminNetworkPolicyAccess </enterpriseAdminNetworkPolicyAccess> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemPolicyGetDefaultResponse14sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupCallingPlanAccess" type=" GroupCallingPlanAccess "/>
<xs:element name="groupExtensionAccess" type=" GroupExtensionAccess "/>
<xs:element name="groupLDAPIntegrationAccess" type=" GroupLDAPIntegrationAccess "/>
<xs:element name="groupVoiceMessagingAccess" type=" GroupVoiceMessagingAccess "/>
<xs:element name="groupDepartmentAdminUserAccess" type=" GroupDepartmentAdminUserAccess "/>
<xs:element name="groupDepartmentAdminTrunkGroupAccess" type=" GroupDepartmentAdminTrunkGroupAccess "/>
<xs:element name="groupUserAuthenticationAccess" type=" GroupUserAuthenticationAccess "/>
<xs:element name="groupUserGroupDirectoryAccess" type=" GroupUserGroupDirectoryAccess "/>
<xs:element name="groupUserProfileAccess" type=" GroupUserProfileAccess "/>
<xs:element name="groupUserEnhancedCallLogsAccess" type=" GroupUserCallLogAccess "/>
<xs:element name="groupAdminProfileAccess" type=" GroupAdminProfileAccess "/>
<xs:element name="groupAdminUserAccess" type=" GroupAdminUserAccess "/>
<xs:element name="groupAdminAdminAccess" type=" GroupAdminAdminAccess "/>
<xs:element name="groupAdminDepartmentAccess" type=" GroupAdminDepartmentAccess "/>
<xs:element name="groupAdminAccessDeviceAccess" type=" GroupAdminAccessDeviceAccess "/>
<xs:element name="groupAdminEnhancedServiceInstanceAccess" type=" GroupAdminEnhancedServiceInstanceAccess "/>
<xs:element name="groupAdminFeatureAccessCodeAccess" type=" GroupAdminFeatureAccessCodeAccess "/>
<xs:element name="groupAdminPhoneNumberExtensionAccess" type=" GroupAdminPhoneNumberExtensionAccess "/>
<xs:element name="groupAdminServiceAccess" type=" GroupAdminServiceAccess "/>
<xs:element name="groupAdminTrunkGroupAccess" type=" GroupAdminTrunkGroupAccess "/>
<xs:element name="serviceProviderAdminProfileAccess" type=" ServiceProviderAdminProfileAccess "/>
<xs:element name="serviceProviderAdminGroupAccess" type=" ServiceProviderAdminGroupAccess "/>
<xs:element name="serviceProviderAdminUserAccess" type=" ServiceProviderAdminUserAccess "/>
<xs:element name="serviceProviderAdminAdminAccess" type=" ServiceProviderAdminAdminAccess "/>
<xs:element name="serviceProviderAdminDepartmentAccess" type=" ServiceProviderAdminDepartmentAccess "/>
<xs:element name="serviceProviderAdminAccessDeviceAccess" type=" ServiceProviderAdminAccessDeviceAccess "/>
<xs:element name="serviceProviderAdminPhoneNumberExtensionAccess" type=" ServiceProviderAdminPhoneNumberExtensionAccess "/>
<xs:element name="serviceProviderAdminServiceAccess" type=" ServiceProviderAdminServiceAccess "/>
<xs:element name="serviceProviderAdminServicePackAccess" type=" ServiceProviderAdminServicePackAccess "/>
<xs:element name="serviceProviderAdminWebBrandingAccess" type=" ServiceProviderAdminWebBrandingAccess "/>
<xs:element name="enterpriseAdminNetworkPolicyAccess" type=" EnterpriseAdminNetworkPolicyAccess "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPolicyGetDefaultResponse16sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemPolicyGetDefaultResponse16sp1
Abstract no
Documentation Response to SystemPolicyGetDefaultRequest16sp1. Contains the default policy settings for the system.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<groupCallingPlanAccess> GroupCallingPlanAccess </groupCallingPlanAccess> [1]
<groupExtensionAccess> GroupExtensionAccess </groupExtensionAccess> [1]
<groupLDAPIntegrationAccess> GroupLDAPIntegrationAccess </groupLDAPIntegrationAccess> [1]
<groupVoiceMessagingAccess> GroupVoiceMessagingAccess </groupVoiceMessagingAccess> [1]
<groupDepartmentAdminUserAccess> GroupDepartmentAdminUserAccess </groupDepartmentAdminUserAccess> [1]
<groupDepartmentAdminTrunkGroupAccess> GroupDepartmentAdminTrunkGroupAccess </groupDepartmentAdminTrunkGroupAccess> [1]
<groupUserAuthenticationAccess> GroupUserAuthenticationAccess </groupUserAuthenticationAccess> [1]
<groupUserGroupDirectoryAccess> GroupUserGroupDirectoryAccess </groupUserGroupDirectoryAccess> [1]
<groupUserProfileAccess> GroupUserProfileAccess </groupUserProfileAccess> [1]
<groupUserEnhancedCallLogsAccess> GroupUserCallLogAccess </groupUserEnhancedCallLogsAccess> [1]
<groupAdminProfileAccess> GroupAdminProfileAccess </groupAdminProfileAccess> [1]
<groupAdminUserAccess> GroupAdminUserAccess </groupAdminUserAccess> [1]
<groupAdminAdminAccess> GroupAdminAdminAccess </groupAdminAdminAccess> [1]
<groupAdminDepartmentAccess> GroupAdminDepartmentAccess </groupAdminDepartmentAccess> [1]
<groupAdminAccessDeviceAccess> GroupAdminAccessDeviceAccess </groupAdminAccessDeviceAccess> [1]
<groupAdminEnhancedServiceInstanceAccess> GroupAdminEnhancedServiceInstanceAccess </groupAdminEnhancedServiceInstanceAccess> [1]
<groupAdminFeatureAccessCodeAccess> GroupAdminFeatureAccessCodeAccess </groupAdminFeatureAccessCodeAccess> [1]
<groupAdminPhoneNumberExtensionAccess> GroupAdminPhoneNumberExtensionAccess </groupAdminPhoneNumberExtensionAccess> [1]
<groupAdminServiceAccess> GroupAdminServiceAccess </groupAdminServiceAccess> [1]
<groupAdminTrunkGroupAccess> GroupAdminTrunkGroupAccess </groupAdminTrunkGroupAccess> [1]
<groupAdminSessionAdmissionControlAccess> GroupAdminSessionAdmissionControlAccess </groupAdminSessionAdmissionControlAccess> [1]
<serviceProviderAdminProfileAccess> ServiceProviderAdminProfileAccess </serviceProviderAdminProfileAccess> [1]
<serviceProviderAdminGroupAccess> ServiceProviderAdminGroupAccess </serviceProviderAdminGroupAccess> [1]
<serviceProviderAdminUserAccess> ServiceProviderAdminUserAccess </serviceProviderAdminUserAccess> [1]
<serviceProviderAdminAdminAccess> ServiceProviderAdminAdminAccess </serviceProviderAdminAdminAccess> [1]
<serviceProviderAdminDepartmentAccess> ServiceProviderAdminDepartmentAccess </serviceProviderAdminDepartmentAccess> [1]
<serviceProviderAdminAccessDeviceAccess> ServiceProviderAdminAccessDeviceAccess </serviceProviderAdminAccessDeviceAccess> [1]
<serviceProviderAdminPhoneNumberExtensionAccess> ServiceProviderAdminPhoneNumberExtensionAccess </serviceProviderAdminPhoneNumberExtensionAccess> [1]
<serviceProviderAdminServiceAccess> ServiceProviderAdminServiceAccess </serviceProviderAdminServiceAccess> [1]
<serviceProviderAdminServicePackAccess> ServiceProviderAdminServicePackAccess </serviceProviderAdminServicePackAccess> [1]
<serviceProviderAdminSessionAdmissionControlAccess> ServiceProviderAdminSessionAdmissionControlAccess </serviceProviderAdminSessionAdmissionControlAccess> [1]
<serviceProviderAdminWebBrandingAccess> ServiceProviderAdminWebBrandingAccess </serviceProviderAdminWebBrandingAccess> [1]
<enterpriseAdminNetworkPolicyAccess> EnterpriseAdminNetworkPolicyAccess </enterpriseAdminNetworkPolicyAccess> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemPolicyGetDefaultResponse16sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupCallingPlanAccess" type=" GroupCallingPlanAccess "/>
<xs:element name="groupExtensionAccess" type=" GroupExtensionAccess "/>
<xs:element name="groupLDAPIntegrationAccess" type=" GroupLDAPIntegrationAccess "/>
<xs:element name="groupVoiceMessagingAccess" type=" GroupVoiceMessagingAccess "/>
<xs:element name="groupDepartmentAdminUserAccess" type=" GroupDepartmentAdminUserAccess "/>
<xs:element name="groupDepartmentAdminTrunkGroupAccess" type=" GroupDepartmentAdminTrunkGroupAccess "/>
<xs:element name="groupUserAuthenticationAccess" type=" GroupUserAuthenticationAccess "/>
<xs:element name="groupUserGroupDirectoryAccess" type=" GroupUserGroupDirectoryAccess "/>
<xs:element name="groupUserProfileAccess" type=" GroupUserProfileAccess "/>
<xs:element name="groupUserEnhancedCallLogsAccess" type=" GroupUserCallLogAccess "/>
<xs:element name="groupAdminProfileAccess" type=" GroupAdminProfileAccess "/>
<xs:element name="groupAdminUserAccess" type=" GroupAdminUserAccess "/>
<xs:element name="groupAdminAdminAccess" type=" GroupAdminAdminAccess "/>
<xs:element name="groupAdminDepartmentAccess" type=" GroupAdminDepartmentAccess "/>
<xs:element name="groupAdminAccessDeviceAccess" type=" GroupAdminAccessDeviceAccess "/>
<xs:element name="groupAdminEnhancedServiceInstanceAccess" type=" GroupAdminEnhancedServiceInstanceAccess "/>
<xs:element name="groupAdminFeatureAccessCodeAccess" type=" GroupAdminFeatureAccessCodeAccess "/>
<xs:element name="groupAdminPhoneNumberExtensionAccess" type=" GroupAdminPhoneNumberExtensionAccess "/>
<xs:element name="groupAdminServiceAccess" type=" GroupAdminServiceAccess "/>
<xs:element name="groupAdminTrunkGroupAccess" type=" GroupAdminTrunkGroupAccess "/>
<xs:element name="groupAdminSessionAdmissionControlAccess" type=" GroupAdminSessionAdmissionControlAccess "/>
<xs:element name="serviceProviderAdminProfileAccess" type=" ServiceProviderAdminProfileAccess "/>
<xs:element name="serviceProviderAdminGroupAccess" type=" ServiceProviderAdminGroupAccess "/>
<xs:element name="serviceProviderAdminUserAccess" type=" ServiceProviderAdminUserAccess "/>
<xs:element name="serviceProviderAdminAdminAccess" type=" ServiceProviderAdminAdminAccess "/>
<xs:element name="serviceProviderAdminDepartmentAccess" type=" ServiceProviderAdminDepartmentAccess "/>
<xs:element name="serviceProviderAdminAccessDeviceAccess" type=" ServiceProviderAdminAccessDeviceAccess "/>
<xs:element name="serviceProviderAdminPhoneNumberExtensionAccess" type=" ServiceProviderAdminPhoneNumberExtensionAccess "/>
<xs:element name="serviceProviderAdminServiceAccess" type=" ServiceProviderAdminServiceAccess "/>
<xs:element name="serviceProviderAdminServicePackAccess" type=" ServiceProviderAdminServicePackAccess "/>
<xs:element name="serviceProviderAdminSessionAdmissionControlAccess" type=" ServiceProviderAdminSessionAdmissionControlAccess "/>
<xs:element name="serviceProviderAdminWebBrandingAccess" type=" ServiceProviderAdminWebBrandingAccess "/>
<xs:element name="enterpriseAdminNetworkPolicyAccess" type=" EnterpriseAdminNetworkPolicyAccess "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPolicyGetDefaultResponse16sp2

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

Complex Type: SystemShInterfaceParametersGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemShInterfaceParametersGetRequest
Abstract no
Documentation Retrieves the Sh Interface system parameters. The response is either a SystemShInterfaceParametersGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemShInterfaceParametersGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemShInterfaceParametersGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemShInterfaceParametersGetResponse
Abstract no
Documentation Response to SystemShInterfaceParametersGetRequest. Contains the Sh Interface system parameters.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<hssRealm> DomainName </hssRealm> [0..1]
<requestTimeoutSeconds> ShInterfaceRequestTimeoutSeconds </requestTimeoutSeconds> [1]
<publicIdentityRefreshDelaySeconds> ShInterfacePublicIdentityRefreshDelaySeconds </publicIdentityRefreshDelaySeconds> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemShInterfaceParametersGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="hssRealm" type=" DomainName " minOccurs="0"/>
<xs:element name="requestTimeoutSeconds" type=" ShInterfaceRequestTimeoutSeconds "/>
<xs:element name="publicIdentityRefreshDelaySeconds" type=" ShInterfacePublicIdentityRefreshDelaySeconds "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemShInterfaceParametersModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemShInterfaceParametersModifyRequest
Abstract no
Documentation Modifies the Sh Interface system parameters. This request must be submitted on both nodes in the redundant Application Server cluster in order for the changes to take effect on each node without requiring a restart. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<hssRealm> DomainName </hssRealm> [0..1]
<requestTimeoutSeconds> ShInterfaceRequestTimeoutSeconds </requestTimeoutSeconds> [0..1]
<publicIdentityRefreshDelaySeconds> ShInterfacePublicIdentityRefreshDelaySeconds </publicIdentityRefreshDelaySeconds> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemShInterfaceParametersModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="hssRealm" type=" DomainName " minOccurs="0" nillable="true"/>
<xs:element name="requestTimeoutSeconds" type=" ShInterfaceRequestTimeoutSeconds " minOccurs="0"/>
<xs:element name="publicIdentityRefreshDelaySeconds" type=" ShInterfacePublicIdentityRefreshDelaySeconds " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeAddRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeAddRequest16
Abstract no
Documentation Request to add a sip device type. The response is either SuccessResponse or ErrorResponse. Replaced by: SystemSIPDeviceTypeAddRequest16sp1
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<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> CPEDeviceOptions16 </cpeDeviceOptions> [0..1]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [1]
<requiresBroadWorksDigitCollection> xs:boolean </requiresBroadWorksDigitCollection> [1]
<requiresBroadWorksCallWaitingTone> xs:boolean </requiresBroadWorksCallWaitingTone> [1]
<requiresMWISubscription> xs:boolean </requiresMWISubscription> [1]
<useHistoryInfoHeaderOnAccessSide> xs:boolean </useHistoryInfoHeaderOnAccessSide> [1]
<adviceOfChargeCapable> xs:boolean </adviceOfChargeCapable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeAddRequest16">
<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=" CPEDeviceOptions16 " minOccurs="0"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
<xs:element name="authenticateRefer" type=" xs:boolean "/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean "/>
<xs:element name="authenticationMode" type=" AuthenticationMode "/>
<xs:element name="requiresBroadWorksDigitCollection" type=" xs:boolean "/>
<xs:element name="requiresBroadWorksCallWaitingTone" type=" xs:boolean "/>
<xs:element name="requiresMWISubscription" type=" xs:boolean "/>
<xs:element name="useHistoryInfoHeaderOnAccessSide" type=" xs:boolean "/>
<xs:element name="adviceOfChargeCapable" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeAddRequest16sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeAddRequest16sp1
Abstract no
Documentation Request to add a sip device type. The response is either SuccessResponse or ErrorResponse. Replaced by: SystemSIPDeviceTypeAddRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<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> CPEDeviceOptions16sp1 </cpeDeviceOptions> [0..1]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [1]
<requiresBroadWorksDigitCollection> xs:boolean </requiresBroadWorksDigitCollection> [1]
<requiresBroadWorksCallWaitingTone> xs:boolean </requiresBroadWorksCallWaitingTone> [1]
<requiresMWISubscription> xs:boolean </requiresMWISubscription> [1]
<useHistoryInfoHeaderOnAccessSide> xs:boolean </useHistoryInfoHeaderOnAccessSide> [1]
<adviceOfChargeCapable> xs:boolean </adviceOfChargeCapable> [1]
<resetEvent> AccessDeviceResetEvent </resetEvent> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeAddRequest16sp1">
<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=" CPEDeviceOptions16sp1 " minOccurs="0"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
<xs:element name="authenticateRefer" type=" xs:boolean "/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean "/>
<xs:element name="authenticationMode" type=" AuthenticationMode "/>
<xs:element name="requiresBroadWorksDigitCollection" type=" xs:boolean "/>
<xs:element name="requiresBroadWorksCallWaitingTone" type=" xs:boolean "/>
<xs:element name="requiresMWISubscription" type=" xs:boolean "/>
<xs:element name="useHistoryInfoHeaderOnAccessSide" type=" xs:boolean "/>
<xs:element name="adviceOfChargeCapable" type=" xs:boolean "/>
<xs:element name="resetEvent" type=" AccessDeviceResetEvent " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeFileAddRequest14sp8

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeFileAddRequest14sp8
Abstract no
Documentation Request to add a sip device type file. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceType> AccessDeviceType </deviceType> [1]
<fileFormat> DeviceManagementFileFormat </fileFormat> [1]
<remoteFileFormat> DeviceManagementFileFormat </remoteFileFormat> [1]
<fileCategory> DeviceManagementFileCategory </fileCategory> [1]
<allowFileCustomization> xs:boolean </allowFileCustomization> [1]
<fileSource> DeviceTypeFileEnhancedConfigurationMode </fileSource> [1]
<uploadFile> FileResource </uploadFile> [0..1]
<useHttpDigestAuthentication> xs:boolean </useHttpDigestAuthentication> [1]
<macBasedFileAuthentication> xs:boolean </macBasedFileAuthentication> [1]
<userNamePasswordFileAuthentication> xs:boolean </userNamePasswordFileAuthentication> [1]
<macInNonRequestURI> xs:boolean </macInNonRequestURI> [1]
<macFormatInNonRequestURI> DeviceManagementAccessURI </macFormatInNonRequestURI> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeFileAddRequest14sp8">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="fileFormat" type=" DeviceManagementFileFormat "/>
<xs:element name="remoteFileFormat" type=" DeviceManagementFileFormat "/>
<xs:element name="fileCategory" type=" DeviceManagementFileCategory "/>
<xs:element name="allowFileCustomization" type=" xs:boolean "/>
<xs:element name="fileSource" type=" DeviceTypeFileEnhancedConfigurationMode "/>
<xs:element name="uploadFile" type=" FileResource " minOccurs="0"/>
<xs:element name="useHttpDigestAuthentication" type=" xs:boolean "/>
<xs:element name="macBasedFileAuthentication" type=" xs:boolean "/>
<xs:element name="userNamePasswordFileAuthentication" type=" xs:boolean "/>
<xs:element name="macInNonRequestURI" type=" xs:boolean "/>
<xs:element name="macFormatInNonRequestURI" type=" DeviceManagementAccessURI " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeFileGetRequest14sp8

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

Complex Type: SystemSIPDeviceTypeFileGetResponse14sp8

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeFileGetResponse14sp8
Abstract no
Documentation Response to SystemSIPDeviceTypeFileGetRequest14sp8.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<remoteFileFormat> DeviceManagementFileFormat </remoteFileFormat> [1]
<fileCategory> DeviceManagementFileCategory </fileCategory> [1]
<allowFileCustomization> xs:boolean </allowFileCustomization> [1]
<fileSource> DeviceTypeFileEnhancedConfigurationMode </fileSource> [1]
<configurationFileName> AccessDeviceEnhancedConfigurationFileName </configurationFileName> [0..1]
<useHttpDigestAuthentication> xs:boolean </useHttpDigestAuthentication> [1]
<macBasedFileAuthentication> xs:boolean </macBasedFileAuthentication> [1]
<userNamePasswordFileAuthentication> xs:boolean </userNamePasswordFileAuthentication> [1]
<macInNonRequestURI> xs:boolean </macInNonRequestURI> [1]
<macFormatInNonRequestURI> DeviceManagementAccessURI </macFormatInNonRequestURI> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeFileGetResponse14sp8">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="remoteFileFormat" type=" DeviceManagementFileFormat "/>
<xs:element name="fileCategory" type=" DeviceManagementFileCategory "/>
<xs:element name="allowFileCustomization" type=" xs:boolean "/>
<xs:element name="fileSource" type=" DeviceTypeFileEnhancedConfigurationMode "/>
<xs:element name="configurationFileName" type=" AccessDeviceEnhancedConfigurationFileName " minOccurs="0"/>
<xs:element name="useHttpDigestAuthentication" type=" xs:boolean "/>
<xs:element name="macBasedFileAuthentication" type=" xs:boolean "/>
<xs:element name="userNamePasswordFileAuthentication" type=" xs:boolean "/>
<xs:element name="macInNonRequestURI" type=" xs:boolean "/>
<xs:element name="macFormatInNonRequestURI" type=" DeviceManagementAccessURI " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeFileModifyRequest14sp8

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeFileModifyRequest14sp8
Abstract no
Documentation Request to modify a sip device type file. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceType> AccessDeviceType </deviceType> [1]
<fileFormat> DeviceManagementFileFormat </fileFormat> [1]
<allowFileCustomization> xs:boolean </allowFileCustomization> [0..1]
<fileSource> DeviceTypeFileEnhancedConfigurationMode </fileSource> [0..1]
<uploadFile> FileResource </uploadFile> [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="SystemSIPDeviceTypeFileModifyRequest14sp8">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="fileFormat" type=" DeviceManagementFileFormat "/>
<xs:element name="allowFileCustomization" type=" xs:boolean " minOccurs="0"/>
<xs:element name="fileSource" type=" DeviceTypeFileEnhancedConfigurationMode " minOccurs="0"/>
<xs:element name="uploadFile" type=" FileResource " minOccurs="0"/>
<xs:element name="useHttpDigestAuthentication" type=" xs:boolean " minOccurs="0"/>
<xs:element name="macBasedFileAuthentication" type=" xs:boolean " minOccurs="0"/>
<xs:element name="userNamePasswordFileAuthentication" type=" xs:boolean " minOccurs="0"/>
<xs:element name="macInNonRequestURI" type=" xs:boolean " minOccurs="0"/>
<xs:element name="macFormatInNonRequestURI" type=" DeviceManagementAccessURI " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetRequest16
Abstract no
Documentation Request to get a sip device type. See Also: SystemDeviceTypeGetRequest The response is either SystemSIPDeviceTypeGetResponse16 or ErrorResponse. Replaced by: SystemSIPDeviceTypeGetRequest16sp1
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceType> AccessDeviceType </deviceType> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetRequest16">
<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: SystemSIPDeviceTypeGetRequest16sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetRequest16sp1
Abstract no
Documentation Request to get a sip device type. See Also: SystemDeviceTypeGetRequest The response is either SystemSIPDeviceTypeGetResponse16sp1 or ErrorResponse. Replaced by: SystemSIPDeviceTypeGetRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceType> AccessDeviceType </deviceType> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetRequest16sp1">
<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: SystemSIPDeviceTypeGetResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetResponse16
Abstract no
Documentation Response to SystemSIPDeviceTypeGetRequest16. Replaced by: SystemSIPDeviceTypeGetResponse16sp1
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete> xs:boolean </isObsolete> [1]
<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> CPEDeviceOptionsRead16 </cpeDeviceOptions> [0..1]
<protocolChoice> AccessDeviceProtocol </protocolChoice> [1..*]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [1]
<requiresBroadWorksDigitCollection> xs:boolean </requiresBroadWorksDigitCollection> [1]
<requiresBroadWorksCallWaitingTone> xs:boolean </requiresBroadWorksCallWaitingTone> [1]
<requiresMWISubscription> xs:boolean </requiresMWISubscription> [1]
<useHistoryInfoHeaderOnAccessSide> xs:boolean </useHistoryInfoHeaderOnAccessSide> [1]
<adviceOfChargeCapable> xs:boolean </adviceOfChargeCapable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetResponse16">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isObsolete" type=" xs:boolean "/>
<xs:element name="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=" CPEDeviceOptionsRead16 " minOccurs="0"/>
<xs:element name="protocolChoice" type=" AccessDeviceProtocol " maxOccurs="unbounded"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
<xs:element name="authenticateRefer" type=" xs:boolean "/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean "/>
<xs:element name="authenticationMode" type=" AuthenticationMode "/>
<xs:element name="requiresBroadWorksDigitCollection" type=" xs:boolean "/>
<xs:element name="requiresBroadWorksCallWaitingTone" type=" xs:boolean "/>
<xs:element name="requiresMWISubscription" type=" xs:boolean "/>
<xs:element name="useHistoryInfoHeaderOnAccessSide" type=" xs:boolean "/>
<xs:element name="adviceOfChargeCapable" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetResponse16sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetResponse16sp1
Abstract no
Documentation Response to SystemSIPDeviceTypeGetRequest16sp1.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete> xs:boolean </isObsolete> [1]
<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> CPEDeviceOptionsRead16sp1 </cpeDeviceOptions> [0..1]
<protocolChoice> AccessDeviceProtocol </protocolChoice> [1..*]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [1]
<requiresBroadWorksDigitCollection> xs:boolean </requiresBroadWorksDigitCollection> [1]
<requiresBroadWorksCallWaitingTone> xs:boolean </requiresBroadWorksCallWaitingTone> [1]
<requiresMWISubscription> xs:boolean </requiresMWISubscription> [1]
<useHistoryInfoHeaderOnAccessSide> xs:boolean </useHistoryInfoHeaderOnAccessSide> [1]
<adviceOfChargeCapable> xs:boolean </adviceOfChargeCapable> [1]
<resetEvent> AccessDeviceResetEvent </resetEvent> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetResponse16sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isObsolete" type=" xs:boolean "/>
<xs:element name="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=" CPEDeviceOptionsRead16sp1 " minOccurs="0"/>
<xs:element name="protocolChoice" type=" AccessDeviceProtocol " maxOccurs="unbounded"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
<xs:element name="authenticateRefer" type=" xs:boolean "/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean "/>
<xs:element name="authenticationMode" type=" AuthenticationMode "/>
<xs:element name="requiresBroadWorksDigitCollection" type=" xs:boolean "/>
<xs:element name="requiresBroadWorksCallWaitingTone" type=" xs:boolean "/>
<xs:element name="requiresMWISubscription" type=" xs:boolean "/>
<xs:element name="useHistoryInfoHeaderOnAccessSide" type=" xs:boolean "/>
<xs:element name="adviceOfChargeCapable" type=" xs:boolean "/>
<xs:element name="resetEvent" type=" AccessDeviceResetEvent " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeModifyRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeModifyRequest16
Abstract no
Documentation Request to modify a sip device type. The following elements are not changeable: numberOfPorts SignalingAddressType isConferenceDevice isMusicOnHoldDevice isMobilityManagerDevice The response is either SuccessResponse or ErrorResponse. Replaced by: SystemSIPDeviceTypeModifyRequest16sp1
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<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> CPEDeviceModifyOptions16 </cpeDeviceOptions> [0..1]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [0..1]
<authenticateRefer> xs:boolean </authenticateRefer> [0..1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [0..1]
<authenticationMode> AuthenticationMode </authenticationMode> [0..1]
<requiresBroadWorksDigitCollection> xs:boolean </requiresBroadWorksDigitCollection> [0..1]
<requiresBroadWorksCallWaitingTone> xs:boolean </requiresBroadWorksCallWaitingTone> [0..1]
<requiresMWISubscription> xs:boolean </requiresMWISubscription> [0..1]
<useHistoryInfoHeaderOnAccessSide> xs:boolean </useHistoryInfoHeaderOnAccessSide> [0..1]
<adviceOfChargeCapable> xs:boolean </adviceOfChargeCapable> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeModifyRequest16">
<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=" CPEDeviceModifyOptions16 " minOccurs="0"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType " minOccurs="0"/>
<xs:element name="authenticateRefer" type=" xs:boolean " minOccurs="0"/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean " minOccurs="0"/>
<xs:element name="authenticationMode" type=" AuthenticationMode " minOccurs="0"/>
<xs:element name="requiresBroadWorksDigitCollection" type=" xs:boolean " minOccurs="0"/>
<xs:element name="requiresBroadWorksCallWaitingTone" type=" xs:boolean " minOccurs="0"/>
<xs:element name="requiresMWISubscription" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useHistoryInfoHeaderOnAccessSide" type=" xs:boolean " minOccurs="0"/>
<xs:element name="adviceOfChargeCapable" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeModifyRequest16sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeModifyRequest16sp1
Abstract no
Documentation Request to modify a sip device type. The following elements are not changeable: numberOfPorts SignalingAddressType isConferenceDevice isMusicOnHoldDevice isMobilityManagerDevice The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<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> CPEDeviceModifyOptions16sp1 </cpeDeviceOptions> [0..1]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [0..1]
<authenticateRefer> xs:boolean </authenticateRefer> [0..1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [0..1]
<authenticationMode> AuthenticationMode </authenticationMode> [0..1]
<requiresBroadWorksDigitCollection> xs:boolean </requiresBroadWorksDigitCollection> [0..1]
<requiresBroadWorksCallWaitingTone> xs:boolean </requiresBroadWorksCallWaitingTone> [0..1]
<requiresMWISubscription> xs:boolean </requiresMWISubscription> [0..1]
<useHistoryInfoHeaderOnAccessSide> xs:boolean </useHistoryInfoHeaderOnAccessSide> [0..1]
<adviceOfChargeCapable> xs:boolean </adviceOfChargeCapable> [0..1]
<resetEvent> AccessDeviceResetEvent </resetEvent> [0..1]
<supportCallCenterMIMEType> xs:boolean </supportCallCenterMIMEType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeModifyRequest16sp1">
<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=" CPEDeviceModifyOptions16sp1 " minOccurs="0"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType " minOccurs="0"/>
<xs:element name="authenticateRefer" type=" xs:boolean " minOccurs="0"/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean " minOccurs="0"/>
<xs:element name="authenticationMode" type=" AuthenticationMode " minOccurs="0"/>
<xs:element name="requiresBroadWorksDigitCollection" type=" xs:boolean " minOccurs="0"/>
<xs:element name="requiresBroadWorksCallWaitingTone" type=" xs:boolean " minOccurs="0"/>
<xs:element name="requiresMWISubscription" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useHistoryInfoHeaderOnAccessSide" type=" xs:boolean " minOccurs="0"/>
<xs:element name="adviceOfChargeCapable" type=" xs:boolean " minOccurs="0"/>
<xs:element name="resetEvent" type=" AccessDeviceResetEvent " nillable="true" minOccurs="0"/>
<xs:element name="supportCallCenterMIMEType" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSubscriberGetCallProcessingParametersRequest15sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSubscriberGetCallProcessingParametersRequest15sp2
Abstract no
Documentation Get the system call processing configuration for all subscribers The response is either a SystemSubscriberGetCallProcessingParametersResponse15sp2 or an ErrorResponse. Replaced by: SystemSubscriberGetCallProcessingParametersRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemSubscriberGetCallProcessingParametersRequest15sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSubscriberGetCallProcessingParametersResponse15sp2

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

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTimeScheduleAddRequest
Abstract no
Documentation Add a system time schedule. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<timeScheduleName> ScheduleName </timeScheduleName> [1]
<timeInterval01> TimeInterval </timeInterval01> [0..1]
<timeInterval02> TimeInterval </timeInterval02> [0..1]
<timeInterval03> TimeInterval </timeInterval03> [0..1]
<timeInterval04> TimeInterval </timeInterval04> [0..1]
<timeInterval05> TimeInterval </timeInterval05> [0..1]
<timeInterval06> TimeInterval </timeInterval06> [0..1]
<timeInterval07> TimeInterval </timeInterval07> [0..1]
<timeInterval08> TimeInterval </timeInterval08> [0..1]
<timeInterval09> TimeInterval </timeInterval09> [0..1]
<timeInterval10> TimeInterval </timeInterval10> [0..1]
<timeInterval11> TimeInterval </timeInterval11> [0..1]
<timeInterval12> TimeInterval </timeInterval12> [0..1]
<timeInterval13> TimeInterval </timeInterval13> [0..1]
<timeInterval14> TimeInterval </timeInterval14> [0..1]
<timeInterval15> TimeInterval </timeInterval15> [0..1]
<timeInterval16> TimeInterval </timeInterval16> [0..1]
<timeInterval17> TimeInterval </timeInterval17> [0..1]
<timeInterval18> TimeInterval </timeInterval18> [0..1]
<timeInterval19> TimeInterval </timeInterval19> [0..1]
<timeInterval20> TimeInterval </timeInterval20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemTimeScheduleAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="timeScheduleName" type=" ScheduleName "/>
<xs:element name="timeInterval01" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval02" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval03" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval04" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval05" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval06" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval07" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval08" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval09" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval10" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval11" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval12" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval13" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval14" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval15" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval16" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval17" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval18" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval19" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval20" type=" TimeInterval " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTimeScheduleDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTimeScheduleDeleteRequest
Abstract no
Documentation Delete a system time schedule. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<timeScheduleName> ScheduleName </timeScheduleName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTimeScheduleDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="timeScheduleName" type=" ScheduleName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTimeScheduleGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTimeScheduleGetListRequest
Abstract no
Documentation Request a list of all system time schedules. The response is either a SystemTimeScheduleGetListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemTimeScheduleGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTimeScheduleGetListResponse

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

Complex Type: SystemTimeScheduleGetRequest

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

Complex Type: SystemTimeScheduleGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemTimeScheduleGetResponse
Abstract no
Documentation Response to the SystemTimeScheduleGetRequest. The response contains the system time schedule's information.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<timeInterval01> TimeInterval </timeInterval01> [0..1]
<timeInterval02> TimeInterval </timeInterval02> [0..1]
<timeInterval03> TimeInterval </timeInterval03> [0..1]
<timeInterval04> TimeInterval </timeInterval04> [0..1]
<timeInterval05> TimeInterval </timeInterval05> [0..1]
<timeInterval06> TimeInterval </timeInterval06> [0..1]
<timeInterval07> TimeInterval </timeInterval07> [0..1]
<timeInterval08> TimeInterval </timeInterval08> [0..1]
<timeInterval09> TimeInterval </timeInterval09> [0..1]
<timeInterval10> TimeInterval </timeInterval10> [0..1]
<timeInterval11> TimeInterval </timeInterval11> [0..1]
<timeInterval12> TimeInterval </timeInterval12> [0..1]
<timeInterval13> TimeInterval </timeInterval13> [0..1]
<timeInterval14> TimeInterval </timeInterval14> [0..1]
<timeInterval15> TimeInterval </timeInterval15> [0..1]
<timeInterval16> TimeInterval </timeInterval16> [0..1]
<timeInterval17> TimeInterval </timeInterval17> [0..1]
<timeInterval18> TimeInterval </timeInterval18> [0..1]
<timeInterval19> TimeInterval </timeInterval19> [0..1]
<timeInterval20> TimeInterval </timeInterval20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemTimeScheduleGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="timeInterval01" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval02" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval03" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval04" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval05" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval06" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval07" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval08" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval09" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval10" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval11" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval12" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval13" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval14" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval15" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval16" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval17" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval18" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval19" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval20" type=" TimeInterval " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTimeScheduleModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTimeScheduleModifyRequest
Abstract no
Documentation Modify a specified system time schedule. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<timeScheduleName> ScheduleName </timeScheduleName> [1]
<newTimeScheduleName> ScheduleName </newTimeScheduleName> [0..1]
<timeInterval01> TimeInterval </timeInterval01> [0..1]
<timeInterval02> TimeInterval </timeInterval02> [0..1]
<timeInterval03> TimeInterval </timeInterval03> [0..1]
<timeInterval04> TimeInterval </timeInterval04> [0..1]
<timeInterval05> TimeInterval </timeInterval05> [0..1]
<timeInterval06> TimeInterval </timeInterval06> [0..1]
<timeInterval07> TimeInterval </timeInterval07> [0..1]
<timeInterval08> TimeInterval </timeInterval08> [0..1]
<timeInterval09> TimeInterval </timeInterval09> [0..1]
<timeInterval10> TimeInterval </timeInterval10> [0..1]
<timeInterval11> TimeInterval </timeInterval11> [0..1]
<timeInterval12> TimeInterval </timeInterval12> [0..1]
<timeInterval13> TimeInterval </timeInterval13> [0..1]
<timeInterval14> TimeInterval </timeInterval14> [0..1]
<timeInterval15> TimeInterval </timeInterval15> [0..1]
<timeInterval16> TimeInterval </timeInterval16> [0..1]
<timeInterval17> TimeInterval </timeInterval17> [0..1]
<timeInterval18> TimeInterval </timeInterval18> [0..1]
<timeInterval19> TimeInterval </timeInterval19> [0..1]
<timeInterval20> TimeInterval </timeInterval20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemTimeScheduleModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="timeScheduleName" type=" ScheduleName "/>
<xs:element name="newTimeScheduleName" type=" ScheduleName " minOccurs="0"/>
<xs:element name="timeInterval01" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval02" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval03" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval04" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval05" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval06" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval07" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval08" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval09" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval10" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval11" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval12" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval13" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval14" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval15" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval16" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval17" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval18" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval19" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval20" type=" TimeInterval " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemZoneCallingRestrictionsNetAddressAddListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemZoneCallingRestrictionsNetAddressAddListRequest
Abstract no
Documentation Adds a list of IP addresses to a zone The response is SuccessResponse or an ErrorResponse. Replaced by: SystemZoneNetAddressAddListRequest
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<zoneName> ZoneName </zoneName> [1]
<netAddress> IPAddress </netAddress> [0..*]
<netAddressRange> IPAddressRange </netAddressRange> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemZoneCallingRestrictionsNetAddressAddListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="zoneName" type=" ZoneName "/>
<xs:element name="netAddress" type=" IPAddress " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="netAddressRange" type=" IPAddressRange " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemZoneCallingRestrictionsNetAddressDeleteListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemZoneCallingRestrictionsNetAddressDeleteListRequest
Abstract no
Documentation Deletes a list of IP addresses from a zone The response is SuccessResponse or an ErrorResponse. Replaced by: SystemZoneNetAddressDeleteListRequest
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<zoneName> ZoneName </zoneName> [1]
<netAddress> IPAddress </netAddress> [0..*]
<netAddressRange> IPAddressRange </netAddressRange> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemZoneCallingRestrictionsNetAddressDeleteListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="zoneName" type=" ZoneName "/>
<xs:element name="netAddress" type=" IPAddress " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="netAddressRange" type=" IPAddressRange " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemZoneCallingRestrictionsNetAddressGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemZoneCallingRestrictionsNetAddressGetListRequest
Abstract no
Documentation Gets a list of IP Addresses and/or Ranges assigned to a zone Response is SystemZoneCallingRestrictionsNetAddressGetListResponse. Replaced by: SystemZoneNetAddressGetListRequest
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<zoneName> ZoneName </zoneName> [1]
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaZoneIPAddress> SearchCriteriaZoneIPAddress </searchCriteriaZoneIPAddress> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemZoneCallingRestrictionsNetAddressGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="zoneName" type=" ZoneName "/>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaZoneIPAddress" type=" SearchCriteriaZoneIPAddress " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemZoneCallingRestrictionsNetAddressGetListResponse

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

Complex Type: SystemZoneCallingRestrictionsZoneAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemZoneCallingRestrictionsZoneAddRequest
Abstract no
Documentation Add a zone. The response is either a SuccessResponse or an ErrorResponse. Replaced by: SystemZoneAddRequest
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<zoneName> ZoneName </zoneName> [1]
<physicalLocation> PhysicalLocation </physicalLocation> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemZoneCallingRestrictionsZoneAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="zoneName" type=" ZoneName "/>
<xs:element name="physicalLocation" type=" PhysicalLocation " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemZoneCallingRestrictionsZoneDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemZoneCallingRestrictionsZoneDeleteRequest
Abstract no
Documentation Deletes a zone from the system The response is either a SuccessResponse or an ErrorResponse. Replaced by: SystemZoneDeleteRequest
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<zoneName> ZoneName </zoneName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemZoneCallingRestrictionsZoneDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="zoneName" type=" ZoneName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemZoneCallingRestrictionsZoneGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemZoneCallingRestrictionsZoneGetListRequest
Abstract no
Documentation Gets a list of all zones defined in the system The response is SystemZoneCallingRestrictionsZoneGetListResponse or an ErrorResponse. Replaced by: SystemZoneGetListRequest
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemZoneCallingRestrictionsZoneGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemZoneCallingRestrictionsZoneGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemZoneCallingRestrictionsZoneGetListResponse
Abstract no
Documentation Response to SystemZoneCallingRestrictionsZoneGetListRequest. Contains a table of all the zones in the system. The column headings are "Zone Name" , "Physical Location". Replaced by: SystemZoneGetListResponse
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<zoneTable> core:OCITable </zoneTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemZoneCallingRestrictionsZoneGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="zoneTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemZoneCallingRestrictionsZoneModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemZoneCallingRestrictionsZoneModifyRequest
Abstract no
Documentation Modifies attributes of a zone in the system. The response is either a SuccessResponse or an ErrorResponse. Replaced by: SystemZonePhysicalLocationAddListRequest and SystemZonePhysicalLocationDeleteListRequest
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<zoneName> ZoneName </zoneName> [1]
<physicalLocation> PhysicalLocation </physicalLocation> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemZoneCallingRestrictionsZoneModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="zoneName" type=" ZoneName "/>
<xs:element name="physicalLocation" type=" PhysicalLocation " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: TimeInterval

Parent type: None
Sub-types: None
Name TimeInterval
Abstract no
Documentation Time Interval.
XML Instance Representation
<...>
<startDayOfWeek> DayOfWeek </startDayOfWeek> [1]
<startHour> Hour </startHour> [1]
<startMinute> Minute </startMinute> [1]
<endDayOfWeek> DayOfWeek </endDayOfWeek> [1]
<endHour> Hour </endHour> [1]
<endMinute> Minute </endMinute> [1]
</...>
Schema Component Representation
<xs:complexType name="TimeInterval">
<xs:sequence>
<xs:element name="startDayOfWeek" type=" DayOfWeek "/>
<xs:element name="startHour" type=" Hour "/>
<xs:element name="startMinute" type=" Minute "/>
<xs:element name="endDayOfWeek" type=" DayOfWeek "/>
<xs:element name="endHour" type=" Hour "/>
<xs:element name="endMinute" type=" Minute "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: UserAlternateNumbersGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserAlternateNumbersGetRequest
Abstract no
Documentation Request the user level data associated with Alternate Numbers. The response is either a UserAlternateNumbersGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserAlternateNumbersGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserAlternateNumbersGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserAlternateNumbersGetResponse
Abstract no
Documentation Response to UserAlternateNumbersGetRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<distinctiveRing> xs:boolean </distinctiveRing> [1]
<alternateEntry01> AlternateNumberEntry </alternateEntry01> [0..1]
<alternateEntry02> AlternateNumberEntry </alternateEntry02> [0..1]
<alternateEntry03> AlternateNumberEntry </alternateEntry03> [0..1]
<alternateEntry04> AlternateNumberEntry </alternateEntry04> [0..1]
<alternateEntry05> AlternateNumberEntry </alternateEntry05> [0..1]
<alternateEntry06> AlternateNumberEntry </alternateEntry06> [0..1]
<alternateEntry07> AlternateNumberEntry </alternateEntry07> [0..1]
<alternateEntry08> AlternateNumberEntry </alternateEntry08> [0..1]
<alternateEntry09> AlternateNumberEntry </alternateEntry09> [0..1]
<alternateEntry10> AlternateNumberEntry </alternateEntry10> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserAlternateNumbersGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="distinctiveRing" type=" xs:boolean "/>
<xs:element name="alternateEntry01" type=" AlternateNumberEntry " minOccurs="0"/>
<xs:element name="alternateEntry02" type=" AlternateNumberEntry " minOccurs="0"/>
<xs:element name="alternateEntry03" type=" AlternateNumberEntry " minOccurs="0"/>
<xs:element name="alternateEntry04" type=" AlternateNumberEntry " minOccurs="0"/>
<xs:element name="alternateEntry05" type=" AlternateNumberEntry " minOccurs="0"/>
<xs:element name="alternateEntry06" type=" AlternateNumberEntry " minOccurs="0"/>
<xs:element name="alternateEntry07" type=" AlternateNumberEntry " minOccurs="0"/>
<xs:element name="alternateEntry08" type=" AlternateNumberEntry " minOccurs="0"/>
<xs:element name="alternateEntry09" type=" AlternateNumberEntry " minOccurs="0"/>
<xs:element name="alternateEntry10" type=" AlternateNumberEntry " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserBroadWorksAnywhereGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserBroadWorksAnywhereGetRequest
Abstract no
Documentation Get the list of all the BroadWorks Anywhere phone numbers for the user. The response is either a UserBroadWorksAnywhereGetResponse or an ErrorResponse. Replaced by: UserBroadWorksAnywhereGetRequest16sp2
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserBroadWorksAnywhereGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserBroadWorksAnywhereGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserBroadWorksAnywhereGetResponse
Abstract no
Documentation Response to the UserBroadWorksAnywhereGetRequest. The phoneNumberTable contains columns: "Phone Number", "Description" Replaced by: UserBroadWorksAnywhereGetResponse16sp2
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<alertAllLocationsForClickToDialCalls> xs:boolean </alertAllLocationsForClickToDialCalls> [1]
<phoneNumberTable> core:OCITable </phoneNumberTable> [1]
</...>
Schema Component Representation
<xs:complexType name="UserBroadWorksAnywhereGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="alertAllLocationsForClickToDialCalls" type=" xs:boolean "/>
<xs:element name="phoneNumberTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallCenterGetRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallCenterGetRequest16
Abstract no
Documentation Get the user's call center settings and the list of call centers the specified user belongs to. The response is either a UserCallCenterGetResponse16 or an ErrorResponse. Replaced by: UserCallCenterGetRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCallCenterGetRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallCenterGetResponse16

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

Complex Type: UserCallPoliciesGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallPoliciesGetRequest
Abstract no
Documentation Request the user level data associated with Call Policies. The response is either a UserCallPoliciesGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCallPoliciesGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallPoliciesGetResponse

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

Complex Type: UserCallProcessingGetPolicyRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallProcessingGetPolicyRequest16
Abstract no
Documentation Request the user level data associated with Call Processing Policy. The response is either a UserCallProcessingGetPolicyResponse16 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCallProcessingGetPolicyRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallProcessingGetPolicyRequest16sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallProcessingGetPolicyRequest16sp2
Abstract no
Documentation Request the user level data associated with Call Processing Policy. The response is either a UserCallProcessingGetPolicyResponse16 or an ErrorResponse. Replaced by: UserCallProcessingGetPolicyRequest17sp4
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCallProcessingGetPolicyRequest16sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallProcessingGetPolicyResponse16

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

Complex Type: UserCallProcessingGetPolicyResponse16sp2

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

Complex Type: UserFaxMessagingGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserFaxMessagingGetRequest
Abstract no
Documentation Request the user level data associated with Fax Messaging. The response is either a UserFaxMessagingGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserFaxMessagingGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserFaxMessagingGetResponse

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

Complex Type: UserGetRequest15sp2

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

Complex Type: UserGetResponse15sp2

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserGetResponse15sp2
Abstract no
Documentation Response to UserGetRequest15sp2. It is possible that the TrunkAddressingRead element is present with nothing populated in it which means the user is a trunk user.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<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]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserGetResponse15sp2">
<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:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserHolidayScheduleAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserHolidayScheduleAddRequest
Abstract no
Documentation Add a holiday schedule to a user. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<holidayScheduleName> ScheduleName </holidayScheduleName> [1]
<holiday01> Holiday </holiday01> [0..1]
<holiday02> Holiday </holiday02> [0..1]
<holiday03> Holiday </holiday03> [0..1]
<holiday04> Holiday </holiday04> [0..1]
<holiday05> Holiday </holiday05> [0..1]
<holiday06> Holiday </holiday06> [0..1]
<holiday07> Holiday </holiday07> [0..1]
<holiday08> Holiday </holiday08> [0..1]
<holiday09> Holiday </holiday09> [0..1]
<holiday10> Holiday </holiday10> [0..1]
<holiday11> Holiday </holiday11> [0..1]
<holiday12> Holiday </holiday12> [0..1]
<holiday13> Holiday </holiday13> [0..1]
<holiday14> Holiday </holiday14> [0..1]
<holiday15> Holiday </holiday15> [0..1]
<holiday16> Holiday </holiday16> [0..1]
<holiday17> Holiday </holiday17> [0..1]
<holiday18> Holiday </holiday18> [0..1]
<holiday19> Holiday </holiday19> [0..1]
<holiday20> Holiday </holiday20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserHolidayScheduleAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="holidayScheduleName" type=" ScheduleName "/>
<xs:element name="holiday01" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday02" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday03" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday04" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday05" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday06" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday07" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday08" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday09" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday10" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday11" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday12" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday13" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday14" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday15" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday16" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday17" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday18" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday19" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday20" type=" Holiday " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserHolidayScheduleDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserHolidayScheduleDeleteRequest
Abstract no
Documentation Delete a holiday schedule from a user. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<holidayScheduleName> ScheduleName </holidayScheduleName> [1]
</...>
Schema Component Representation
<xs:complexType name="UserHolidayScheduleDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="holidayScheduleName" type=" ScheduleName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserHolidayScheduleGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserHolidayScheduleGetListRequest
Abstract no
Documentation Get a holiday schedule list for a user. The response is either a UserHolidayScheduleGetListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserHolidayScheduleGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserHolidayScheduleGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserHolidayScheduleGetListResponse
Abstract no
Documentation Response to the UserHolidayScheduleGetListRequest. The response contains all the user's personal and user's group holiday schedule names.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleTable> core:OCITable </holidayScheduleTable> [1]
</...>
Schema Component Representation
<xs:complexType name="UserHolidayScheduleGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="holidayScheduleTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserHolidayScheduleGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserHolidayScheduleGetRequest
Abstract no
Documentation Get a holiday schedule a user. The response is either a UserHolidayScheduleGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<holidayScheduleName> ScheduleName </holidayScheduleName> [1]
</...>
Schema Component Representation
<xs:complexType name="UserHolidayScheduleGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="holidayScheduleName" type=" ScheduleName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserHolidayScheduleGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserHolidayScheduleGetResponse
Abstract no
Documentation Response to the UserHolidayScheduleGetRequest. The response contains the user?s holiday schedule information.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<holidayScheduleName> ScheduleName </holidayScheduleName> [1]
<holiday01> Holiday </holiday01> [0..1]
<holiday02> Holiday </holiday02> [0..1]
<holiday03> Holiday </holiday03> [0..1]
<holiday04> Holiday </holiday04> [0..1]
<holiday05> Holiday </holiday05> [0..1]
<holiday06> Holiday </holiday06> [0..1]
<holiday07> Holiday </holiday07> [0..1]
<holiday08> Holiday </holiday08> [0..1]
<holiday09> Holiday </holiday09> [0..1]
<holiday10> Holiday </holiday10> [0..1]
<holiday11> Holiday </holiday11> [0..1]
<holiday12> Holiday </holiday12> [0..1]
<holiday13> Holiday </holiday13> [0..1]
<holiday14> Holiday </holiday14> [0..1]
<holiday15> Holiday </holiday15> [0..1]
<holiday16> Holiday </holiday16> [0..1]
<holiday17> Holiday </holiday17> [0..1]
<holiday18> Holiday </holiday18> [0..1]
<holiday19> Holiday </holiday19> [0..1]
<holiday20> Holiday </holiday20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserHolidayScheduleGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="holidayScheduleName" type=" ScheduleName "/>
<xs:element name="holiday01" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday02" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday03" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday04" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday05" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday06" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday07" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday08" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday09" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday10" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday11" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday12" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday13" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday14" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday15" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday16" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday17" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday18" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday19" type=" Holiday " minOccurs="0"/>
<xs:element name="holiday20" type=" Holiday " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserHolidayScheduleModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserHolidayScheduleModifyRequest
Abstract no
Documentation Modify a holiday schedule for a user. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<holidayScheduleName> ScheduleName </holidayScheduleName> [1]
<newHolidayScheduleName> ScheduleName </newHolidayScheduleName> [0..1]
<holiday01> Holiday </holiday01> [0..1]
<holiday02> Holiday </holiday02> [0..1]
<holiday03> Holiday </holiday03> [0..1]
<holiday04> Holiday </holiday04> [0..1]
<holiday05> Holiday </holiday05> [0..1]
<holiday06> Holiday </holiday06> [0..1]
<holiday07> Holiday </holiday07> [0..1]
<holiday08> Holiday </holiday08> [0..1]
<holiday09> Holiday </holiday09> [0..1]
<holiday10> Holiday </holiday10> [0..1]
<holiday11> Holiday </holiday11> [0..1]
<holiday12> Holiday </holiday12> [0..1]
<holiday13> Holiday </holiday13> [0..1]
<holiday14> Holiday </holiday14> [0..1]
<holiday15> Holiday </holiday15> [0..1]
<holiday16> Holiday </holiday16> [0..1]
<holiday17> Holiday </holiday17> [0..1]
<holiday18> Holiday </holiday18> [0..1]
<holiday19> Holiday </holiday19> [0..1]
<holiday20> Holiday </holiday20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserHolidayScheduleModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="holidayScheduleName" type=" ScheduleName "/>
<xs:element name="newHolidayScheduleName" type=" ScheduleName " minOccurs="0"/>
<xs:element name="holiday01" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday02" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday03" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday04" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday05" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday06" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday07" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday08" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday09" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday10" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday11" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday12" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday13" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday14" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday15" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday16" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday17" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday18" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday19" type=" Holiday " minOccurs="0" nillable="true"/>
<xs:element name="holiday20" type=" Holiday " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserHotelingHostGetRequest14sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserHotelingHostGetRequest14sp4
Abstract no
Documentation Request the user level data associated with Hoteling Host. The response is either a UserHotelingHostGetResponse14sp4 or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserHotelingHostGetRequest14sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserHotelingHostGetResponse14sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserHotelingHostGetResponse14sp4
Abstract no
Documentation Response to UserHotelingHostGetRequest14sp4.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<enforceAssociationLimit> xs:boolean </enforceAssociationLimit> [1]
<associationLimitHours> HotelingAssociationLimitHours </associationLimitHours> [1]
<accessLevel> HotelingHostAccessLevel </accessLevel> [1]
<guestLastName> LastName </guestLastName> [0..1]
<guestFirstName> FirstName </guestFirstName> [0..1]
<guestPhoneNumber> DN </guestPhoneNumber> [0..1]
<guestExtension> Extension </guestExtension> [0..1]
<guestLocationDialingCode> LocationDialingCode </guestLocationDialingCode> [0..1]
<guestAssociationDateTime> xs:dateTime </guestAssociationDateTime> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserHotelingHostGetResponse14sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="enforceAssociationLimit" type=" xs:boolean "/>
<xs:element name="associationLimitHours" type=" HotelingAssociationLimitHours "/>
<xs:element name="accessLevel" type=" HotelingHostAccessLevel "/>
<xs:element name="guestLastName" type=" LastName " minOccurs="0"/>
<xs:element name="guestFirstName" type=" FirstName " minOccurs="0"/>
<xs:element name="guestPhoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="guestExtension" type=" Extension " minOccurs="0"/>
<xs:element name="guestLocationDialingCode" type=" LocationDialingCode " minOccurs="0"/>
<xs:element name="guestAssociationDateTime" type=" xs:dateTime " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSelectiveCallRejectionGetCriteriaRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSelectiveCallRejectionGetCriteriaRequest16
Abstract no
Documentation Get a criteria for the user's selective call rejection service. The response is either a UserSelectiveCallRejectionGetCriteriaResponse16 or an ErrorResponse. Replaced by: UserSelectiveCallRejectionGetCriteriaRequest16sp1
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<criteriaName> CriteriaName </criteriaName> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSelectiveCallRejectionGetCriteriaRequest16">
<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: UserSelectiveCallRejectionGetCriteriaResponse16

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

Complex Type: UserSimultaneousRingFamilyAddPhoneNumberRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSimultaneousRingFamilyAddPhoneNumberRequest
Abstract no
Documentation Add a new phone number and set the answer confirmation setting. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<phoneNumber> OutgoingDNorSIPURI </phoneNumber> [1]
<answerConfirmationRequired> xs:boolean </answerConfirmationRequired> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSimultaneousRingFamilyAddPhoneNumberRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="phoneNumber" type=" OutgoingDNorSIPURI "/>
<xs:element name="answerConfirmationRequired" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSimultaneousRingFamilyDeletePhoneNumberRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSimultaneousRingFamilyDeletePhoneNumberRequest
Abstract no
Documentation Delete the phone number specified. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<phoneNumber> OutgoingDNorSIPURI </phoneNumber> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSimultaneousRingFamilyDeletePhoneNumberRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="phoneNumber" type=" OutgoingDNorSIPURI "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSimultaneousRingFamilyGetPhoneNumberRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSimultaneousRingFamilyGetPhoneNumberRequest
Abstract no
Documentation Get the answer confirmation setting for the phone number specified. The response is either a UserSimultaneousRingFamilyGetPhoneNumberResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<phoneNumber> OutgoingDNorSIPURI </phoneNumber> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSimultaneousRingFamilyGetPhoneNumberRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="phoneNumber" type=" OutgoingDNorSIPURI "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSimultaneousRingFamilyGetPhoneNumberResponse

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

Complex Type: UserSimultaneousRingFamilyGetRequest14sp4

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

Complex Type: UserSimultaneousRingFamilyGetResponse14sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserSimultaneousRingFamilyGetResponse14sp4
Abstract no
Documentation Response to the UserSimultaneousRingFamilyGetRequest14sp4. Contains a table with column headings: "Phone Number", "Answer Confirmation Required".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<incomingCalls> SimultaneousRingSelection </incomingCalls> [1]
<phoneNumberTable> core:OCITable </phoneNumberTable> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSimultaneousRingFamilyGetResponse14sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="incomingCalls" type=" SimultaneousRingSelection "/>
<xs:element name="phoneNumberTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSimultaneousRingFamilyModifyPhoneNumberRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSimultaneousRingFamilyModifyPhoneNumberRequest
Abstract no
Documentation Modify the require confirmation setting for the destination. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<phoneNumber> OutgoingDNorSIPURI </phoneNumber> [1]
<answerConfirmationRequired> xs:boolean </answerConfirmationRequired> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserSimultaneousRingFamilyModifyPhoneNumberRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="phoneNumber" type=" OutgoingDNorSIPURI "/>
<xs:element name="answerConfirmationRequired" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSimultaneousRingFamilyModifyRequest14sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSimultaneousRingFamilyModifyRequest14sp4
Abstract no
Documentation Modify the user's simultaneous ring family service setting. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<isActive> xs:boolean </isActive> [0..1]
<incomingCalls> SimultaneousRingSelection </incomingCalls> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserSimultaneousRingFamilyModifyRequest14sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="incomingCalls" type=" SimultaneousRingSelection " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSimultaneousRingPersonalAddPhoneNumberRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSimultaneousRingPersonalAddPhoneNumberRequest
Abstract no
Documentation Add a new phone number and set the answer confirmation setting. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<phoneNumber> OutgoingDNorSIPURI </phoneNumber> [1]
<answerConfirmationRequired> xs:boolean </answerConfirmationRequired> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSimultaneousRingPersonalAddPhoneNumberRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="phoneNumber" type=" OutgoingDNorSIPURI "/>
<xs:element name="answerConfirmationRequired" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSimultaneousRingPersonalDeletePhoneNumberRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSimultaneousRingPersonalDeletePhoneNumberRequest
Abstract no
Documentation Delete the phone number specified. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<phoneNumber> OutgoingDNorSIPURI </phoneNumber> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSimultaneousRingPersonalDeletePhoneNumberRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="phoneNumber" type=" OutgoingDNorSIPURI "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSimultaneousRingPersonalGetPhoneNumberRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSimultaneousRingPersonalGetPhoneNumberRequest
Abstract no
Documentation Get the answer confirmation setting for the phone number specified. The response is either a UserSimultaneousRingPersonalGetPhoneNumberResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<phoneNumber> OutgoingDNorSIPURI </phoneNumber> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSimultaneousRingPersonalGetPhoneNumberRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="phoneNumber" type=" OutgoingDNorSIPURI "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSimultaneousRingPersonalGetPhoneNumberResponse

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

Complex Type: UserSimultaneousRingPersonalGetRequest14sp4

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

Complex Type: UserSimultaneousRingPersonalGetResponse14sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserSimultaneousRingPersonalGetResponse14sp4
Abstract no
Documentation Response to the UserSimultaneousRingPersonalGetRequest14sp4. Contains a table with column headings: "Phone Number", "Answer Confirmation Required".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<incomingCalls> SimultaneousRingSelection </incomingCalls> [1]
<phoneNumberTable> core:OCITable </phoneNumberTable> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSimultaneousRingPersonalGetResponse14sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="incomingCalls" type=" SimultaneousRingSelection "/>
<xs:element name="phoneNumberTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSimultaneousRingPersonalModifyPhoneNumberRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSimultaneousRingPersonalModifyPhoneNumberRequest
Abstract no
Documentation Modify the require confirmation setting for the destination. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<phoneNumber> OutgoingDNorSIPURI </phoneNumber> [1]
<answerConfirmationRequired> xs:boolean </answerConfirmationRequired> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserSimultaneousRingPersonalModifyPhoneNumberRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="phoneNumber" type=" OutgoingDNorSIPURI "/>
<xs:element name="answerConfirmationRequired" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSimultaneousRingPersonalModifyRequest14sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSimultaneousRingPersonalModifyRequest14sp4
Abstract no
Documentation Modify the user's simultaneous ring personal service setting. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<isActive> xs:boolean </isActive> [0..1]
<incomingCalls> SimultaneousRingSelection </incomingCalls> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserSimultaneousRingPersonalModifyRequest14sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="incomingCalls" type=" SimultaneousRingSelection " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserThirdPartyVoiceMailSupportGetRequest13mp16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserThirdPartyVoiceMailSupportGetRequest13mp16
Abstract no
Documentation Request the user level data associated with Third-Party Voice Mail Support. The response is either a UserThirdPartyVoiceMailSupportGetResponse13mp16 or an ErrorResponse. Replaced by: UserThirdPartyVoiceMailSupportGetRequest17
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserThirdPartyVoiceMailSupportGetRequest13mp16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserThirdPartyVoiceMailSupportGetResponse13mp16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserThirdPartyVoiceMailSupportGetResponse13mp16
Abstract no
Documentation Response to UserThirdPartyVoiceMailSupportGetRequest13mp16. Replaced by: UserThirdPartyVoiceMailSupportGetResponse17
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<busyRedirectToVoiceMail> xs:boolean </busyRedirectToVoiceMail> [1]
<noAnswerRedirectToVoiceMail> xs:boolean </noAnswerRedirectToVoiceMail> [1]
<serverSelection> ThirdPartyVoiceMailSupportServerSelection </serverSelection> [1]
<userServer> ThirdPartyVoiceMailSupportMailServer </userServer> [0..1]
<mailboxIdType> ThirdPartyVoiceMailSupportMailboxIdType </mailboxIdType> [1]
<mailboxURL> SIPURI </mailboxURL> [0..1]
<noAnswerNumberOfRings> ThirdPartyVoiceMailSupportNumberOfRings </noAnswerNumberOfRings> [1]
<alwaysRedirectToVoiceMail> xs:boolean </alwaysRedirectToVoiceMail> [1]
</...>
Schema Component Representation
<xs:complexType name="UserThirdPartyVoiceMailSupportGetResponse13mp16">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="busyRedirectToVoiceMail" type=" xs:boolean "/>
<xs:element name="noAnswerRedirectToVoiceMail" type=" xs:boolean "/>
<xs:element name="serverSelection" type=" ThirdPartyVoiceMailSupportServerSelection "/>
<xs:element name="userServer" type=" ThirdPartyVoiceMailSupportMailServer " minOccurs="0"/>
<xs:element name="mailboxIdType" type=" ThirdPartyVoiceMailSupportMailboxIdType "/>
<xs:element name="mailboxURL" type=" SIPURI " minOccurs="0"/>
<xs:element name="noAnswerNumberOfRings" type=" ThirdPartyVoiceMailSupportNumberOfRings "/>
<xs:element name="alwaysRedirectToVoiceMail" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserTimeScheduleAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserTimeScheduleAddRequest
Abstract no
Documentation Add a time schedule for a user. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<timeScheduleName> ScheduleName </timeScheduleName> [1]
<timeInterval01> TimeInterval </timeInterval01> [0..1]
<timeInterval02> TimeInterval </timeInterval02> [0..1]
<timeInterval03> TimeInterval </timeInterval03> [0..1]
<timeInterval04> TimeInterval </timeInterval04> [0..1]
<timeInterval05> TimeInterval </timeInterval05> [0..1]
<timeInterval06> TimeInterval </timeInterval06> [0..1]
<timeInterval07> TimeInterval </timeInterval07> [0..1]
<timeInterval08> TimeInterval </timeInterval08> [0..1]
<timeInterval09> TimeInterval </timeInterval09> [0..1]
<timeInterval10> TimeInterval </timeInterval10> [0..1]
<timeInterval11> TimeInterval </timeInterval11> [0..1]
<timeInterval12> TimeInterval </timeInterval12> [0..1]
<timeInterval13> TimeInterval </timeInterval13> [0..1]
<timeInterval14> TimeInterval </timeInterval14> [0..1]
<timeInterval15> TimeInterval </timeInterval15> [0..1]
<timeInterval16> TimeInterval </timeInterval16> [0..1]
<timeInterval17> TimeInterval </timeInterval17> [0..1]
<timeInterval18> TimeInterval </timeInterval18> [0..1]
<timeInterval19> TimeInterval </timeInterval19> [0..1]
<timeInterval20> TimeInterval </timeInterval20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserTimeScheduleAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="timeScheduleName" type=" ScheduleName "/>
<xs:element name="timeInterval01" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval02" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval03" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval04" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval05" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval06" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval07" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval08" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval09" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval10" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval11" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval12" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval13" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval14" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval15" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval16" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval17" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval18" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval19" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval20" type=" TimeInterval " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserTimeScheduleDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserTimeScheduleDeleteRequest
Abstract no
Documentation Delete a user time schedule. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<timeScheduleName> ScheduleName </timeScheduleName> [1]
</...>
Schema Component Representation
<xs:complexType name="UserTimeScheduleDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="timeScheduleName" type=" ScheduleName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserTimeScheduleGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserTimeScheduleGetListRequest
Abstract no
Documentation Get all time schedules for a user. This includes the user's personal schedules and user's group's schedules. The response is either a UserTimeScheduleGetListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
</...>
Schema Component Representation
<xs:complexType name="UserTimeScheduleGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserTimeScheduleGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserTimeScheduleGetListResponse
Abstract no
Documentation Response to the UserTimeScheduleGetListRequest. The column headings are "Time Schedule" and "Type". The response contains user's personal and user's group's schedule names.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<timeScheduleTable> core:OCITable </timeScheduleTable> [1]
</...>
Schema Component Representation
<xs:complexType name="UserTimeScheduleGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="timeScheduleTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserTimeScheduleGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserTimeScheduleGetRequest
Abstract no
Documentation Request to get a user time schedule. The response is either a UserTimeScheduleGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<timeScheduleName> ScheduleName </timeScheduleName> [1]
</...>
Schema Component Representation
<xs:complexType name="UserTimeScheduleGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="timeScheduleName" type=" ScheduleName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserTimeScheduleGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserTimeScheduleGetResponse
Abstract no
Documentation Response to the UserTimeScheduleGetRequest. The response contains the requested time schedule information.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<timeScheduleName> ScheduleName </timeScheduleName> [1]
<timeInterval01> TimeInterval </timeInterval01> [0..1]
<timeInterval02> TimeInterval </timeInterval02> [0..1]
<timeInterval03> TimeInterval </timeInterval03> [0..1]
<timeInterval04> TimeInterval </timeInterval04> [0..1]
<timeInterval05> TimeInterval </timeInterval05> [0..1]
<timeInterval06> TimeInterval </timeInterval06> [0..1]
<timeInterval07> TimeInterval </timeInterval07> [0..1]
<timeInterval08> TimeInterval </timeInterval08> [0..1]
<timeInterval09> TimeInterval </timeInterval09> [0..1]
<timeInterval10> TimeInterval </timeInterval10> [0..1]
<timeInterval11> TimeInterval </timeInterval11> [0..1]
<timeInterval12> TimeInterval </timeInterval12> [0..1]
<timeInterval13> TimeInterval </timeInterval13> [0..1]
<timeInterval14> TimeInterval </timeInterval14> [0..1]
<timeInterval15> TimeInterval </timeInterval15> [0..1]
<timeInterval16> TimeInterval </timeInterval16> [0..1]
<timeInterval17> TimeInterval </timeInterval17> [0..1]
<timeInterval18> TimeInterval </timeInterval18> [0..1]
<timeInterval19> TimeInterval </timeInterval19> [0..1]
<timeInterval20> TimeInterval </timeInterval20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserTimeScheduleGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="timeScheduleName" type=" ScheduleName "/>
<xs:element name="timeInterval01" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval02" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval03" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval04" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval05" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval06" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval07" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval08" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval09" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval10" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval11" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval12" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval13" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval14" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval15" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval16" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval17" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval18" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval19" type=" TimeInterval " minOccurs="0"/>
<xs:element name="timeInterval20" type=" TimeInterval " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserTimeScheduleModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserTimeScheduleModifyRequest
Abstract no
Documentation Modify a user time schedule. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<timeScheduleName> ScheduleName </timeScheduleName> [1]
<newTimeScheduleName> ScheduleName </newTimeScheduleName> [0..1]
<timeInterval01> TimeInterval </timeInterval01> [0..1]
<timeInterval02> TimeInterval </timeInterval02> [0..1]
<timeInterval03> TimeInterval </timeInterval03> [0..1]
<timeInterval04> TimeInterval </timeInterval04> [0..1]
<timeInterval05> TimeInterval </timeInterval05> [0..1]
<timeInterval06> TimeInterval </timeInterval06> [0..1]
<timeInterval07> TimeInterval </timeInterval07> [0..1]
<timeInterval08> TimeInterval </timeInterval08> [0..1]
<timeInterval09> TimeInterval </timeInterval09> [0..1]
<timeInterval10> TimeInterval </timeInterval10> [0..1]
<timeInterval11> TimeInterval </timeInterval11> [0..1]
<timeInterval12> TimeInterval </timeInterval12> [0..1]
<timeInterval13> TimeInterval </timeInterval13> [0..1]
<timeInterval14> TimeInterval </timeInterval14> [0..1]
<timeInterval15> TimeInterval </timeInterval15> [0..1]
<timeInterval16> TimeInterval </timeInterval16> [0..1]
<timeInterval17> TimeInterval </timeInterval17> [0..1]
<timeInterval18> TimeInterval </timeInterval18> [0..1]
<timeInterval19> TimeInterval </timeInterval19> [0..1]
<timeInterval20> TimeInterval </timeInterval20> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserTimeScheduleModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="timeScheduleName" type=" ScheduleName "/>
<xs:element name="newTimeScheduleName" type=" ScheduleName " minOccurs="0"/>
<xs:element name="timeInterval01" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval02" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval03" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval04" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval05" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval06" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval07" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval08" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval09" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval10" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval11" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval12" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval13" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval14" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval15" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval16" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval17" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval18" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval19" type=" TimeInterval " nillable="true" minOccurs="0"/>
<xs:element name="timeInterval20" type=" TimeInterval " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserGetVoiceManagementRequest13mp8

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

Complex Type: UserVoiceMessagingUserGetVoiceManagementResponse13mp8

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetVoiceManagementResponse13mp8
Abstract no
Documentation Response to the UserVoiceMessagingUserGetVoiceManagementRequest13mp8. Replaced by: UserVoiceMessagingUserGetVoiceManagementResponse17
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<processing> VoiceMessagingMessageProcessing </processing> [1]
<voiceMessageDeliveryEmailAddress> EmailAddress </voiceMessageDeliveryEmailAddress> [0..1]
<usePhoneMessageWaitingIndicator> xs:boolean </usePhoneMessageWaitingIndicator> [1]
<sendVoiceMessageNotifyEmail> xs:boolean </sendVoiceMessageNotifyEmail> [1]
<voiceMessageNotifyEmailAddress> EmailAddress </voiceMessageNotifyEmailAddress> [0..1]
<sendCarbonCopyVoiceMessage> xs:boolean </sendCarbonCopyVoiceMessage> [1]
<voiceMessageCarbonCopyEmailAddress> EmailAddress </voiceMessageCarbonCopyEmailAddress> [0..1]
<transferOnZeroToPhoneNumber> xs:boolean </transferOnZeroToPhoneNumber> [1]
<transferPhoneNumber> OutgoingDN </transferPhoneNumber> [0..1]
<alwaysRedirectToVoiceMail> xs:boolean </alwaysRedirectToVoiceMail> [1]
<busyRedirectToVoiceMail> xs:boolean </busyRedirectToVoiceMail> [1]
<noAnswerRedirectToVoiceMail> xs:boolean </noAnswerRedirectToVoiceMail> [1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserGetVoiceManagementResponse13mp8">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="processing" type=" VoiceMessagingMessageProcessing "/>
<xs:element name="voiceMessageDeliveryEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="usePhoneMessageWaitingIndicator" type=" xs:boolean "/>
<xs:element name="sendVoiceMessageNotifyEmail" type=" xs:boolean "/>
<xs:element name="voiceMessageNotifyEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="sendCarbonCopyVoiceMessage" type=" xs:boolean "/>
<xs:element name="voiceMessageCarbonCopyEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="transferOnZeroToPhoneNumber" type=" xs:boolean "/>
<xs:element name="transferPhoneNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="alwaysRedirectToVoiceMail" type=" xs:boolean "/>
<xs:element name="busyRedirectToVoiceMail" type=" xs:boolean "/>
<xs:element name="noAnswerRedirectToVoiceMail" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Simple Type: CallCenterQueueLength

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CallCenterQueueLength
Content
  • Base XSD Type: int
  • 0 <= value <= 50
Documentation The limit for the number of calls the system will keep in queue, waiting for an available agent.
Schema Component Representation
<xs:simpleType name="CallCenterQueueLength">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="50"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CallingNameRetrievalQueryTimerMilliSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CallingNameRetrievalQueryTimerMilliSeconds
Content
  • Base XSD Type: int
  • 500 <= value <= 5000
Documentation Query timer milli-seconds.
Schema Component Representation
<xs:simpleType name="CallingNameRetrievalQueryTimerMilliSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="500"/>
<xs:maxInclusive value="5000"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: GroupExtensionLength

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name GroupExtensionLength
Content
  • Base XSD Type: int
  • 2 <= value <= 6
Documentation The group's extension length.
Schema Component Representation
<xs:simpleType name="GroupExtensionLength">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="2"/>
<xs:maxInclusive value="6"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: HolidayScheduleName

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name HolidayScheduleName
Content
  • Base XSD Type: token
  • length >= 1
Documentation Holiday name.
Schema Component Representation
<xs:simpleType name="HolidayScheduleName">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="40"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: TimeScheduleName

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name TimeScheduleName
Content
  • Base XSD Type: token
  • length >= 1
Documentation Time schedule name.
Schema Component Representation
<xs:simpleType name="TimeScheduleName">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="40"/>
</xs:restriction>
</xs:simpleType>
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