XML Schema Documentation

Table of Contents

top

Schema Document Properties

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

Declared Namespaces

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

Global Definitions

Complex Type: DeviceManagementFileAuthLocationGetRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name DeviceManagementFileAuthLocationGetRequest17
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 DeviceManagementFileAuthLocationGetResponse17 or an ErrorResponse. Replaced by: DeviceManagementFileAuthLocationGetRequest18
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="DeviceManagementFileAuthLocationGetRequest17">
<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: DeviceManagementFileAuthLocationGetResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name DeviceManagementFileAuthLocationGetResponse17
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 DeviceManagementFileAuthLocationGetRequest17. Replaced by: DeviceManagementFileAuthLocationGetRequest18
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="DeviceManagementFileAuthLocationGetResponse17">
<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: EnterpriseEnhancedCallLogsGetListRequest

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

Complex Type: EnterpriseEnhancedCallLogsGetListResponse

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

Complex Type: EnterprisePhoneDirectoryGetListRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name EnterprisePhoneDirectoryGetListRequest17
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 EnterprisePhoneDirectoryGetListResponse17 or ErrorResponse. Replaced by: EnterprisePhoneDirectoryGetListRequest18
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="EnterprisePhoneDirectoryGetListRequest17">
<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: EnterprisePhoneDirectoryGetListRequest17sp3

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name EnterprisePhoneDirectoryGetListRequest17sp3
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 EnterprisePhoneDirectoryGetListResponse17sp3 or ErrorResponse. Replaced by: EnterprisePhoneDirectoryGetListRequest18
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]
<searchCriteriaImpId> SearchCriteriaImpId </searchCriteriaImpId> [0..*]
</...>
Schema Component Representation
<xs:complexType name="EnterprisePhoneDirectoryGetListRequest17sp3">
<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:element name="searchCriteriaImpId" type=" SearchCriteriaImpId " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EnterprisePhoneDirectoryGetListResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name EnterprisePhoneDirectoryGetListResponse17
Abstract no
Documentation Response to EnterprisePhoneDirectoryGetListRequest17. 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", "Is Virtual On-Net User". 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". Replaced by: EnterprisePhoneDirectoryGetListResponse18
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="EnterprisePhoneDirectoryGetListResponse17">
<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: EnterprisePhoneDirectoryGetListResponse17sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name EnterprisePhoneDirectoryGetListResponse17sp3
Abstract no
Documentation Response to EnterprisePhoneDirectoryGetListRequest17sp3. 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", "IMP Id", "Is Virtual On-Net User". 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". Replaced by: EnterprisePhoneDirectoryGetListResponse18
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="EnterprisePhoneDirectoryGetListResponse17sp3">
<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: GroupAdminGetPolicyRequest17

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

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupAdminGetPolicyResponse17
Abstract no
Documentation Response to GroupAdminGetPolicyRequest17. 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]
<officeZoneAccess> GroupAdminOfficeZoneAccess </officeZoneAccess> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupAdminGetPolicyResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="profileAccess" type=" GroupAdminProfileAccess "/>
<xs:element name="userAccess" type=" GroupAdminUserAccess "/>
<xs:element name="adminAccess" type=" GroupAdminAdminAccess "/>
<xs:element name="departmentAccess" type=" GroupAdminDepartmentAccess "/>
<xs:element name="accessDeviceAccess" type=" GroupAdminAccessDeviceAccess "/>
<xs:element name="enhancedServiceInstanceAccess" type=" GroupAdminEnhancedServiceInstanceAccess "/>
<xs:element name="featureAccessCodeAccess" type=" GroupAdminFeatureAccessCodeAccess "/>
<xs:element name="phoneNumberExtensionAccess" type=" GroupAdminPhoneNumberExtensionAccess "/>
<xs:element name="callingLineIdNumberAccess" type=" GroupAdminCallingLineIdNumberAccess "/>
<xs:element name="serviceAccess" type=" GroupAdminServiceAccess "/>
<xs:element name="trunkGroupAccess" type=" GroupAdminTrunkGroupAccess "/>
<xs:element name="sessionAdmissionControlAccess" type=" GroupAdminSessionAdmissionControlAccess "/>
<xs:element name="officeZoneAccess" type=" GroupAdminOfficeZoneAccess "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAdminGetPolicyResponse17sp3

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

Complex Type: GroupAutoAttendantAddInstanceRequest16

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

Complex Type: GroupAutoAttendantGetInstanceRequest17

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupAutoAttendantGetInstanceResponse17
Abstract no
Documentation Response to GroupAutoAttendantGetInstanceRequest17. Contains the service profile information.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<enableVideo> xs:boolean </enableVideo> [1]
<businessHours> 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="GroupAutoAttendantGetInstanceResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="businessHours" type=" 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: GroupAutoAttendantModifyInstanceRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAutoAttendantModifyInstanceRequest16
Abstract no
Documentation Request to modify an Auto Attendant instance. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceModifyProfile </serviceInstanceProfile> [0..1]
<enableVideo> xs:boolean </enableVideo> [0..1]
<businessHours> ScheduleName </businessHours> [0..1]
<holidayScheduleName> ScheduleName </holidayScheduleName> [0..1]
<extensionDialingScope> AutoAttendantDialingScope </extensionDialingScope> [0..1]
<nameDialingScope> AutoAttendantDialingScope </nameDialingScope> [0..1]
<nameDialingEntries> AutoAttendantNameDialingEntry </nameDialingEntries> [0..1]
<businessHoursMenu> AutoAttendantModifyMenu16 </businessHoursMenu> [0..1]
<afterHoursMenu> AutoAttendantModifyMenu16 </afterHoursMenu> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupAutoAttendantModifyInstanceRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceModifyProfile " minOccurs="0"/>
<xs:element name="enableVideo" type=" xs:boolean " minOccurs="0"/>
<xs:element name="businessHours" type=" ScheduleName " nillable="true" minOccurs="0"/>
<xs:element name="holidayScheduleName" type=" ScheduleName " nillable="true" minOccurs="0"/>
<xs:element name="extensionDialingScope" type=" AutoAttendantDialingScope " minOccurs="0"/>
<xs:element name="nameDialingScope" type=" AutoAttendantDialingScope " minOccurs="0"/>
<xs:element name="nameDialingEntries" type=" AutoAttendantNameDialingEntry " minOccurs="0"/>
<xs:element name="businessHoursMenu" type=" AutoAttendantModifyMenu16 " minOccurs="0"/>
<xs:element name="afterHoursMenu" type=" AutoAttendantModifyMenu16 " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterAddInstanceRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterAddInstanceRequest17
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.
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]
<enableAutomaticStateChangeForAgents> xs:boolean </enableAutomaticStateChangeForAgents> [0..1]
<agentStateAfterCall> AgentACDAutomaticState </agentStateAfterCall> [0..1]
<agentUnavailableCode> CallCenterAgentUnavailableCode </agentUnavailableCode> [0..1]
<externalPreferredAudioCodec> AudioFileCodec </externalPreferredAudioCodec> [1]
<internalPreferredAudioCodec> AudioFileCodec </internalPreferredAudioCodec> [1]
<playRingingWhenOfferingCall> xs:boolean </playRingingWhenOfferingCall> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterAddInstanceRequest17">
<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="enableAutomaticStateChangeForAgents" type=" xs:boolean " minOccurs="0"/>
<xs:element name="agentStateAfterCall" type=" AgentACDAutomaticState " minOccurs="0"/>
<xs:element name="agentUnavailableCode" type=" CallCenterAgentUnavailableCode " minOccurs="0"/>
<xs:element name="externalPreferredAudioCodec" type=" AudioFileCodec "/>
<xs:element name="internalPreferredAudioCodec" type=" AudioFileCodec "/>
<xs:element name="playRingingWhenOfferingCall" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterAddInstanceRequest17sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterAddInstanceRequest17sp1
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: GroupCallCenterAddInstanceRequest17sp3
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfileCallCenter </serviceInstanceProfile> [1]
<type> CallCenterType </type> [1]
<policy> HuntPolicy </policy> [1]
<enableVideo> xs:boolean </enableVideo> [1]
<queueLength> CallCenterQueueLength16 </queueLength> [1]
<enableReporting> xs:boolean </enableReporting> [0..1]
<reportingServerName> CallCenterReportingServerName </reportingServerName> [0..1]
<allowCallerToDialEscapeDigit> xs:boolean </allowCallerToDialEscapeDigit> [1]
<escapeDigit> DtmfDigit </escapeDigit> [1]
<resetCallStatisticsUponEntryInQueue> xs:boolean </resetCallStatisticsUponEntryInQueue> [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]
<enableAutomaticStateChangeForAgents> xs:boolean </enableAutomaticStateChangeForAgents> [0..1]
<agentStateAfterCall> AgentACDAutomaticState </agentStateAfterCall> [0..1]
<agentUnavailableCode> CallCenterAgentUnavailableCode </agentUnavailableCode> [0..1]
<externalPreferredAudioCodec> AudioFileCodec </externalPreferredAudioCodec> [1]
<internalPreferredAudioCodec> AudioFileCodec </internalPreferredAudioCodec> [1]
<playRingingWhenOfferingCall> xs:boolean </playRingingWhenOfferingCall> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterAddInstanceRequest17sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceAddProfileCallCenter "/>
<xs:element name="type" type=" CallCenterType "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="queueLength" type=" CallCenterQueueLength16 "/>
<xs:element name="enableReporting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="reportingServerName" type=" CallCenterReportingServerName " minOccurs="0"/>
<xs:element name="allowCallerToDialEscapeDigit" type=" xs:boolean "/>
<xs:element name="escapeDigit" type=" DtmfDigit "/>
<xs:element name="resetCallStatisticsUponEntryInQueue" type=" xs:boolean " 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="enableAutomaticStateChangeForAgents" type=" xs:boolean " minOccurs="0"/>
<xs:element name="agentStateAfterCall" type=" AgentACDAutomaticState " minOccurs="0"/>
<xs:element name="agentUnavailableCode" type=" CallCenterAgentUnavailableCode " minOccurs="0"/>
<xs:element name="externalPreferredAudioCodec" type=" AudioFileCodec "/>
<xs:element name="internalPreferredAudioCodec" type=" AudioFileCodec "/>
<xs:element name="playRingingWhenOfferingCall" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetInstanceRequest17

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

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetInstanceResponse17
Abstract no
Documentation Response to GroupCallCenterGetInstanceRequest17.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<type> CallCenterType </type> [1]
<policy> HuntPolicy </policy> [1]
<enableVideo> xs:boolean </enableVideo> [1]
<queueLength> CallCenterQueueLength16 </queueLength> [1]
<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]
<enableAutomaticStateChangeForAgents> xs:boolean </enableAutomaticStateChangeForAgents> [0..1]
<agentStateAfterCall> AgentACDAutomaticState </agentStateAfterCall> [0..1]
<agentUnavailableCode> CallCenterAgentUnavailableCode </agentUnavailableCode> [0..1]
<externalPreferredAudioCodec> AudioFileCodec </externalPreferredAudioCodec> [1]
<internalPreferredAudioCodec> AudioFileCodec </internalPreferredAudioCodec> [1]
<playRingingWhenOfferingCall> xs:boolean </playRingingWhenOfferingCall> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterGetInstanceResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="type" type=" CallCenterType "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="queueLength" type=" CallCenterQueueLength16 "/>
<xs:element name="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="enableAutomaticStateChangeForAgents" type=" xs:boolean " minOccurs="0"/>
<xs:element name="agentStateAfterCall" type=" AgentACDAutomaticState " minOccurs="0"/>
<xs:element name="agentUnavailableCode" type=" CallCenterAgentUnavailableCode " minOccurs="0"/>
<xs:element name="externalPreferredAudioCodec" type=" AudioFileCodec "/>
<xs:element name="internalPreferredAudioCodec" type=" AudioFileCodec "/>
<xs:element name="playRingingWhenOfferingCall" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetInstanceResponse17sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetInstanceResponse17sp1
Abstract no
Documentation Response to GroupCallCenterGetInstanceRequest17sp1.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<type> CallCenterType </type> [1]
<policy> HuntPolicy </policy> [1]
<enableVideo> xs:boolean </enableVideo> [1]
<queueLength> CallCenterQueueLength16 </queueLength> [1]
<enableReporting> xs:boolean </enableReporting> [0..1]
<reportingServerName> CallCenterReportingServerName </reportingServerName> [0..1]
<allowCallerToDialEscapeDigit> xs:boolean </allowCallerToDialEscapeDigit> [1]
<escapeDigit> DtmfDigit </escapeDigit> [1]
<resetCallStatisticsUponEntryInQueue> xs:boolean </resetCallStatisticsUponEntryInQueue> [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]
<enableAutomaticStateChangeForAgents> xs:boolean </enableAutomaticStateChangeForAgents> [0..1]
<agentStateAfterCall> AgentACDAutomaticState </agentStateAfterCall> [0..1]
<agentUnavailableCode> CallCenterAgentUnavailableCode </agentUnavailableCode> [0..1]
<externalPreferredAudioCodec> AudioFileCodec </externalPreferredAudioCodec> [1]
<internalPreferredAudioCodec> AudioFileCodec </internalPreferredAudioCodec> [1]
<playRingingWhenOfferingCall> xs:boolean </playRingingWhenOfferingCall> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterGetInstanceResponse17sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="type" type=" CallCenterType "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="queueLength" type=" CallCenterQueueLength16 "/>
<xs:element name="enableReporting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="reportingServerName" type=" CallCenterReportingServerName " minOccurs="0"/>
<xs:element name="allowCallerToDialEscapeDigit" type=" xs:boolean "/>
<xs:element name="escapeDigit" type=" DtmfDigit "/>
<xs:element name="resetCallStatisticsUponEntryInQueue" type=" xs:boolean " 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="enableAutomaticStateChangeForAgents" type=" xs:boolean " minOccurs="0"/>
<xs:element name="agentStateAfterCall" type=" AgentACDAutomaticState " minOccurs="0"/>
<xs:element name="agentUnavailableCode" type=" CallCenterAgentUnavailableCode " minOccurs="0"/>
<xs:element name="externalPreferredAudioCodec" type=" AudioFileCodec "/>
<xs:element name="internalPreferredAudioCodec" type=" AudioFileCodec "/>
<xs:element name="playRingingWhenOfferingCall" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetInstanceStatisticsReportingRequest16

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

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

Complex Type: GroupCallCenterHolidayServiceGetRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterHolidayServiceGetRequest17
Abstract no
Documentation Get a call center's holiday service settings. The response is either a GroupCallCenterHolidayServiceGetResponse17 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="GroupCallCenterHolidayServiceGetRequest17">
<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: GroupCallCenterHolidayServiceGetResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterHolidayServiceGetResponse17
Abstract no
Documentation Response to the GroupCallCenterHolidayServiceGetRequest17.
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]
<audioUrlList> CallCenterAnnouncementURLList </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementDescriptionList </audioFileList> [0..1]
<audioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </audioMediaTypeList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [1]
<videoUrlList> CallCenterAnnouncementURLList </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementDescriptionList </videoFileList> [0..1]
<videoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </videoMediaTypeList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterHolidayServiceGetResponse17">
<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="audioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="audioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="videoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterHolidayServiceModifyRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterHolidayServiceModifyRequest17
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]
<audioUrlList> CallCenterAnnouncementURLListModify </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementFileListModify </audioFileList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLListModify </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementFileListModify </videoFileList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterHolidayServiceModifyRequest17">
<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="audioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterModifyInstanceRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterModifyInstanceRequest16
Abstract no
Documentation Request to modify a Call Center instance. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceModifyProfile </serviceInstanceProfile> [0..1]
<type> CallCenterType </type> [0..1]
<policy> HuntPolicy </policy> [0..1]
<enableVideo> xs:boolean </enableVideo> [0..1]
<queueLength> CallCenterQueueLength16 </queueLength> [0..1]
<reportingServerName> CallCenterReportingServerName </reportingServerName> [0..1]
<allowCallerToDialEscapeDigit> xs:boolean </allowCallerToDialEscapeDigit> [0..1]
<escapeDigit> DtmfDigit </escapeDigit> [0..1]
<resetCallStatisticsUponEntryInQueue> xs:boolean </resetCallStatisticsUponEntryInQueue> [0..1]
<allowAgentLogoff> xs:boolean </allowAgentLogoff> [0..1]
<allowCallWaitingForAgents> xs:boolean </allowCallWaitingForAgents> [0..1]
<allowCallsToAgentsInWrapUp> xs:boolean </allowCallsToAgentsInWrapUp> [0..1]
<overrideAgentWrapUpTime> xs:boolean </overrideAgentWrapUpTime> [0..1]
<wrapUpSeconds> CallCenterWrapUpSeconds </wrapUpSeconds> [0..1]
<forceDeliveryOfCalls> xs:boolean </forceDeliveryOfCalls> [0..1]
<forceDeliveryWaitTimeSeconds> CallCenterForceDeliveryWaitTimeSeconds </forceDeliveryWaitTimeSeconds> [0..1]
<enableAutomaticStateChangeForAgents> xs:boolean </enableAutomaticStateChangeForAgents> [0..1]
<agentStateAfterCall> AgentACDAutomaticState </agentStateAfterCall> [0..1]
<agentUnavailableCode> CallCenterAgentUnavailableCode </agentUnavailableCode> [0..1]
<externalPreferredAudioCodec> AudioFileCodec </externalPreferredAudioCodec> [0..1]
<internalPreferredAudioCodec> AudioFileCodec </internalPreferredAudioCodec> [0..1]
<playRingingWhenOfferingCall> xs:boolean </playRingingWhenOfferingCall> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterModifyInstanceRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceModifyProfile " minOccurs="0"/>
<xs:element name="type" type=" CallCenterType " minOccurs="0"/>
<xs:element name="policy" type=" HuntPolicy " minOccurs="0"/>
<xs:element name="enableVideo" type=" xs:boolean " minOccurs="0"/>
<xs:element name="queueLength" type=" CallCenterQueueLength16 " minOccurs="0"/>
<xs:element name="reportingServerName" type=" CallCenterReportingServerName " minOccurs="0" nillable="true"/>
<xs:element name="allowCallerToDialEscapeDigit" type=" xs:boolean " minOccurs="0"/>
<xs:element name="escapeDigit" type=" DtmfDigit " minOccurs="0"/>
<xs:element name="resetCallStatisticsUponEntryInQueue" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowAgentLogoff" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowCallWaitingForAgents" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowCallsToAgentsInWrapUp" type=" xs:boolean " minOccurs="0"/>
<xs:element name="overrideAgentWrapUpTime" type=" xs:boolean " minOccurs="0"/>
<xs:element name="wrapUpSeconds" type=" CallCenterWrapUpSeconds " minOccurs="0" nillable="true"/>
<xs:element name="forceDeliveryOfCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="forceDeliveryWaitTimeSeconds" type=" CallCenterForceDeliveryWaitTimeSeconds " minOccurs="0" nillable="true"/>
<xs:element name="enableAutomaticStateChangeForAgents" type=" xs:boolean " minOccurs="0"/>
<xs:element name="agentStateAfterCall" type=" AgentACDAutomaticState " minOccurs="0"/>
<xs:element name="agentUnavailableCode" type=" CallCenterAgentUnavailableCode " nillable="true" minOccurs="0"/>
<xs:element name="externalPreferredAudioCodec" type=" AudioFileCodec " minOccurs="0"/>
<xs:element name="internalPreferredAudioCodec" type=" AudioFileCodec " minOccurs="0"/>
<xs:element name="playRingingWhenOfferingCall" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterModifyInstanceStatisticsReportingRequest14sp9

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterModifyInstanceStatisticsReportingRequest14sp9
Abstract no
Documentation Modify the Call Center statistics reporting frequency and destination. 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. -->
<serviceUserId> UserId </serviceUserId> [1]
<generateDailyReport> xs:boolean </generateDailyReport> [0..1]
<collectionPeriodMinutes> CallCenterStatisticsCollectionPeriodMinutes </collectionPeriodMinutes> [0..1]
<reportingEmailAddress1> EmailAddress </reportingEmailAddress1> [0..1]
<reportingEmailAddress2> EmailAddress </reportingEmailAddress2> [0..1]
<statisticsSource> CallCenterStatisticsSource </statisticsSource> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterModifyInstanceStatisticsReportingRequest14sp9">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="generateDailyReport" type=" xs:boolean " minOccurs="0"/>
<xs:element name="collectionPeriodMinutes" type=" CallCenterStatisticsCollectionPeriodMinutes " minOccurs="0"/>
<xs:element name="reportingEmailAddress1" type=" EmailAddress " nillable="true" minOccurs="0"/>
<xs:element name="reportingEmailAddress2" type=" EmailAddress " nillable="true" minOccurs="0"/>
<xs:element name="statisticsSource" type=" CallCenterStatisticsSource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterNightServiceGetRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterNightServiceGetRequest17
Abstract no
Documentation Get a call center's night service settings. The response is either a GroupCallCenterNightServiceGetResponse17 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="GroupCallCenterNightServiceGetRequest17">
<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: GroupCallCenterNightServiceGetResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterNightServiceGetResponse17
Abstract no
Documentation Response to the GroupCallCenterNightServiceGetRequest17.
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]
<audioUrlList> CallCenterAnnouncementURLList </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementDescriptionList </audioFileList> [0..1]
<audioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </audioMediaTypeList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [1]
<videoUrlList> CallCenterAnnouncementURLList </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementDescriptionList </videoFileList> [0..1]
<videoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </videoMediaTypeList> [0..1]
<manualAnnouncementMode> CallCenterManualNightServiceAnnouncementMode </manualAnnouncementMode> [1]
<manualAudioMessageSelection> ExtendedFileResourceSelection </manualAudioMessageSelection> [1]
<manualAudioUrlList> CallCenterAnnouncementURLList </manualAudioUrlList> [0..1]
<manualAudioFileList> CallCenterAnnouncementDescriptionList </manualAudioFileList> [0..1]
<manualAudioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </manualAudioMediaTypeList> [0..1]
<manualVideoMessageSelection> ExtendedFileResourceSelection </manualVideoMessageSelection> [1]
<manualVideoUrlList> CallCenterAnnouncementURLList </manualVideoUrlList> [0..1]
<manualVideoFileList> CallCenterAnnouncementDescriptionList </manualVideoFileList> [0..1]
<manualVideoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </manualVideoMediaTypeList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterNightServiceGetResponse17">
<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="audioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="audioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="videoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="manualAnnouncementMode" type=" CallCenterManualNightServiceAnnouncementMode "/>
<xs:element name="manualAudioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="manualAudioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="manualAudioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="manualAudioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="manualVideoMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="manualVideoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="manualVideoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="manualVideoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterNightServiceModifyRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterNightServiceModifyRequest17
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]
<audioUrlList> CallCenterAnnouncementURLListModify </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementFileListModify </audioFileList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLListModify </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementFileListModify </videoFileList> [0..1]
<manualAnnouncementMode> CallCenterManualNightServiceAnnouncementMode </manualAnnouncementMode> [0..1]
<manualAudioMessageSelection> ExtendedFileResourceSelection </manualAudioMessageSelection> [0..1]
<manualAudioUrlList> CallCenterAnnouncementURLListModify </manualAudioUrlList> [0..1]
<manualAudioFileList> CallCenterAnnouncementFileListModify </manualAudioFileList> [0..1]
<manualVideoMessageSelection> ExtendedFileResourceSelection </manualVideoMessageSelection> [0..1]
<manualVideoUrlList> CallCenterAnnouncementURLListModify </manualVideoUrlList> [0..1]
<manualVideoFileList> CallCenterAnnouncementFileListModify </manualVideoFileList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterNightServiceModifyRequest17">
<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="audioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="manualAnnouncementMode" type=" CallCenterManualNightServiceAnnouncementMode " minOccurs="0"/>
<xs:element name="manualAudioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="manualAudioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="manualAudioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="manualVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="manualVideoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="manualVideoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallParkAddInstanceRequest

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

Complex Type: GroupCallParkGetInstanceRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallParkGetInstanceRequest
Abstract no
Documentation Gets a Call Park group. The response is either GroupCallParkGetInstanceResponse 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]
<name> ServiceInstanceName </name> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallParkGetInstanceRequest">
<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=" ServiceInstanceName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallParkGetInstanceResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallParkGetInstanceResponse
Abstract no
Documentation Response to the GroupCallParkGetInstanceRequest. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name". The users are in the table are in the order they will try to be parked on.
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="GroupCallParkGetInstanceResponse">
<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: GroupCallParkGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallParkGetRequest
Abstract no
Documentation Gets the Call Park Group settings. The response is either GroupCallParkGetResponse 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="GroupCallParkGetRequest">
<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: GroupCallParkGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallParkGetResponse
Abstract no
Documentation Response to the GroupCallParkGetRequest. Contains the settings that apply to the whole group for Call Park.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<recallTimerSeconds> CallParkRecallTimerSeconds </recallTimerSeconds> [1]
<displayTimerSeconds> CallParkDisplayTimerSeconds </displayTimerSeconds> [1]
<enableDestinationAnnouncement> xs:boolean </enableDestinationAnnouncement> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallParkGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="recallTimerSeconds" type=" CallParkRecallTimerSeconds "/>
<xs:element name="displayTimerSeconds" type=" CallParkDisplayTimerSeconds "/>
<xs:element name="enableDestinationAnnouncement" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallProcessingGetPolicyRequest17

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

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallProcessingGetPolicyRequest17sp3
Abstract no
Documentation Request the group level data associated with Call Processing Policy. The response is either a GroupCallProcessingGetPolicyResponse17sp3 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) The following elements are only used in AS data mode: useGroupDCLIDSetting enableDialableCallerID Replaced by GroupCallProcessingGetPolicyRequest17sp4
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="GroupCallProcessingGetPolicyRequest17sp3">
<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: GroupCallProcessingGetPolicyRequest17sp4

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

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

Complex Type: GroupCallProcessingGetPolicyResponse17sp3

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

Complex Type: GroupCallProcessingGetPolicyResponse17sp4

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

Complex Type: GroupDepartmentGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupDepartmentGetListRequest
Abstract no
Documentation Request a list of departments in a group. You may request only the list of departments defined at the group-level, or you may request the list of all departments in the group including all the departments defined within the enterprise the group belongs to. The response is either GroupDepartmentGetListResponse or ErrorResponse. Replaced by: GroupDepartmentGetListRequest18
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]
<includeEnterpriseDepartments> xs:boolean </includeEnterpriseDepartments> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupDepartmentGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="includeEnterpriseDepartments" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupDepartmentGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupDepartmentGetListResponse
Abstract no
Documentation Response to GroupDepartmentGetListRequest. The response includes two parallel arrays of department keys and department display names. Replaced by: GroupDepartmentGetListResponse18
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<departmentKey> DepartmentKey </departmentKey> [0..*]
<fullPathName> DepartmentFullPathName </fullPathName> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupDepartmentGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="departmentKey" type=" DepartmentKey " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="fullPathName" type=" DepartmentFullPathName " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupDnGetAssignmentListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupDnGetAssignmentListRequest
Abstract no
Documentation Get the list of assigned and unassigned DNs in a group. Each DN can be assigned to a user and/or department. Ranges of DNs with identical assignment and activation properties are coalesced to a single table row entry. The response is either a GroupDnGetAssignmentListResponse or an ErrorResponse. Replaced by: GroupDnGetAssignmentListRequest18
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]
<searchCriteriaDn> SearchCriteriaDn </searchCriteriaDn> [0..*]
<searchCriteriaUserFirstName> SearchCriteriaUserFirstName </searchCriteriaUserFirstName> [0..*]
<searchCriteriaUserLastName> SearchCriteriaUserLastName </searchCriteriaUserLastName> [0..*]
<searchCriteriaExactDnDepartment> SearchCriteriaExactDnDepartment </searchCriteriaExactDnDepartment> [0..1]
<searchCriteriaExactDnActivation> SearchCriteriaExactDnActivation </searchCriteriaExactDnActivation> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupDnGetAssignmentListRequest">
<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="searchCriteriaDn" type=" SearchCriteriaDn " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaUserFirstName" type=" SearchCriteriaUserFirstName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaUserLastName" type=" SearchCriteriaUserLastName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactDnDepartment" type=" SearchCriteriaExactDnDepartment " minOccurs="0"/>
<xs:element name="searchCriteriaExactDnActivation" type=" SearchCriteriaExactDnActivation " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupDnGetAssignmentListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupDnGetAssignmentListResponse
Abstract no
Documentation Response to the GroupDnGetAssignmentListRequest. The response contains a table with columns: "Phone Numbers", "Assigned To", "Department", "Activated". The "Phone Numbers" column contains either a single DN or a range of DNs. The "Assigned To" column contains the user name or service instance name possessing the DN(s). The "Department" column contains the department of the DN, not the department of the user or service instance. The "Activated" column indicates if the DN or DN range has been activated. Only has a value if the DN(s) is assigned to a user. Replaced by: GroupDnGetAssignmentListResponse18
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<dnTable> core:OCITable </dnTable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupDnGetAssignmentListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="dnTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupEnhancedCallLogsGetListRequest

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

Complex Type: GroupEnhancedCallLogsGetListResponse

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

Complex Type: GroupGroupPagingGetInstanceRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupGroupPagingGetInstanceRequest
Abstract no
Documentation Replaced by: GroupGroupPagingGetInstanceRequest17sp3 Request to get all the information of a Group Paging instance. The response is either GroupGroupPagingGetInstanceResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupGroupPagingGetInstanceRequest">
<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: GroupGroupPagingGetInstanceResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupGroupPagingGetInstanceResponse
Abstract no
Documentation Replaced by: GroupGroupPagingGetInstanceResponse17sp3 Response to GroupGroupPagingGetInstanceRequest. Contains the service profile information.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile </serviceInstanceProfile> [1]
<confirmationToneTimeoutSeconds> GroupPagingConfirmationToneTimeoutSeconds </confirmationToneTimeoutSeconds> [1]
<deliverOriginatorCLIDInstead> xs:boolean </deliverOriginatorCLIDInstead> [1]
<originatorCLIDPrefix> GroupPagingOriginatorCLIDPrefix </originatorCLIDPrefix> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupGroupPagingGetInstanceResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile "/>
<xs:element name="confirmationToneTimeoutSeconds" type=" GroupPagingConfirmationToneTimeoutSeconds "/>
<xs:element name="deliverOriginatorCLIDInstead" type=" xs:boolean "/>
<xs:element name="originatorCLIDPrefix" type=" GroupPagingOriginatorCLIDPrefix " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupHuntGroupAddInstanceRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupHuntGroupAddInstanceRequest14
Abstract no
Documentation Add a Hunt Group instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfile </serviceInstanceProfile> [1]
<policy> HuntPolicy </policy> [1]
<huntAfterNoAnswer> xs:boolean </huntAfterNoAnswer> [1]
<noAnswerNumberOfRings> HuntNoAnswerRings </noAnswerNumberOfRings> [1]
<forwardAfterTimeout> xs:boolean </forwardAfterTimeout> [1]
<forwardTimeoutSeconds> HuntForwardTimeoutSeconds </forwardTimeoutSeconds> [1]
<forwardToPhoneNumber> OutgoingDN </forwardToPhoneNumber> [0..1]
<agentUserId> UserId </agentUserId> [0..*]
<allowCallWaitingForAgents> xs:boolean </allowCallWaitingForAgents> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupHuntGroupAddInstanceRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceAddProfile "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="huntAfterNoAnswer" type=" xs:boolean "/>
<xs:element name="noAnswerNumberOfRings" type=" HuntNoAnswerRings "/>
<xs:element name="forwardAfterTimeout" type=" xs:boolean "/>
<xs:element name="forwardTimeoutSeconds" type=" HuntForwardTimeoutSeconds "/>
<xs:element name="forwardToPhoneNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="agentUserId" type=" UserId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="allowCallWaitingForAgents" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupHuntGroupAddInstanceRequest17sp3

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupHuntGroupAddInstanceRequest17sp3
Abstract no
Documentation Add a Hunt Group instance to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse. The following elements are only used in AS data mode: useSystemHuntGroupCLIDSetting, use value "true" in HSS data mode includeHuntGroupNameInCLID, use value "true" in HSS data mode
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfile </serviceInstanceProfile> [1]
<policy> HuntPolicy </policy> [1]
<huntAfterNoAnswer> xs:boolean </huntAfterNoAnswer> [1]
<noAnswerNumberOfRings> HuntNoAnswerRings </noAnswerNumberOfRings> [1]
<forwardAfterTimeout> xs:boolean </forwardAfterTimeout> [1]
<forwardTimeoutSeconds> HuntForwardTimeoutSeconds </forwardTimeoutSeconds> [1]
<forwardToPhoneNumber> OutgoingDN </forwardToPhoneNumber> [0..1]
<agentUserId> UserId </agentUserId> [0..*]
<allowCallWaitingForAgents> xs:boolean </allowCallWaitingForAgents> [1]
<useSystemHuntGroupCLIDSetting> xs:boolean </useSystemHuntGroupCLIDSetting> [1]
<includeHuntGroupNameInCLID> xs:boolean </includeHuntGroupNameInCLID> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupHuntGroupAddInstanceRequest17sp3">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceAddProfile "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="huntAfterNoAnswer" type=" xs:boolean "/>
<xs:element name="noAnswerNumberOfRings" type=" HuntNoAnswerRings "/>
<xs:element name="forwardAfterTimeout" type=" xs:boolean "/>
<xs:element name="forwardTimeoutSeconds" type=" HuntForwardTimeoutSeconds "/>
<xs:element name="forwardToPhoneNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="agentUserId" type=" UserId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="allowCallWaitingForAgents" type=" xs:boolean "/>
<xs:element name="useSystemHuntGroupCLIDSetting" type=" xs:boolean "/>
<xs:element name="includeHuntGroupNameInCLID" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupHuntGroupGetInstanceRequest17

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

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupHuntGroupGetInstanceResponse17
Abstract no
Documentation Response to GroupHuntGroupGetInstanceRequest17. 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> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<policy> HuntPolicy </policy> [1]
<huntAfterNoAnswer> xs:boolean </huntAfterNoAnswer> [1]
<noAnswerNumberOfRings> HuntNoAnswerRings </noAnswerNumberOfRings> [1]
<forwardAfterTimeout> xs:boolean </forwardAfterTimeout> [1]
<forwardTimeoutSeconds> HuntForwardTimeoutSeconds </forwardTimeoutSeconds> [1]
<forwardToPhoneNumber> OutgoingDN </forwardToPhoneNumber> [0..1]
<agentUserTable> core:OCITable </agentUserTable> [1]
<allowCallWaitingForAgents> xs:boolean </allowCallWaitingForAgents> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupHuntGroupGetInstanceResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="huntAfterNoAnswer" type=" xs:boolean "/>
<xs:element name="noAnswerNumberOfRings" type=" HuntNoAnswerRings "/>
<xs:element name="forwardAfterTimeout" type=" xs:boolean "/>
<xs:element name="forwardTimeoutSeconds" type=" HuntForwardTimeoutSeconds "/>
<xs:element name="forwardToPhoneNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="agentUserTable" type=" core:OCITable "/>
<xs:element name="allowCallWaitingForAgents" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupHuntGroupGetInstanceResponse17sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupHuntGroupGetInstanceResponse17sp3
Abstract no
Documentation Response to GroupHuntGroupGetInstanceRequest17sp3. Contains the service profile information and a table of assigned users. The table has column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Weight". The following elements are only used in AS data mode: useSystemHuntGroupCLIDSetting includeHuntGroupNameInCLID
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<policy> HuntPolicy </policy> [1]
<huntAfterNoAnswer> xs:boolean </huntAfterNoAnswer> [1]
<noAnswerNumberOfRings> HuntNoAnswerRings </noAnswerNumberOfRings> [1]
<forwardAfterTimeout> xs:boolean </forwardAfterTimeout> [1]
<forwardTimeoutSeconds> HuntForwardTimeoutSeconds </forwardTimeoutSeconds> [1]
<forwardToPhoneNumber> OutgoingDN </forwardToPhoneNumber> [0..1]
<agentUserTable> core:OCITable </agentUserTable> [1]
<allowCallWaitingForAgents> xs:boolean </allowCallWaitingForAgents> [1]
<useSystemHuntGroupCLIDSetting> xs:boolean </useSystemHuntGroupCLIDSetting> [1]
<includeHuntGroupNameInCLID> xs:boolean </includeHuntGroupNameInCLID> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupHuntGroupGetInstanceResponse17sp3">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="huntAfterNoAnswer" type=" xs:boolean "/>
<xs:element name="noAnswerNumberOfRings" type=" HuntNoAnswerRings "/>
<xs:element name="forwardAfterTimeout" type=" xs:boolean "/>
<xs:element name="forwardTimeoutSeconds" type=" HuntForwardTimeoutSeconds "/>
<xs:element name="forwardToPhoneNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="agentUserTable" type=" core:OCITable "/>
<xs:element name="allowCallWaitingForAgents" type=" xs:boolean "/>
<xs:element name="useSystemHuntGroupCLIDSetting" type=" xs:boolean "/>
<xs:element name="includeHuntGroupNameInCLID" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMeetMeConferencingAddInstanceRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupMeetMeConferencingAddInstanceRequest
Abstract no
Documentation Add a Meet-Me Conferencing bridge to a group. The domain is required in the serviceUserId. The response is either SuccessResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfile </serviceInstanceProfile> [1]
<allocatedPorts> MeetMeConferencingConferencePorts </allocatedPorts> [1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
<allowIndividualOutDial> xs:boolean </allowIndividualOutDial> [1]
<operatorNumber> OutgoingDNorSIPURI </operatorNumber> [0..1]
<conferenceHostUserId> UserId </conferenceHostUserId> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingAddInstanceRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceAddProfile "/>
<xs:element name="allocatedPorts" type=" MeetMeConferencingConferencePorts "/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
<xs:element name="allowIndividualOutDial" type=" xs:boolean "/>
<xs:element name="operatorNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="conferenceHostUserId" type=" UserId " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMeetMeConferencingGetInstanceRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupMeetMeConferencingGetInstanceRequest
Abstract no
Documentation Request to get all the information of a Meet-Me Conferencing bridge. The response is either GroupMeetMeConferencingGetInstanceResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingGetInstanceRequest">
<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: GroupMeetMeConferencingGetInstanceRequest17sp3

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupMeetMeConferencingGetInstanceRequest17sp3
Abstract no
Documentation Request to get all the information of a Meet-Me Conferencing bridge. The response is either GroupMeetMeConferencingGetInstanceResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingGetInstanceRequest17sp3">
<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: GroupMeetMeConferencingGetInstanceRequest17sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupMeetMeConferencingGetInstanceRequest17sp4
Abstract no
Documentation Request to get all the information of a Meet-Me Conferencing bridge. The response is either GroupMeetMeConferencingGetInstanceResponse17sp4 or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingGetInstanceRequest17sp4">
<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: GroupMeetMeConferencingGetInstanceResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupMeetMeConferencingGetInstanceResponse
Abstract no
Documentation Response to GroupMeetMeConferencingGetInstanceRequest. Contains the service profile information and a table of assigned hosts. The table has column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", and "Hiragana First Name".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile </serviceInstanceProfile> [1]
<allocatedPorts> MeetMeConferencingConferencePorts </allocatedPorts> [1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
<allowIndividualOutDial> xs:boolean </allowIndividualOutDial> [1]
<operatorNumber> OutgoingDNorSIPURI </operatorNumber> [0..1]
<conferenceHostUserTable> core:OCITable </conferenceHostUserTable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingGetInstanceResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile "/>
<xs:element name="allocatedPorts" type=" MeetMeConferencingConferencePorts "/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
<xs:element name="allowIndividualOutDial" type=" xs:boolean "/>
<xs:element name="operatorNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="conferenceHostUserTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMeetMeConferencingGetInstanceResponse17sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupMeetMeConferencingGetInstanceResponse17sp3
Abstract no
Documentation Response to GroupMeetMeConferencingGetInstanceRequest17sp3. Contains the service profile information and a table of assigned hosts. The table has column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", and "Hiragana First Name".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<allocatedPorts> MeetMeConferencingConferencePorts </allocatedPorts> [1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
<allowIndividualOutDial> xs:boolean </allowIndividualOutDial> [1]
<operatorNumber> OutgoingDNorSIPURI </operatorNumber> [0..1]
<conferenceHostUserTable> core:OCITable </conferenceHostUserTable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingGetInstanceResponse17sp3">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="allocatedPorts" type=" MeetMeConferencingConferencePorts "/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
<xs:element name="allowIndividualOutDial" type=" xs:boolean "/>
<xs:element name="operatorNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="conferenceHostUserTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMeetMeConferencingGetInstanceResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupMeetMeConferencingGetInstanceResponse17sp4
Abstract no
Documentation Response to GroupMeetMeConferencingGetInstanceRequest17sp4. Contains the service profile information and a table of assigned hosts. The table has column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", and "Hiragana First Name".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile17sp4 </serviceInstanceProfile> [1]
<allocatedPorts> MeetMeConferencingConferencePorts </allocatedPorts> [1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
<allowIndividualOutDial> xs:boolean </allowIndividualOutDial> [1]
<operatorNumber> OutgoingDNorSIPURI </operatorNumber> [0..1]
<conferenceHostUserTable> core:OCITable </conferenceHostUserTable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingGetInstanceResponse17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17sp4 "/>
<xs:element name="allocatedPorts" type=" MeetMeConferencingConferencePorts "/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
<xs:element name="allowIndividualOutDial" type=" xs:boolean "/>
<xs:element name="operatorNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="conferenceHostUserTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupPhoneDirectoryGetListRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupPhoneDirectoryGetListRequest17
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 GroupPhoneDirectoryGetListResponse17 or ErrorResponse. Replaced by: GroupPhoneDirectoryGetListRequest18
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="GroupPhoneDirectoryGetListRequest17">
<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: GroupPhoneDirectoryGetListRequest17sp3

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupPhoneDirectoryGetListRequest17sp3
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 GroupPhoneDirectoryGetListResponse17sp3 or ErrorResponse. Replaced by: GroupPhoneDirectoryGetListRequest18
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]
<searchCriteriaImpId> SearchCriteriaImpId </searchCriteriaImpId> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupPhoneDirectoryGetListRequest17sp3">
<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:element name="searchCriteriaImpId" type=" SearchCriteriaImpId " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupPhoneDirectoryGetListResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupPhoneDirectoryGetListResponse17
Abstract no
Documentation Response to GroupPhoneDirectoryGetListRequest17. 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", "Is Virtual On-Net User" 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". Replaced by: GroupPhoneDirectoryGetListResponse18
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="GroupPhoneDirectoryGetListResponse17">
<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: GroupPhoneDirectoryGetListResponse17sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupPhoneDirectoryGetListResponse17sp3
Abstract no
Documentation Response to GroupPhoneDirectoryGetListRequest17sp3. 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", "IMP Id" and "Is Virtual On-Net User" 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". Replaced by: GroupPhoneDirectoryGetListResponse18
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="GroupPhoneDirectoryGetListResponse17sp3">
<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: GroupRoutePointHolidayServiceGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointHolidayServiceGetRequest
Abstract no
Documentation Get a route point's holiday service settings. The response is either a GroupRoutePointHolidayServiceGetResponse 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="GroupRoutePointHolidayServiceGetRequest">
<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: GroupRoutePointHolidayServiceGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupRoutePointHolidayServiceGetResponse
Abstract no
Documentation Response to the GroupRoutePointHolidayServiceGetRequest.
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]
<audioUrlList> CallCenterAnnouncementURLList </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementDescriptionList </audioFileList> [0..1]
<audioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </audioMediaTypeList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [1]
<videoUrlList> CallCenterAnnouncementURLList </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementDescriptionList </videoFileList> [0..1]
<videoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </videoMediaTypeList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointHolidayServiceGetResponse">
<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="audioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="audioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="videoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointHolidayServiceModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointHolidayServiceModifyRequest
Abstract no
Documentation Modify a route point'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]
<audioUrlList> CallCenterAnnouncementURLListModify </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementFileListModify </audioFileList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLListModify </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementFileListModify </videoFileList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointHolidayServiceModifyRequest">
<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="audioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointNightServiceGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointNightServiceGetRequest
Abstract no
Documentation Get a route point's night service settings. The response is either a GroupRoutePointNightServiceGetResponse 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="GroupRoutePointNightServiceGetRequest">
<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: GroupRoutePointNightServiceGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupRoutePointNightServiceGetResponse
Abstract no
Documentation Response to the GroupRoutePointNightServiceGetRequest.
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]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<playAnnouncementBeforeAction> xs:boolean </playAnnouncementBeforeAction> [1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [1]
<audioUrlList> CallCenterAnnouncementURLList </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementDescriptionList </audioFileList> [0..1]
<audioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </audioMediaTypeList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [1]
<videoUrlList> CallCenterAnnouncementURLList </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementDescriptionList </videoFileList> [0..1]
<videoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </videoMediaTypeList> [0..1]
<manualAnnouncementMode> CallCenterManualNightServiceAnnouncementMode </manualAnnouncementMode> [1]
<manualAudioMessageSelection> ExtendedFileResourceSelection </manualAudioMessageSelection> [1]
<manualAudioUrlList> CallCenterAnnouncementURLList </manualAudioUrlList> [0..1]
<manualAudioFileList> CallCenterAnnouncementDescriptionList </manualAudioFileList> [0..1]
<manualAudioMediaTypeList> CallCenterAnnouncementMediaFileTypeList </manualAudioMediaTypeList> [0..1]
<manualVideoMessageSelection> ExtendedFileResourceSelection </manualVideoMessageSelection> [1]
<manualVideoUrlList> CallCenterAnnouncementURLList </manualVideoUrlList> [0..1]
<manualVideoFileList> CallCenterAnnouncementDescriptionList </manualVideoFileList> [0..1]
<manualVideoMediaTypeList> CallCenterAnnouncementMediaFileTypeList </manualVideoMediaTypeList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointNightServiceGetResponse">
<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="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="playAnnouncementBeforeAction" type=" xs:boolean "/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="audioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="audioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="videoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="manualAnnouncementMode" type=" CallCenterManualNightServiceAnnouncementMode "/>
<xs:element name="manualAudioMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="manualAudioUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="manualAudioFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="manualAudioMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
<xs:element name="manualVideoMessageSelection" type=" ExtendedFileResourceSelection "/>
<xs:element name="manualVideoUrlList" type=" CallCenterAnnouncementURLList " minOccurs="0"/>
<xs:element name="manualVideoFileList" type=" CallCenterAnnouncementDescriptionList " minOccurs="0"/>
<xs:element name="manualVideoMediaTypeList" type=" CallCenterAnnouncementMediaFileTypeList " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupRoutePointNightServiceModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupRoutePointNightServiceModifyRequest
Abstract no
Documentation Modify a route point'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]
<transferPhoneNumber> OutgoingDNorSIPURI </transferPhoneNumber> [0..1]
<playAnnouncementBeforeAction> xs:boolean </playAnnouncementBeforeAction> [0..1]
<audioMessageSelection> ExtendedFileResourceSelection </audioMessageSelection> [0..1]
<audioUrlList> CallCenterAnnouncementURLListModify </audioUrlList> [0..1]
<audioFileList> CallCenterAnnouncementFileListModify </audioFileList> [0..1]
<videoMessageSelection> ExtendedFileResourceSelection </videoMessageSelection> [0..1]
<videoUrlList> CallCenterAnnouncementURLListModify </videoUrlList> [0..1]
<videoFileList> CallCenterAnnouncementFileListModify </videoFileList> [0..1]
<manualAnnouncementMode> CallCenterManualNightServiceAnnouncementMode </manualAnnouncementMode> [0..1]
<manualAudioMessageSelection> ExtendedFileResourceSelection </manualAudioMessageSelection> [0..1]
<manualAudioUrlList> CallCenterAnnouncementURLListModify </manualAudioUrlList> [0..1]
<manualAudioFileList> CallCenterAnnouncementFileListModify </manualAudioFileList> [0..1]
<manualVideoMessageSelection> ExtendedFileResourceSelection </manualVideoMessageSelection> [0..1]
<manualVideoUrlList> CallCenterAnnouncementURLListModify </manualVideoUrlList> [0..1]
<manualVideoFileList> CallCenterAnnouncementFileListModify </manualVideoFileList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupRoutePointNightServiceModifyRequest">
<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="transferPhoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0" nillable="true"/>
<xs:element name="playAnnouncementBeforeAction" type=" xs:boolean " minOccurs="0"/>
<xs:element name="audioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="audioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="audioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="videoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="videoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="videoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="manualAnnouncementMode" type=" CallCenterManualNightServiceAnnouncementMode " minOccurs="0"/>
<xs:element name="manualAudioMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="manualAudioUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="manualAudioFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
<xs:element name="manualVideoMessageSelection" type=" ExtendedFileResourceSelection " minOccurs="0"/>
<xs:element name="manualVideoUrlList" type=" CallCenterAnnouncementURLListModify " minOccurs="0"/>
<xs:element name="manualVideoFileList" type=" CallCenterAnnouncementFileListModify " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupScheduleGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupScheduleGetListRequest
Abstract no
Documentation Get the list of a group schedules. The list can be filtered by schedule type. The response is either a GroupScheduleGetListResponse 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]
<scheduleType> ScheduleType </scheduleType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupScheduleGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="scheduleType" type=" ScheduleType " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupScheduleGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupScheduleGetListResponse
Abstract no
Documentation Response to GroupScheduleGetListRequest. The response contains a list of system schedules.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<scheduleName> ScheduleName </scheduleName> [0..*]
<scheduleType> ScheduleType </scheduleType> [0..*]
<scheduleLevel> ScheduleLevel </scheduleLevel> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupScheduleGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="scheduleName" type=" ScheduleName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="scheduleType" type=" ScheduleType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="scheduleLevel" type=" ScheduleLevel " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupServiceInstancePrivacyGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupServiceInstancePrivacyGetRequest
Abstract no
Documentation Request the data associated with Privacy for a service instance. The response is either a GroupServiceInstancePrivacyGetResponse. Replaced by: GroupServiceInstancePrivacyGetRequest17sp4
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="GroupServiceInstancePrivacyGetRequest">
<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: GroupServiceInstancePrivacyGetResponse

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

Complex Type: GroupSpeedDial100GetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupSpeedDial100GetRequest
Abstract no
Documentation Get the speed dial 100 service settings for a group. The response is either a GroupSpeedDial100GetResponse 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="GroupSpeedDial100GetRequest">
<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: GroupSpeedDial100GetResponse

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

Complex Type: GroupTrunkGroupAddInstanceRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupAddInstanceRequest17
Abstract no
Documentation Replaced by: GroupTrunkGroupAddInstanceRequest17sp4 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]
<peeringDomain> DomainName </peeringDomain> [0..1]
<routeToPeeringDomain> xs:boolean </routeToPeeringDomain> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupAddInstanceRequest17">
<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:element name="peeringDomain" type=" DomainName " minOccurs="0"/>
<xs:element name="routeToPeeringDomain" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupAddInstanceRequest17sp3

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupAddInstanceRequest17sp3
Abstract no
Documentation Add a Trunk Group instance to a group. The response is either a SuccessResponse or an ErrorResponse. Replaced by: GroupTrunkGroupAddInstanceRequest17sp4
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]
<peeringDomain> DomainName </peeringDomain> [0..1]
<routeToPeeringDomain> xs:boolean </routeToPeeringDomain> [1]
<prefixEnabled> xs:boolean </prefixEnabled> [1]
<prefix> TrunkGroupPrefix </prefix> [0..1]
<statefulReroutingEnabled> xs:boolean </statefulReroutingEnabled> [1]
<sendContinuousOptionsMessage> xs:boolean </sendContinuousOptionsMessage> [1]
<continuousOptionsSendingIntervalSeconds> TrunkGroupContinuousOptionsSendingIntervalSeconds </continuousOptionsSendingIntervalSeconds> [1]
<failureOptionsSendingIntervalSeconds> TrunkGroupFailureOptionsSendingIntervalSeconds </failureOptionsSendingIntervalSeconds> [1]
<failureThresholdCounter> TrunkGroupThresholdCounter </failureThresholdCounter> [1]
<successThresholdCounter> TrunkGroupThresholdCounter </successThresholdCounter> [1]
<inviteFailureThresholdCounter> TrunkGroupThresholdCounter </inviteFailureThresholdCounter> [1]
<inviteFailureThresholdWindowSeconds> TrunkGroupFailureThresholdWindowSeconds </inviteFailureThresholdWindowSeconds> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupAddInstanceRequest17sp3">
<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:element name="peeringDomain" type=" DomainName " minOccurs="0"/>
<xs:element name="routeToPeeringDomain" type=" xs:boolean "/>
<xs:element name="prefixEnabled" type=" xs:boolean "/>
<xs:element name="prefix" type=" TrunkGroupPrefix " minOccurs="0"/>
<xs:element name="statefulReroutingEnabled" type=" xs:boolean "/>
<xs:element name="sendContinuousOptionsMessage" type=" xs:boolean "/>
<xs:element name="continuousOptionsSendingIntervalSeconds" type=" TrunkGroupContinuousOptionsSendingIntervalSeconds "/>
<xs:element name="failureOptionsSendingIntervalSeconds" type=" TrunkGroupFailureOptionsSendingIntervalSeconds "/>
<xs:element name="failureThresholdCounter" type=" TrunkGroupThresholdCounter "/>
<xs:element name="successThresholdCounter" type=" TrunkGroupThresholdCounter "/>
<xs:element name="inviteFailureThresholdCounter" type=" TrunkGroupThresholdCounter "/>
<xs:element name="inviteFailureThresholdWindowSeconds" type=" TrunkGroupFailureThresholdWindowSeconds "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceRequest17
Abstract no
Documentation Get a Trunk Group Instance's profile. The response is either a GroupTrunkGroupGetInstanceResponse17 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="GroupTrunkGroupGetInstanceRequest17">
<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: GroupTrunkGroupGetInstanceRequest17sp3

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceRequest17sp3
Abstract no
Documentation Get a Trunk Group Instance's profile. The response is either a GroupTrunkGroupGetInstanceResponse17sp3 or an ErrorResponse. The response contains a hosted user table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name". Replaced by: GroupTrunkGroupGetInstanceRequest17sp4
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="GroupTrunkGroupGetInstanceRequest17sp3">
<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: GroupTrunkGroupGetInstanceResponse17

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

Complex Type: GroupTrunkGroupGetInstanceResponse17sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceResponse17sp3
Abstract no
Documentation Response to GroupTrunkGroupGetInstanceRequest17sp3. 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]
<peeringDomain> DomainName </peeringDomain> [0..1]
<routeToPeeringDomain> xs:boolean </routeToPeeringDomain> [1]
<prefixEnabled> xs:boolean </prefixEnabled> [1]
<prefix> TrunkGroupPrefix </prefix> [0..1]
<statefulReroutingEnabled> xs:boolean </statefulReroutingEnabled> [1]
<sendContinuousOptionsMessage> xs:boolean </sendContinuousOptionsMessage> [1]
<continuousOptionsSendingIntervalSeconds> TrunkGroupContinuousOptionsSendingIntervalSeconds </continuousOptionsSendingIntervalSeconds> [1]
<failureOptionsSendingIntervalSeconds> TrunkGroupFailureOptionsSendingIntervalSeconds </failureOptionsSendingIntervalSeconds> [1]
<failureThresholdCounter> TrunkGroupThresholdCounter </failureThresholdCounter> [1]
<successThresholdCounter> TrunkGroupThresholdCounter </successThresholdCounter> [1]
<inviteFailureThresholdCounter> TrunkGroupThresholdCounter </inviteFailureThresholdCounter> [1]
<inviteFailureThresholdWindowSeconds> TrunkGroupFailureThresholdWindowSeconds </inviteFailureThresholdWindowSeconds> [1]
<trunkGroupState> TrunkGroupState </trunkGroupState> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceResponse17sp3">
<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:element name="peeringDomain" type=" DomainName " minOccurs="0"/>
<xs:element name="routeToPeeringDomain" type=" xs:boolean "/>
<xs:element name="prefixEnabled" type=" xs:boolean "/>
<xs:element name="prefix" type=" TrunkGroupPrefix " minOccurs="0"/>
<xs:element name="statefulReroutingEnabled" type=" xs:boolean "/>
<xs:element name="sendContinuousOptionsMessage" type=" xs:boolean "/>
<xs:element name="continuousOptionsSendingIntervalSeconds" type=" TrunkGroupContinuousOptionsSendingIntervalSeconds "/>
<xs:element name="failureOptionsSendingIntervalSeconds" type=" TrunkGroupFailureOptionsSendingIntervalSeconds "/>
<xs:element name="failureThresholdCounter" type=" TrunkGroupThresholdCounter "/>
<xs:element name="successThresholdCounter" type=" TrunkGroupThresholdCounter "/>
<xs:element name="inviteFailureThresholdCounter" type=" TrunkGroupThresholdCounter "/>
<xs:element name="inviteFailureThresholdWindowSeconds" type=" TrunkGroupFailureThresholdWindowSeconds "/>
<xs:element name="trunkGroupState" type=" TrunkGroupState "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupVoiceMessagingGroupGetVoicePortalRequest17

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetVoicePortalResponse17
Abstract no
Documentation Response to the GroupVoiceMessagingGroupGetVoicePortalRequest17.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceReadProfile17 </serviceInstanceProfile> [1]
<isActive> xs:boolean </isActive> [1]
<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="GroupVoiceMessagingGroupGetVoicePortalResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile17 "/>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="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: ServiceProviderAdminGetPolicyRequest17

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

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

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderAdminGetPolicyResponse17
Abstract no
Documentation Response to ServiceProviderAdminGetPolicyRequest17. 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]
<callingLineIdNumberAccess> ServiceProviderAdminCallingLineIdNumberAccess </callingLineIdNumberAccess> [1]
<serviceAccess> ServiceProviderAdminServiceAccess </serviceAccess> [1]
<servicePackAccess> ServiceProviderAdminServicePackAccess </servicePackAccess> [1]
<sessionAdmissionControlAccess> ServiceProviderAdminSessionAdmissionControlAccess </sessionAdmissionControlAccess> [1]
<webBrandingAccess> ServiceProviderAdminWebBrandingAccess </webBrandingAccess> [1]
<officeZoneAccess> ServiceProviderAdminOfficeZoneAccess </officeZoneAccess> [1]
<networkPolicyAccess> EnterpriseAdminNetworkPolicyAccess </networkPolicyAccess> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderAdminGetPolicyResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="profileAccess" type=" ServiceProviderAdminProfileAccess "/>
<xs:element name="groupAccess" type=" ServiceProviderAdminGroupAccess "/>
<xs:element name="userAccess" type=" ServiceProviderAdminUserAccess "/>
<xs:element name="adminAccess" type=" ServiceProviderAdminAdminAccess "/>
<xs:element name="departmentAccess" type=" ServiceProviderAdminDepartmentAccess "/>
<xs:element name="accessDeviceAccess" type=" ServiceProviderAdminAccessDeviceAccess "/>
<xs:element name="phoneNumberExtensionAccess" type=" ServiceProviderAdminPhoneNumberExtensionAccess "/>
<xs:element name="callingLineIdNumberAccess" type=" ServiceProviderAdminCallingLineIdNumberAccess "/>
<xs:element name="serviceAccess" type=" ServiceProviderAdminServiceAccess "/>
<xs:element name="servicePackAccess" type=" ServiceProviderAdminServicePackAccess "/>
<xs:element name="sessionAdmissionControlAccess" type=" ServiceProviderAdminSessionAdmissionControlAccess "/>
<xs:element name="webBrandingAccess" type=" ServiceProviderAdminWebBrandingAccess "/>
<xs:element name="officeZoneAccess" type=" ServiceProviderAdminOfficeZoneAccess "/>
<xs:element name="networkPolicyAccess" type=" EnterpriseAdminNetworkPolicyAccess " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderAdminGetPolicyResponse17sp1

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

Complex Type: ServiceProviderAdminGetPolicyResponse17sp3

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

Complex Type: ServiceProviderCallProcessingGetPolicyRequest17

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

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

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

Complex Type: ServiceProviderCallProcessingGetPolicyResponse17sp3

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

Complex Type: ServiceProviderCommunicationBarringProfileAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderCommunicationBarringProfileAddRequest
Abstract no
Documentation Add a new Communication Barring Profile. The priorities for OriginatingRules, RedirectingRules and IncomingRules are requantized to consecutive integers as part of the add. 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]
<description> CommunicationBarringProfileDescription </description> [0..1]
<originatingDefaultAction> CommunicationBarringOriginatingAction </originatingDefaultAction> [1]
<originatingDefaultTreatmentId> TreatmentId </originatingDefaultTreatmentId> [0..1]
<originatingDefaultTransferNumber> OutgoingDN </originatingDefaultTransferNumber> [0..1]
<originatingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </originatingDefaultCallTimeout> [0..1]
<originatingRule> ServiceProviderCommunicationBarringHierarchicalOriginatingRule </originatingRule> [0..*]
<redirectingDefaultAction> CommunicationBarringRedirectingAction </redirectingDefaultAction> [1]
<redirectingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </redirectingDefaultCallTimeout> [0..1]
<redirectingRule> ServiceProviderCommunicationBarringHierarchicalRedirectingRule </redirectingRule> [0..*]
<incomingDefaultAction> CommunicationBarringIncomingAction </incomingDefaultAction> [1]
<incomingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </incomingDefaultCallTimeout> [0..1]
<incomingRule> CommunicationBarringIncomingRule </incomingRule> [0..*]
<becomeDefault> xs:boolean </becomeDefault> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderCommunicationBarringProfileAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="name" type=" CommunicationBarringProfileName "/>
<xs:element name="description" type=" CommunicationBarringProfileDescription " minOccurs="0"/>
<xs:element name="originatingDefaultAction" type=" CommunicationBarringOriginatingAction "/>
<xs:element name="originatingDefaultTreatmentId" type=" TreatmentId " minOccurs="0"/>
<xs:element name="originatingDefaultTransferNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="originatingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="originatingRule" type=" ServiceProviderCommunicationBarringHierarchicalOriginatingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="redirectingDefaultAction" type=" CommunicationBarringRedirectingAction "/>
<xs:element name="redirectingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="redirectingRule" type=" ServiceProviderCommunicationBarringHierarchicalRedirectingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="incomingDefaultAction" type=" CommunicationBarringIncomingAction "/>
<xs:element name="incomingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="incomingRule" type=" CommunicationBarringIncomingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="becomeDefault" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderCommunicationBarringProfileGetRequest

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

Complex Type: ServiceProviderCommunicationBarringProfileGetResponse

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

Complex Type: ServiceProviderEnhancedCallLogsGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderEnhancedCallLogsGetRequest
Abstract no
Documentation Get the service provider's enhanced call log settings. The response is either a ServiceProviderEnhancedCallLogsGetResponse 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="ServiceProviderEnhancedCallLogsGetRequest">
<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: ServiceProviderEnhancedCallLogsGetResponse

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

Complex Type: ServiceProviderGetRequest13mp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderGetRequest13mp2
Abstract no
Documentation Get the profile for a service provider or enterprise. The response is either a ServiceProviderGetResponse13mp2 or an ErrorResponse. Replaced by: ServiceProviderGetRequest17sp1
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="ServiceProviderGetRequest13mp2">
<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: ServiceProviderGetResponse13mp2

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderGetResponse13mp2
Abstract no
Documentation Response to the ServiceProviderGetRequest13mp2. The response contains the service provider or enterprise's profile information. Replaced by: ServiceProviderGetResponse17sp1
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
Start Choice [1]
<isEnterprise> true </isEnterprise> [1]
<useCustomRoutingProfile> xs:boolean </useCustomRoutingProfile> [1]
End Choice
<defaultDomain> NetAddress </defaultDomain> [1]
<serviceProviderName> ServiceProviderName </serviceProviderName> [0..1]
<supportEmail> EmailAddress </supportEmail> [0..1]
<contact> Contact </contact> [0..1]
<address> StreetAddress </address> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderGetResponse13mp2">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:choice>
<xs:element name="isEnterprise" type=" xs:boolean " fixed="true"/>
<xs:element name="useCustomRoutingProfile" type=" xs:boolean "/>
</xs:choice>
<xs:element name="defaultDomain" type=" NetAddress "/>
<xs:element name="serviceProviderName" type=" ServiceProviderName " minOccurs="0"/>
<xs:element name="supportEmail" type=" EmailAddress " minOccurs="0"/>
<xs:element name="contact" type=" Contact " minOccurs="0"/>
<xs:element name="address" type=" StreetAddress " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityGetRequest
Abstract no
Documentation Get the broadworks mobility system parameters. The response is either a SystemBroadWorksMobilityGetResponse or an ErrorResponse. Replaced by: SystemBroadWorksMobilityGetRequest17sp4.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobilityGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityGetResponse
Abstract no
Documentation The response to a SystemBroadWorksMobilityGetRequest. Replaced by: SystemBroadWorksMobilityGetResponse17sp4.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableLocationServices> xs:boolean </enableLocationServices> [1]
<enableMSRNLookup> xs:boolean </enableMSRNLookup> [1]
<enableMobileStateChecking> xs:boolean </enableMobileStateChecking> [1]
<denyCallOriginations> xs:boolean </denyCallOriginations> [1]
<denyCallTerminations> xs:boolean </denyCallTerminations> [1]
<imrnTimeoutMillisecnds> IMRNTimeoutMilliseconds </imrnTimeoutMillisecnds> [1]
<scfSignalingIPAddress> IPAddress </scfSignalingIPAddress> [0..1]
<scfSignalingPort> Port </scfSignalingPort> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobilityGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="enableLocationServices" type=" xs:boolean "/>
<xs:element name="enableMSRNLookup" type=" xs:boolean "/>
<xs:element name="enableMobileStateChecking" type=" xs:boolean "/>
<xs:element name="denyCallOriginations" type=" xs:boolean "/>
<xs:element name="denyCallTerminations" type=" xs:boolean "/>
<xs:element name="imrnTimeoutMillisecnds" type=" IMRNTimeoutMilliseconds "/>
<xs:element name="scfSignalingIPAddress" type=" IPAddress " minOccurs="0"/>
<xs:element name="scfSignalingPort" type=" Port " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobilityModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobilityModifyRequest
Abstract no
Documentation Modify the BroadWorks Mobility system parameters. The response is either a SuccessResponse or an ErrorResponse. Replaced by: SystemBroadWorksMobilityModifyRequest17sp4.
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. -->
<enableLocationServices> xs:boolean </enableLocationServices> [0..1]
<enableMSRNLookup> xs:boolean </enableMSRNLookup> [0..1]
<enableMobileStateChecking> xs:boolean </enableMobileStateChecking> [0..1]
<denyCallOriginations> xs:boolean </denyCallOriginations> [0..1]
<denyCallTerminations> xs:boolean </denyCallTerminations> [0..1]
<imrnTimeoutMilliseconds> IMRNTimeoutMilliseconds </imrnTimeoutMilliseconds> [0..1]
<scfSignalingIPAddress> IPAddress </scfSignalingIPAddress> [0..1]
<scfSignalingPort> Port </scfSignalingPort> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobilityModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="enableLocationServices" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableMSRNLookup" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableMobileStateChecking" type=" xs:boolean " minOccurs="0"/>
<xs:element name="denyCallOriginations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="denyCallTerminations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="imrnTimeoutMilliseconds" type=" IMRNTimeoutMilliseconds " minOccurs="0"/>
<xs:element name="scfSignalingIPAddress" type=" IPAddress " minOccurs="0" nillable="true"/>
<xs:element name="scfSignalingPort" type=" Port " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBusyLampFieldGetRequest

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

Complex Type: SystemBusyLampFieldGetResponse

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

Complex Type: SystemBwDiameterBaseDataGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBwDiameterBaseDataGetRequest
Abstract no
Documentation Requests the list of System Diameter base parameters. The response is either SystemBwDiameterBaseDataGetResponse 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="SystemBwDiameterBaseDataGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBwDiameterBaseDataGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemBwDiameterBaseDataGetResponse
Abstract no
Documentation Response to SystemBwDiameterBaseDataGetRequest. Contains a list of System Diameter base parameters.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<xsRealm> DomainName </xsRealm> [0..1]
<xsListeningPort> Port1025 </xsListeningPort> [1]
<psRealm> DomainName </psRealm> [0..1]
<psListeningPort> Port1025 </psListeningPort> [1]
<psRelayThroughXs> xs:boolean </psRelayThroughXs> [1]
<xsRelayListeningPort> Port1025 </xsRelayListeningPort> [1]
<tcTimerSeconds> BwDiameterTcTimerSeconds </tcTimerSeconds> [1]
<twTimerSeconds> BwDiameterTwTimerSeconds </twTimerSeconds> [1]
<requestTimerSeconds> BwDiameterRequestTimerSeconds </requestTimerSeconds> [1]
<busyPeerDetectionOutstandingTxnCount> BwDiameterBusyPeerOutstandingTxnCount </busyPeerDetectionOutstandingTxnCount> [1]
<busyPeerRestoreOutstandingTxnCount> BwDiameterBusyPeerOutstandingTxnCount </busyPeerRestoreOutstandingTxnCount> [1]
<dynamicEntryInactivityTimerHours> BwDiameterDynamicEntryInactivityTimerHours </dynamicEntryInactivityTimerHours> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBwDiameterBaseDataGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="xsRealm" type=" DomainName " minOccurs="0"/>
<xs:element name="xsListeningPort" type=" Port1025 "/>
<xs:element name="psRealm" type=" DomainName " minOccurs="0"/>
<xs:element name="psListeningPort" type=" Port1025 "/>
<xs:element name="psRelayThroughXs" type=" xs:boolean "/>
<xs:element name="xsRelayListeningPort" type=" Port1025 "/>
<xs:element name="tcTimerSeconds" type=" BwDiameterTcTimerSeconds "/>
<xs:element name="twTimerSeconds" type=" BwDiameterTwTimerSeconds "/>
<xs:element name="requestTimerSeconds" type=" BwDiameterRequestTimerSeconds "/>
<xs:element name="busyPeerDetectionOutstandingTxnCount" type=" BwDiameterBusyPeerOutstandingTxnCount "/>
<xs:element name="busyPeerRestoreOutstandingTxnCount" type=" BwDiameterBusyPeerOutstandingTxnCount "/>
<xs:element name="dynamicEntryInactivityTimerHours" type=" BwDiameterDynamicEntryInactivityTimerHours "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallingNameRetrievalGetRequest16sp1

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

Complex Type: SystemCallingNameRetrievalGetResponse16sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallingNameRetrievalGetResponse16sp1
Abstract no
Documentation Response to SystemCallingNameRetrievalGetRequest16sp1.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<triggerCNAMQueriesForAllNetworkCalls> xs:boolean </triggerCNAMQueriesForAllNetworkCalls> [1]
<triggerCNAMQueriesForGroupAndEnterpriseCalls> xs:boolean </triggerCNAMQueriesForGroupAndEnterpriseCalls> [1]
<queryProtocol> CallingNameRetrievalQueryProtocol </queryProtocol> [1]
<queryTimeoutMilliseconds> CallingNameRetrievalQueryTimeoutMilliseconds </queryTimeoutMilliseconds> [1]
<sipExternalDatabaseNetAddress> NetAddress </sipExternalDatabaseNetAddress> [0..1]
<sipExternalDatabasePort> Port1025 </sipExternalDatabasePort> [0..1]
<sipExternalDatabaseTransport> TransportProtocol </sipExternalDatabaseTransport> [1]
<soapExternalDatabaseNetAddress> NetAddress </soapExternalDatabaseNetAddress> [0..1]
<soapSupportsDNSSRV> xs:boolean </soapSupportsDNSSRV> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallingNameRetrievalGetResponse16sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="triggerCNAMQueriesForAllNetworkCalls" type=" xs:boolean "/>
<xs:element name="triggerCNAMQueriesForGroupAndEnterpriseCalls" type=" xs:boolean "/>
<xs:element name="queryProtocol" type=" CallingNameRetrievalQueryProtocol "/>
<xs:element name="queryTimeoutMilliseconds" type=" CallingNameRetrievalQueryTimeoutMilliseconds "/>
<xs:element name="sipExternalDatabaseNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="sipExternalDatabasePort" type=" Port1025 " minOccurs="0"/>
<xs:element name="sipExternalDatabaseTransport" type=" TransportProtocol "/>
<xs:element name="soapExternalDatabaseNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="soapSupportsDNSSRV" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingGetPolicyRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingGetPolicyRequest17
Abstract no
Documentation The response is either a SystemCallProcessingGetPolicyResponse17 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="SystemCallProcessingGetPolicyRequest17">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingGetPolicyRequest17sp3

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

Complex Type: SystemCallProcessingGetPolicyResponse17

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

Complex Type: SystemCallProcessingGetPolicyResponse17sp3

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

Complex Type: SystemCommunicationBarringProfileAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileAddRequest
Abstract no
Documentation Add a new Communication Barring Profile. 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. -->
<description> CommunicationBarringProfileDescription </description> [0..1]
<originatingDefaultAction> CommunicationBarringOriginatingAction </originatingDefaultAction> [1]
<originatingDefaultTreatmentId> TreatmentId </originatingDefaultTreatmentId> [0..1]
<originatingDefaultTransferNumber> OutgoingDN </originatingDefaultTransferNumber> [0..1]
<originatingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </originatingDefaultCallTimeout> [0..1]
<originatingRule> CommunicationBarringOriginatingRule </originatingRule> [0..*]
<redirectingDefaultAction> CommunicationBarringRedirectingAction </redirectingDefaultAction> [1]
<redirectingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </redirectingDefaultCallTimeout> [0..1]
<redirectingRule> CommunicationBarringRedirectingRule </redirectingRule> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringProfileAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringProfileName "/>
<xs:element name="description" type=" CommunicationBarringProfileDescription " minOccurs="0"/>
<xs:element name="originatingDefaultAction" type=" CommunicationBarringOriginatingAction "/>
<xs:element name="originatingDefaultTreatmentId" type=" TreatmentId " minOccurs="0"/>
<xs:element name="originatingDefaultTransferNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="originatingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="originatingRule" type=" CommunicationBarringOriginatingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="redirectingDefaultAction" type=" CommunicationBarringRedirectingAction "/>
<xs:element name="redirectingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="redirectingRule" type=" CommunicationBarringRedirectingRule " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringProfileAddRequest17sp1

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

Complex Type: SystemCommunicationBarringProfileGetRequest16

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

Complex Type: SystemCommunicationBarringProfileGetRequest17sp1

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

Complex Type: SystemCommunicationBarringProfileGetResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileGetResponse16
Abstract no
Documentation Response to the SystemCommunicationBarringProfileGetRequest16. The response contains the Communication Barring Profile information.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<description> CommunicationBarringProfileDescription </description> [0..1]
<originatingDefaultAction> CommunicationBarringOriginatingAction </originatingDefaultAction> [1]
<originatingDefaultTreatmentId> TreatmentId </originatingDefaultTreatmentId> [0..1]
<originatingDefaultTransferNumber> OutgoingDN </originatingDefaultTransferNumber> [0..1]
<originatingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </originatingDefaultCallTimeout> [0..1]
<originatingRule> CommunicationBarringOriginatingRule </originatingRule> [0..*]
<redirectingDefaultAction> CommunicationBarringRedirectingAction </redirectingDefaultAction> [1]
<redirectingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </redirectingDefaultCallTimeout> [0..1]
<redirectingRule> CommunicationBarringRedirectingRule </redirectingRule> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringProfileGetResponse16">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="description" type=" CommunicationBarringProfileDescription " minOccurs="0"/>
<xs:element name="originatingDefaultAction" type=" CommunicationBarringOriginatingAction "/>
<xs:element name="originatingDefaultTreatmentId" type=" TreatmentId " minOccurs="0"/>
<xs:element name="originatingDefaultTransferNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="originatingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="originatingRule" type=" CommunicationBarringOriginatingRule " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="redirectingDefaultAction" type=" CommunicationBarringRedirectingAction "/>
<xs:element name="redirectingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0"/>
<xs:element name="redirectingRule" type=" CommunicationBarringRedirectingRule " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringProfileGetResponse17sp1

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

Complex Type: SystemDeviceTypeGetRequest16sp1

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

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

Complex Type: SystemEnhancedCallLogsGetRequest

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

Complex Type: SystemEnhancedCallLogsGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemEnhancedCallLogsGetResponse
Abstract no
Documentation Response to SystemEnhancedCallLogsGetRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isSendEnabled> xs:boolean </isSendEnabled> [1]
<server1NetAddress> NetAddress </server1NetAddress> [0..1]
<server1SendPort> Port1025 </server1SendPort> [1]
<server1RetrievePort> Port </server1RetrievePort> [1]
<server2NetAddress> NetAddress </server2NetAddress> [0..1]
<server2SendPort> Port1025 </server2SendPort> [1]
<server2RetrievePort> Port </server2RetrievePort> [1]
<sharedSecret> EnhancedCallLogsSharedSecret </sharedSecret> [0..1]
<retransmissionDelayMilliSeconds> EnhancedCallLogsRetransmissionDelayMilliSeconds </retransmissionDelayMilliSeconds> [1]
<maxTransmissions> EnhancedCallLogsMaxTransmissions </maxTransmissions> [1]
<soapTimeoutSeconds> EnhancedCallLogsSoapTimeoutSeconds </soapTimeoutSeconds> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemEnhancedCallLogsGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isSendEnabled" type=" xs:boolean "/>
<xs:element name="server1NetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="server1SendPort" type=" Port1025 "/>
<xs:element name="server1RetrievePort" type=" Port "/>
<xs:element name="server2NetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="server2SendPort" type=" Port1025 "/>
<xs:element name="server2RetrievePort" type=" Port "/>
<xs:element name="sharedSecret" type=" EnhancedCallLogsSharedSecret " minOccurs="0"/>
<xs:element name="retransmissionDelayMilliSeconds" type=" EnhancedCallLogsRetransmissionDelayMilliSeconds "/>
<xs:element name="maxTransmissions" type=" EnhancedCallLogsMaxTransmissions "/>
<xs:element name="soapTimeoutSeconds" type=" EnhancedCallLogsSoapTimeoutSeconds "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemLocationBasedCallingRestrictionsGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemLocationBasedCallingRestrictionsGetRequest
Abstract no
Documentation Gets system level the Location Based Calling Restrictions attributes. The response is either a SystemLocationBasedCallingRestrictionsGetResponse 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="SystemLocationBasedCallingRestrictionsGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemLocationBasedCallingRestrictionsGetResponse

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

Complex Type: SystemMeetMeConferencingGetRequest

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

Complex Type: SystemMeetMeConferencingGetRequest17sp3

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

Complex Type: SystemMeetMeConferencingGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemMeetMeConferencingGetResponse
Abstract no
Documentation Response to SystemMeetMeConferencingGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<conferenceIdLength> MeetMeConferencingConferencePassCodeLength </conferenceIdLength> [1]
<moderatorPinLength> MeetMeConferencingConferencePassCodeLength </moderatorPinLength> [1]
<enableConferenceEndDateRestriction> xs:boolean </enableConferenceEndDateRestriction> [1]
<conferenceEndDateRestrictionMonths> MeetMeConferencingConferenceEndDateRestrictionMonths </conferenceEndDateRestrictionMonths> [1]
<deleteExpiredConferencesAfterHoldPeriod> xs:boolean </deleteExpiredConferencesAfterHoldPeriod> [1]
<expiredConferenceHoldPeriodDays> MeetMeConferencingExpiredConferenceHoldPeriodDays </expiredConferenceHoldPeriodDays> [1]
<recordingWebAppURL> URL </recordingWebAppURL> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemMeetMeConferencingGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="conferenceIdLength" type=" MeetMeConferencingConferencePassCodeLength "/>
<xs:element name="moderatorPinLength" type=" MeetMeConferencingConferencePassCodeLength "/>
<xs:element name="enableConferenceEndDateRestriction" type=" xs:boolean "/>
<xs:element name="conferenceEndDateRestrictionMonths" type=" MeetMeConferencingConferenceEndDateRestrictionMonths "/>
<xs:element name="deleteExpiredConferencesAfterHoldPeriod" type=" xs:boolean "/>
<xs:element name="expiredConferenceHoldPeriodDays" type=" MeetMeConferencingExpiredConferenceHoldPeriodDays "/>
<xs:element name="recordingWebAppURL" type=" URL " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMeetMeConferencingGetResponse17sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemMeetMeConferencingGetResponse17sp3
Abstract no
Documentation Response to SystemMeetMeConferencingGetRequest17sp3.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<conferenceIdLength> MeetMeConferencingConferencePassCodeLength </conferenceIdLength> [1]
<moderatorPinLength> MeetMeConferencingConferencePassCodeLength </moderatorPinLength> [1]
<enableConferenceEndDateRestriction> xs:boolean </enableConferenceEndDateRestriction> [1]
<conferenceEndDateRestrictionMonths> MeetMeConferencingConferenceEndDateRestrictionMonths </conferenceEndDateRestrictionMonths> [1]
<deleteExpiredConferencesAfterHoldPeriod> xs:boolean </deleteExpiredConferencesAfterHoldPeriod> [1]
<expiredConferenceHoldPeriodDays> MeetMeConferencingExpiredConferenceHoldPeriodDays </expiredConferenceHoldPeriodDays> [1]
<recordingWebAppURL> URL </recordingWebAppURL> [0..1]
<recordingFileFormat> MeetMeConferencingRecordingFileFormat </recordingFileFormat> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemMeetMeConferencingGetResponse17sp3">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="conferenceIdLength" type=" MeetMeConferencingConferencePassCodeLength "/>
<xs:element name="moderatorPinLength" type=" MeetMeConferencingConferencePassCodeLength "/>
<xs:element name="enableConferenceEndDateRestriction" type=" xs:boolean "/>
<xs:element name="conferenceEndDateRestrictionMonths" type=" MeetMeConferencingConferenceEndDateRestrictionMonths "/>
<xs:element name="deleteExpiredConferencesAfterHoldPeriod" type=" xs:boolean "/>
<xs:element name="expiredConferenceHoldPeriodDays" type=" MeetMeConferencingExpiredConferenceHoldPeriodDays "/>
<xs:element name="recordingWebAppURL" type=" URL " minOccurs="0"/>
<xs:element name="recordingFileFormat" type=" MeetMeConferencingRecordingFileFormat "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkServerSyncParametersGetRequest16

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

Complex Type: SystemNetworkServerSyncParametersGetResponse16

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

Complex Type: SystemOutgoingCallingPlanGetRequest

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

Complex Type: SystemOutgoingCallingPlanGetResponse

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

Complex Type: SystemPolicyGetDefaultRequest17

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

Complex Type: SystemPolicyGetDefaultRequest17sp1

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

Complex Type: SystemPolicyGetDefaultRequest17sp3

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

Complex Type: SystemPolicyGetDefaultResponse17

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemPolicyGetDefaultResponse17
Abstract no
Documentation Response to SystemPolicyGetDefaultRequest17. 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]
<groupAdminOfficeZoneAccess> GroupAdminOfficeZoneAccess </groupAdminOfficeZoneAccess> [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]
</...>
Schema Component Representation
<xs:complexType name="SystemPolicyGetDefaultResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupCallingPlanAccess" type=" GroupCallingPlanAccess "/>
<xs:element name="groupExtensionAccess" type=" GroupExtensionAccess "/>
<xs:element name="groupLDAPIntegrationAccess" type=" GroupLDAPIntegrationAccess "/>
<xs:element name="groupVoiceMessagingAccess" type=" GroupVoiceMessagingAccess "/>
<xs:element name="groupDepartmentAdminUserAccess" type=" GroupDepartmentAdminUserAccess "/>
<xs:element name="groupDepartmentAdminTrunkGroupAccess" type=" GroupDepartmentAdminTrunkGroupAccess "/>
<xs:element name="groupDepartmentAdminPhoneNumberExtensionAccess" type=" GroupDepartmentAdminPhoneNumberExtensionAccess "/>
<xs:element name="groupDepartmentAdminCallingLineIdNumberAccess" type=" GroupDepartmentAdminCallingLineIdNumberAccess "/>
<xs:element name="groupUserAuthenticationAccess" type=" GroupUserAuthenticationAccess "/>
<xs:element name="groupUserGroupDirectoryAccess" type=" GroupUserGroupDirectoryAccess "/>
<xs:element name="groupUserProfileAccess" type=" GroupUserProfileAccess "/>
<xs:element name="groupUserEnhancedCallLogsAccess" type=" GroupUserCallLogAccess "/>
<xs:element name="groupAdminProfileAccess" type=" GroupAdminProfileAccess "/>
<xs:element name="groupAdminUserAccess" type=" GroupAdminUserAccess "/>
<xs:element name="groupAdminAdminAccess" type=" GroupAdminAdminAccess "/>
<xs:element name="groupAdminDepartmentAccess" type=" GroupAdminDepartmentAccess "/>
<xs:element name="groupAdminAccessDeviceAccess" type=" GroupAdminAccessDeviceAccess "/>
<xs:element name="groupAdminEnhancedServiceInstanceAccess" type=" GroupAdminEnhancedServiceInstanceAccess "/>
<xs:element name="groupAdminFeatureAccessCodeAccess" type=" GroupAdminFeatureAccessCodeAccess "/>
<xs:element name="groupAdminPhoneNumberExtensionAccess" type=" GroupAdminPhoneNumberExtensionAccess "/>
<xs:element name="groupAdminCallingLineIdNumberAccess" type=" GroupAdminCallingLineIdNumberAccess "/>
<xs:element name="groupAdminServiceAccess" type=" GroupAdminServiceAccess "/>
<xs:element name="groupAdminTrunkGroupAccess" type=" GroupAdminTrunkGroupAccess "/>
<xs:element name="groupAdminSessionAdmissionControlAccess" type=" GroupAdminSessionAdmissionControlAccess "/>
<xs:element name="groupAdminOfficeZoneAccess" type=" GroupAdminOfficeZoneAccess "/>
<xs:element name="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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPolicyGetDefaultResponse17sp1

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

Complex Type: SystemPolicyGetDefaultResponse17sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemPolicyGetDefaultResponse17sp3
Abstract no
Documentation Response to SystemPolicyGetDefaultRequest17sp3. 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]
<groupAdminOfficeZoneAccess> GroupAdminOfficeZoneAccess </groupAdminOfficeZoneAccess> [1]
<groupAdminDialableCallerIDAccess> GroupAdminDialableCallerIDAccess </groupAdminDialableCallerIDAccess> [1]
<serviceProviderAdminProfileAccess> ServiceProviderAdminProfileAccess </serviceProviderAdminProfileAccess> [1]
<serviceProviderAdminGroupAccess> ServiceProviderAdminGroupAccess </serviceProviderAdminGroupAccess> [1]
<serviceProviderAdminUserAccess> ServiceProviderAdminUserAccess </serviceProviderAdminUserAccess> [1]
<serviceProviderAdminAdminAccess> ServiceProviderAdminAdminAccess </serviceProviderAdminAdminAccess> [1]
<serviceProviderAdminDepartmentAccess> ServiceProviderAdminDepartmentAccess </serviceProviderAdminDepartmentAccess> [1]
<serviceProviderAdminAccessDeviceAccess> ServiceProviderAdminAccessDeviceAccess </serviceProviderAdminAccessDeviceAccess> [1]
<serviceProviderAdminPhoneNumberExtensionAccess> ServiceProviderAdminPhoneNumberExtensionAccess </serviceProviderAdminPhoneNumberExtensionAccess> [1]
<serviceProviderAdminCallingLineIdNumberAccess> ServiceProviderAdminCallingLineIdNumberAccess </serviceProviderAdminCallingLineIdNumberAccess> [1]
<serviceProviderAdminServiceAccess> ServiceProviderAdminServiceAccess </serviceProviderAdminServiceAccess> [1]
<serviceProviderAdminServicePackAccess> ServiceProviderAdminServicePackAccess </serviceProviderAdminServicePackAccess> [1]
<serviceProviderAdminSessionAdmissionControlAccess> ServiceProviderAdminSessionAdmissionControlAccess </serviceProviderAdminSessionAdmissionControlAccess> [1]
<serviceProviderAdminWebBrandingAccess> ServiceProviderAdminWebBrandingAccess </serviceProviderAdminWebBrandingAccess> [1]
<serviceProviderAdminOfficeZoneAccess> ServiceProviderAdminOfficeZoneAccess </serviceProviderAdminOfficeZoneAccess> [1]
<enterpriseAdminNetworkPolicyAccess> EnterpriseAdminNetworkPolicyAccess </enterpriseAdminNetworkPolicyAccess> [1]
<serviceProviderAdminDialableCallerIDAccess> ServiceProviderAdminDialableCallerIDAccess </serviceProviderAdminDialableCallerIDAccess> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemPolicyGetDefaultResponse17sp3">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupCallingPlanAccess" type=" GroupCallingPlanAccess "/>
<xs:element name="groupExtensionAccess" type=" GroupExtensionAccess "/>
<xs:element name="groupLDAPIntegrationAccess" type=" GroupLDAPIntegrationAccess "/>
<xs:element name="groupVoiceMessagingAccess" type=" GroupVoiceMessagingAccess "/>
<xs:element name="groupDepartmentAdminUserAccess" type=" GroupDepartmentAdminUserAccess "/>
<xs:element name="groupDepartmentAdminTrunkGroupAccess" type=" GroupDepartmentAdminTrunkGroupAccess "/>
<xs:element name="groupDepartmentAdminPhoneNumberExtensionAccess" type=" GroupDepartmentAdminPhoneNumberExtensionAccess "/>
<xs:element name="groupDepartmentAdminCallingLineIdNumberAccess" type=" GroupDepartmentAdminCallingLineIdNumberAccess "/>
<xs:element name="groupUserAuthenticationAccess" type=" GroupUserAuthenticationAccess "/>
<xs:element name="groupUserGroupDirectoryAccess" type=" GroupUserGroupDirectoryAccess "/>
<xs:element name="groupUserProfileAccess" type=" GroupUserProfileAccess "/>
<xs:element name="groupUserEnhancedCallLogsAccess" type=" GroupUserCallLogAccess "/>
<xs:element name="groupAdminProfileAccess" type=" GroupAdminProfileAccess "/>
<xs:element name="groupAdminUserAccess" type=" GroupAdminUserAccess "/>
<xs:element name="groupAdminAdminAccess" type=" GroupAdminAdminAccess "/>
<xs:element name="groupAdminDepartmentAccess" type=" GroupAdminDepartmentAccess "/>
<xs:element name="groupAdminAccessDeviceAccess" type=" GroupAdminAccessDeviceAccess "/>
<xs:element name="groupAdminEnhancedServiceInstanceAccess" type=" GroupAdminEnhancedServiceInstanceAccess "/>
<xs:element name="groupAdminFeatureAccessCodeAccess" type=" GroupAdminFeatureAccessCodeAccess "/>
<xs:element name="groupAdminPhoneNumberExtensionAccess" type=" GroupAdminPhoneNumberExtensionAccess "/>
<xs:element name="groupAdminCallingLineIdNumberAccess" type=" GroupAdminCallingLineIdNumberAccess "/>
<xs:element name="groupAdminServiceAccess" type=" GroupAdminServiceAccess "/>
<xs:element name="groupAdminTrunkGroupAccess" type=" GroupAdminTrunkGroupAccess "/>
<xs:element name="groupAdminSessionAdmissionControlAccess" type=" GroupAdminSessionAdmissionControlAccess "/>
<xs:element name="groupAdminOfficeZoneAccess" type=" GroupAdminOfficeZoneAccess "/>
<xs:element name="groupAdminDialableCallerIDAccess" type=" GroupAdminDialableCallerIDAccess "/>
<xs:element name="serviceProviderAdminProfileAccess" type=" ServiceProviderAdminProfileAccess "/>
<xs:element name="serviceProviderAdminGroupAccess" type=" ServiceProviderAdminGroupAccess "/>
<xs:element name="serviceProviderAdminUserAccess" type=" ServiceProviderAdminUserAccess "/>
<xs:element name="serviceProviderAdminAdminAccess" type=" ServiceProviderAdminAdminAccess "/>
<xs:element name="serviceProviderAdminDepartmentAccess" type=" ServiceProviderAdminDepartmentAccess "/>
<xs:element name="serviceProviderAdminAccessDeviceAccess" type=" ServiceProviderAdminAccessDeviceAccess "/>
<xs:element name="serviceProviderAdminPhoneNumberExtensionAccess" type=" ServiceProviderAdminPhoneNumberExtensionAccess "/>
<xs:element name="serviceProviderAdminCallingLineIdNumberAccess" type=" ServiceProviderAdminCallingLineIdNumberAccess "/>
<xs:element name="serviceProviderAdminServiceAccess" type=" ServiceProviderAdminServiceAccess "/>
<xs:element name="serviceProviderAdminServicePackAccess" type=" ServiceProviderAdminServicePackAccess "/>
<xs:element name="serviceProviderAdminSessionAdmissionControlAccess" type=" ServiceProviderAdminSessionAdmissionControlAccess "/>
<xs:element name="serviceProviderAdminWebBrandingAccess" type=" ServiceProviderAdminWebBrandingAccess "/>
<xs:element name="serviceProviderAdminOfficeZoneAccess" type=" ServiceProviderAdminOfficeZoneAccess "/>
<xs:element name="enterpriseAdminNetworkPolicyAccess" type=" EnterpriseAdminNetworkPolicyAccess "/>
<xs:element name="serviceProviderAdminDialableCallerIDAccess" type=" ServiceProviderAdminDialableCallerIDAccess "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRedundancyParametersGetRequest

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

Complex Type: SystemRedundancyParametersGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemRedundancyParametersGetResponse
Abstract no
Documentation Replaced by: SystemRedundancyParametersGetResponse16sp2 Response to SystemRedundancyParametersGetRequest. Contains a list of system Redundancy parameters.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<rollBackTimerMinutes> RedundancyRollBackTimerMinutes </rollBackTimerMinutes> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemRedundancyParametersGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="rollBackTimerMinutes" type=" RedundancyRollBackTimerMinutes "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSessionAuditGetRequest14sp3

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

Complex Type: SystemSessionAuditGetResponse14sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSessionAuditGetResponse14sp3
Abstract no
Documentation Response to SystemSessionAuditGetRequest14sp3.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isAuditActive> xs:boolean </isAuditActive> [1]
<auditIntervalSeconds> SessionAuditIntervalSeconds </auditIntervalSeconds> [1]
<auditTimeoutSeconds> SessionAuditTimeoutPeriodSeconds </auditTimeoutSeconds> [1]
<releaseCallOnAuditFailure> xs:boolean </releaseCallOnAuditFailure> [1]
<isSIPRefreshAllowedOnAudit> xs:boolean </isSIPRefreshAllowedOnAudit> [1]
<allowUpdateForSIPRefresh> xs:boolean </allowUpdateForSIPRefresh> [1]
<isSIPSessionTimerActive> xs:boolean </isSIPSessionTimerActive> [1]
<sipSessionExpiresMinimumSeconds> SIPSessionExpiresMinimumSeconds </sipSessionExpiresMinimumSeconds> [1]
<enforceSIPSessionExpiresMaximum> xs:boolean </enforceSIPSessionExpiresMaximum> [1]
<sipSessionExpiresMaximumSeconds> SIPSessionExpiresMaximumSeconds </sipSessionExpiresMaximumSeconds> [1]
<sipSessionExpiresTimerSeconds> SIPSessionExpiresTimerSeconds </sipSessionExpiresTimerSeconds> [1]
<alwaysUseSessionTimerWhenSupported> xs:boolean </alwaysUseSessionTimerWhenSupported> [1]
<preferredSessionTimerRefresher> SessionTimerRefresher </preferredSessionTimerRefresher> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSessionAuditGetResponse14sp3">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isAuditActive" type=" xs:boolean "/>
<xs:element name="auditIntervalSeconds" type=" SessionAuditIntervalSeconds "/>
<xs:element name="auditTimeoutSeconds" type=" SessionAuditTimeoutPeriodSeconds "/>
<xs:element name="releaseCallOnAuditFailure" type=" xs:boolean "/>
<xs:element name="isSIPRefreshAllowedOnAudit" type=" xs:boolean "/>
<xs:element name="allowUpdateForSIPRefresh" type=" xs:boolean "/>
<xs:element name="isSIPSessionTimerActive" type=" xs:boolean "/>
<xs:element name="sipSessionExpiresMinimumSeconds" type=" SIPSessionExpiresMinimumSeconds "/>
<xs:element name="enforceSIPSessionExpiresMaximum" type=" xs:boolean "/>
<xs:element name="sipSessionExpiresMaximumSeconds" type=" SIPSessionExpiresMaximumSeconds "/>
<xs:element name="sipSessionExpiresTimerSeconds" type=" SIPSessionExpiresTimerSeconds "/>
<xs:element name="alwaysUseSessionTimerWhenSupported" type=" xs:boolean "/>
<xs:element name="preferredSessionTimerRefresher" type=" SessionTimerRefresher "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeAddRequest17

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeAddRequest17
Abstract no
Documentation Request to add a sip device type. 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]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<profile> SignalingAddressType </profile> [1]
<registrationCapable> xs:boolean </registrationCapable> [1]
<isConferenceDevice> xs:boolean </isConferenceDevice> [1]
<isMobilityManagerDevice> xs:boolean </isMobilityManagerDevice> [1]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<RFC3264Hold> xs:boolean </RFC3264Hold> [1]
<isTrusted> xs:boolean </isTrusted> [1]
<E164Capable> xs:boolean </E164Capable> [1]
<routeAdvance> xs:boolean </routeAdvance> [1]
<forwardingOverride> xs:boolean </forwardingOverride> [1]
<wirelessIntegration> xs:boolean </wirelessIntegration> [1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptions16sp1 </cpeDeviceOptions> [0..1]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [1]
<requiresBroadWorksDigitCollection> xs:boolean </requiresBroadWorksDigitCollection> [1]
<requiresBroadWorksCallWaitingTone> xs:boolean </requiresBroadWorksCallWaitingTone> [1]
<requiresMWISubscription> xs:boolean </requiresMWISubscription> [1]
<useHistoryInfoHeaderOnAccessSide> xs:boolean </useHistoryInfoHeaderOnAccessSide> [1]
<adviceOfChargeCapable> xs:boolean </adviceOfChargeCapable> [1]
<resetEvent> AccessDeviceResetEvent </resetEvent> [0..1]
<supportCallCenterMIMEType> xs:boolean </supportCallCenterMIMEType> [1]
<trunkMode> TrunkMode </trunkMode> [1]
<addPCalledPartyId> xs:boolean </addPCalledPartyId> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeAddRequest17">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="profile" type=" SignalingAddressType "/>
<xs:element name="registrationCapable" type=" xs:boolean "/>
<xs:element name="isConferenceDevice" type=" xs:boolean "/>
<xs:element name="isMobilityManagerDevice" type=" xs:boolean "/>
<xs:element name="isMusicOnHoldDevice" type=" xs:boolean "/>
<xs:element name="RFC3264Hold" type=" xs:boolean "/>
<xs:element name="isTrusted" type=" xs:boolean "/>
<xs:element name="E164Capable" type=" xs:boolean "/>
<xs:element name="routeAdvance" type=" xs:boolean "/>
<xs:element name="forwardingOverride" type=" xs:boolean "/>
<xs:element name="wirelessIntegration" type=" xs:boolean "/>
<xs:element name="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptions16sp1 " minOccurs="0"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
<xs:element name="authenticateRefer" type=" xs:boolean "/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean "/>
<xs:element name="authenticationMode" type=" AuthenticationMode "/>
<xs:element name="requiresBroadWorksDigitCollection" type=" xs:boolean "/>
<xs:element name="requiresBroadWorksCallWaitingTone" type=" xs:boolean "/>
<xs:element name="requiresMWISubscription" type=" xs:boolean "/>
<xs:element name="useHistoryInfoHeaderOnAccessSide" type=" xs:boolean "/>
<xs:element name="adviceOfChargeCapable" type=" xs:boolean "/>
<xs:element name="resetEvent" type=" AccessDeviceResetEvent " minOccurs="0"/>
<xs:element name="supportCallCenterMIMEType" type=" xs:boolean "/>
<xs:element name="trunkMode" type=" TrunkMode "/>
<xs:element name="addPCalledPartyId" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeAddRequest17sp4

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

Complex Type: SystemSIPDeviceTypeFileAddRequest16sp1

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

Complex Type: SystemSIPDeviceTypeFileGetRequest16sp1

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

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

Complex Type: SystemSIPDeviceTypeGetRequest17

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

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetResponse17
Abstract no
Documentation Response to SystemSIPDeviceTypeGetRequest17.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete> xs:boolean </isObsolete> [1]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<profile> SignalingAddressType </profile> [1]
<registrationCapable> xs:boolean </registrationCapable> [1]
<isConferenceDevice> xs:boolean </isConferenceDevice> [1]
<isMobilityManagerDevice> xs:boolean </isMobilityManagerDevice> [1]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<RFC3264Hold> xs:boolean </RFC3264Hold> [1]
<isTrusted> xs:boolean </isTrusted> [1]
<E164Capable> xs:boolean </E164Capable> [1]
<routeAdvance> xs:boolean </routeAdvance> [1]
<forwardingOverride> xs:boolean </forwardingOverride> [1]
<wirelessIntegration> xs:boolean </wirelessIntegration> [1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptionsRead16sp1 </cpeDeviceOptions> [0..1]
<protocolChoice> AccessDeviceProtocol </protocolChoice> [1..*]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [1]
<requiresBroadWorksDigitCollection> xs:boolean </requiresBroadWorksDigitCollection> [1]
<requiresBroadWorksCallWaitingTone> xs:boolean </requiresBroadWorksCallWaitingTone> [1]
<requiresMWISubscription> xs:boolean </requiresMWISubscription> [1]
<useHistoryInfoHeaderOnAccessSide> xs:boolean </useHistoryInfoHeaderOnAccessSide> [1]
<adviceOfChargeCapable> xs:boolean </adviceOfChargeCapable> [1]
<resetEvent> AccessDeviceResetEvent </resetEvent> [0..1]
<supportCallCenterMIMEType> xs:boolean </supportCallCenterMIMEType> [1]
<trunkMode> TrunkMode </trunkMode> [1]
<addPCalledPartyId> xs:boolean </addPCalledPartyId> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isObsolete" type=" xs:boolean "/>
<xs:element name="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="profile" type=" SignalingAddressType "/>
<xs:element name="registrationCapable" type=" xs:boolean "/>
<xs:element name="isConferenceDevice" type=" xs:boolean "/>
<xs:element name="isMobilityManagerDevice" type=" xs:boolean "/>
<xs:element name="isMusicOnHoldDevice" type=" xs:boolean "/>
<xs:element name="RFC3264Hold" type=" xs:boolean "/>
<xs:element name="isTrusted" type=" xs:boolean "/>
<xs:element name="E164Capable" type=" xs:boolean "/>
<xs:element name="routeAdvance" type=" xs:boolean "/>
<xs:element name="forwardingOverride" type=" xs:boolean "/>
<xs:element name="wirelessIntegration" type=" xs:boolean "/>
<xs:element name="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptionsRead16sp1 " minOccurs="0"/>
<xs:element name="protocolChoice" type=" AccessDeviceProtocol " maxOccurs="unbounded"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
<xs:element name="authenticateRefer" type=" xs:boolean "/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean "/>
<xs:element name="authenticationMode" type=" AuthenticationMode "/>
<xs:element name="requiresBroadWorksDigitCollection" type=" xs:boolean "/>
<xs:element name="requiresBroadWorksCallWaitingTone" type=" xs:boolean "/>
<xs:element name="requiresMWISubscription" type=" xs:boolean "/>
<xs:element name="useHistoryInfoHeaderOnAccessSide" type=" xs:boolean "/>
<xs:element name="adviceOfChargeCapable" type=" xs:boolean "/>
<xs:element name="resetEvent" type=" AccessDeviceResetEvent " minOccurs="0"/>
<xs:element name="supportCallCenterMIMEType" type=" xs:boolean "/>
<xs:element name="trunkMode" type=" TrunkMode "/>
<xs:element name="addPCalledPartyId" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetResponse17sp4
Abstract no
Documentation Replaced by: SystemSIPDeviceTypeGetResponse18. Response to SystemSIPDeviceTypeGetRequest17sp4.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete> xs:boolean </isObsolete> [1]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<profile> SignalingAddressType </profile> [1]
<registrationCapable> xs:boolean </registrationCapable> [1]
<isConferenceDevice> xs:boolean </isConferenceDevice> [1]
<isMobilityManagerDevice> xs:boolean </isMobilityManagerDevice> [1]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<RFC3264Hold> xs:boolean </RFC3264Hold> [1]
<isTrusted> xs:boolean </isTrusted> [1]
<E164Capable> xs:boolean </E164Capable> [1]
<routeAdvance> xs:boolean </routeAdvance> [1]
<forwardingOverride> xs:boolean </forwardingOverride> [1]
<wirelessIntegration> xs:boolean </wirelessIntegration> [1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptionsRead16sp1 </cpeDeviceOptions> [0..1]
<protocolChoice> AccessDeviceProtocol </protocolChoice> [1..*]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [1]
<requiresBroadWorksDigitCollection> xs:boolean </requiresBroadWorksDigitCollection> [1]
<requiresBroadWorksCallWaitingTone> xs:boolean </requiresBroadWorksCallWaitingTone> [1]
<requiresMWISubscription> xs:boolean </requiresMWISubscription> [1]
<useHistoryInfoHeaderOnAccessSide> xs:boolean </useHistoryInfoHeaderOnAccessSide> [1]
<adviceOfChargeCapable> xs:boolean </adviceOfChargeCapable> [1]
<resetEvent> AccessDeviceResetEvent </resetEvent> [0..1]
<supportCallCenterMIMEType> xs:boolean </supportCallCenterMIMEType> [1]
<trunkMode> TrunkMode </trunkMode> [1]
<addPCalledPartyId> xs:boolean </addPCalledPartyId> [1]
<supportIdentityInUpdateAndReInvite> xs:boolean </supportIdentityInUpdateAndReInvite> [1]
<unscreenedPresentationIdentityPolicy> UnscreenedPresentationIdentityPolicy </unscreenedPresentationIdentityPolicy> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetResponse17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isObsolete" type=" xs:boolean "/>
<xs:element name="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="profile" type=" SignalingAddressType "/>
<xs:element name="registrationCapable" type=" xs:boolean "/>
<xs:element name="isConferenceDevice" type=" xs:boolean "/>
<xs:element name="isMobilityManagerDevice" type=" xs:boolean "/>
<xs:element name="isMusicOnHoldDevice" type=" xs:boolean "/>
<xs:element name="RFC3264Hold" type=" xs:boolean "/>
<xs:element name="isTrusted" type=" xs:boolean "/>
<xs:element name="E164Capable" type=" xs:boolean "/>
<xs:element name="routeAdvance" type=" xs:boolean "/>
<xs:element name="forwardingOverride" type=" xs:boolean "/>
<xs:element name="wirelessIntegration" type=" xs:boolean "/>
<xs:element name="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptionsRead16sp1 " minOccurs="0"/>
<xs:element name="protocolChoice" type=" AccessDeviceProtocol " maxOccurs="unbounded"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
<xs:element name="authenticateRefer" type=" xs:boolean "/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean "/>
<xs:element name="authenticationMode" type=" AuthenticationMode "/>
<xs:element name="requiresBroadWorksDigitCollection" type=" xs:boolean "/>
<xs:element name="requiresBroadWorksCallWaitingTone" type=" xs:boolean "/>
<xs:element name="requiresMWISubscription" type=" xs:boolean "/>
<xs:element name="useHistoryInfoHeaderOnAccessSide" type=" xs:boolean "/>
<xs:element name="adviceOfChargeCapable" type=" xs:boolean "/>
<xs:element name="resetEvent" type=" AccessDeviceResetEvent " minOccurs="0"/>
<xs:element name="supportCallCenterMIMEType" type=" xs:boolean "/>
<xs:element name="trunkMode" type=" TrunkMode "/>
<xs:element name="addPCalledPartyId" type=" xs:boolean "/>
<xs:element name="supportIdentityInUpdateAndReInvite" type=" xs:boolean "/>
<xs:element name="unscreenedPresentationIdentityPolicy" type=" UnscreenedPresentationIdentityPolicy "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSpeedDial100GetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSpeedDial100GetRequest
Abstract no
Documentation Get the speed dial 100 system-wide default setting. The response is either a SystemSpeedDial100GetResponse 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="SystemSpeedDial100GetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSpeedDial100GetResponse

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

Complex Type: SystemSubscriberGetCallProcessingParametersRequest17

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

Complex Type: SystemSubscriberGetCallProcessingParametersRequest17sp3

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

Complex Type: SystemSubscriberGetCallProcessingParametersResponse17

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

Complex Type: SystemSubscriberGetCallProcessingParametersResponse17sp3

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

Complex Type: SystemVoiceMessagingGroupGetRequest16

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

Complex Type: SystemVoiceMessagingGroupGetResponse16

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

Complex Type: SystemVoiceMessagingGroupGetVoicePortalMenusRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupGetVoicePortalMenusRequest14
Abstract no
Documentation Requests the system voice portal Menus setting. The response is either SystemVoiceMessagingGroupGetVoicePortalMenusResponse14 or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<getDefaultMenuKeys> xs:boolean </getDefaultMenuKeys> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessagingGroupGetVoicePortalMenusRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="getDefaultMenuKeys" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupGetVoicePortalMenusResponse14

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupGetVoicePortalMenusResponse14
Abstract no
Documentation Response to SystemVoiceMessagingGroupGetVoicePortalMenusRequest14.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useVoicePortalCustomization> xs:boolean </useVoicePortalCustomization> [1]
<voicePortalMainMenuKeys> [1]
<voiceMessaging> DigitAny </voiceMessaging> [0..1]
<commPilotExpressProfile> DigitAny </commPilotExpressProfile> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<callForwardingOptions> DigitAny </callForwardingOptions> [0..1]
<voicePortalCalling> DigitAny </voicePortalCalling> [0..1]
<hoteling> DigitAny </hoteling> [0..1]
<passcode> DigitAny </passcode> [0..1]
<exitVoicePortal> DigitAny </exitVoicePortal> [0..1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
<externalRouting> DigitAny </externalRouting> [0..1]
</voicePortalMainMenuKeys>
<voiceMessagingMenuKeys> [1]
<playMessages> DigitAny </playMessages> [0..1]
<changeBusyGreeting> DigitAny </changeBusyGreeting> [0..1]
<changeNoAnswerGreeting> DigitAny </changeNoAnswerGreeting> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<deleteAllMessages> DigitAny </deleteAllMessages> [0..1]
<passcode> DigitAny </passcode> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</voiceMessagingMenuKeys>
<changeBusyOrNoAnswerGreetingMenuKeys> [1]
<recordNewGreeting> DigitAny </recordNewGreeting> [0..1]
<listenToCurrentGreeting> DigitAny </listenToCurrentGreeting> [0..1]
<revertToSystemDefaultGreeting> DigitAny </revertToSystemDefaultGreeting> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</changeBusyOrNoAnswerGreetingMenuKeys>
<recordNewGreetingOrPersonalizedNameMenuKeys> [1]
<endRecording> DigitAny </endRecording> [1]
</recordNewGreetingOrPersonalizedNameMenuKeys>
<deleteAllMessagesMenuKeys> [1]
<confirmDeletion> DigitAny </confirmDeletion> [1]
<cancelDeletion> DigitAny </cancelDeletion> [1]
</deleteAllMessagesMenuKeys>
<commPilotExpressProfileMenuKeys> [1]
<activateAvailableInOfficeProfile> DigitAny </activateAvailableInOfficeProfile> [0..1]
<activateAvailableOutOfOfficeProfile> DigitAny </activateAvailableOutOfOfficeProfile> [0..1]
<activateBusyProfile> DigitAny </activateBusyProfile> [0..1]
<activateUnavailableProfile> DigitAny </activateUnavailableProfile> [0..1]
<noProfile> DigitAny </noProfile> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</commPilotExpressProfileMenuKeys>
<personalizedNameMenuKeys> [1]
<recordNewPersonalizedName> DigitAny </recordNewPersonalizedName> [0..1]
<listenToCurrentPersonalizedName> DigitAny </listenToCurrentPersonalizedName> [0..1]
<deletePersonalizedName> DigitAny </deletePersonalizedName> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</personalizedNameMenuKeys>
<callForwardingOptionsMenuKeys> [1]
<activateCallForwarding> DigitAny </activateCallForwarding> [0..1]
<deactivateCallForwarding> DigitAny </deactivateCallForwarding> [0..1]
<changeCallForwardingDestination> DigitAny </changeCallForwardingDestination> [0..1]
<listenToCallForwardingStatus> DigitAny </listenToCallForwardingStatus> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</callForwardingOptionsMenuKeys>
<changeCallForwardingDestinationMenuKeys> [1]
<finishEnteringNewDestinationNumber> DigitStarPound </finishEnteringNewDestinationNumber> [1]
</changeCallForwardingDestinationMenuKeys>
<voicePortalCallingMenuKeys> [1]
<endCurrentCallAndGoBackToPreviousMenu> VoicePortalDigitSequence </endCurrentCallAndGoBackToPreviousMenu> [1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
</voicePortalCallingMenuKeys>
<hotelingMenuKeys> [1]
<checkHostStatus> DigitAny </checkHostStatus> [0..1]
<associateWithHost> DigitAny </associateWithHost> [0..1]
<disassociateFromHost> DigitAny </disassociateFromHost> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</hotelingMenuKeys>
<passcodeMenuKeys> [1]
<finishEnteringOrReenteringPasscode> DigitStarPound </finishEnteringOrReenteringPasscode> [1]
<returnToPreviousMenu> DigitStarPound </returnToPreviousMenu> [1]
</passcodeMenuKeys>
<playMessagesMenuKeys> [1]
<saveMessage> DigitAny </saveMessage> [0..1]
<deleteMessage> DigitAny </deleteMessage> [0..1]
<playMessage> DigitAny </playMessage> [0..1]
<previousMessage> DigitAny </previousMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<nextMessage> DigitAny </nextMessage> [0..1]
<callbackCaller> DigitAny </callbackCaller> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<replyMessage> DigitAny </replyMessage> [0..1]
<forwardMessage> DigitAny </forwardMessage> [0..1]
<additionalMessageOptions> DigitAny </additionalMessageOptions> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<passcode> DigitAny </passcode> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</playMessagesMenuKeys>
<playMessageMenuKeys> [1]
<skipBackward> DigitAny </skipBackward> [0..1]
<pauseOrResume> DigitAny </pauseOrResume> [0..1]
<skipForward> DigitAny </skipForward> [0..1]
<jumpToBegin> DigitAny </jumpToBegin> [0..1]
<jumpToEnd> DigitAny </jumpToEnd> [0..1]
</playMessageMenuKeys>
<additionalMessageOptionsMenuKeys> [1]
<saveMessage> DigitAny </saveMessage> [0..1]
<deleteMessage> DigitAny </deleteMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<callbackCaller> DigitAny </callbackCaller> [0..1]
<composeMessage> DigitAny </composeMessage> [0..1]
<replyMessage> DigitAny </replyMessage> [0..1]
<forwardMessage> DigitAny </forwardMessage> [0..1]
<personalizedName> DigitAny </personalizedName> [0..1]
<passcode> DigitAny </passcode> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</additionalMessageOptionsMenuKeys>
<forwardOrComposeMessageMenuKeys> [1]
<sendToPerson> DigitAny </sendToPerson> [0..1]
<sendToAllGroupMembers> DigitAny </sendToAllGroupMembers> [0..1]
<sendToDistributionList> DigitAny </sendToDistributionList> [0..1]
<changeCurrentIntroductionOrMessage> DigitAny </changeCurrentIntroductionOrMessage> [0..1]
<listenToCurrentIntroductionOrMessage> DigitAny </listenToCurrentIntroductionOrMessage> [0..1]
<setOrClearUrgentIndicator> DigitAny </setOrClearUrgentIndicator> [0..1]
<setOrClearConfidentialIndicator> DigitAny </setOrClearConfidentialIndicator> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</forwardOrComposeMessageMenuKeys>
<replyMessageMenuKeys> [1]
<sendReplyToCaller> DigitAny </sendReplyToCaller> [1]
<changeCurrentReply> DigitAny </changeCurrentReply> [0..1]
<listenToCurrentReply> DigitAny </listenToCurrentReply> [0..1]
<setOrClearUrgentIndicator> DigitAny </setOrClearUrgentIndicator> [0..1]
<setOrClearConfidentialIndicator> DigitAny </setOrClearConfidentialIndicator> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</replyMessageMenuKeys>
<sendToDistributionListMenuKeys> [1]
<sendMessageToSelectedDistributionList> DigitAny </sendMessageToSelectedDistributionList> [1]
<selectDistributionList> DigitAny </selectDistributionList> [0..1]
<reviewSelectedDistributionList> DigitAny </reviewSelectedDistributionList> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [1]
<repeatMenu> DigitAny </repeatMenu> [0..1]
</sendToDistributionListMenuKeys>
<selectDistributionListMenuKeys> [1]
<returnToPreviousMenu> DigitStarPound </returnToPreviousMenu> [1]
<repeatMenuOrFinishEnteringDistributionListNumber> DigitStarPound </repeatMenuOrFinishEnteringDistributionListNumber> [0..1]
</selectDistributionListMenuKeys>
<reviewSelectedDistributionListMenuKeys> [1]
<interruptPlaybackAndReturnToPreviousMenu> DigitAny </interruptPlaybackAndReturnToPreviousMenu> [1]
</reviewSelectedDistributionListMenuKeys>
<sendMessageToSelectedDistributionListMenuKeys> [1]
<confirmSendingToDistributionList> DigitStarPound </confirmSendingToDistributionList> [0..1]
<cancelSendingToDistributionList> DigitStarPound </cancelSendingToDistributionList> [1]
</sendMessageToSelectedDistributionListMenuKeys>
<sendToAllGroupMembersMenuKeys> [1]
<confirmSendingToEntireGroup> DigitAny </confirmSendingToEntireGroup> [1]
<cancelSendingToEntireGroup> DigitAny </cancelSendingToEntireGroup> [1]
</sendToAllGroupMembersMenuKeys>
<sendToPersonMenuKeys> [1]
<confirmSendingMessage> DigitAny </confirmSendingMessage> [1]
<cancelSendingMessage> DigitAny </cancelSendingMessage> [1]
<finishEnteringNumberWhereToSendMessageTo> DigitStarPound </finishEnteringNumberWhereToSendMessageTo> [1]
<finishForwardingOrSendingMessage> DigitAny </finishForwardingOrSendingMessage> [1]
</sendToPersonMenuKeys>
<changeCurrentIntroductionOrMessageOrReplyMenuKeys> [1]
<endRecording> DigitAny </endRecording> [1]
</changeCurrentIntroductionOrMessageOrReplyMenuKeys>
<voicePortalLoginMenuKeys> [1]
<accessUsingOtherMailboxId> VoicePortalDigitSequence </accessUsingOtherMailboxId> [0..1]
</voicePortalLoginMenuKeys>
<faxMessagingMenuKeys> [1]
<saveFaxMessageAndSkipToNext> DigitAny </saveFaxMessageAndSkipToNext> [0..1]
<previousFaxMessage> DigitAny </previousFaxMessage> [0..1]
<playEnvelope> DigitAny </playEnvelope> [0..1]
<nextFaxMessage> DigitAny </nextFaxMessage> [0..1]
<deleteFaxMessage> DigitAny </deleteFaxMessage> [0..1]
<printFaxMessage> DigitAny </printFaxMessage> [0..1]
<returnToPreviousMenu> DigitAny </returnToPreviousMenu> [0..1]
</faxMessagingMenuKeys>
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessagingGroupGetVoicePortalMenusResponse14">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useVoicePortalCustomization" type=" xs:boolean "/>
<xs:element name="voicePortalMainMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="voiceMessaging" type=" DigitAny " minOccurs="0"/>
<xs:element name="commPilotExpressProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="callForwardingOptions" type=" DigitAny " minOccurs="0"/>
<xs:element name="voicePortalCalling" type=" DigitAny " minOccurs="0"/>
<xs:element name="hoteling" type=" DigitAny " minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " minOccurs="0"/>
<xs:element name="exitVoicePortal" type=" DigitAny " minOccurs="0"/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
<xs:element name="externalRouting" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voiceMessagingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="playMessages" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeBusyGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeNoAnswerGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="deleteAllMessages" type=" DigitAny " minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeBusyOrNoAnswerGreetingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="recordNewGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="revertToSystemDefaultGreeting" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="recordNewGreetingOrPersonalizedNameMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="endRecording" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="deleteAllMessagesMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmDeletion" type=" DigitAny "/>
<xs:element name="cancelDeletion" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="commPilotExpressProfileMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="activateAvailableInOfficeProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="activateAvailableOutOfOfficeProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="activateBusyProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="activateUnavailableProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="noProfile" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="personalizedNameMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="recordNewPersonalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentPersonalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="deletePersonalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="callForwardingOptionsMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="activateCallForwarding" type=" DigitAny " minOccurs="0"/>
<xs:element name="deactivateCallForwarding" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeCallForwardingDestination" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCallForwardingStatus" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeCallForwardingDestinationMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="finishEnteringNewDestinationNumber" type=" DigitStarPound "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voicePortalCallingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="endCurrentCallAndGoBackToPreviousMenu" type=" VoicePortalDigitSequence "/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="hotelingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="checkHostStatus" type=" DigitAny " minOccurs="0"/>
<xs:element name="associateWithHost" type=" DigitAny " minOccurs="0"/>
<xs:element name="disassociateFromHost" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="passcodeMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="finishEnteringOrReenteringPasscode" type=" DigitStarPound "/>
<xs:element name="returnToPreviousMenu" type=" DigitStarPound "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playMessagesMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="saveMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="deleteMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="playMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="previousMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " minOccurs="0"/>
<xs:element name="nextMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="callbackCaller" type=" DigitAny " minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="replyMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="forwardMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="additionalMessageOptions" type=" DigitAny " minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="playMessageMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="skipBackward" type=" DigitAny " minOccurs="0"/>
<xs:element name="pauseOrResume" type=" DigitAny " minOccurs="0"/>
<xs:element name="skipForward" type=" DigitAny " minOccurs="0"/>
<xs:element name="jumpToBegin" type=" DigitAny " minOccurs="0"/>
<xs:element name="jumpToEnd" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="additionalMessageOptionsMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="saveMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="deleteMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " minOccurs="0"/>
<xs:element name="callbackCaller" type=" DigitAny " minOccurs="0"/>
<xs:element name="composeMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="replyMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="forwardMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="personalizedName" type=" DigitAny " minOccurs="0"/>
<xs:element name="passcode" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="forwardOrComposeMessageMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="sendToPerson" type=" DigitAny " minOccurs="0"/>
<xs:element name="sendToAllGroupMembers" type=" DigitAny " minOccurs="0"/>
<xs:element name="sendToDistributionList" type=" DigitAny " minOccurs="0"/>
<xs:element name="changeCurrentIntroductionOrMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentIntroductionOrMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="setOrClearUrgentIndicator" type=" DigitAny " minOccurs="0"/>
<xs:element name="setOrClearConfidentialIndicator" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="replyMessageMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="sendReplyToCaller" type=" DigitAny "/>
<xs:element name="changeCurrentReply" type=" DigitAny " minOccurs="0"/>
<xs:element name="listenToCurrentReply" type=" DigitAny " minOccurs="0"/>
<xs:element name="setOrClearUrgentIndicator" type=" DigitAny " minOccurs="0"/>
<xs:element name="setOrClearConfidentialIndicator" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToDistributionListMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="sendMessageToSelectedDistributionList" type=" DigitAny "/>
<xs:element name="selectDistributionList" type=" DigitAny " minOccurs="0"/>
<xs:element name="reviewSelectedDistributionList" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny "/>
<xs:element name="repeatMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="selectDistributionListMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="returnToPreviousMenu" type=" DigitStarPound "/>
<xs:element name="repeatMenuOrFinishEnteringDistributionListNumber" type=" DigitStarPound " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="reviewSelectedDistributionListMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="interruptPlaybackAndReturnToPreviousMenu" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendMessageToSelectedDistributionListMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingToDistributionList" type=" DigitStarPound " minOccurs="0"/>
<xs:element name="cancelSendingToDistributionList" type=" DigitStarPound "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToAllGroupMembersMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingToEntireGroup" type=" DigitAny "/>
<xs:element name="cancelSendingToEntireGroup" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sendToPersonMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="confirmSendingMessage" type=" DigitAny "/>
<xs:element name="cancelSendingMessage" type=" DigitAny "/>
<xs:element name="finishEnteringNumberWhereToSendMessageTo" type=" DigitStarPound "/>
<xs:element name="finishForwardingOrSendingMessage" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="changeCurrentIntroductionOrMessageOrReplyMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="endRecording" type=" DigitAny "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="voicePortalLoginMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="accessUsingOtherMailboxId" type=" VoicePortalDigitSequence " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="faxMessagingMenuKeys">
<xs:complexType>
<xs:sequence>
<xs:element name="saveFaxMessageAndSkipToNext" type=" DigitAny " minOccurs="0"/>
<xs:element name="previousFaxMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="playEnvelope" type=" DigitAny " minOccurs="0"/>
<xs:element name="nextFaxMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="deleteFaxMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="printFaxMessage" type=" DigitAny " minOccurs="0"/>
<xs:element name="returnToPreviousMenu" type=" DigitAny " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserAddRequest14sp9

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserAddRequest14sp9
Abstract no
Documentation Replaced by: UserAddRequest17sp4 Request to add a user. The domain is required in the userId. The password is not required if external authentication is enabled. The officeZoneName and primaryZoneName elements are ignored and provided here for backwards compatibility only. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<userId> UserId </userId> [1]
<lastName> LastName </lastName> [1]
<firstName> FirstName </firstName> [1]
<callingLineIdLastName> CallingLineIdLastName </callingLineIdLastName> [1]
<callingLineIdFirstName> CallingLineIdFirstName </callingLineIdFirstName> [1]
<hiraganaLastName> HiraganaLastName </hiraganaLastName> [0..1]
<hiraganaFirstName> HiraganaFirstName </hiraganaFirstName> [0..1]
<phoneNumber> DN </phoneNumber> [0..1]
<extension> Extension17 </extension> [0..1]
<callingLineIdPhoneNumber> DN </callingLineIdPhoneNumber> [0..1]
<password> Password </password> [0..1]
<department> DepartmentKey </department> [0..1]
<language> Language </language> [0..1]
<timeZone> TimeZone </timeZone> [0..1]
<alias> SIPURI </alias> [0..3]
Start Choice [1]
<accessDeviceEndpoint> AccessDeviceEndpointAdd </accessDeviceEndpoint> [0..1]
<trunkAddressing> TrunkAddressingAdd </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]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
<officeZoneName> OfficeZoneName </officeZoneName> [0..1]
<primaryZoneName> ZoneName </primaryZoneName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserAddRequest14sp9">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="userId" type=" UserId "/>
<xs:element name="lastName" type=" LastName "/>
<xs:element name="firstName" type=" FirstName "/>
<xs:element name="callingLineIdLastName" type=" CallingLineIdLastName "/>
<xs:element name="callingLineIdFirstName" type=" CallingLineIdFirstName "/>
<xs:element name="hiraganaLastName" type=" HiraganaLastName " minOccurs="0"/>
<xs:element name="hiraganaFirstName" type=" HiraganaFirstName " minOccurs="0"/>
<xs:element name="phoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="extension" type=" Extension17 " minOccurs="0"/>
<xs:element name="callingLineIdPhoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="password" type=" Password " 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="alias" type=" SIPURI " minOccurs="0" maxOccurs="3"/>
<xs:choice>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointAdd " minOccurs="0"/>
<xs:element name="trunkAddressing" type=" TrunkAddressingAdd " 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="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
<xs:element name="officeZoneName" type=" OfficeZoneName " minOccurs="0"/>
<xs:element name="primaryZoneName" type=" ZoneName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserBusyLampFieldGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserBusyLampFieldGetRequest
Abstract no
Documentation Request the settings for the busy lamp field service. The response is either a UserBusyLampFieldGetResponse or an ErrorResponse. Replaced by: UserBusyLampFieldGetRequest16sp2
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="UserBusyLampFieldGetRequest">
<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: UserBusyLampFieldGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserBusyLampFieldGetResponse
Abstract no
Documentation Replaced by: UserBusyLampFieldGetResponse16sp2 Response to UserBusyLampFieldGetRequest. The table has 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. -->
<listURI> SIPURI </listURI> [0..1]
<monitoredUserTable> core:OCITable </monitoredUserTable> [1]
</...>
Schema Component Representation
<xs:complexType name="UserBusyLampFieldGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="listURI" type=" SIPURI " minOccurs="0"/>
<xs:element name="monitoredUserTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallProcessingGetPolicyRequest17

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

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

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

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

Complex Type: UserCallProcessingGetPolicyResponse17sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserCallProcessingGetPolicyResponse17sp3
Abstract no
Documentation Response to UserCallProcessingGetPolicyRequest17sp3. 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) The following elements are only used in AS data mode: useUserDCLIDSetting 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]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCallProcessingGetPolicyResponse17sp3">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useUserCLIDSetting" type=" xs:boolean "/>
<xs:element name="useUserMediaSetting" type=" xs:boolean "/>
<xs:element name="useUserCallLimitsSetting" type=" xs:boolean "/>
<xs:element name="useUserDCLIDSetting" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes "/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection "/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth "/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean "/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallProcessingGetPolicyResponse17sp4

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

Complex Type: UserCallWaitingGetRequest

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

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

Complex Type: UserEnhancedCallLogsGetListRequest16

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

Complex Type: UserEnhancedCallLogsGetListRequest17sp4

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

Complex Type: UserEnhancedCallLogsGetListResponse16

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserEnhancedCallLogsGetListResponse16
Abstract no
Documentation Response to UserEnhancedCallLogsGetListRequest16. Total numbers of rows is: - the total number of retrievable logs of the call log type that was specified in the UserEnhancedCallLogsGetListRequest16, if a call log type was specified in the request. - the total number of retrievable logs, if no call log type was specified in the request. Replaced by UserEnhancedCallLogsGetListResponse17sp4
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<totalNumberOfRows> xs:int </totalNumberOfRows> [1]
<callLog> MixedCallLogsEntry </callLog> [0..*]
</...>
Schema Component Representation
<xs:complexType name="UserEnhancedCallLogsGetListResponse16">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="totalNumberOfRows" type=" xs:int "/>
<xs:element name="callLog" type=" MixedCallLogsEntry " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserEnhancedCallLogsGetListResponse17sp4

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

Complex Type: UserFaxMessagingGetRequest17

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

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

Complex Type: UserGetRequest17

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

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

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserGetResponse17
Abstract no
Documentation Replaced by: UserGetResponse17sp4 Response to UserGetRequest17. 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> Extension17 </extension> [0..1]
<callingLineIdPhoneNumber> DN </callingLineIdPhoneNumber> [0..1]
<department> DepartmentKey </department> [0..1]
<departmentFullPath> DepartmentFullPathName </departmentFullPath> [0..1]
<language> Language </language> [1]
<timeZone> TimeZone </timeZone> [1]
<timeZoneDisplayName> TimeZoneDisplayName </timeZoneDisplayName> [1]
<defaultAlias> SIPURI </defaultAlias> [1]
<alias> SIPURI </alias> [0..3]
Start Choice [1]
<accessDeviceEndpoint> 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]
<officeZoneName> OfficeZoneName </officeZoneName> [0..1]
<primaryZoneName> ZoneName </primaryZoneName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserGetResponse17">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="lastName" type=" LastName "/>
<xs:element name="firstName" type=" FirstName "/>
<xs:element name="callingLineIdLastName" type=" CallingLineIdLastName "/>
<xs:element name="callingLineIdFirstName" type=" CallingLineIdFirstName "/>
<xs:element name="hiraganaLastName" type=" HiraganaLastName " minOccurs="0"/>
<xs:element name="hiraganaFirstName" type=" HiraganaFirstName " minOccurs="0"/>
<xs:element name="phoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="extension" type=" Extension17 " minOccurs="0"/>
<xs:element name="callingLineIdPhoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " minOccurs="0"/>
<xs:element name="departmentFullPath" type=" DepartmentFullPathName " minOccurs="0"/>
<xs:element name="language" type=" Language "/>
<xs:element name="timeZone" type=" TimeZone "/>
<xs:element name="timeZoneDisplayName" type=" TimeZoneDisplayName "/>
<xs:element name="defaultAlias" type=" SIPURI "/>
<xs:element name="alias" type=" SIPURI " minOccurs="0" maxOccurs="3"/>
<xs:choice>
<xs:element name="accessDeviceEndpoint" type=" 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:element name="officeZoneName" type=" OfficeZoneName " minOccurs="0"/>
<xs:element name="primaryZoneName" type=" ZoneName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserGetResponse17sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserGetResponse17sp3
Abstract no
Documentation Replaced by: UserGetRequest18 Response to UserGetRequest17sp3. 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> Extension17 </extension> [0..1]
<callingLineIdPhoneNumber> DN </callingLineIdPhoneNumber> [0..1]
<department> DepartmentKey </department> [0..1]
<departmentFullPath> DepartmentFullPathName </departmentFullPath> [0..1]
<language> Language </language> [1]
<timeZone> TimeZone </timeZone> [1]
<timeZoneDisplayName> TimeZoneDisplayName </timeZoneDisplayName> [1]
<defaultAlias> SIPURI </defaultAlias> [1]
<alias> SIPURI </alias> [0..3]
Start Choice [1]
<accessDeviceEndpoint> 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]
<officeZoneName> OfficeZoneName </officeZoneName> [0..1]
<primaryZoneName> ZoneName </primaryZoneName> [0..1]
<impId> IMPUserId </impId> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserGetResponse17sp3">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="lastName" type=" LastName "/>
<xs:element name="firstName" type=" FirstName "/>
<xs:element name="callingLineIdLastName" type=" CallingLineIdLastName "/>
<xs:element name="callingLineIdFirstName" type=" CallingLineIdFirstName "/>
<xs:element name="hiraganaLastName" type=" HiraganaLastName " minOccurs="0"/>
<xs:element name="hiraganaFirstName" type=" HiraganaFirstName " minOccurs="0"/>
<xs:element name="phoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="extension" type=" Extension17 " minOccurs="0"/>
<xs:element name="callingLineIdPhoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " minOccurs="0"/>
<xs:element name="departmentFullPath" type=" DepartmentFullPathName " minOccurs="0"/>
<xs:element name="language" type=" Language "/>
<xs:element name="timeZone" type=" TimeZone "/>
<xs:element name="timeZoneDisplayName" type=" TimeZoneDisplayName "/>
<xs:element name="defaultAlias" type=" SIPURI "/>
<xs:element name="alias" type=" SIPURI " minOccurs="0" maxOccurs="3"/>
<xs:choice>
<xs:element name="accessDeviceEndpoint" type=" 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:element name="officeZoneName" type=" OfficeZoneName " minOccurs="0"/>
<xs:element name="primaryZoneName" type=" ZoneName " minOccurs="0"/>
<xs:element name="impId" type=" IMPUserId " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserGetResponse17sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserGetResponse17sp4
Abstract no
Documentation Replaced by: UserGetResponse18 Response to UserGetRequest17sp4. It is possible that the TrunkAddressingRead element is present with nothing populated in it which means the user is a trunk user. The following data elements are only used in AS data mode: contact[2]-contact[5] The country code (countryCode) included is the user's phone number country code when the user has a phone number assigned, or the user's Group associated country code when the user does not have a phone number assigned, or the system default country code when the user's Group does not have an associated country code. The nationalPrefix in this response is the one associated to the included countryCode.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<lastName> LastName </lastName> [1]
<firstName> FirstName </firstName> [1]
<callingLineIdLastName> CallingLineIdLastName </callingLineIdLastName> [1]
<callingLineIdFirstName> CallingLineIdFirstName </callingLineIdFirstName> [1]
<hiraganaLastName> HiraganaLastName </hiraganaLastName> [0..1]
<hiraganaFirstName> HiraganaFirstName </hiraganaFirstName> [0..1]
<phoneNumber> DN </phoneNumber> [0..1]
<extension> Extension17 </extension> [0..1]
<callingLineIdPhoneNumber> DN </callingLineIdPhoneNumber> [0..1]
<department> DepartmentKey </department> [0..1]
<departmentFullPath> DepartmentFullPathName </departmentFullPath> [0..1]
<language> Language </language> [1]
<timeZone> TimeZone </timeZone> [1]
<timeZoneDisplayName> TimeZoneDisplayName </timeZoneDisplayName> [1]
<defaultAlias> SIPURI </defaultAlias> [1]
<alias> SIPURI </alias> [0..3]
Start Choice [1]
<accessDeviceEndpoint> AccessDeviceMultipleContactEndpointRead </accessDeviceEndpoint> [0..1]
<trunkAddressing> TrunkAddressingMultipleContactRead </trunkAddressing> [0..1]
End Choice
<title> Title </title> [0..1]
<pagerPhoneNumber> InformationalDN </pagerPhoneNumber> [0..1]
<mobilePhoneNumber> OutgoingDN </mobilePhoneNumber> [0..1]
<emailAddress> EmailAddress </emailAddress> [0..1]
<yahooId> YahooId </yahooId> [0..1]
<addressLocation> AddressLocation </addressLocation> [0..1]
<address> StreetAddress </address> [0..1]
<countryCode> CountryCode </countryCode> [1]
<nationalPrefix> NationalPrefix </nationalPrefix> [0..1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
<officeZoneName> OfficeZoneName </officeZoneName> [0..1]
<primaryZoneName> ZoneName </primaryZoneName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserGetResponse17sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="lastName" type=" LastName "/>
<xs:element name="firstName" type=" FirstName "/>
<xs:element name="callingLineIdLastName" type=" CallingLineIdLastName "/>
<xs:element name="callingLineIdFirstName" type=" CallingLineIdFirstName "/>
<xs:element name="hiraganaLastName" type=" HiraganaLastName " minOccurs="0"/>
<xs:element name="hiraganaFirstName" type=" HiraganaFirstName " minOccurs="0"/>
<xs:element name="phoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="extension" type=" Extension17 " minOccurs="0"/>
<xs:element name="callingLineIdPhoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " minOccurs="0"/>
<xs:element name="departmentFullPath" type=" DepartmentFullPathName " minOccurs="0"/>
<xs:element name="language" type=" Language "/>
<xs:element name="timeZone" type=" TimeZone "/>
<xs:element name="timeZoneDisplayName" type=" TimeZoneDisplayName "/>
<xs:element name="defaultAlias" type=" SIPURI "/>
<xs:element name="alias" type=" SIPURI " minOccurs="0" maxOccurs="3"/>
<xs:choice>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceMultipleContactEndpointRead " minOccurs="0"/>
<xs:element name="trunkAddressing" type=" TrunkAddressingMultipleContactRead " minOccurs="0"/>
</xs:choice>
<xs:element name="title" type=" Title " minOccurs="0"/>
<xs:element name="pagerPhoneNumber" type=" InformationalDN " minOccurs="0"/>
<xs:element name="mobilePhoneNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="emailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="yahooId" type=" YahooId " minOccurs="0"/>
<xs:element name="addressLocation" type=" AddressLocation " minOccurs="0"/>
<xs:element name="address" type=" StreetAddress " minOccurs="0"/>
<xs:element name="countryCode" type=" CountryCode "/>
<xs:element name="nationalPrefix" type=" NationalPrefix " minOccurs="0"/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
<xs:element name="officeZoneName" type=" OfficeZoneName " minOccurs="0"/>
<xs:element name="primaryZoneName" type=" ZoneName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserModifyRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserModifyRequest16
Abstract no
Documentation Replaced by: UserModifyRequest17sp4 Request to modify a user. When oldPassword is specified, all password rule applies. If oldPassword in not specified, any password rule related to old password does not apply. The request will fail if officeZoneName or primaryZoneName is present but the Location-Based Calling Restrictions service is not assigned to the user. 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. -->
<userId> UserId </userId> [1]
<lastName> LastName </lastName> [0..1]
<firstName> FirstName </firstName> [0..1]
<callingLineIdLastName> CallingLineIdLastName </callingLineIdLastName> [0..1]
<callingLineIdFirstName> CallingLineIdFirstName </callingLineIdFirstName> [0..1]
<hiraganaLastName> HiraganaLastName </hiraganaLastName> [0..1]
<hiraganaFirstName> HiraganaFirstName </hiraganaFirstName> [0..1]
<phoneNumber> DN </phoneNumber> [0..1]
<extension> Extension17 </extension> [0..1]
<callingLineIdPhoneNumber> DN </callingLineIdPhoneNumber> [0..1]
<oldPassword> Password </oldPassword> [0..1]
<newPassword> Password </newPassword> [0..1]
<department> DepartmentKey </department> [0..1]
<language> Language </language> [0..1]
<timeZone> TimeZone </timeZone> [0..1]
<sipAliasList> ReplacementSIPAliasList </sipAliasList> [0..1]
<endpoint> [0..1]
Start Choice [1]
<accessDeviceEndpoint> AccessDeviceEndpointModify </accessDeviceEndpoint> [1]
<trunkAddressing> TrunkAddressingModify </trunkAddressing> [1]
End Choice
</endpoint>
<title> Title </title> [0..1]
<pagerPhoneNumber> InformationalDN </pagerPhoneNumber> [0..1]
<mobilePhoneNumber> OutgoingDN </mobilePhoneNumber> [0..1]
<emailAddress> EmailAddress </emailAddress> [0..1]
<yahooId> YahooId </yahooId> [0..1]
<addressLocation> AddressLocation </addressLocation> [0..1]
<address> StreetAddress </address> [0..1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
<officeZoneName> OfficeZoneName </officeZoneName> [0..1]
<primaryZoneName> ZoneName </primaryZoneName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserModifyRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="lastName" type=" LastName " minOccurs="0"/>
<xs:element name="firstName" type=" FirstName " minOccurs="0"/>
<xs:element name="callingLineIdLastName" type=" CallingLineIdLastName " minOccurs="0"/>
<xs:element name="callingLineIdFirstName" type=" CallingLineIdFirstName " minOccurs="0"/>
<xs:element name="hiraganaLastName" type=" HiraganaLastName " minOccurs="0"/>
<xs:element name="hiraganaFirstName" type=" HiraganaFirstName " minOccurs="0"/>
<xs:element name="phoneNumber" type=" DN " nillable="true" minOccurs="0"/>
<xs:element name="extension" type=" Extension17 " nillable="true" minOccurs="0"/>
<xs:element name="callingLineIdPhoneNumber" type=" DN " nillable="true" minOccurs="0"/>
<xs:element name="oldPassword" type=" Password " minOccurs="0"/>
<xs:element name="newPassword" type=" Password " nillable="true" minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " nillable="true" minOccurs="0"/>
<xs:element name="language" type=" Language " minOccurs="0"/>
<xs:element name="timeZone" type=" TimeZone " minOccurs="0"/>
<xs:element name="sipAliasList" type=" ReplacementSIPAliasList " nillable="true" minOccurs="0"/>
<xs:element name="endpoint" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointModify "/>
<xs:element name="trunkAddressing" type=" TrunkAddressingModify "/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="title" type=" Title " nillable="true" minOccurs="0"/>
<xs:element name="pagerPhoneNumber" type=" InformationalDN " nillable="true" minOccurs="0"/>
<xs:element name="mobilePhoneNumber" type=" OutgoingDN " nillable="true" minOccurs="0"/>
<xs:element name="emailAddress" type=" EmailAddress " nillable="true" minOccurs="0"/>
<xs:element name="yahooId" type=" YahooId " nillable="true" minOccurs="0"/>
<xs:element name="addressLocation" type=" AddressLocation " nillable="true" minOccurs="0"/>
<xs:element name="address" type=" StreetAddress " minOccurs="0"/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
<xs:element name="officeZoneName" type=" OfficeZoneName " minOccurs="0"/>
<xs:element name="primaryZoneName" type=" ZoneName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserScheduleGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserScheduleGetListRequest
Abstract no
Documentation Get the list of a user schedules. The list can be filtered by schedule type. The response is either a UserScheduleGetListResponse 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]
<scheduleType> ScheduleType </scheduleType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserScheduleGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="scheduleType" type=" ScheduleType " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserScheduleGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserScheduleGetListResponse
Abstract no
Documentation Response to UserScheduleGetListRequest. The response contains a list of system schedules.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<scheduleName> ScheduleName </scheduleName> [0..*]
<scheduleType> ScheduleType </scheduleType> [0..*]
<scheduleLevel> ScheduleLevel </scheduleLevel> [0..*]
</...>
Schema Component Representation
<xs:complexType name="UserScheduleGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="scheduleName" type=" ScheduleName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="scheduleType" type=" ScheduleType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="scheduleLevel" type=" ScheduleLevel " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSharedCallAppearanceGetRequest14sp2

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserSharedCallAppearanceGetResponse14sp2
Abstract no
Documentation Response to the UserSharedCallAppearanceGetRequest14sp2. The endpointTable contains columns: "Device Level", "Device Name", "Device Type", "Line/Port", "SIP Contact". The "Device Level" column contains one of the AccessDeviceLevel enumerated constants.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<alertAllAppearancesForClickToDialCalls> xs:boolean </alertAllAppearancesForClickToDialCalls> [1]
<maxAppearances> SharedCallAppearanceMaximumAppearances </maxAppearances> [1]
<allowSCACallRetrieve> xs:boolean </allowSCACallRetrieve> [1]
<enableMultipleCallArrangement> xs:boolean </enableMultipleCallArrangement> [1]
<multipleCallArrangementIsActive> xs:boolean </multipleCallArrangementIsActive> [1]
<endpointTable> core:OCITable </endpointTable> [1]
<allowBridgingBetweenLocations> xs:boolean </allowBridgingBetweenLocations> [1]
<bridgeWarningTone> SharedCallAppearanceBridgeWarningTone </bridgeWarningTone> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSharedCallAppearanceGetResponse14sp2">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="alertAllAppearancesForClickToDialCalls" type=" xs:boolean "/>
<xs:element name="maxAppearances" type=" SharedCallAppearanceMaximumAppearances "/>
<xs:element name="allowSCACallRetrieve" type=" xs:boolean "/>
<xs:element name="enableMultipleCallArrangement" type=" xs:boolean "/>
<xs:element name="multipleCallArrangementIsActive" type=" xs:boolean "/>
<xs:element name="endpointTable" type=" core:OCITable "/>
<xs:element name="allowBridgingBetweenLocations" type=" xs:boolean "/>
<xs:element name="bridgeWarningTone" type=" SharedCallAppearanceBridgeWarningTone "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSpeedDial100GetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSpeedDial100GetListRequest
Abstract no
Documentation Get the speed dial 100 settings for a user. The response is either a UserSpeedDial100GetListResponse 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="UserSpeedDial100GetListRequest">
<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: UserSpeedDial100GetListResponse

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

Complex Type: UserVoiceMessagingUserGetGreetingRequest16

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

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

Simple Type: EnhancedCallLogsMaxLoggedCalls

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name EnhancedCallLogsMaxLoggedCalls
Content
  • Base XSD Type: int
  • 1 <= value <= 10000
Documentation Sets the maximum number of logged calls that can be stored.
Schema Component Representation
<xs:simpleType name="EnhancedCallLogsMaxLoggedCalls">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="10000"/>
</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