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: AuthenticationVerifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name AuthenticationVerifyRequest
Abstract no
Documentation AuthenticationVerifyRequest is used to authenticate a user using the user Id and password. The response is a AuthenticationVerifyResponse or an ErrorResponse Replaced By: AuthenticationVerifyRequest14sp8
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<password> Password </password> [1]
</...>
Schema Component Representation
<xs:complexType name="AuthenticationVerifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="password" type=" Password "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: AuthenticationVerifyResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name AuthenticationVerifyResponse
Abstract no
Documentation Response to AuthenticationVerifyRequest Replaced By: AuthenticationVerifyResponse14sp8
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<loginType> LoginType </loginType> [1]
<locale> OCILocale </locale> [1]
<encoding> Encoding </encoding> [1]
<groupId> GroupId </groupId> [0..1]
<serviceProviderId> ServiceProviderId </serviceProviderId> [0..1]
<isEnterprise> xs:boolean </isEnterprise> [1]
<passwordExpiresDays> xs:int </passwordExpiresDays> [0..1]
<userDomain> NetAddress </userDomain> [1]
<lastName> LastName </lastName> [0..1]
<firstName> FirstName </firstName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="AuthenticationVerifyResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="loginType" type=" LoginType "/>
<xs:element name="locale" type=" OCILocale "/>
<xs:element name="encoding" type=" Encoding "/>
<xs:element name="groupId" type=" GroupId " minOccurs="0"/>
<xs:element name="serviceProviderId" type=" ServiceProviderId " minOccurs="0"/>
<xs:element name="isEnterprise" type=" xs:boolean "/>
<xs:element name="passwordExpiresDays" type=" xs:int " minOccurs="0"/>
<xs:element name="userDomain" type=" NetAddress "/>
<xs:element name="lastName" type=" LastName " minOccurs="0"/>
<xs:element name="firstName" type=" FirstName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: BasicCallLogsEntry

Parent type: None
Sub-types: None
Name BasicCallLogsEntry
Abstract no
Documentation Call Log entry describing a placed, received, or missed call. Replaced By: CallLogsEntry
XML Instance Representation
<...>
<countryCode> CountryCode </countryCode> [0..1]
<phoneNumber> OutgoingDNorSIPURI </phoneNumber> [1]
<name> BasicCallLogsEntryName </name> [1]
<time> xs:dateTime </time> [1]
</...>
Schema Component Representation
<xs:complexType name="BasicCallLogsEntry">
<xs:sequence>
<xs:element name="countryCode" type=" CountryCode " minOccurs="0"/>
<xs:element name="phoneNumber" type=" OutgoingDNorSIPURI "/>
<xs:element name="name" type=" BasicCallLogsEntryName "/>
<xs:element name="time" type=" xs:dateTime "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CallCenterAgentDailyStatistics13mp8

Parent type: None
Sub-types: None
Name CallCenterAgentDailyStatistics13mp8
Abstract no
Documentation Contains Call Center Agent statistics for one day.
XML Instance Representation
<...>
<numberOfCallsReceived> xs:int </numberOfCallsReceived> [1]
<numberOfCallsNotAnswered> xs:int </numberOfCallsNotAnswered> [1]
<averageTimePerCallSeconds> xs:int </averageTimePerCallSeconds> [1]
<timeInCallsSeconds> xs:int </timeInCallsSeconds> [1]
<timeLoggedOffSeconds> xs:int </timeLoggedOffSeconds> [1]
<timeLoggedOnAndIdleSeconds> xs:int </timeLoggedOnAndIdleSeconds> [1]
</...>
Schema Component Representation
<xs:complexType name="CallCenterAgentDailyStatistics13mp8">
<xs:sequence>
<xs:element name="numberOfCallsReceived" type=" xs:int "/>
<xs:element name="numberOfCallsNotAnswered" type=" xs:int "/>
<xs:element name="averageTimePerCallSeconds" type=" xs:int "/>
<xs:element name="timeInCallsSeconds" type=" xs:int "/>
<xs:element name="timeLoggedOffSeconds" type=" xs:int "/>
<xs:element name="timeLoggedOnAndIdleSeconds" type=" xs:int "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CallCenterAgentStatistics13mp8

Parent type: None
Sub-types: None
Name CallCenterAgentStatistics13mp8
Abstract no
Documentation Contains Call Center statistics for a specified agent.
XML Instance Representation
<...>
<agentUserId> UserId </agentUserId> [1]
<agentDisplayNames> UserDisplayNames </agentDisplayNames> [1]
<available> xs:boolean </available> [1]
<statisticsYesterday> CallCenterAgentDailyStatistics13mp8 </statisticsYesterday> [1]
<statisticsToday> CallCenterAgentDailyStatistics13mp8 </statisticsToday> [1]
</...>
Schema Component Representation
<xs:complexType name="CallCenterAgentStatistics13mp8">
<xs:sequence>
<xs:element name="agentUserId" type=" UserId "/>
<xs:element name="agentDisplayNames" type=" UserDisplayNames "/>
<xs:element name="available" type=" xs:boolean "/>
<xs:element name="statisticsYesterday" type=" CallCenterAgentDailyStatistics13mp8 "/>
<xs:element name="statisticsToday" type=" CallCenterAgentDailyStatistics13mp8 "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CallCenterQueueStatistics13mp8

Parent type: None
Sub-types: None
Name CallCenterQueueStatistics13mp8
Abstract no
Documentation Contains Call Center Queue statistics.
XML Instance Representation
<...>
<numberOfIncomingCalls> xs:int </numberOfIncomingCalls> [1]
<numberOfCallsQueued> xs:int </numberOfCallsQueued> [1]
<numberOfBusyOverflows> xs:int </numberOfBusyOverflows> [1]
<numberOfCallsAnswered> xs:int </numberOfCallsAnswered> [1]
<averageTimeWithAgentSeconds> xs:int </averageTimeWithAgentSeconds> [1]
<averageTimeInQueueSeconds> xs:int </averageTimeInQueueSeconds> [1]
<averageNumberOfAgentsBusy> xs:decimal </averageNumberOfAgentsBusy> [1]
<averageNumberOfAgentsLoggedOff> xs:decimal </averageNumberOfAgentsLoggedOff> [1]
<averageHoldTimeBeforeCallLossSeconds> xs:int </averageHoldTimeBeforeCallLossSeconds> [1]
</...>
Schema Component Representation
<xs:complexType name="CallCenterQueueStatistics13mp8">
<xs:sequence>
<xs:element name="numberOfIncomingCalls" type=" xs:int "/>
<xs:element name="numberOfCallsQueued" type=" xs:int "/>
<xs:element name="numberOfBusyOverflows" type=" xs:int "/>
<xs:element name="numberOfCallsAnswered" type=" xs:int "/>
<xs:element name="averageTimeWithAgentSeconds" type=" xs:int "/>
<xs:element name="averageTimeInQueueSeconds" type=" xs:int "/>
<xs:element name="averageNumberOfAgentsBusy" type=" xs:decimal "/>
<xs:element name="averageNumberOfAgentsLoggedOff" type=" xs:decimal "/>
<xs:element name="averageHoldTimeBeforeCallLossSeconds" type=" xs:int "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CPEDeviceOptions

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

Complex Type: EnhancedCallLogsEntry

Parent type: None
Sub-types: None
Name EnhancedCallLogsEntry
Abstract no
Documentation Call Log entry describing a placed, received, or missed call. Replaced By: CallLogsEntry
XML Instance Representation
<...>
<countryCode> CountryCode </countryCode> [0..1]
<phoneNumber> OutgoingDNorSIPURI </phoneNumber> [1]
<name> EnhancedCallLogsEntryName </name> [1]
<time> xs:dateTime </time> [1]
</...>
Schema Component Representation
<xs:complexType name="EnhancedCallLogsEntry">
<xs:sequence>
<xs:element name="countryCode" type=" CountryCode " minOccurs="0"/>
<xs:element name="phoneNumber" type=" OutgoingDNorSIPURI "/>
<xs:element name="name" type=" EnhancedCallLogsEntryName "/>
<xs:element name="time" type=" xs:dateTime "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: EnterpriseVoiceVPNGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name EnterpriseVoiceVPNGetRequest
Abstract no
Documentation Request the enterprise level data associated with Voice VPN. The response is either a EnterpriseVoiceVPNGetResponse or an ErrorResponse. Replaced By: EnterpriseVoiceVPNGetRequest14sp3
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="EnterpriseVoiceVPNGetRequest">
<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: EnterpriseVoiceVPNGetResponse

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

Complex Type: ExtensionRange

Parent type: None
Sub-types: None
Name ExtensionRange
Abstract no
Documentation Extension range. The minimum and maximum values are inclusive.
XML Instance Representation
<...>
<minExtension> Extension </minExtension> [1]
<maxExtension> Extension </maxExtension> [1]
</...>
Schema Component Representation
<xs:complexType name="ExtensionRange">
<xs:sequence>
<xs:element name="minExtension" type=" Extension "/>
<xs:element name="maxExtension" type=" Extension "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: GroupAccessDeviceFileGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAccessDeviceFileGetListRequest
Abstract no
Documentation Request to get the list of device files managed by the Device Management System, on a per-device profile basis. The response is either GroupAccessDeviceFileGetListResponse or ErrorResponse. Replaced By: GroupAccessDeviceFileGetListRequest14sp8
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<deviceName> AccessDeviceName </deviceName> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupAccessDeviceFileGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="deviceName" type=" AccessDeviceName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAccessDeviceFileGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupAccessDeviceFileGetListResponse
Abstract no
Documentation Response to GroupAccessDeviceFileGetListRequest. Contains a table of device files managed by the Device Management System on a per-device profile basis. The column headings are: "File Type", "File Format", "Is Authenticated". Replaced By: GroupAccessDeviceFileGetListResponse14sp8
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceFilesTable> core:OCITable </deviceFilesTable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupAccessDeviceFileGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="deviceFilesTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAccessDeviceFileGetRequest

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

Complex Type: GroupAccessDeviceFileGetResponse

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

Complex Type: GroupAccessDeviceFileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupAccessDeviceFileModifyRequest
Abstract no
Documentation Request to modify a specified group access device file. The response is either a SuccessResponse or an ErrorResponse. Replaced By: GroupAccessDeviceFileModifyRequest14sp8
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<deviceName> AccessDeviceName </deviceName> [1]
<fileType> DeviceManagementFileType </fileType> [1]
<fileSource> AccessDeviceEnhancedConfigurationMode </fileSource> [0..1]
<uploadFile> FileResource </uploadFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupAccessDeviceFileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="deviceName" type=" AccessDeviceName "/>
<xs:element name="fileType" type=" DeviceManagementFileType "/>
<xs:element name="fileSource" type=" AccessDeviceEnhancedConfigurationMode " minOccurs="0"/>
<xs:element name="uploadFile" type=" FileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupAccessDeviceGetRequest14

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

Complex Type: GroupAccessDeviceGetRequest14sp3

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

Complex Type: GroupAccessDeviceGetResponse14

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

Complex Type: GroupAccessDeviceGetResponse14sp3

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

Complex Type: GroupAdminGetPolicyRequest

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

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

Complex Type: GroupCallCenterAddInstanceRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterAddInstanceRequest14
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: GroupCallCenterAddInstanceRequest14sp3
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfileCallCenter </serviceInstanceProfile> [1]
<policy> HuntPolicy </policy> [1]
<huntAfterNoAnswer> xs:boolean </huntAfterNoAnswer> [1]
<noAnswerNumberOfRings> HuntNoAnswerRings </noAnswerNumberOfRings> [1]
<forwardAfterTimeout> xs:boolean </forwardAfterTimeout> [1]
<forwardTimeoutSeconds> HuntForwardTimeoutSeconds </forwardTimeoutSeconds> [1]
<forwardToPhoneNumber> OutgoingDN </forwardToPhoneNumber> [0..1]
<enableVideo> xs:boolean </enableVideo> [1]
<queueLength> CallCenterQueueLength </queueLength> [1]
<allowAgentLogoff> xs:boolean </allowAgentLogoff> [1]
<playMusicOnHold> xs:boolean </playMusicOnHold> [1]
<playComfortMessage> xs:boolean </playComfortMessage> [1]
<timeBetweenComfortMessagesSeconds> CallCenterTimeBetweenComfortMessagesSeconds </timeBetweenComfortMessagesSeconds> [1]
<enableGuardTimer> xs:boolean </enableGuardTimer> [1]
<guardTimerSeconds> CallCenterGuardTimerSeconds </guardTimerSeconds> [1]
<agentUserId> UserId </agentUserId> [0..*]
<allowCallWaitingForAgents> xs:boolean </allowCallWaitingForAgents> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterAddInstanceRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceAddProfileCallCenter "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="huntAfterNoAnswer" type=" xs:boolean "/>
<xs:element name="noAnswerNumberOfRings" type=" HuntNoAnswerRings "/>
<xs:element name="forwardAfterTimeout" type=" xs:boolean "/>
<xs:element name="forwardTimeoutSeconds" type=" HuntForwardTimeoutSeconds "/>
<xs:element name="forwardToPhoneNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="queueLength" type=" CallCenterQueueLength "/>
<xs:element name="allowAgentLogoff" type=" xs:boolean "/>
<xs:element name="playMusicOnHold" type=" xs:boolean "/>
<xs:element name="playComfortMessage" type=" xs:boolean "/>
<xs:element name="timeBetweenComfortMessagesSeconds" type=" CallCenterTimeBetweenComfortMessagesSeconds "/>
<xs:element name="enableGuardTimer" type=" xs:boolean "/>
<xs:element name="guardTimerSeconds" type=" CallCenterGuardTimerSeconds "/>
<xs:element name="agentUserId" type=" UserId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="allowCallWaitingForAgents" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterAddInstanceRequest14sp3

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterAddInstanceRequest14sp3
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: GroupCallCenterAddInstanceRequest14sp9
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]
<policy> HuntPolicy </policy> [1]
<huntAfterNoAnswer> xs:boolean </huntAfterNoAnswer> [1]
<noAnswerNumberOfRings> HuntNoAnswerRings </noAnswerNumberOfRings> [1]
<forwardAfterTimeout> xs:boolean </forwardAfterTimeout> [1]
<forwardTimeoutSeconds> HuntForwardTimeoutSeconds </forwardTimeoutSeconds> [1]
<forwardToPhoneNumber> OutgoingDN </forwardToPhoneNumber> [0..1]
<enableVideo> xs:boolean </enableVideo> [1]
<queueLength> CallCenterQueueLength </queueLength> [1]
<allowAgentLogoff> xs:boolean </allowAgentLogoff> [1]
<playMusicOnHold> xs:boolean </playMusicOnHold> [1]
<playComfortMessage> xs:boolean </playComfortMessage> [1]
<timeBetweenComfortMessagesSeconds> CallCenterTimeBetweenComfortMessagesSeconds </timeBetweenComfortMessagesSeconds> [1]
<enableGuardTimer> xs:boolean </enableGuardTimer> [1]
<guardTimerSeconds> CallCenterGuardTimerSeconds </guardTimerSeconds> [1]
<agentUserId> UserId </agentUserId> [0..*]
<allowCallWaitingForAgents> xs:boolean </allowCallWaitingForAgents> [1]
<allowCallsToAgentsInWrapUp> xs:boolean </allowCallsToAgentsInWrapUp> [1]
<enableCallQueueWhenNoAgentsAvailable> xs:boolean </enableCallQueueWhenNoAgentsAvailable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterAddInstanceRequest14sp3">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceAddProfileCallCenter "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="huntAfterNoAnswer" type=" xs:boolean "/>
<xs:element name="noAnswerNumberOfRings" type=" HuntNoAnswerRings "/>
<xs:element name="forwardAfterTimeout" type=" xs:boolean "/>
<xs:element name="forwardTimeoutSeconds" type=" HuntForwardTimeoutSeconds "/>
<xs:element name="forwardToPhoneNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="queueLength" type=" CallCenterQueueLength "/>
<xs:element name="allowAgentLogoff" type=" xs:boolean "/>
<xs:element name="playMusicOnHold" type=" xs:boolean "/>
<xs:element name="playComfortMessage" type=" xs:boolean "/>
<xs:element name="timeBetweenComfortMessagesSeconds" type=" CallCenterTimeBetweenComfortMessagesSeconds "/>
<xs:element name="enableGuardTimer" type=" xs:boolean "/>
<xs:element name="guardTimerSeconds" type=" CallCenterGuardTimerSeconds "/>
<xs:element name="agentUserId" type=" UserId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="allowCallWaitingForAgents" type=" xs:boolean "/>
<xs:element name="allowCallsToAgentsInWrapUp" type=" xs:boolean "/>
<xs:element name="enableCallQueueWhenNoAgentsAvailable" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetAnnouncementRequest

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

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

Complex Type: GroupCallCenterGetInstanceRequest14

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

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetInstanceResponse14
Abstract no
Documentation Response to GroupCallCenterGetInstanceRequest14. 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". Replaced By: GroupCallCenterGetInstanceResponse14sp3
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile </serviceInstanceProfile> [1]
<policy> HuntPolicy </policy> [1]
<huntAfterNoAnswer> xs:boolean </huntAfterNoAnswer> [1]
<noAnswerNumberOfRings> HuntNoAnswerRings </noAnswerNumberOfRings> [1]
<forwardAfterTimeout> xs:boolean </forwardAfterTimeout> [1]
<forwardTimeoutSeconds> HuntForwardTimeoutSeconds </forwardTimeoutSeconds> [1]
<forwardToPhoneNumber> OutgoingDN </forwardToPhoneNumber> [0..1]
<enableVideo> xs:boolean </enableVideo> [1]
<queueLength> CallCenterQueueLength </queueLength> [1]
<allowAgentLogoff> xs:boolean </allowAgentLogoff> [1]
<playMusicOnHold> xs:boolean </playMusicOnHold> [1]
<playComfortMessage> xs:boolean </playComfortMessage> [1]
<timeBetweenComfortMessagesSeconds> CallCenterTimeBetweenComfortMessagesSeconds </timeBetweenComfortMessagesSeconds> [1]
<enableGuardTimer> xs:boolean </enableGuardTimer> [1]
<guardTimerSeconds> CallCenterGuardTimerSeconds </guardTimerSeconds> [1]
<agentUserTable> core:OCITable </agentUserTable> [1]
<allowCallWaitingForAgents> xs:boolean </allowCallWaitingForAgents> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterGetInstanceResponse14">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="huntAfterNoAnswer" type=" xs:boolean "/>
<xs:element name="noAnswerNumberOfRings" type=" HuntNoAnswerRings "/>
<xs:element name="forwardAfterTimeout" type=" xs:boolean "/>
<xs:element name="forwardTimeoutSeconds" type=" HuntForwardTimeoutSeconds "/>
<xs:element name="forwardToPhoneNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="queueLength" type=" CallCenterQueueLength "/>
<xs:element name="allowAgentLogoff" type=" xs:boolean "/>
<xs:element name="playMusicOnHold" type=" xs:boolean "/>
<xs:element name="playComfortMessage" type=" xs:boolean "/>
<xs:element name="timeBetweenComfortMessagesSeconds" type=" CallCenterTimeBetweenComfortMessagesSeconds "/>
<xs:element name="enableGuardTimer" type=" xs:boolean "/>
<xs:element name="guardTimerSeconds" type=" CallCenterGuardTimerSeconds "/>
<xs:element name="agentUserTable" type=" core:OCITable "/>
<xs:element name="allowCallWaitingForAgents" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetInstanceResponse14sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetInstanceResponse14sp3
Abstract no
Documentation Response to GroupCallCenterGetInstanceRequest14sp3. 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". Replaced By: GroupCallCenterGetInstanceResponse14sp9
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile </serviceInstanceProfile> [1]
<policy> HuntPolicy </policy> [1]
<huntAfterNoAnswer> xs:boolean </huntAfterNoAnswer> [1]
<noAnswerNumberOfRings> HuntNoAnswerRings </noAnswerNumberOfRings> [1]
<forwardAfterTimeout> xs:boolean </forwardAfterTimeout> [1]
<forwardTimeoutSeconds> HuntForwardTimeoutSeconds </forwardTimeoutSeconds> [1]
<forwardToPhoneNumber> OutgoingDN </forwardToPhoneNumber> [0..1]
<enableVideo> xs:boolean </enableVideo> [1]
<queueLength> CallCenterQueueLength </queueLength> [1]
<allowAgentLogoff> xs:boolean </allowAgentLogoff> [1]
<playMusicOnHold> xs:boolean </playMusicOnHold> [1]
<playComfortMessage> xs:boolean </playComfortMessage> [1]
<timeBetweenComfortMessagesSeconds> CallCenterTimeBetweenComfortMessagesSeconds </timeBetweenComfortMessagesSeconds> [1]
<enableGuardTimer> xs:boolean </enableGuardTimer> [1]
<guardTimerSeconds> CallCenterGuardTimerSeconds </guardTimerSeconds> [1]
<agentUserTable> core:OCITable </agentUserTable> [1]
<allowCallWaitingForAgents> xs:boolean </allowCallWaitingForAgents> [1]
<allowCallsToAgentsInWrapUp> xs:boolean </allowCallsToAgentsInWrapUp> [1]
<enableCallQueueWhenNoAgentsAvailable> xs:boolean </enableCallQueueWhenNoAgentsAvailable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterGetInstanceResponse14sp3">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile "/>
<xs:element name="policy" type=" HuntPolicy "/>
<xs:element name="huntAfterNoAnswer" type=" xs:boolean "/>
<xs:element name="noAnswerNumberOfRings" type=" HuntNoAnswerRings "/>
<xs:element name="forwardAfterTimeout" type=" xs:boolean "/>
<xs:element name="forwardTimeoutSeconds" type=" HuntForwardTimeoutSeconds "/>
<xs:element name="forwardToPhoneNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="queueLength" type=" CallCenterQueueLength "/>
<xs:element name="allowAgentLogoff" type=" xs:boolean "/>
<xs:element name="playMusicOnHold" type=" xs:boolean "/>
<xs:element name="playComfortMessage" type=" xs:boolean "/>
<xs:element name="timeBetweenComfortMessagesSeconds" type=" CallCenterTimeBetweenComfortMessagesSeconds "/>
<xs:element name="enableGuardTimer" type=" xs:boolean "/>
<xs:element name="guardTimerSeconds" type=" CallCenterGuardTimerSeconds "/>
<xs:element name="agentUserTable" type=" core:OCITable "/>
<xs:element name="allowCallWaitingForAgents" type=" xs:boolean "/>
<xs:element name="allowCallsToAgentsInWrapUp" type=" xs:boolean "/>
<xs:element name="enableCallQueueWhenNoAgentsAvailable" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetInstanceStatisticsRequest13mp8

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetInstanceStatisticsRequest13mp8
Abstract no
Documentation Get Call Center queue and agent statistics. The response is either GroupCallCenterGetInstanceStatisticsResponse13mp8 or ErrorResponse. Replaced By: GroupCallCenterGetInstanceStatisticsRequest14sp9
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="GroupCallCenterGetInstanceStatisticsRequest13mp8">
<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: GroupCallCenterGetInstanceStatisticsResponse13mp8

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallCenterGetInstanceStatisticsResponse13mp8
Abstract no
Documentation Contains Call Center statistics. Replaced By: GroupCallCenterGetInstanceStatisticsResponse14sp9
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<numberOfCallsQueuedNow> xs:int </numberOfCallsQueuedNow> [1]
<generateDailyReport> xs:boolean </generateDailyReport> [1]
<collectionPeriodMinutes> CallCenterStatisticsCollectionPeriodMinutes </collectionPeriodMinutes> [1]
<reportingEmailAddress1> EmailAddress </reportingEmailAddress1> [0..1]
<reportingEmailAddress2> EmailAddress </reportingEmailAddress2> [0..1]
<queueStatisticsYesterday> CallCenterQueueStatistics13mp8 </queueStatisticsYesterday> [1]
<queueStatisticsToday> CallCenterQueueStatistics13mp8 </queueStatisticsToday> [1]
<agentStatistics> CallCenterAgentStatistics13mp8 </agentStatistics> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterGetInstanceStatisticsResponse13mp8">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="numberOfCallsQueuedNow" type=" xs:int "/>
<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="queueStatisticsYesterday" type=" CallCenterQueueStatistics13mp8 "/>
<xs:element name="queueStatisticsToday" type=" CallCenterQueueStatistics13mp8 "/>
<xs:element name="agentStatistics" type=" CallCenterAgentStatistics13mp8 " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterGetSupervisorListRequest

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

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

Complex Type: GroupCallCenterModifyAnnouncementRequest

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

Complex Type: GroupCallCenterModifyInstanceStatisticsReportingRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallCenterModifyInstanceStatisticsReportingRequest
Abstract no
Documentation Modify the Call Center statistics reporting frequency and destination. The response is either SuccessResponse or ErrorResponse. Replaced By: GroupCallCenterModifyInstanceStatisticsReportingRequest14sp9
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<clearTodayStatistics> true </clearTodayStatistics> [0..1]
<generateDailyReport> xs:boolean </generateDailyReport> [0..1]
<collectionPeriodMinutes> CallCenterStatisticsCollectionPeriodMinutes </collectionPeriodMinutes> [0..1]
<reportingEmailAddress1> EmailAddress </reportingEmailAddress1> [0..1]
<reportingEmailAddress2> EmailAddress </reportingEmailAddress2> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallCenterModifyInstanceStatisticsReportingRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="clearTodayStatistics" type=" xs:boolean " fixed="true" minOccurs="0"/>
<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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallCenterModifySupervisorListRequest

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

Complex Type: GroupCallingLineIdGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallingLineIdGetRequest
Abstract no
Documentation Get the calling line id settings for a group. The response is either a GroupCallingLineIdGetResponse 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="GroupCallingLineIdGetRequest">
<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: GroupCallingLineIdGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallingLineIdGetResponse
Abstract no
Documentation Response to the GroupCallingLineIdGetRequest. The response contains the group's calling line id settings.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupNumber> xs:boolean </useGroupNumber> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<callingLineIdPhoneNumber> DN </callingLineIdPhoneNumber> [0..1]
<callingLineIdName> GroupCallingLineIdName </callingLineIdName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallingLineIdGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useGroupNumber" type=" xs:boolean "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="callingLineIdPhoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="callingLineIdName" type=" GroupCallingLineIdName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallingLineIdModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallingLineIdModifyRequest
Abstract no
Documentation Modify the calling line id settings for 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]
<useGroupNumber> xs:boolean </useGroupNumber> [0..1]
<useGroupName> xs:boolean </useGroupName> [0..1]
<callingLineIdPhoneNumber> DN </callingLineIdPhoneNumber> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallingLineIdModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="useGroupNumber" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useGroupName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="callingLineIdPhoneNumber" type=" DN " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallProcessingGetPolicyRequest14

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

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

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupCallProcessingGetPolicyResponse14
Abstract no
Documentation Response to GroupCallProcessingGetPolicyRequest14.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useGroupSetting> xs:boolean </useGroupSetting> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallProcessingGetPolicyResponse14">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useGroupSetting" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes "/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection "/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupCallProcessingGetPolicyResponse14sp1

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

Complex Type: GroupCallProcessingGetPolicyResponse14sp4

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

Complex Type: GroupCallProcessingModifyPolicyRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupCallProcessingModifyPolicyRequest14
Abstract no
Documentation Modify the group level data associated with Call Procesing Policy. The response is either a SuccessResponse or an ErrorResponse. Replaced By : GroupCallProcessingModifyPolicyRequest15
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<useGroupSetting> xs:boolean </useGroupSetting> [0..1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes </maxCallTimeForAnsweredCallsMinutes> [0..1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [0..1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [0..1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [0..1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [0..1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [0..1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [0..1]
<overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan> xs:boolean </overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls </maxConcurrentRedirectedCalls> [0..1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [0..1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth </maxFindMeFollowMeDepth> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth </maxRedirectionDepth> [0..1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [0..1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations </maxConcurrentFindMeFollowMeInvocations> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupCallProcessingModifyPolicyRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="useGroupSetting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes " minOccurs="0"/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes " minOccurs="0"/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection " minOccurs="0"/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " nillable="true" minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean " minOccurs="0"/>
<xs:element name="overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls " minOccurs="0"/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth " minOccurs="0"/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupDeviceTypeFileGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupDeviceTypeFileGetListRequest
Abstract no
Documentation Request to get the list of device type files managed by the Device Management System, on a per-group basis. The response is either GroupDeviceTypeFileGetListResponse or ErrorResponse. Replaced By: GroupDeviceTypeFileGetListRequest14sp8
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<deviceType> AccessDeviceType </deviceType> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupDeviceTypeFileGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="deviceType" type=" AccessDeviceType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupDeviceTypeFileGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupDeviceTypeFileGetListResponse
Abstract no
Documentation Response to GroupDeviceTypeFileGetListRequest. Contains a table of device type files managed by the Device Management System, on a per-group basis. The column headings are: "File Type", "File Format", "Is Authenticated". Replaced By: GroupDeviceTypeFileGetListResponse14sp8
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<groupDeviceTypeFilesTable> core:OCITable </groupDeviceTypeFilesTable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupDeviceTypeFileGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="groupDeviceTypeFilesTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupDeviceTypeFileGetRequest

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

Complex Type: GroupDeviceTypeFileGetResponse

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

Complex Type: GroupDeviceTypeFileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupDeviceTypeFileModifyRequest
Abstract no
Documentation Request to modify a specified device type file for a group. The response is either a SuccessResponse or an ErrorResponse. Replaced By: GroupDeviceTypeFileModifyRequest14sp8
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<deviceType> AccessDeviceType </deviceType> [1]
<fileType> DeviceManagementFileType </fileType> [1]
<fileSource> AccessDeviceEnhancedConfigurationMode </fileSource> [0..1]
<uploadFile> FileResource </uploadFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupDeviceTypeFileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="fileType" type=" DeviceManagementFileType "/>
<xs:element name="fileSource" type=" AccessDeviceEnhancedConfigurationMode " minOccurs="0"/>
<xs:element name="uploadFile" type=" FileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupFeatureAccessCodeGetListRequest

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

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

Complex Type: GroupFeatureAccessCodeModifyListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupFeatureAccessCodeModifyListRequest
Abstract no
Documentation Modify a list of feature access codes for a group. The response is either a SuccessResponse or an ErrorResponse. Replaced by: GroupFeatureAccessCodeModifyRequest
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]
Start Choice [1]
<featureAccessCode> FeatureAccessCodeEntry </featureAccessCode> [0..*]
<restoreDefaultCodes> true </restoreDefaultCodes> [0..1]
End Choice
</...>
Schema Component Representation
<xs:complexType name="GroupFeatureAccessCodeModifyListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:choice>
<xs:element name="featureAccessCode" type=" FeatureAccessCodeEntry " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="restoreDefaultCodes" type=" xs:boolean " fixed="true" minOccurs="0"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupGetRequest
Abstract no
Documentation Get the profile for a group. The response is either a GroupGetResponse or an ErrorResponse. Replaced By: GroupGetRequest14sp7
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="GroupGetRequest">
<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: GroupGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupGetResponse
Abstract no
Documentation Response to the GroupGetRequest. The response contains the group's profile information. Replaced By: GroupGetResponse14sp7
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<defaultDomain> NetAddress </defaultDomain> [1]
<userLimit> GroupUserLimit </userLimit> [1]
<userCount> xs:int </userCount> [1]
<groupName> GroupName </groupName> [0..1]
<callingLineIdName> GroupCallingLineIdName </callingLineIdName> [0..1]
<timeZone> TimeZone </timeZone> [1]
<timeZoneDisplayName> TimeZoneDisplayName </timeZoneDisplayName> [1]
<locationDialingCode> LocationDialingCode </locationDialingCode> [0..1]
<contact> Contact </contact> [0..1]
<address> StreetAddress </address> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="defaultDomain" type=" NetAddress "/>
<xs:element name="userLimit" type=" GroupUserLimit "/>
<xs:element name="userCount" type=" xs:int "/>
<xs:element name="groupName" type=" GroupName " minOccurs="0"/>
<xs:element name="callingLineIdName" type=" GroupCallingLineIdName " minOccurs="0"/>
<xs:element name="timeZone" type=" TimeZone "/>
<xs:element name="timeZoneDisplayName" type=" TimeZoneDisplayName "/>
<xs:element name="locationDialingCode" type=" LocationDialingCode " 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: GroupMusicOnHoldAddInstanceRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupMusicOnHoldAddInstanceRequest14
Abstract no
Documentation Add a Music On Hold Instance to a department. The response is either SuccessResponse or ErrorResponse. Replaced By: GroupMusicOnHoldAddInstanceRequest14Sp4
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<department> DepartmentKey </department> [1]
<isActiveDuringCallHold> xs:boolean </isActiveDuringCallHold> [1]
<isActiveDuringCallPark> xs:boolean </isActiveDuringCallPark> [1]
<messageSelection> MusicOnHoldMessageSelection </messageSelection> [1]
<accessDeviceEndpoint> AccessDeviceEndpointAdd </accessDeviceEndpoint> [0..1]
<audioFile> LabeledFileResource </audioFile> [0..1]
<videoFile> LabeledFileResource </videoFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupMusicOnHoldAddInstanceRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="department" type=" DepartmentKey "/>
<xs:element name="isActiveDuringCallHold" type=" xs:boolean "/>
<xs:element name="isActiveDuringCallPark" type=" xs:boolean "/>
<xs:element name="messageSelection" type=" MusicOnHoldMessageSelection "/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointAdd " minOccurs="0"/>
<xs:element name="audioFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="videoFile" type=" LabeledFileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMusicOnHoldAddInstanceRequest14sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupMusicOnHoldAddInstanceRequest14sp4
Abstract no
Documentation Add a Music On Hold Instance to a department. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<department> DepartmentKey </department> [1]
<isActiveDuringCallHold> xs:boolean </isActiveDuringCallHold> [1]
<isActiveDuringCallPark> xs:boolean </isActiveDuringCallPark> [1]
<isActiveDuringBusyCampOn> xs:boolean </isActiveDuringBusyCampOn> [1]
<messageSelection> MusicOnHoldMessageSelection </messageSelection> [1]
<accessDeviceEndpoint> AccessDeviceEndpointAdd </accessDeviceEndpoint> [0..1]
<audioFile> LabeledFileResource </audioFile> [0..1]
<videoFile> LabeledFileResource </videoFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupMusicOnHoldAddInstanceRequest14sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="department" type=" DepartmentKey "/>
<xs:element name="isActiveDuringCallHold" type=" xs:boolean "/>
<xs:element name="isActiveDuringCallPark" type=" xs:boolean "/>
<xs:element name="isActiveDuringBusyCampOn" type=" xs:boolean "/>
<xs:element name="messageSelection" type=" MusicOnHoldMessageSelection "/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointAdd " minOccurs="0"/>
<xs:element name="audioFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="videoFile" type=" LabeledFileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMusicOnHoldGetInstanceRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupMusicOnHoldGetInstanceRequest14
Abstract no
Documentation Get a Music On Hold data for a group or department instance. The response is either GroupMusicOnHoldGetInstanceResponse14 or ErrorResponse. Replaced By: GroupMusicOnHoldGetInstanceRequest14Sp4
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<department> DepartmentKey </department> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupMusicOnHoldGetInstanceRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="department" type=" DepartmentKey " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMusicOnHoldGetInstanceRequest14sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupMusicOnHoldGetInstanceRequest14sp4
Abstract no
Documentation Get a Music On Hold data for a group or department instance. The response is either GroupMusicOnHoldGetInstanceResponse14sp4 or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<department> DepartmentKey </department> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupMusicOnHoldGetInstanceRequest14sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="department" type=" DepartmentKey " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMusicOnHoldGetInstanceResponse14

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupMusicOnHoldGetInstanceResponse14
Abstract no
Documentation Response to the GroupMusicOnHoldGetInstanceRequest14.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<isActiveDuringCallHold> xs:boolean </isActiveDuringCallHold> [1]
<isActiveDuringCallPark> xs:boolean </isActiveDuringCallPark> [1]
<messageSelection> MusicOnHoldMessageSelection </messageSelection> [1]
<accessDeviceEndpoint> AccessDeviceEndpointRead14 </accessDeviceEndpoint> [0..1]
<enableVideo> xs:boolean </enableVideo> [1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupMusicOnHoldGetInstanceResponse14">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="isActiveDuringCallHold" type=" xs:boolean "/>
<xs:element name="isActiveDuringCallPark" type=" xs:boolean "/>
<xs:element name="messageSelection" type=" MusicOnHoldMessageSelection "/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointRead14 " minOccurs="0"/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="audioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="videoFileDescription" type=" FileDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMusicOnHoldGetInstanceResponse14sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupMusicOnHoldGetInstanceResponse14sp4
Abstract no
Documentation Response to the GroupMusicOnHoldGetInstanceRequest14sp4.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId> UserId </serviceUserId> [1]
<isActiveDuringCallHold> xs:boolean </isActiveDuringCallHold> [1]
<isActiveDuringCallPark> xs:boolean </isActiveDuringCallPark> [1]
<isActiveDuringBusyCampOn> xs:boolean </isActiveDuringBusyCampOn> [1]
<messageSelection> MusicOnHoldMessageSelection </messageSelection> [1]
<accessDeviceEndpoint> AccessDeviceEndpointRead14 </accessDeviceEndpoint> [0..1]
<enableVideo> xs:boolean </enableVideo> [1]
<audioFileDescription> FileDescription </audioFileDescription> [0..1]
<videoFileDescription> FileDescription </videoFileDescription> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupMusicOnHoldGetInstanceResponse14sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="isActiveDuringCallHold" type=" xs:boolean "/>
<xs:element name="isActiveDuringCallPark" type=" xs:boolean "/>
<xs:element name="isActiveDuringBusyCampOn" type=" xs:boolean "/>
<xs:element name="messageSelection" type=" MusicOnHoldMessageSelection "/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointRead14 " minOccurs="0"/>
<xs:element name="enableVideo" type=" xs:boolean "/>
<xs:element name="audioFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="videoFileDescription" type=" FileDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMusicOnHoldModifyInstanceRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupMusicOnHoldModifyInstanceRequest14
Abstract no
Documentation Modify data for a group or department Music On Hold Instance. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<department> DepartmentKey </department> [0..1]
<isActiveDuringCallHold> xs:boolean </isActiveDuringCallHold> [0..1]
<isActiveDuringCallPark> xs:boolean </isActiveDuringCallPark> [0..1]
<isActiveDuringBusyCampOn> xs:boolean </isActiveDuringBusyCampOn> [0..1]
<messageSelection> MusicOnHoldMessageSelection </messageSelection> [0..1]
<accessDeviceEndpoint> AccessDeviceEndpointModify </accessDeviceEndpoint> [0..1]
<audioFile> LabeledFileResource </audioFile> [0..1]
<videoFile> LabeledFileResource </videoFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupMusicOnHoldModifyInstanceRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="department" type=" DepartmentKey " minOccurs="0"/>
<xs:element name="isActiveDuringCallHold" type=" xs:boolean " minOccurs="0"/>
<xs:element name="isActiveDuringCallPark" type=" xs:boolean " minOccurs="0"/>
<xs:element name="isActiveDuringBusyCampOn" type=" xs:boolean " minOccurs="0"/>
<xs:element name="messageSelection" type=" MusicOnHoldMessageSelection " minOccurs="0"/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointModify " nillable="true" minOccurs="0"/>
<xs:element name="audioFile" type=" LabeledFileResource " minOccurs="0"/>
<xs:element name="videoFile" type=" LabeledFileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupPolicyGetRequest

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

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

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

Complex Type: GroupPolicyGetResponse14sp1

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

Complex Type: GroupTrunkGroupAddInstanceRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupAddInstanceRequest14
Abstract no
Documentation Add a Trunk Group instance to a group. The domain is required in the serviceUserId. The publicUserIdentity in the ServiceInstanceAddProfile is not allowed for trunk groups. 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]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfileTrunkGroup </serviceInstanceProfile> [1]
<accessDeviceEndpoint> AccessDeviceEndpointAdd </accessDeviceEndpoint> [0..1]
<maxActiveCalls> MaxActiveCalls </maxActiveCalls> [1]
<maxIncomingCalls> MaxIncomingCalls </maxIncomingCalls> [0..1]
<maxOutgoingCalls> MaxOutgoingCalls </maxOutgoingCalls> [0..1]
<requireAuthentication> xs:boolean </requireAuthentication> [1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
<sipAuthenticationPassword> SIPAuthenticationPassword </sipAuthenticationPassword> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupAddInstanceRequest14">
<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=" ServiceInstanceAddProfileTrunkGroup "/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointAdd " 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="requireAuthentication" type=" xs:boolean "/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " minOccurs="0"/>
<xs:element name="sipAuthenticationPassword" type=" SIPAuthenticationPassword " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupAddInstanceRequest14sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupAddInstanceRequest14sp1
Abstract no
Documentation Add a Trunk Group instance to a group. The domain is required in the serviceUserId. The publicUserIdentity in the ServiceInstanceAddProfile is not allowed for trunk groups. 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]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfileTrunkGroup </serviceInstanceProfile> [1]
<accessDeviceEndpoint> AccessDeviceEndpointAdd </accessDeviceEndpoint> [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]
<capacityExceededRerouteTrunkGroupId> UserId </capacityExceededRerouteTrunkGroupId> [0..1]
<capacityExceededTrapInitialCalls> TrapInitialThreshold </capacityExceededTrapInitialCalls> [1]
<capacityExceededTrapOffsetCalls> TrapOffsetThreshold </capacityExceededTrapOffsetCalls> [1]
<unreachableDestinationAction> TrunkGroupUnreachableDestinationAction </unreachableDestinationAction> [0..1]
<unreachableDestinationForwardAddress> OutgoingDNorSIPURI </unreachableDestinationForwardAddress> [0..1]
<unreachableDestinationRerouteTrunkGroupId> UserId </unreachableDestinationRerouteTrunkGroupId> [0..1]
<unreachableDestinationTrapInitialCalls> TrapInitialThreshold </unreachableDestinationTrapInitialCalls> [1]
<unreachableDestinationTrapOffsetCalls> TrapOffsetThreshold </unreachableDestinationTrapOffsetCalls> [1]
<invitationTimeout> TrunkGroupInvitationTimeoutSeconds </invitationTimeout> [1]
<requireAuthentication> xs:boolean </requireAuthentication> [1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
<sipAuthenticationPassword> SIPAuthenticationPassword </sipAuthenticationPassword> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupAddInstanceRequest14sp1">
<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=" ServiceInstanceAddProfileTrunkGroup "/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointAdd " 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="capacityExceededRerouteTrunkGroupId" type=" UserId " 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="unreachableDestinationRerouteTrunkGroupId" type=" UserId " minOccurs="0"/>
<xs:element name="unreachableDestinationTrapInitialCalls" type=" TrapInitialThreshold "/>
<xs:element name="unreachableDestinationTrapOffsetCalls" type=" TrapOffsetThreshold "/>
<xs:element name="invitationTimeout" type=" TrunkGroupInvitationTimeoutSeconds "/>
<xs:element name="requireAuthentication" type=" xs:boolean "/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " minOccurs="0"/>
<xs:element name="sipAuthenticationPassword" type=" SIPAuthenticationPassword " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupAddInstanceRequest14sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupAddInstanceRequest14sp4
Abstract no
Documentation Add a Trunk Group instance to a group. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<name> TrunkGroupName </name> [1]
<pilotUser> TrunkGroupPilotUser </pilotUser> [0..1]
<department> DepartmentKey </department> [0..1]
<accessDevice> AccessDevice </accessDevice> [0..1]
<maxActiveCalls> MaxActiveCalls </maxActiveCalls> [1]
<maxIncomingCalls> MaxIncomingCalls </maxIncomingCalls> [0..1]
<maxOutgoingCalls> MaxOutgoingCalls </maxOutgoingCalls> [0..1]
<enableBursting> xs:boolean </enableBursting> [1]
<burstingMaxActiveCalls> BurstingMaxActiveCalls </burstingMaxActiveCalls> [0..1]
<burstingMaxIncomingCalls> BurstingMaxIncomingCalls </burstingMaxIncomingCalls> [0..1]
<burstingMaxOutgoingCalls> BurstingMaxOutgoingCalls </burstingMaxOutgoingCalls> [0..1]
<capacityExceededAction> TrunkGroupCapacityExceededAction </capacityExceededAction> [0..1]
<capacityExceededForwardAddress> OutgoingDNorSIPURI </capacityExceededForwardAddress> [0..1]
<capacityExceededRerouteTrunkGroupKey> TrunkGroupKey </capacityExceededRerouteTrunkGroupKey> [0..1]
<capacityExceededTrapInitialCalls> TrapInitialThreshold </capacityExceededTrapInitialCalls> [1]
<capacityExceededTrapOffsetCalls> TrapOffsetThreshold </capacityExceededTrapOffsetCalls> [1]
<unreachableDestinationAction> TrunkGroupUnreachableDestinationAction </unreachableDestinationAction> [0..1]
<unreachableDestinationForwardAddress> OutgoingDNorSIPURI </unreachableDestinationForwardAddress> [0..1]
<unreachableDestinationRerouteTrunkGroupKey> TrunkGroupKey </unreachableDestinationRerouteTrunkGroupKey> [0..1]
<unreachableDestinationTrapInitialCalls> TrapInitialThreshold </unreachableDestinationTrapInitialCalls> [1]
<unreachableDestinationTrapOffsetCalls> TrapOffsetThreshold </unreachableDestinationTrapOffsetCalls> [1]
<invitationTimeout> TrunkGroupInvitationTimeoutSeconds </invitationTimeout> [1]
<requireAuthentication> xs:boolean </requireAuthentication> [1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
<sipAuthenticationPassword> SIPAuthenticationPassword </sipAuthenticationPassword> [0..1]
<hostedUserId> UserId </hostedUserId> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupAddInstanceRequest14sp4">
<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="unreachableDestinationTrapInitialCalls" type=" TrapInitialThreshold "/>
<xs:element name="unreachableDestinationTrapOffsetCalls" type=" TrapOffsetThreshold "/>
<xs:element name="invitationTimeout" type=" TrunkGroupInvitationTimeoutSeconds "/>
<xs:element name="requireAuthentication" type=" xs:boolean "/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " minOccurs="0"/>
<xs:element name="sipAuthenticationPassword" type=" SIPAuthenticationPassword " minOccurs="0"/>
<xs:element name="hostedUserId" type=" UserId " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupAddInstanceRequest14sp9

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupAddInstanceRequest14sp9
Abstract no
Documentation Add a Trunk Group instance to a group. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<name> TrunkGroupName </name> [1]
<pilotUser> TrunkGroupPilotUser </pilotUser> [0..1]
<department> DepartmentKey </department> [0..1]
<accessDevice> AccessDevice </accessDevice> [0..1]
<maxActiveCalls> MaxActiveCalls </maxActiveCalls> [1]
<maxIncomingCalls> MaxIncomingCalls </maxIncomingCalls> [0..1]
<maxOutgoingCalls> MaxOutgoingCalls </maxOutgoingCalls> [0..1]
<enableBursting> xs:boolean </enableBursting> [1]
<burstingMaxActiveCalls> BurstingMaxActiveCalls </burstingMaxActiveCalls> [0..1]
<burstingMaxIncomingCalls> BurstingMaxIncomingCalls </burstingMaxIncomingCalls> [0..1]
<burstingMaxOutgoingCalls> BurstingMaxOutgoingCalls </burstingMaxOutgoingCalls> [0..1]
<capacityExceededAction> TrunkGroupCapacityExceededAction </capacityExceededAction> [0..1]
<capacityExceededForwardAddress> OutgoingDNorSIPURI </capacityExceededForwardAddress> [0..1]
<capacityExceededRerouteTrunkGroupKey> TrunkGroupKey </capacityExceededRerouteTrunkGroupKey> [0..1]
<capacityExceededTrapInitialCalls> TrapInitialThreshold </capacityExceededTrapInitialCalls> [1]
<capacityExceededTrapOffsetCalls> TrapOffsetThreshold </capacityExceededTrapOffsetCalls> [1]
<unreachableDestinationAction> TrunkGroupUnreachableDestinationAction </unreachableDestinationAction> [0..1]
<unreachableDestinationForwardAddress> OutgoingDNorSIPURI </unreachableDestinationForwardAddress> [0..1]
<unreachableDestinationRerouteTrunkGroupKey> TrunkGroupKey </unreachableDestinationRerouteTrunkGroupKey> [0..1]
<unreachableDestinationTrapInitialCalls> TrapInitialThreshold </unreachableDestinationTrapInitialCalls> [1]
<unreachableDestinationTrapOffsetCalls> TrapOffsetThreshold </unreachableDestinationTrapOffsetCalls> [1]
<invitationTimeout> TrunkGroupInvitationTimeoutSeconds </invitationTimeout> [1]
<requireAuthentication> xs:boolean </requireAuthentication> [1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
<sipAuthenticationPassword> SIPAuthenticationPassword </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]
<usePilotUserCallingLineIdentity> xs:boolean </usePilotUserCallingLineIdentity> [1]
<usePilotUserChargeNumber> xs:boolean </usePilotUserChargeNumber> [1]
<callForwardingAlwaysAction> TrunkGroupCallForwardingAlwaysAction </callForwardingAlwaysAction> [0..1]
<callForwardingAlwaysForwardAddress> OutgoingDNorSIPURI </callForwardingAlwaysForwardAddress> [0..1]
<callForwardingAlwaysRerouteTrunkGroupKey> TrunkGroupKey </callForwardingAlwaysRerouteTrunkGroupKey> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupAddInstanceRequest14sp9">
<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="unreachableDestinationTrapInitialCalls" type=" TrapInitialThreshold "/>
<xs:element name="unreachableDestinationTrapOffsetCalls" type=" TrapOffsetThreshold "/>
<xs:element name="invitationTimeout" type=" TrunkGroupInvitationTimeoutSeconds "/>
<xs:element name="requireAuthentication" type=" xs:boolean "/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " minOccurs="0"/>
<xs:element name="sipAuthenticationPassword" type=" SIPAuthenticationPassword " minOccurs="0"/>
<xs:element name="hostedUserId" type=" UserId " minOccurs="0" maxOccurs="unbounded"/>
<xs: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="usePilotUserCallingLineIdentity" type=" xs:boolean "/>
<xs:element name="usePilotUserChargeNumber" type=" xs:boolean "/>
<xs:element name="callForwardingAlwaysAction" type=" TrunkGroupCallForwardingAlwaysAction " minOccurs="0"/>
<xs:element name="callForwardingAlwaysForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="callForwardingAlwaysRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupAddInstanceRequest14sp9A

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupAddInstanceRequest14sp9A
Abstract no
Documentation Add a Trunk Group instance to a group. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<name> TrunkGroupName </name> [1]
<pilotUser> TrunkGroupPilotUser </pilotUser> [0..1]
<department> DepartmentKey </department> [0..1]
<accessDevice> AccessDevice </accessDevice> [0..1]
<maxActiveCalls> MaxActiveCalls </maxActiveCalls> [1]
<maxIncomingCalls> MaxIncomingCalls </maxIncomingCalls> [0..1]
<maxOutgoingCalls> MaxOutgoingCalls </maxOutgoingCalls> [0..1]
<enableBursting> xs:boolean </enableBursting> [1]
<burstingMaxActiveCalls> BurstingMaxActiveCalls </burstingMaxActiveCalls> [0..1]
<burstingMaxIncomingCalls> BurstingMaxIncomingCalls </burstingMaxIncomingCalls> [0..1]
<burstingMaxOutgoingCalls> BurstingMaxOutgoingCalls </burstingMaxOutgoingCalls> [0..1]
<capacityExceededAction> TrunkGroupCapacityExceededAction </capacityExceededAction> [0..1]
<capacityExceededForwardAddress> OutgoingDNorSIPURI </capacityExceededForwardAddress> [0..1]
<capacityExceededRerouteTrunkGroupKey> TrunkGroupKey </capacityExceededRerouteTrunkGroupKey> [0..1]
<capacityExceededTrapInitialCalls> TrapInitialThreshold </capacityExceededTrapInitialCalls> [1]
<capacityExceededTrapOffsetCalls> TrapOffsetThreshold </capacityExceededTrapOffsetCalls> [1]
<unreachableDestinationAction> TrunkGroupUnreachableDestinationAction </unreachableDestinationAction> [0..1]
<unreachableDestinationForwardAddress> OutgoingDNorSIPURI </unreachableDestinationForwardAddress> [0..1]
<unreachableDestinationRerouteTrunkGroupKey> TrunkGroupKey </unreachableDestinationRerouteTrunkGroupKey> [0..1]
<unreachableDestinationTrapInitialCalls> TrapInitialThreshold </unreachableDestinationTrapInitialCalls> [1]
<unreachableDestinationTrapOffsetCalls> TrapOffsetThreshold </unreachableDestinationTrapOffsetCalls> [1]
<invitationTimeout> TrunkGroupInvitationTimeoutSeconds </invitationTimeout> [1]
<requireAuthentication> xs:boolean </requireAuthentication> [1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
<sipAuthenticationPassword> SIPAuthenticationPassword </sipAuthenticationPassword> [0..1]
<hostedUserId> UserId </hostedUserId> [0..*]
<trunkGroupIdentity> SIPURI </trunkGroupIdentity> [0..1]
<otgDtgIdentity> OtgDtgIdentity </otgDtgIdentity> [0..1]
<includeTrunkGroupIdentity> xs:boolean </includeTrunkGroupIdentity> [1]
<includeDtgIdentity> xs:boolean </includeDtgIdentity> [1]
<enableNetworkAddressIdentity> xs:boolean </enableNetworkAddressIdentity> [1]
<allowUnscreenedCalls> xs:boolean </allowUnscreenedCalls> [1]
<allowUnscreenedEmergencyCalls> xs:boolean </allowUnscreenedEmergencyCalls> [1]
<pilotUserCallingLineIdentityPolicy> TrunkGroupPilotUserCallingLineIdentityUsagePolicy </pilotUserCallingLineIdentityPolicy> [1]
<pilotUserChargeNumberPolicy> TrunkGroupPilotUserChargeNumberUsagePolicy </pilotUserChargeNumberPolicy> [1]
<callForwardingAlwaysAction> TrunkGroupCallForwardingAlwaysAction </callForwardingAlwaysAction> [0..1]
<callForwardingAlwaysForwardAddress> OutgoingDNorSIPURI </callForwardingAlwaysForwardAddress> [0..1]
<callForwardingAlwaysRerouteTrunkGroupKey> TrunkGroupKey </callForwardingAlwaysRerouteTrunkGroupKey> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupAddInstanceRequest14sp9A">
<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="unreachableDestinationTrapInitialCalls" type=" TrapInitialThreshold "/>
<xs:element name="unreachableDestinationTrapOffsetCalls" type=" TrapOffsetThreshold "/>
<xs:element name="invitationTimeout" type=" TrunkGroupInvitationTimeoutSeconds "/>
<xs:element name="requireAuthentication" type=" xs:boolean "/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " minOccurs="0"/>
<xs:element name="sipAuthenticationPassword" type=" SIPAuthenticationPassword " minOccurs="0"/>
<xs:element name="hostedUserId" type=" UserId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="trunkGroupIdentity" type=" SIPURI " minOccurs="0"/>
<xs:element name="otgDtgIdentity" type=" OtgDtgIdentity " minOccurs="0"/>
<xs:element name="includeTrunkGroupIdentity" type=" xs:boolean "/>
<xs:element name="includeDtgIdentity" type=" xs:boolean "/>
<xs:element name="enableNetworkAddressIdentity" type=" xs:boolean "/>
<xs:element name="allowUnscreenedCalls" type=" xs:boolean "/>
<xs:element name="allowUnscreenedEmergencyCalls" type=" xs:boolean "/>
<xs:element name="pilotUserCallingLineIdentityPolicy" type=" TrunkGroupPilotUserCallingLineIdentityUsagePolicy "/>
<xs:element name="pilotUserChargeNumberPolicy" type=" TrunkGroupPilotUserChargeNumberUsagePolicy "/>
<xs:element name="callForwardingAlwaysAction" type=" TrunkGroupCallForwardingAlwaysAction " minOccurs="0"/>
<xs:element name="callForwardingAlwaysForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="callForwardingAlwaysRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupDeleteInstanceRequest

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

Complex Type: GroupTrunkGroupGetInstanceListRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceListRequest14
Abstract no
Documentation Get a list of Trunk Groups for the group or enterprise. It is possible to restrict the results to a particular department, or expand the list to the entire enterprise. The response is either a GroupTrunkGroupGetInstanceListResponse14 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]
Start Choice [0..1]
<groupDepartmentName> DepartmentName </groupDepartmentName> [1]
<includeEnterpriseTrunkGroups> true </includeEnterpriseTrunkGroups> [1]
End Choice
<onlyTrunkGroupsWithDevice> true </onlyTrunkGroupsWithDevice> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceListRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:choice minOccurs="0">
<xs:element name="groupDepartmentName" type=" DepartmentName "/>
<xs:element name="includeEnterpriseTrunkGroups" type=" xs:boolean " fixed="true"/>
</xs:choice>
<xs:element name="onlyTrunkGroupsWithDevice" type=" xs:boolean " fixed="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceListResponse14

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceListResponse14
Abstract no
Documentation Response to GroupTrunkGroupGetInstanceListRequest14. Contains a table with column headings "Service User Id", "Name", "Department", "Device Name", "Device Level", "Group Id". 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. -->
<trunkGroupTable> core:OCITable </trunkGroupTable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceListResponse14">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="trunkGroupTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceRequest14

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

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

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

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

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

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceResponse14
Abstract no
Documentation Response to GroupTrunkGroupGetInstanceRequest. The publicUserIdentity in the ServiceInstanceReadProfile is not used for trunk groups. Returns the profile information for the Trunk Group.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile </serviceInstanceProfile> [1]
<accessDeviceEndpoint> AccessDeviceEndpointRead14 </accessDeviceEndpoint> [0..1]
<maxActiveCalls> MaxActiveCalls </maxActiveCalls> [1]
<maxIncomingCalls> MaxIncomingCalls </maxIncomingCalls> [0..1]
<maxOutgoingCalls> MaxOutgoingCalls </maxOutgoingCalls> [0..1]
<requireAuthentication> xs:boolean </requireAuthentication> [1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceResponse14">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile "/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointRead14 " 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="requireAuthentication" type=" xs:boolean "/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceResponse14sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceResponse14sp1
Abstract no
Documentation Response to GroupTrunkGroupGetInstanceRequest14sp1. The publicUserIdentity in the ServiceInstanceReadProfile is not used for trunk groups. Returns the profile information for the Trunk Group.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceInstanceProfile> ServiceInstanceReadProfile </serviceInstanceProfile> [1]
<accessDeviceEndpoint> AccessDeviceEndpointRead14 </accessDeviceEndpoint> [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]
<capacityExceededRerouteTrunkGroupId> UserId </capacityExceededRerouteTrunkGroupId> [0..1]
<capacityExceededTrapInitialCalls> TrapInitialThreshold </capacityExceededTrapInitialCalls> [1]
<capacityExceededTrapOffsetCalls> TrapOffsetThreshold </capacityExceededTrapOffsetCalls> [1]
<unreachableDestinationAction> TrunkGroupUnreachableDestinationAction </unreachableDestinationAction> [0..1]
<unreachableDestinationForwardAddress> OutgoingDNorSIPURI </unreachableDestinationForwardAddress> [0..1]
<unreachableDestinationRerouteTrunkGroupId> UserId </unreachableDestinationRerouteTrunkGroupId> [0..1]
<unreachableDestinationTrapInitialCalls> TrapInitialThreshold </unreachableDestinationTrapInitialCalls> [1]
<unreachableDestinationTrapOffsetCalls> TrapOffsetThreshold </unreachableDestinationTrapOffsetCalls> [1]
<invitationTimeout> TrunkGroupInvitationTimeoutSeconds </invitationTimeout> [1]
<requireAuthentication> xs:boolean </requireAuthentication> [1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceResponse14sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile "/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointRead14 " 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="capacityExceededRerouteTrunkGroupId" type=" UserId " 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="unreachableDestinationRerouteTrunkGroupId" type=" UserId " minOccurs="0"/>
<xs:element name="unreachableDestinationTrapInitialCalls" type=" TrapInitialThreshold "/>
<xs:element name="unreachableDestinationTrapOffsetCalls" type=" TrapOffsetThreshold "/>
<xs:element name="invitationTimeout" type=" TrunkGroupInvitationTimeoutSeconds "/>
<xs:element name="requireAuthentication" type=" xs:boolean "/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceResponse14sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceResponse14sp4
Abstract no
Documentation Response to GroupTrunkGroupGetInstanceRequest14sp4. Returns the profile information for the Trunk Group.
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]
<unreachableDestinationTrapInitialCalls> TrapInitialThreshold </unreachableDestinationTrapInitialCalls> [1]
<unreachableDestinationTrapOffsetCalls> TrapOffsetThreshold </unreachableDestinationTrapOffsetCalls> [1]
<invitationTimeout> TrunkGroupInvitationTimeoutSeconds </invitationTimeout> [1]
<requireAuthentication> xs:boolean </requireAuthentication> [1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceResponse14sp4">
<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="unreachableDestinationTrapInitialCalls" type=" TrapInitialThreshold "/>
<xs:element name="unreachableDestinationTrapOffsetCalls" type=" TrapOffsetThreshold "/>
<xs:element name="invitationTimeout" type=" TrunkGroupInvitationTimeoutSeconds "/>
<xs:element name="requireAuthentication" type=" xs:boolean "/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceResponse14sp5

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceResponse14sp5
Abstract no
Documentation Response to GroupTrunkGroupGetInstanceRequest14sp5. 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]
<unreachableDestinationTrapInitialCalls> TrapInitialThreshold </unreachableDestinationTrapInitialCalls> [1]
<unreachableDestinationTrapOffsetCalls> TrapOffsetThreshold </unreachableDestinationTrapOffsetCalls> [1]
<invitationTimeout> TrunkGroupInvitationTimeoutSeconds </invitationTimeout> [1]
<requireAuthentication> xs:boolean </requireAuthentication> [1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
<hostedUserTable> core:OCITable </hostedUserTable> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceResponse14sp5">
<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="unreachableDestinationTrapInitialCalls" type=" TrapInitialThreshold "/>
<xs:element name="unreachableDestinationTrapOffsetCalls" type=" TrapOffsetThreshold "/>
<xs:element name="invitationTimeout" type=" TrunkGroupInvitationTimeoutSeconds "/>
<xs:element name="requireAuthentication" type=" xs:boolean "/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " minOccurs="0"/>
<xs:element name="hostedUserTable" type=" core:OCITable " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceResponse14sp9

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceResponse14sp9
Abstract no
Documentation Response to GroupTrunkGroupGetInstanceRequest14sp9. 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]
<unreachableDestinationTrapInitialCalls> TrapInitialThreshold </unreachableDestinationTrapInitialCalls> [1]
<unreachableDestinationTrapOffsetCalls> TrapOffsetThreshold </unreachableDestinationTrapOffsetCalls> [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]
<usePilotUserCallingLineIdentity> xs:boolean </usePilotUserCallingLineIdentity> [1]
<usePilotUserChargeNumber> xs:boolean </usePilotUserChargeNumber> [1]
<callForwardingAlwaysAction> TrunkGroupCallForwardingAlwaysAction </callForwardingAlwaysAction> [0..1]
<callForwardingAlwaysForwardAddress> OutgoingDNorSIPURI </callForwardingAlwaysForwardAddress> [0..1]
<callForwardingAlwaysRerouteTrunkGroupKey> TrunkGroupKey </callForwardingAlwaysRerouteTrunkGroupKey> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceResponse14sp9">
<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="unreachableDestinationTrapInitialCalls" type=" TrapInitialThreshold "/>
<xs:element name="unreachableDestinationTrapOffsetCalls" type=" TrapOffsetThreshold "/>
<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="usePilotUserCallingLineIdentity" type=" xs:boolean "/>
<xs:element name="usePilotUserChargeNumber" type=" xs:boolean "/>
<xs:element name="callForwardingAlwaysAction" type=" TrunkGroupCallForwardingAlwaysAction " minOccurs="0"/>
<xs:element name="callForwardingAlwaysForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="callForwardingAlwaysRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceResponse14sp9A

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceResponse14sp9A
Abstract no
Documentation Response to GroupTrunkGroupGetInstanceRequest14sp9A. 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]
<unreachableDestinationTrapInitialCalls> TrapInitialThreshold </unreachableDestinationTrapInitialCalls> [1]
<unreachableDestinationTrapOffsetCalls> TrapOffsetThreshold </unreachableDestinationTrapOffsetCalls> [1]
<invitationTimeout> TrunkGroupInvitationTimeoutSeconds </invitationTimeout> [1]
<requireAuthentication> xs:boolean </requireAuthentication> [1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
<hostedUserTable> core:OCITable </hostedUserTable> [0..1]
<trunkGroupIdentity> SIPURI </trunkGroupIdentity> [0..1]
<otgDtgIdentity> OtgDtgIdentity </otgDtgIdentity> [0..1]
<includeTrunkGroupIdentity> xs:boolean </includeTrunkGroupIdentity> [1]
<includeDtgIdentity> xs:boolean </includeDtgIdentity> [1]
<enableNetworkAddressIdentity> xs:boolean </enableNetworkAddressIdentity> [1]
<allowUnscreenedCalls> xs:boolean </allowUnscreenedCalls> [1]
<allowUnscreenedEmergencyCalls> xs:boolean </allowUnscreenedEmergencyCalls> [1]
<pilotUserCallingLineIdentityPolicy> TrunkGroupPilotUserCallingLineIdentityUsagePolicy </pilotUserCallingLineIdentityPolicy> [1]
<pilotUserChargeNumberPolicy> TrunkGroupPilotUserChargeNumberUsagePolicy </pilotUserChargeNumberPolicy> [1]
<callForwardingAlwaysAction> TrunkGroupCallForwardingAlwaysAction </callForwardingAlwaysAction> [0..1]
<callForwardingAlwaysForwardAddress> OutgoingDNorSIPURI </callForwardingAlwaysForwardAddress> [0..1]
<callForwardingAlwaysRerouteTrunkGroupKey> TrunkGroupKey </callForwardingAlwaysRerouteTrunkGroupKey> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceResponse14sp9A">
<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="unreachableDestinationTrapInitialCalls" type=" TrapInitialThreshold "/>
<xs:element name="unreachableDestinationTrapOffsetCalls" type=" TrapOffsetThreshold "/>
<xs:element name="invitationTimeout" type=" TrunkGroupInvitationTimeoutSeconds "/>
<xs:element name="requireAuthentication" type=" xs:boolean "/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " minOccurs="0"/>
<xs:element name="hostedUserTable" type=" core:OCITable " minOccurs="0"/>
<xs:element name="trunkGroupIdentity" type=" SIPURI " minOccurs="0"/>
<xs:element name="otgDtgIdentity" type=" OtgDtgIdentity " minOccurs="0"/>
<xs:element name="includeTrunkGroupIdentity" type=" xs:boolean "/>
<xs:element name="includeDtgIdentity" type=" xs:boolean "/>
<xs:element name="enableNetworkAddressIdentity" type=" xs:boolean "/>
<xs:element name="allowUnscreenedCalls" type=" xs:boolean "/>
<xs:element name="allowUnscreenedEmergencyCalls" type=" xs:boolean "/>
<xs:element name="pilotUserCallingLineIdentityPolicy" type=" TrunkGroupPilotUserCallingLineIdentityUsagePolicy "/>
<xs:element name="pilotUserChargeNumberPolicy" type=" TrunkGroupPilotUserChargeNumberUsagePolicy "/>
<xs:element name="callForwardingAlwaysAction" type=" TrunkGroupCallForwardingAlwaysAction " minOccurs="0"/>
<xs:element name="callForwardingAlwaysForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="callForwardingAlwaysRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceUserListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceUserListRequest
Abstract no
Documentation Get a list of user's on a Trunk Group Instance. The response is either a GroupTrunkGroupGetInstanceUserListResponse 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]
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaUserLastName> SearchCriteriaUserLastName </searchCriteriaUserLastName> [0..*]
<searchCriteriaUserFirstName> SearchCriteriaUserFirstName </searchCriteriaUserFirstName> [0..*]
<searchCriteriaDn> SearchCriteriaDn </searchCriteriaDn> [0..*]
<searchCriteriaExactUserDepartment> SearchCriteriaExactUserDepartment </searchCriteriaExactUserDepartment> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceUserListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<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="searchCriteriaExactUserDepartment" type=" SearchCriteriaExactUserDepartment " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetInstanceUserListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetInstanceUserListResponse
Abstract no
Documentation Response to GroupTrunkGroupGetInstanceUserListRequest. The response contains a 7 column table with column headings "User Id", "Last Name", "First Name", "Department", "Phone Number", "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. -->
<trunkGroupUserTable> core:OCITable </trunkGroupUserTable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetInstanceUserListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="trunkGroupUserTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetRequest
Abstract no
Documentation Get the maximum permissible active trunk group calls for the group. The response is either a GroupTrunkGroupGetResponse 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="GroupTrunkGroupGetRequest">
<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: GroupTrunkGroupGetRequest14sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetRequest14sp1
Abstract no
Documentation Get the maximum and bursting maximum permissible active trunk group calls for the group. The response is either a GroupTrunkGroupGetResponse14sp1 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="GroupTrunkGroupGetRequest14sp1">
<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: GroupTrunkGroupGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetResponse
Abstract no
Documentation Response to the GroupTrunkGroupGetRequest. The response contains the maximum permissible active trunk group calls for the group.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<maxActiveCalls> UnboundedNonNegativeInt </maxActiveCalls> [1]
<maxAvailableActiveCalls> UnboundedNonNegativeInt </maxAvailableActiveCalls> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="maxActiveCalls" type=" UnboundedNonNegativeInt "/>
<xs:element name="maxAvailableActiveCalls" type=" UnboundedNonNegativeInt "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupGetResponse14sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupGetResponse14sp1
Abstract no
Documentation Response to the GroupTrunkGroupGetRequest14sp1. The response contains the maximum and bursting maximum permissible active trunk group calls for the group.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<maxActiveCalls> UnboundedNonNegativeInt </maxActiveCalls> [1]
<maxAvailableActiveCalls> UnboundedNonNegativeInt </maxAvailableActiveCalls> [1]
<burstingMaxActiveCalls> UnboundedNonNegativeInt </burstingMaxActiveCalls> [1]
<burstingMaxAvailableActiveCalls> UnboundedNonNegativeInt </burstingMaxAvailableActiveCalls> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupGetResponse14sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="maxActiveCalls" type=" UnboundedNonNegativeInt "/>
<xs:element name="maxAvailableActiveCalls" type=" UnboundedNonNegativeInt "/>
<xs:element name="burstingMaxActiveCalls" type=" UnboundedNonNegativeInt "/>
<xs:element name="burstingMaxAvailableActiveCalls" type=" UnboundedNonNegativeInt "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupModifyInstanceRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupModifyInstanceRequest14
Abstract no
Documentation Modify a Trunk Group Instance in a group. The publicUserIdentity in the ServiceInstanceModifyProfile is not allowed for trunk groups. 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]
<serviceInstanceProfile> ServiceInstanceModifyProfileTrunkGroup </serviceInstanceProfile> [0..1]
<accessDeviceEndpoint> AccessDeviceEndpointModify </accessDeviceEndpoint> [0..1]
<maxActiveCalls> MaxActiveCalls </maxActiveCalls> [0..1]
<maxIncomingCalls> MaxIncomingCalls </maxIncomingCalls> [0..1]
<maxOutgoingCalls> MaxOutgoingCalls </maxOutgoingCalls> [0..1]
<enableBursting> xs:boolean </enableBursting> [0..1]
<burstingMaxActiveCalls> BurstingMaxActiveCalls </burstingMaxActiveCalls> [0..1]
<burstingMaxIncomingCalls> BurstingMaxIncomingCalls </burstingMaxIncomingCalls> [0..1]
<burstingMaxOutgoingCalls> BurstingMaxOutgoingCalls </burstingMaxOutgoingCalls> [0..1]
<capacityExceededAction> TrunkGroupCapacityExceededAction </capacityExceededAction> [0..1]
<capacityExceededForwardAddress> OutgoingDNorSIPURI </capacityExceededForwardAddress> [0..1]
<capacityExceededRerouteTrunkGroupId> UserId </capacityExceededRerouteTrunkGroupId> [0..1]
<capacityExceededTrapInitialCalls> TrapInitialThreshold </capacityExceededTrapInitialCalls> [0..1]
<capacityExceededTrapOffsetCalls> TrapOffsetThreshold </capacityExceededTrapOffsetCalls> [0..1]
<unreachableDestinationAction> TrunkGroupUnreachableDestinationAction </unreachableDestinationAction> [0..1]
<unreachableDestinationForwardAddress> OutgoingDNorSIPURI </unreachableDestinationForwardAddress> [0..1]
<unreachableDestinationRerouteTrunkGroupId> UserId </unreachableDestinationRerouteTrunkGroupId> [0..1]
<unreachableDestinationTrapInitialCalls> TrapInitialThreshold </unreachableDestinationTrapInitialCalls> [0..1]
<unreachableDestinationTrapOffsetCalls> TrapOffsetThreshold </unreachableDestinationTrapOffsetCalls> [0..1]
<invitationTimeout> TrunkGroupInvitationTimeoutSeconds </invitationTimeout> [0..1]
<requireAuthentication> xs:boolean </requireAuthentication> [0..1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
<sipAuthenticationPassword> SIPAuthenticationPassword </sipAuthenticationPassword> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupModifyInstanceRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceModifyProfileTrunkGroup " minOccurs="0"/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointModify " nillable="true" minOccurs="0"/>
<xs:element name="maxActiveCalls" type=" MaxActiveCalls " minOccurs="0"/>
<xs:element name="maxIncomingCalls" type=" MaxIncomingCalls " nillable="true" minOccurs="0"/>
<xs:element name="maxOutgoingCalls" type=" MaxOutgoingCalls " nillable="true" minOccurs="0"/>
<xs:element name="enableBursting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="burstingMaxActiveCalls" type=" BurstingMaxActiveCalls " nillable="true" minOccurs="0"/>
<xs:element name="burstingMaxIncomingCalls" type=" BurstingMaxIncomingCalls " nillable="true" minOccurs="0"/>
<xs:element name="burstingMaxOutgoingCalls" type=" BurstingMaxOutgoingCalls " nillable="true" minOccurs="0"/>
<xs:element name="capacityExceededAction" type=" TrunkGroupCapacityExceededAction " nillable="true" minOccurs="0"/>
<xs:element name="capacityExceededForwardAddress" type=" OutgoingDNorSIPURI " nillable="true" minOccurs="0"/>
<xs:element name="capacityExceededRerouteTrunkGroupId" type=" UserId " nillable="true" minOccurs="0"/>
<xs:element name="capacityExceededTrapInitialCalls" type=" TrapInitialThreshold " minOccurs="0"/>
<xs:element name="capacityExceededTrapOffsetCalls" type=" TrapOffsetThreshold " minOccurs="0"/>
<xs:element name="unreachableDestinationAction" type=" TrunkGroupUnreachableDestinationAction " nillable="true" minOccurs="0"/>
<xs:element name="unreachableDestinationForwardAddress" type=" OutgoingDNorSIPURI " nillable="true" minOccurs="0"/>
<xs:element name="unreachableDestinationRerouteTrunkGroupId" type=" UserId " nillable="true" minOccurs="0"/>
<xs:element name="unreachableDestinationTrapInitialCalls" type=" TrapInitialThreshold " minOccurs="0"/>
<xs:element name="unreachableDestinationTrapOffsetCalls" type=" TrapOffsetThreshold " minOccurs="0"/>
<xs:element name="invitationTimeout" type=" TrunkGroupInvitationTimeoutSeconds " minOccurs="0"/>
<xs:element name="requireAuthentication" type=" xs:boolean " minOccurs="0"/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " nillable="true" minOccurs="0"/>
<xs:element name="sipAuthenticationPassword" type=" SIPAuthenticationPassword " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupModifyInstanceRequest14sp4

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupModifyInstanceRequest14sp4
Abstract no
Documentation Modify a Trunk Group Instance in a group. The access device cannot be modified or cleared if there are any users assigned to the Trunk Group. The 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. -->
<trunkGroupKey> TrunkGroupKey </trunkGroupKey> [1]
<newName> TrunkGroupName </newName> [0..1]
<pilotUserId> UserId </pilotUserId> [0..1]
<department> DepartmentKey </department> [0..1]
<accessDevice> AccessDevice </accessDevice> [0..1]
<maxActiveCalls> MaxActiveCalls </maxActiveCalls> [0..1]
<maxIncomingCalls> MaxIncomingCalls </maxIncomingCalls> [0..1]
<maxOutgoingCalls> MaxOutgoingCalls </maxOutgoingCalls> [0..1]
<enableBursting> xs:boolean </enableBursting> [0..1]
<burstingMaxActiveCalls> BurstingMaxActiveCalls </burstingMaxActiveCalls> [0..1]
<burstingMaxIncomingCalls> BurstingMaxIncomingCalls </burstingMaxIncomingCalls> [0..1]
<burstingMaxOutgoingCalls> BurstingMaxOutgoingCalls </burstingMaxOutgoingCalls> [0..1]
<capacityExceededAction> TrunkGroupCapacityExceededAction </capacityExceededAction> [0..1]
<capacityExceededForwardAddress> OutgoingDNorSIPURI </capacityExceededForwardAddress> [0..1]
<capacityExceededRerouteTrunkGroupKey> TrunkGroupKey </capacityExceededRerouteTrunkGroupKey> [0..1]
<capacityExceededTrapInitialCalls> TrapInitialThreshold </capacityExceededTrapInitialCalls> [0..1]
<capacityExceededTrapOffsetCalls> TrapOffsetThreshold </capacityExceededTrapOffsetCalls> [0..1]
<unreachableDestinationAction> TrunkGroupUnreachableDestinationAction </unreachableDestinationAction> [0..1]
<unreachableDestinationForwardAddress> OutgoingDNorSIPURI </unreachableDestinationForwardAddress> [0..1]
<unreachableDestinationRerouteTrunkGroupKey> TrunkGroupKey </unreachableDestinationRerouteTrunkGroupKey> [0..1]
<unreachableDestinationTrapInitialCalls> TrapInitialThreshold </unreachableDestinationTrapInitialCalls> [0..1]
<unreachableDestinationTrapOffsetCalls> TrapOffsetThreshold </unreachableDestinationTrapOffsetCalls> [0..1]
<invitationTimeout> TrunkGroupInvitationTimeoutSeconds </invitationTimeout> [0..1]
<requireAuthentication> xs:boolean </requireAuthentication> [0..1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
<sipAuthenticationPassword> SIPAuthenticationPassword </sipAuthenticationPassword> [0..1]
<hostedUserIdList> ReplacementUserIdList </hostedUserIdList> [0..1]
<trunkGroupIdentity> SIPURI </trunkGroupIdentity> [0..1]
<otgDtgIdentity> OtgDtgIdentity </otgDtgIdentity> [0..1]
<includeTrunkGroupIdentity> xs:boolean </includeTrunkGroupIdentity> [0..1]
<includeDtgIdentity> xs:boolean </includeDtgIdentity> [0..1]
<enableNetworkAddressIdentity> xs:boolean </enableNetworkAddressIdentity> [0..1]
<allowUnscreenedCalls> xs:boolean </allowUnscreenedCalls> [0..1]
<allowUnscreenedEmergencyCalls> xs:boolean </allowUnscreenedEmergencyCalls> [0..1]
<usePilotUserCallingLineIdentity> xs:boolean </usePilotUserCallingLineIdentity> [0..1]
<usePilotUserChargeNumber> xs:boolean </usePilotUserChargeNumber> [0..1]
<callForwardingAlwaysAction> TrunkGroupCallForwardingAlwaysAction </callForwardingAlwaysAction> [0..1]
<callForwardingAlwaysForwardAddress> OutgoingDNorSIPURI </callForwardingAlwaysForwardAddress> [0..1]
<callForwardingAlwaysRerouteTrunkGroupKey> TrunkGroupKey </callForwardingAlwaysRerouteTrunkGroupKey> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupModifyInstanceRequest14sp4">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="trunkGroupKey" type=" TrunkGroupKey "/>
<xs:element name="newName" type=" TrunkGroupName " minOccurs="0"/>
<xs:element name="pilotUserId" type=" UserId " nillable="true" minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " nillable="true" minOccurs="0"/>
<xs:element name="accessDevice" type=" AccessDevice " nillable="true" minOccurs="0"/>
<xs:element name="maxActiveCalls" type=" MaxActiveCalls " minOccurs="0"/>
<xs:element name="maxIncomingCalls" type=" MaxIncomingCalls " nillable="true" minOccurs="0"/>
<xs:element name="maxOutgoingCalls" type=" MaxOutgoingCalls " nillable="true" minOccurs="0"/>
<xs:element name="enableBursting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="burstingMaxActiveCalls" type=" BurstingMaxActiveCalls " nillable="true" minOccurs="0"/>
<xs:element name="burstingMaxIncomingCalls" type=" BurstingMaxIncomingCalls " nillable="true" minOccurs="0"/>
<xs:element name="burstingMaxOutgoingCalls" type=" BurstingMaxOutgoingCalls " nillable="true" minOccurs="0"/>
<xs:element name="capacityExceededAction" type=" TrunkGroupCapacityExceededAction " nillable="true" minOccurs="0"/>
<xs:element name="capacityExceededForwardAddress" type=" OutgoingDNorSIPURI " nillable="true" minOccurs="0"/>
<xs:element name="capacityExceededRerouteTrunkGroupKey" type=" TrunkGroupKey " nillable="true" minOccurs="0"/>
<xs:element name="capacityExceededTrapInitialCalls" type=" TrapInitialThreshold " minOccurs="0"/>
<xs:element name="capacityExceededTrapOffsetCalls" type=" TrapOffsetThreshold " minOccurs="0"/>
<xs:element name="unreachableDestinationAction" type=" TrunkGroupUnreachableDestinationAction " nillable="true" minOccurs="0"/>
<xs:element name="unreachableDestinationForwardAddress" type=" OutgoingDNorSIPURI " nillable="true" minOccurs="0"/>
<xs:element name="unreachableDestinationRerouteTrunkGroupKey" type=" TrunkGroupKey " nillable="true" minOccurs="0"/>
<xs:element name="unreachableDestinationTrapInitialCalls" type=" TrapInitialThreshold " minOccurs="0"/>
<xs:element name="unreachableDestinationTrapOffsetCalls" type=" TrapOffsetThreshold " minOccurs="0"/>
<xs:element name="invitationTimeout" type=" TrunkGroupInvitationTimeoutSeconds " minOccurs="0"/>
<xs:element name="requireAuthentication" type=" xs:boolean " minOccurs="0"/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " nillable="true" minOccurs="0"/>
<xs:element name="sipAuthenticationPassword" type=" SIPAuthenticationPassword " nillable="true" minOccurs="0"/>
<xs:element name="hostedUserIdList" type=" ReplacementUserIdList " nillable="true" minOccurs="0"/>
<xs:element name="trunkGroupIdentity" type=" SIPURI " minOccurs="0" nillable="true"/>
<xs:element name="otgDtgIdentity" type=" OtgDtgIdentity " minOccurs="0" nillable="true"/>
<xs:element name="includeTrunkGroupIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="includeDtgIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableNetworkAddressIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowUnscreenedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowUnscreenedEmergencyCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="usePilotUserCallingLineIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="usePilotUserChargeNumber" type=" xs:boolean " minOccurs="0"/>
<xs:element name="callForwardingAlwaysAction" type=" TrunkGroupCallForwardingAlwaysAction " minOccurs="0" nillable="true"/>
<xs:element name="callForwardingAlwaysForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0" nillable="true"/>
<xs:element name="callForwardingAlwaysRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupModifyInstanceRequest14sp9A

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupModifyInstanceRequest14sp9A
Abstract no
Documentation Modify a Trunk Group Instance in a group. The access device cannot be modified or cleared if there are any users assigned to the Trunk Group. The 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. -->
<trunkGroupKey> TrunkGroupKey </trunkGroupKey> [1]
<newName> TrunkGroupName </newName> [0..1]
<pilotUserId> UserId </pilotUserId> [0..1]
<department> DepartmentKey </department> [0..1]
<accessDevice> AccessDevice </accessDevice> [0..1]
<maxActiveCalls> MaxActiveCalls </maxActiveCalls> [0..1]
<maxIncomingCalls> MaxIncomingCalls </maxIncomingCalls> [0..1]
<maxOutgoingCalls> MaxOutgoingCalls </maxOutgoingCalls> [0..1]
<enableBursting> xs:boolean </enableBursting> [0..1]
<burstingMaxActiveCalls> BurstingMaxActiveCalls </burstingMaxActiveCalls> [0..1]
<burstingMaxIncomingCalls> BurstingMaxIncomingCalls </burstingMaxIncomingCalls> [0..1]
<burstingMaxOutgoingCalls> BurstingMaxOutgoingCalls </burstingMaxOutgoingCalls> [0..1]
<capacityExceededAction> TrunkGroupCapacityExceededAction </capacityExceededAction> [0..1]
<capacityExceededForwardAddress> OutgoingDNorSIPURI </capacityExceededForwardAddress> [0..1]
<capacityExceededRerouteTrunkGroupKey> TrunkGroupKey </capacityExceededRerouteTrunkGroupKey> [0..1]
<capacityExceededTrapInitialCalls> TrapInitialThreshold </capacityExceededTrapInitialCalls> [0..1]
<capacityExceededTrapOffsetCalls> TrapOffsetThreshold </capacityExceededTrapOffsetCalls> [0..1]
<unreachableDestinationAction> TrunkGroupUnreachableDestinationAction </unreachableDestinationAction> [0..1]
<unreachableDestinationForwardAddress> OutgoingDNorSIPURI </unreachableDestinationForwardAddress> [0..1]
<unreachableDestinationRerouteTrunkGroupKey> TrunkGroupKey </unreachableDestinationRerouteTrunkGroupKey> [0..1]
<unreachableDestinationTrapInitialCalls> TrapInitialThreshold </unreachableDestinationTrapInitialCalls> [0..1]
<unreachableDestinationTrapOffsetCalls> TrapOffsetThreshold </unreachableDestinationTrapOffsetCalls> [0..1]
<invitationTimeout> TrunkGroupInvitationTimeoutSeconds </invitationTimeout> [0..1]
<requireAuthentication> xs:boolean </requireAuthentication> [0..1]
<sipAuthenticationUserName> SIPAuthenticationUserName </sipAuthenticationUserName> [0..1]
<sipAuthenticationPassword> SIPAuthenticationPassword </sipAuthenticationPassword> [0..1]
<hostedUserIdList> ReplacementUserIdList </hostedUserIdList> [0..1]
<trunkGroupIdentity> SIPURI </trunkGroupIdentity> [0..1]
<otgDtgIdentity> OtgDtgIdentity </otgDtgIdentity> [0..1]
<includeTrunkGroupIdentity> xs:boolean </includeTrunkGroupIdentity> [0..1]
<includeDtgIdentity> xs:boolean </includeDtgIdentity> [0..1]
<enableNetworkAddressIdentity> xs:boolean </enableNetworkAddressIdentity> [0..1]
<allowUnscreenedCalls> xs:boolean </allowUnscreenedCalls> [0..1]
<allowUnscreenedEmergencyCalls> xs:boolean </allowUnscreenedEmergencyCalls> [0..1]
<pilotUserCallingLineIdentityPolicy> TrunkGroupPilotUserCallingLineIdentityUsagePolicy </pilotUserCallingLineIdentityPolicy> [0..1]
<pilotUserChargeNumberPolicy> TrunkGroupPilotUserChargeNumberUsagePolicy </pilotUserChargeNumberPolicy> [0..1]
<callForwardingAlwaysAction> TrunkGroupCallForwardingAlwaysAction </callForwardingAlwaysAction> [0..1]
<callForwardingAlwaysForwardAddress> OutgoingDNorSIPURI </callForwardingAlwaysForwardAddress> [0..1]
<callForwardingAlwaysRerouteTrunkGroupKey> TrunkGroupKey </callForwardingAlwaysRerouteTrunkGroupKey> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupModifyInstanceRequest14sp9A">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="trunkGroupKey" type=" TrunkGroupKey "/>
<xs:element name="newName" type=" TrunkGroupName " minOccurs="0"/>
<xs:element name="pilotUserId" type=" UserId " nillable="true" minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " nillable="true" minOccurs="0"/>
<xs:element name="accessDevice" type=" AccessDevice " nillable="true" minOccurs="0"/>
<xs:element name="maxActiveCalls" type=" MaxActiveCalls " minOccurs="0"/>
<xs:element name="maxIncomingCalls" type=" MaxIncomingCalls " nillable="true" minOccurs="0"/>
<xs:element name="maxOutgoingCalls" type=" MaxOutgoingCalls " nillable="true" minOccurs="0"/>
<xs:element name="enableBursting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="burstingMaxActiveCalls" type=" BurstingMaxActiveCalls " nillable="true" minOccurs="0"/>
<xs:element name="burstingMaxIncomingCalls" type=" BurstingMaxIncomingCalls " nillable="true" minOccurs="0"/>
<xs:element name="burstingMaxOutgoingCalls" type=" BurstingMaxOutgoingCalls " nillable="true" minOccurs="0"/>
<xs:element name="capacityExceededAction" type=" TrunkGroupCapacityExceededAction " nillable="true" minOccurs="0"/>
<xs:element name="capacityExceededForwardAddress" type=" OutgoingDNorSIPURI " nillable="true" minOccurs="0"/>
<xs:element name="capacityExceededRerouteTrunkGroupKey" type=" TrunkGroupKey " nillable="true" minOccurs="0"/>
<xs:element name="capacityExceededTrapInitialCalls" type=" TrapInitialThreshold " minOccurs="0"/>
<xs:element name="capacityExceededTrapOffsetCalls" type=" TrapOffsetThreshold " minOccurs="0"/>
<xs:element name="unreachableDestinationAction" type=" TrunkGroupUnreachableDestinationAction " nillable="true" minOccurs="0"/>
<xs:element name="unreachableDestinationForwardAddress" type=" OutgoingDNorSIPURI " nillable="true" minOccurs="0"/>
<xs:element name="unreachableDestinationRerouteTrunkGroupKey" type=" TrunkGroupKey " nillable="true" minOccurs="0"/>
<xs:element name="unreachableDestinationTrapInitialCalls" type=" TrapInitialThreshold " minOccurs="0"/>
<xs:element name="unreachableDestinationTrapOffsetCalls" type=" TrapOffsetThreshold " minOccurs="0"/>
<xs:element name="invitationTimeout" type=" TrunkGroupInvitationTimeoutSeconds " minOccurs="0"/>
<xs:element name="requireAuthentication" type=" xs:boolean " minOccurs="0"/>
<xs:element name="sipAuthenticationUserName" type=" SIPAuthenticationUserName " nillable="true" minOccurs="0"/>
<xs:element name="sipAuthenticationPassword" type=" SIPAuthenticationPassword " nillable="true" minOccurs="0"/>
<xs:element name="hostedUserIdList" type=" ReplacementUserIdList " nillable="true" minOccurs="0"/>
<xs:element name="trunkGroupIdentity" type=" SIPURI " minOccurs="0" nillable="true"/>
<xs:element name="otgDtgIdentity" type=" OtgDtgIdentity " minOccurs="0" nillable="true"/>
<xs:element name="includeTrunkGroupIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="includeDtgIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableNetworkAddressIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowUnscreenedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowUnscreenedEmergencyCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="pilotUserCallingLineIdentityPolicy" type=" TrunkGroupPilotUserCallingLineIdentityUsagePolicy " minOccurs="0"/>
<xs:element name="pilotUserChargeNumberPolicy" type=" TrunkGroupPilotUserChargeNumberUsagePolicy " minOccurs="0"/>
<xs:element name="callForwardingAlwaysAction" type=" TrunkGroupCallForwardingAlwaysAction " minOccurs="0" nillable="true"/>
<xs:element name="callForwardingAlwaysForwardAddress" type=" OutgoingDNorSIPURI " minOccurs="0" nillable="true"/>
<xs:element name="callForwardingAlwaysRerouteTrunkGroupKey" type=" TrunkGroupKey " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupModifyRequest
Abstract no
Documentation Modify the maximum and bursting maximum permissible active Trunk Group calls for the 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]
<maxActiveCalls> UnboundedNonNegativeInt </maxActiveCalls> [0..1]
<burstingMaxActiveCalls> UnboundedNonNegativeInt </burstingMaxActiveCalls> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="maxActiveCalls" type=" UnboundedNonNegativeInt " minOccurs="0"/>
<xs:element name="burstingMaxActiveCalls" type=" UnboundedNonNegativeInt " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupUserCreationTaskAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupUserCreationTaskAddRequest
Abstract no
Documentation Add a user creation task for a trunk 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. -->
<serviceUserId> UserId </serviceUserId> [1]
<taskName> TrunkGroupUserCreationTaskName </taskName> [1]
<userIdFormat> TrunkGroupUserCreationUserIdFormat </userIdFormat> [1]
<userIdDomain> NetAddress </userIdDomain> [1]
<populateExtension> xs:boolean </populateExtension> [1]
<linePortFormat> TrunkGroupUserCreationSIPURIFormat </linePortFormat> [1]
<linePortDomain> NetAddress </linePortDomain> [1]
<populateContact> xs:boolean </populateContact> [1]
<contactFormat> TrunkGroupUserCreationSIPURIFormat </contactFormat> [0..1]
<contactDomain> NetAddress </contactDomain> [0..1]
Start Choice [1]
<userPhoneNumbers> [1]
<phoneNumber> DN </phoneNumber> [0..*]
<dnRange> DNRange </dnRange> [0..*]
</userPhoneNumbers>
<userExtensions> [1]
<extension> Extension </extension> [0..*]
<extensionRange> ExtensionRange </extensionRange> [0..*]
</userExtensions>
End Choice
<servicePackName> ServicePackName </servicePackName> [0..*]
<userService> UserService </userService> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupUserCreationTaskAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="taskName" type=" TrunkGroupUserCreationTaskName "/>
<xs:element name="userIdFormat" type=" TrunkGroupUserCreationUserIdFormat "/>
<xs:element name="userIdDomain" type=" NetAddress "/>
<xs:element name="populateExtension" type=" xs:boolean "/>
<xs:element name="linePortFormat" type=" TrunkGroupUserCreationSIPURIFormat "/>
<xs:element name="linePortDomain" type=" NetAddress "/>
<xs:element name="populateContact" type=" xs:boolean "/>
<xs:element name="contactFormat" type=" TrunkGroupUserCreationSIPURIFormat " minOccurs="0"/>
<xs:element name="contactDomain" type=" NetAddress " minOccurs="0"/>
<xs:choice>
<xs:element name="userPhoneNumbers">
<xs:complexType>
<xs:sequence>
<xs:element name="phoneNumber" type=" DN " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="dnRange" type=" DNRange " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="userExtensions">
<xs:complexType>
<xs:sequence>
<xs:element name="extension" type=" Extension " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="extensionRange" type=" ExtensionRange " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:element name="servicePackName" type=" ServicePackName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="userService" type=" UserService " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupUserCreationTaskDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupUserCreationTaskDeleteRequest
Abstract no
Documentation Delete a user creation task for a trunk 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. -->
<serviceUserId> UserId </serviceUserId> [1]
<taskName> TrunkGroupUserCreationTaskName </taskName> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupUserCreationTaskDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="taskName" type=" TrunkGroupUserCreationTaskName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupUserCreationTaskGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupUserCreationTaskGetListRequest
Abstract no
Documentation Get the list of user creation tasks for a trunk group. The response is either GroupTrunkGroupUserCreationTaskGetListResponse 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="GroupTrunkGroupUserCreationTaskGetListRequest">
<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: GroupTrunkGroupUserCreationTaskGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupUserCreationTaskGetListResponse
Abstract no
Documentation Response to GroupTrunkGroupUserCreationTaskGetListRequest. Contains a table with a row for each user creation task and column headings : "Name", "Status", "Users Created", "Total Users To Create", "Error Count".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<taskTable> core:OCITable </taskTable> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupUserCreationTaskGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="taskTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupUserCreationTaskGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupUserCreationTaskGetRequest
Abstract no
Documentation Request the details of a specified user creation task for a trunk group. The response is either GroupTrunkGroupUserCreationTaskGetResponse 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]
<taskName> TrunkGroupUserCreationTaskName </taskName> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupUserCreationTaskGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="taskName" type=" TrunkGroupUserCreationTaskName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupTrunkGroupUserCreationTaskGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupTrunkGroupUserCreationTaskGetResponse
Abstract no
Documentation Response to a GroupTrunkGroupUserCreationTaskGetRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userIdFormat> TrunkGroupUserCreationUserIdFormat </userIdFormat> [1]
<userIdDomain> NetAddress </userIdDomain> [1]
<populateExtension> xs:boolean </populateExtension> [1]
<linePortFormat> TrunkGroupUserCreationSIPURIFormat </linePortFormat> [1]
<linePortDomain> NetAddress </linePortDomain> [1]
<populateContact> xs:boolean </populateContact> [1]
<contactFormat> TrunkGroupUserCreationSIPURIFormat </contactFormat> [0..1]
<contactDomain> NetAddress </contactDomain> [0..1]
<usersCreated> xs:int </usersCreated> [1]
<totalUsersToCreate> xs:int </totalUsersToCreate> [1]
<errorCount> xs:int </errorCount> [1]
<servicePackName> ServicePackName </servicePackName> [0..*]
<userServiceName> UserService </userServiceName> [0..*]
<status> TrunkGroupUserCreationTaskStatus </status> [1]
<userCreationMode> TrunkGroupUserCreationMode </userCreationMode> [1]
<taskSummary> xs:token </taskSummary> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupTrunkGroupUserCreationTaskGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="userIdFormat" type=" TrunkGroupUserCreationUserIdFormat "/>
<xs:element name="userIdDomain" type=" NetAddress "/>
<xs:element name="populateExtension" type=" xs:boolean "/>
<xs:element name="linePortFormat" type=" TrunkGroupUserCreationSIPURIFormat "/>
<xs:element name="linePortDomain" type=" NetAddress "/>
<xs:element name="populateContact" type=" xs:boolean "/>
<xs:element name="contactFormat" type=" TrunkGroupUserCreationSIPURIFormat " minOccurs="0"/>
<xs:element name="contactDomain" type=" NetAddress " minOccurs="0"/>
<xs:element name="usersCreated" type=" xs:int "/>
<xs:element name="totalUsersToCreate" type=" xs:int "/>
<xs:element name="errorCount" type=" xs:int "/>
<xs:element name="servicePackName" type=" ServicePackName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="userServiceName" type=" UserService " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="status" type=" TrunkGroupUserCreationTaskStatus "/>
<xs:element name="userCreationMode" type=" TrunkGroupUserCreationMode "/>
<xs:element name="taskSummary" type=" xs:token "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupVoiceMessagingGroupGetPasscodeRulesRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetPasscodeRulesRequest
Abstract no
Documentation Requests the group's voice portal passcode rules setting. The response is either GroupVoiceMessagingGroupGetPasscodeRulesResponse or ErrorResponse. Replaced By: GroupPortalPasscodeRulesGetRequest
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="GroupVoiceMessagingGroupGetPasscodeRulesRequest">
<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: GroupVoiceMessagingGroupGetPasscodeRulesResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetPasscodeRulesResponse
Abstract no
Documentation Response to GroupVoiceMessagingGroupGetPasscodeRulesRequest. Contains the group's voice portal passcode rules setting. Replaced By: GroupPortalPasscodeRulesGetResponse
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useRuleLevel> GroupPasscodeRulesLevel </useRuleLevel> [1]
<disallowRepeatedDigits> xs:boolean </disallowRepeatedDigits> [1]
<disallowUserNumber> xs:boolean </disallowUserNumber> [1]
<disallowReversedUserNumber> xs:boolean </disallowReversedUserNumber> [1]
<disallowOldPasscode> xs:boolean </disallowOldPasscode> [1]
<disallowReversedOldPasscode> xs:boolean </disallowReversedOldPasscode> [1]
<minCodeLength> VoiceMessagingMinPasscodeCodeLength </minCodeLength> [1]
<maxCodeLength> VoiceMessagingMaxPasscodeCodeLength </maxCodeLength> [1]
<disableLoginAfterMaxFailedLoginAttempts> xs:boolean </disableLoginAfterMaxFailedLoginAttempts> [1]
<maxFailedLoginAttempts> VoiceMessagingMaxFailedLoginAttempts </maxFailedLoginAttempts> [0..1]
<expirePassword> xs:boolean </expirePassword> [1]
<passcodeExpiresDays> VoiceMessagingPasscodeExpiresDays </passcodeExpiresDays> [0..1]
<sendLoginDisabledNotifyEmail> xs:boolean </sendLoginDisabledNotifyEmail> [1]
<loginDisabledNotifyEmailAddress> EmailAddress </loginDisabledNotifyEmailAddress> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupVoiceMessagingGroupGetPasscodeRulesResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useRuleLevel" type=" GroupPasscodeRulesLevel "/>
<xs:element name="disallowRepeatedDigits" type=" xs:boolean "/>
<xs:element name="disallowUserNumber" type=" xs:boolean "/>
<xs:element name="disallowReversedUserNumber" type=" xs:boolean "/>
<xs:element name="disallowOldPasscode" type=" xs:boolean "/>
<xs:element name="disallowReversedOldPasscode" type=" xs:boolean "/>
<xs:element name="minCodeLength" type=" VoiceMessagingMinPasscodeCodeLength "/>
<xs:element name="maxCodeLength" type=" VoiceMessagingMaxPasscodeCodeLength "/>
<xs:element name="disableLoginAfterMaxFailedLoginAttempts" type=" xs:boolean "/>
<xs:element name="maxFailedLoginAttempts" type=" VoiceMessagingMaxFailedLoginAttempts " minOccurs="0"/>
<xs:element name="expirePassword" type=" xs:boolean "/>
<xs:element name="passcodeExpiresDays" type=" VoiceMessagingPasscodeExpiresDays " minOccurs="0"/>
<xs:element name="sendLoginDisabledNotifyEmail" type=" xs:boolean "/>
<xs:element name="loginDisabledNotifyEmailAddress" type=" EmailAddress " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupVoiceMessagingGroupGetVoicePortalRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupGetVoicePortalRequest14
Abstract no
Documentation Requests the group's voice messaging settings The response is either GroupVoiceMessagingGroupGetVoicePortalResponse14 or ErrorResponse. Replaced by GroupVoiceMessagingGroupGetVoicePortalRequest15
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="GroupVoiceMessagingGroupGetVoicePortalRequest14">
<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: GroupVoiceMessagingGroupGetVoicePortalResponse14

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

Complex Type: GroupVoiceMessagingGroupModifyPasscodeRulesRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name GroupVoiceMessagingGroupModifyPasscodeRulesRequest
Abstract no
Documentation Request to modify the group's voice portal passcode rules setting. The response is either SuccessResponse or ErrorResponse. Replaced By: GroupPortalPasscodeRulesModifyRequest
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]
<useRuleLevel> GroupPasscodeRulesLevel </useRuleLevel> [0..1]
<disallowRepeatedDigits> xs:boolean </disallowRepeatedDigits> [0..1]
<disallowUserNumber> xs:boolean </disallowUserNumber> [0..1]
<disallowReversedUserNumber> xs:boolean </disallowReversedUserNumber> [0..1]
<disallowOldPasscode> xs:boolean </disallowOldPasscode> [0..1]
<disallowReversedOldPasscode> xs:boolean </disallowReversedOldPasscode> [0..1]
<minCodeLength> VoiceMessagingMinPasscodeCodeLength </minCodeLength> [0..1]
<maxCodeLength> VoiceMessagingMaxPasscodeCodeLength </maxCodeLength> [0..1]
<disableLoginAfterMaxFailedLoginAttempts> xs:boolean </disableLoginAfterMaxFailedLoginAttempts> [0..1]
<maxFailedLoginAttempts> VoiceMessagingMaxFailedLoginAttempts </maxFailedLoginAttempts> [0..1]
<expirePassword> xs:boolean </expirePassword> [0..1]
<passcodeExpiresDays> VoiceMessagingPasscodeExpiresDays </passcodeExpiresDays> [0..1]
<sendLoginDisabledNotifyEmail> xs:boolean </sendLoginDisabledNotifyEmail> [0..1]
<loginDisabledNotifyEmailAddress> EmailAddress </loginDisabledNotifyEmailAddress> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupVoiceMessagingGroupModifyPasscodeRulesRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="useRuleLevel" type=" GroupPasscodeRulesLevel " minOccurs="0"/>
<xs:element name="disallowRepeatedDigits" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowUserNumber" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowReversedUserNumber" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowOldPasscode" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowReversedOldPasscode" type=" xs:boolean " minOccurs="0"/>
<xs:element name="minCodeLength" type=" VoiceMessagingMinPasscodeCodeLength " minOccurs="0"/>
<xs:element name="maxCodeLength" type=" VoiceMessagingMaxPasscodeCodeLength " minOccurs="0"/>
<xs:element name="disableLoginAfterMaxFailedLoginAttempts" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFailedLoginAttempts" type=" VoiceMessagingMaxFailedLoginAttempts " minOccurs="0"/>
<xs:element name="expirePassword" type=" xs:boolean " minOccurs="0"/>
<xs:element name="passcodeExpiresDays" type=" VoiceMessagingPasscodeExpiresDays " minOccurs="0"/>
<xs:element name="sendLoginDisabledNotifyEmail" type=" xs:boolean " minOccurs="0"/>
<xs:element name="loginDisabledNotifyEmailAddress" type=" EmailAddress " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: LoginRequest13mp10

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name LoginRequest13mp10
Abstract no
Documentation LoginRequest13mp10 is 2nd stage of the 2 stage OCI login process. The signedPassword is not required for external authentication login from a trusted host (ACL).
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<signedPassword> SignedPassword </signedPassword> [0..1]
</...>
Schema Component Representation
<xs:complexType name="LoginRequest13mp10">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="signedPassword" type=" SignedPassword " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: LoginResponse13mp10

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name LoginResponse13mp10
Abstract no
Documentation LoginRequest13mp10/Response13mp10 is 2nd stage of the 2 stage OCI login process.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<loginType> LoginType </loginType> [1]
<locale> OCILocale </locale> [1]
<encoding> Encoding </encoding> [1]
</...>
Schema Component Representation
<xs:complexType name="LoginResponse13mp10">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="loginType" type=" LoginType "/>
<xs:element name="locale" type=" OCILocale "/>
<xs:element name="encoding" type=" Encoding "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SequentialRingLocation

Parent type: None
Sub-types: None
Name SequentialRingLocation
Abstract no
Documentation Sequential Ring Location. Replaced By: SequentialRingLocation14sp4
XML Instance Representation
<...>
<phoneNumber> OutgoingDNorSIPURI </phoneNumber> [0..1]
<numberOfRings> SequentialRingNumberOfRings </numberOfRings> [1]
</...>
Schema Component Representation
<xs:complexType name="SequentialRingLocation">
<xs:sequence>
<xs:element name="phoneNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="numberOfRings" type=" SequentialRingNumberOfRings "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ServiceInstanceModifyProfileTrunkGroup

Parent type: None
Sub-types: None
Name ServiceInstanceModifyProfileTrunkGroup
Abstract no
Documentation Service Profile Information for a trunk group used when modifying an existing service instance.
XML Instance Representation
<...>
<name> ServiceInstanceProfileName </name> [0..1]
<callingLineIdLastName> CallingLineIdLastName </callingLineIdLastName> [0..1]
<callingLineIdFirstName> CallingLineIdFirstName </callingLineIdFirstName> [0..1]
<hiraganaLastName> HiraganaLastName </hiraganaLastName> [0..1]
<hiraganaFirstName> HiraganaFirstName </hiraganaFirstName> [0..1]
<phoneNumber> DN </phoneNumber> [0..1]
<extension> Extension </extension> [0..1]
<password> Password </password> [0..1]
<department> DepartmentKey </department> [0..1]
<language> Language </language> [0..1]
<timeZone> TimeZone </timeZone> [0..1]
<sipAliasList> ReplacementSIPAliasList </sipAliasList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceInstanceModifyProfileTrunkGroup">
<xs:sequence>
<xs:element name="name" type=" ServiceInstanceProfileName " minOccurs="0"/>
<xs:element name="callingLineIdLastName" type=" CallingLineIdLastName " minOccurs="0"/>
<xs:element name="callingLineIdFirstName" type=" CallingLineIdFirstName " minOccurs="0"/>
<xs:element name="hiraganaLastName" type=" HiraganaLastName " minOccurs="0"/>
<xs:element name="hiraganaFirstName" type=" HiraganaFirstName " minOccurs="0"/>
<xs:element name="phoneNumber" type=" DN " nillable="true" minOccurs="0"/>
<xs:element name="extension" type=" Extension " nillable="true" minOccurs="0"/>
<xs:element name="password" type=" Password " 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:sequence>
</xs:complexType>
top

Complex Type: ServiceProviderAccessDeviceFileGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderAccessDeviceFileGetListRequest
Abstract no
Documentation Request to get the list of device files managed by the Device Management System, on a per-device profile basis. The response is either ServiceProviderAccessDeviceFileGetListResponse or ErrorResponse. Replaced By: ServiceProviderAccessDeviceFileGetListRequest14sp8
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<deviceName> AccessDeviceName </deviceName> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderAccessDeviceFileGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="deviceName" type=" AccessDeviceName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderAccessDeviceFileGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderAccessDeviceFileGetListResponse
Abstract no
Documentation Response to ServiceProviderAccessDeviceFileGetListRequest. Contains a table of device files managed by the Device Management System on a per-device profile basis. The column headings are: "File Type", "File Format", "Is Authenticated". Replaced By: ServiceProviderAccessDeviceFileGetListResponse14sp8
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceFilesTable> core:OCITable </deviceFilesTable> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderAccessDeviceFileGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="deviceFilesTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderAccessDeviceFileGetRequest

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

Complex Type: ServiceProviderAccessDeviceFileGetResponse

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

Complex Type: ServiceProviderAccessDeviceFileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderAccessDeviceFileModifyRequest
Abstract no
Documentation Request to modify a specified service provider/enterprise access device file. The response is either a SuccessResponse or an ErrorResponse. Replaced By: ServiceProviderAccessDeviceFileModifyRequest14sp8
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<deviceName> AccessDeviceName </deviceName> [1]
<fileType> DeviceManagementFileType </fileType> [1]
<fileSource> AccessDeviceEnhancedConfigurationMode </fileSource> [0..1]
<uploadFile> FileResource </uploadFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderAccessDeviceFileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="deviceName" type=" AccessDeviceName "/>
<xs:element name="fileType" type=" DeviceManagementFileType "/>
<xs:element name="fileSource" type=" AccessDeviceEnhancedConfigurationMode " minOccurs="0"/>
<xs:element name="uploadFile" type=" FileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderAccessDeviceGetRequest14

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

Complex Type: ServiceProviderAccessDeviceGetRequest14sp3

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

Complex Type: ServiceProviderAccessDeviceGetResponse14

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

Complex Type: ServiceProviderAccessDeviceGetResponse14sp3

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

Complex Type: ServiceProviderCallProcessingGetPolicyRequest14

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

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

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderCallProcessingGetPolicyResponse14
Abstract no
Documentation Response to ServiceProviderCallProcessingGetPolicyRequest14.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<useSettingLevel> ServiceProviderConferenceURISettingLevel </useSettingLevel> [1]
<conferenceURI> SIPURI </conferenceURI> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderCallProcessingGetPolicyResponse14">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes "/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection "/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="useSettingLevel" type=" ServiceProviderConferenceURISettingLevel "/>
<xs:element name="conferenceURI" type=" SIPURI " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderCallProcessingGetPolicyResponse14sp1

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

Complex Type: ServiceProviderCallProcessingGetPolicyResponse14sp4

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

Complex Type: ServiceProviderCallProcessingModifyPolicyRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderCallProcessingModifyPolicyRequest14
Abstract no
Documentation Modify the service provider level data associated with Call Procesing Policy. 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]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes </maxCallTimeForAnsweredCallsMinutes> [0..1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [0..1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [0..1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [0..1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [0..1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [0..1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [0..1]
<overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan> xs:boolean </overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [0..1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [0..1]
<useSettingLevel> ServiceProviderConferenceURISettingLevel </useSettingLevel> [0..1]
<conferenceURI> SIPURI </conferenceURI> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls </maxConcurrentRedirectedCalls> [0..1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [0..1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth </maxFindMeFollowMeDepth> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth </maxRedirectionDepth> [0..1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [0..1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations </maxConcurrentFindMeFollowMeInvocations> [0..1]
<clidPolicy> CLIDPolicy </clidPolicy> [0..1]
<emergencyClidPolicy> CLIDPolicy </emergencyClidPolicy> [0..1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderCallProcessingModifyPolicyRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes " minOccurs="0"/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes " minOccurs="0"/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection " minOccurs="0"/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " nillable="true" minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean " minOccurs="0"/>
<xs:element name="overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useSettingLevel" type=" ServiceProviderConferenceURISettingLevel " minOccurs="0"/>
<xs:element name="conferenceURI" type=" SIPURI " nillable="true" minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls " minOccurs="0"/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth " minOccurs="0"/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations " minOccurs="0"/>
<xs:element name="clidPolicy" type=" CLIDPolicy " minOccurs="0"/>
<xs:element name="emergencyClidPolicy" type=" CLIDPolicy " minOccurs="0"/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderPasswordRulesModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderPasswordRulesModifyRequest
Abstract no
Documentation Request to modify the service provider's password rules settings setting applicable to Administrators (Group and Department) and Users. The response is either SuccessResponse or ErrorResponse. Replaced By: ServiceProviderPasswordRulesModifyRequest14sp3
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<rulesApplyTo> ServiceProviderPasswordRulesApplyTo </rulesApplyTo> [0..1]
<allowWebAddExternalAuthenticationUsers> xs:boolean </allowWebAddExternalAuthenticationUsers> [0..1]
<disallowUserId> xs:boolean </disallowUserId> [0..1]
<disallowOldPassword> xs:boolean </disallowOldPassword> [0..1]
<disallowReversedOldPassword> xs:boolean </disallowReversedOldPassword> [0..1]
<restrictMinDigits> xs:boolean </restrictMinDigits> [0..1]
<minDigits> PasswordMinDigits </minDigits> [0..1]
<restrictMinUpperCaseLetters> xs:boolean </restrictMinUpperCaseLetters> [0..1]
<minUpperCaseLetters> PasswordMinUpperCaseLetters </minUpperCaseLetters> [0..1]
<restrictMinLowerCaseLetters> xs:boolean </restrictMinLowerCaseLetters> [0..1]
<minLowerCaseLetters> PasswordMinLowerCaseLetters </minLowerCaseLetters> [0..1]
<restrictMinNonAlphanumericCharacters> xs:boolean </restrictMinNonAlphanumericCharacters> [0..1]
<minNonAlphanumericCharacters> PasswordMinNonAlphanumericCharacters </minNonAlphanumericCharacters> [0..1]
<minLength> PasswordMinLength </minLength> [0..1]
<maxFailedLoginAttempts> MaxFailedLoginAttempts </maxFailedLoginAttempts> [0..1]
<passwordExpiresDays> PasswordExpiresDays </passwordExpiresDays> [0..1]
<sendLoginDisabledNotifyEmail> xs:boolean </sendLoginDisabledNotifyEmail> [0..1]
<loginDisabledNotifyEmailAddress> EmailAddress </loginDisabledNotifyEmailAddress> [0..1]
<disallowRulesModification> xs:boolean </disallowRulesModification> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderPasswordRulesModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="rulesApplyTo" type=" ServiceProviderPasswordRulesApplyTo " minOccurs="0"/>
<xs:element name="allowWebAddExternalAuthenticationUsers" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowUserId" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowOldPassword" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowReversedOldPassword" type=" xs:boolean " minOccurs="0"/>
<xs:element name="restrictMinDigits" type=" xs:boolean " minOccurs="0"/>
<xs:element name="minDigits" type=" PasswordMinDigits " minOccurs="0"/>
<xs:element name="restrictMinUpperCaseLetters" type=" xs:boolean " minOccurs="0"/>
<xs:element name="minUpperCaseLetters" type=" PasswordMinUpperCaseLetters " minOccurs="0"/>
<xs:element name="restrictMinLowerCaseLetters" type=" xs:boolean " minOccurs="0"/>
<xs:element name="minLowerCaseLetters" type=" PasswordMinLowerCaseLetters " minOccurs="0"/>
<xs:element name="restrictMinNonAlphanumericCharacters" type=" xs:boolean " minOccurs="0"/>
<xs:element name="minNonAlphanumericCharacters" type=" PasswordMinNonAlphanumericCharacters " minOccurs="0"/>
<xs:element name="minLength" type=" PasswordMinLength " minOccurs="0"/>
<xs:element name="maxFailedLoginAttempts" type=" MaxFailedLoginAttempts " minOccurs="0"/>
<xs:element name="passwordExpiresDays" type=" PasswordExpiresDays " minOccurs="0"/>
<xs:element name="sendLoginDisabledNotifyEmail" type=" xs:boolean " minOccurs="0"/>
<xs:element name="loginDisabledNotifyEmailAddress" type=" EmailAddress " nillable="true" minOccurs="0"/>
<xs:element name="disallowRulesModification" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderServicePackMigrationTaskGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderServicePackMigrationTaskGetRequest
Abstract no
Documentation Requests the details of a specified service pack migration task. The response is either ServiceProviderServicePackMigrationTaskGetResponse or ErrorResponse. Replaced By: ServiceProviderServicePackMigrationTaskGetRequest14sp4
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<taskName> ServicePackMigrationTaskName </taskName> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderServicePackMigrationTaskGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="taskName" type=" ServicePackMigrationTaskName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderServicePackMigrationTaskGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderServicePackMigrationTaskGetResponse
Abstract no
Documentation Response to ServiceProviderServicePackMigrationTaskGetRequest. The groupTable column headings are: "Migrate", "Group Id", "Group Name", "User Count". Replaced By: ServiceProviderServicePackMigrationTaskGetResponse14sp4
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<taskName> ServicePackMigrationTaskName </taskName> [1]
<startTimestamp> xs:dateTime </startTimestamp> [0..1]
<maxDurationHours> ServicePackMigrationMaxDurationHours </maxDurationHours> [1]
<sendReportEmail> xs:boolean </sendReportEmail> [1]
<reportDeliveryEmailAddress> EmailAddress </reportDeliveryEmailAddress> [0..1]
<abortOnError> xs:boolean </abortOnError> [1]
<abortErrorThreshold> ServicePackMigrationAbortErrorThreshold </abortErrorThreshold> [0..1]
<reportAllUsers> xs:boolean </reportAllUsers> [1]
<automaticallyIncrementServiceQuantity> xs:boolean </automaticallyIncrementServiceQuantity> [1]
<errorCount> xs:int </errorCount> [1]
<status> ServicePackMigrationTaskStatus </status> [1]
<groupsProcessed> xs:int </groupsProcessed> [1]
<groupsTotal> xs:int </groupsTotal> [1]
<usersProcessed> xs:int </usersProcessed> [1]
<usersTotal> xs:int </usersTotal> [1]
<userSelectionType> ServicePackMigrationTaskUserSelectionType </userSelectionType> [1]
<reportFilePathName> FileName </reportFilePathName> [1]
<groupTable> core:OCITable </groupTable> [1]
<userSelectionServicePackName> ServicePackName </userSelectionServicePackName> [0..*]
<userSelectionServiceName> UserService </userSelectionServiceName> [0..*]
<removeServicePackName> ServicePackName </removeServicePackName> [0..*]
<removeServiceName> UserService </removeServiceName> [0..*]
<assignServicePackName> ServicePackName </assignServicePackName> [0..*]
<assignServiceName> UserService </assignServiceName> [0..*]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderServicePackMigrationTaskGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="taskName" type=" ServicePackMigrationTaskName "/>
<xs:element name="startTimestamp" type=" xs:dateTime " minOccurs="0"/>
<xs:element name="maxDurationHours" type=" ServicePackMigrationMaxDurationHours "/>
<xs:element name="sendReportEmail" type=" xs:boolean "/>
<xs:element name="reportDeliveryEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="abortOnError" type=" xs:boolean "/>
<xs:element name="abortErrorThreshold" type=" ServicePackMigrationAbortErrorThreshold " minOccurs="0"/>
<xs:element name="reportAllUsers" type=" xs:boolean "/>
<xs:element name="automaticallyIncrementServiceQuantity" type=" xs:boolean "/>
<xs:element name="errorCount" type=" xs:int "/>
<xs:element name="status" type=" ServicePackMigrationTaskStatus "/>
<xs:element name="groupsProcessed" type=" xs:int "/>
<xs:element name="groupsTotal" type=" xs:int "/>
<xs:element name="usersProcessed" type=" xs:int "/>
<xs:element name="usersTotal" type=" xs:int "/>
<xs:element name="userSelectionType" type=" ServicePackMigrationTaskUserSelectionType "/>
<xs:element name="reportFilePathName" type=" FileName "/>
<xs:element name="groupTable" type=" core:OCITable "/>
<xs:element name="userSelectionServicePackName" type=" ServicePackName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="userSelectionServiceName" type=" UserService " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="removeServicePackName" type=" ServicePackName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="removeServiceName" type=" UserService " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="assignServicePackName" type=" ServicePackName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="assignServiceName" type=" UserService " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderTrunkGroupGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderTrunkGroupGetRequest
Abstract no
Documentation Get the maximum permissible active Trunk Group calls for the service provider. The response is either a ServiceProviderTrunkGroupGetResponse 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="ServiceProviderTrunkGroupGetRequest">
<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: ServiceProviderTrunkGroupGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderTrunkGroupGetResponse
Abstract no
Documentation Response to the ServiceProviderTrunkGroupGetRequest. The response contains the maximum permissible active trunk group calls for the service provider.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<maxActiveCalls> UnboundedNonNegativeInt </maxActiveCalls> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderTrunkGroupGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="maxActiveCalls" type=" UnboundedNonNegativeInt "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderVoiceMessagingGroupGetPasscodeRulesRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderVoiceMessagingGroupGetPasscodeRulesRequest
Abstract no
Documentation Requests the service provider's voice portal passcode rules setting. The response is either ServiceProviderVoiceMessagingGroupGetPasscodeRulesResponse or ErrorResponse. Replaced By: ServiceProviderPortalPasscodeRulesGetRequest
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="ServiceProviderVoiceMessagingGroupGetPasscodeRulesRequest">
<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: ServiceProviderVoiceMessagingGroupGetPasscodeRulesResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name ServiceProviderVoiceMessagingGroupGetPasscodeRulesResponse
Abstract no
Documentation Response to ServiceProviderVoiceMessagingGroupGetPasscodeRulesRequest. Contains the service provider's voice portal passcode rules setting. Replaced By: ServiceProviderPortalPasscodeRulesGetResponse
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<disallowRepeatedDigits> xs:boolean </disallowRepeatedDigits> [1]
<disallowUserNumber> xs:boolean </disallowUserNumber> [1]
<disallowReversedUserNumber> xs:boolean </disallowReversedUserNumber> [1]
<disallowOldPasscode> xs:boolean </disallowOldPasscode> [1]
<disallowReversedOldPasscode> xs:boolean </disallowReversedOldPasscode> [1]
<minCodeLength> VoiceMessagingMinPasscodeCodeLength </minCodeLength> [1]
<maxCodeLength> VoiceMessagingMaxPasscodeCodeLength </maxCodeLength> [1]
<disableLoginAfterMaxFailedLoginAttempts> xs:boolean </disableLoginAfterMaxFailedLoginAttempts> [1]
<maxFailedLoginAttempts> VoiceMessagingMaxFailedLoginAttempts </maxFailedLoginAttempts> [0..1]
<expirePassword> xs:boolean </expirePassword> [1]
<passcodeExpiresDays> VoiceMessagingPasscodeExpiresDays </passcodeExpiresDays> [0..1]
<sendLoginDisabledNotifyEmail> xs:boolean </sendLoginDisabledNotifyEmail> [1]
<loginDisabledNotifyEmailAddress> EmailAddress </loginDisabledNotifyEmailAddress> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderVoiceMessagingGroupGetPasscodeRulesResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="disallowRepeatedDigits" type=" xs:boolean "/>
<xs:element name="disallowUserNumber" type=" xs:boolean "/>
<xs:element name="disallowReversedUserNumber" type=" xs:boolean "/>
<xs:element name="disallowOldPasscode" type=" xs:boolean "/>
<xs:element name="disallowReversedOldPasscode" type=" xs:boolean "/>
<xs:element name="minCodeLength" type=" VoiceMessagingMinPasscodeCodeLength "/>
<xs:element name="maxCodeLength" type=" VoiceMessagingMaxPasscodeCodeLength "/>
<xs:element name="disableLoginAfterMaxFailedLoginAttempts" type=" xs:boolean "/>
<xs:element name="maxFailedLoginAttempts" type=" VoiceMessagingMaxFailedLoginAttempts " minOccurs="0"/>
<xs:element name="expirePassword" type=" xs:boolean "/>
<xs:element name="passcodeExpiresDays" type=" VoiceMessagingPasscodeExpiresDays " minOccurs="0"/>
<xs:element name="sendLoginDisabledNotifyEmail" type=" xs:boolean "/>
<xs:element name="loginDisabledNotifyEmailAddress" type=" EmailAddress " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderVoiceMessagingGroupModifyPasscodeRulesRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name ServiceProviderVoiceMessagingGroupModifyPasscodeRulesRequest
Abstract no
Documentation Request to modify the service provider's voice portal passcode rules setting. The response is either SuccessResponse or ErrorResponse. Replaced By: ServiceProviderPortalPasscodeRulesModifyRequest
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<disallowRepeatedDigits> xs:boolean </disallowRepeatedDigits> [0..1]
<disallowUserNumber> xs:boolean </disallowUserNumber> [0..1]
<disallowReversedUserNumber> xs:boolean </disallowReversedUserNumber> [0..1]
<disallowOldPasscode> xs:boolean </disallowOldPasscode> [0..1]
<disallowReversedOldPasscode> xs:boolean </disallowReversedOldPasscode> [0..1]
<minCodeLength> VoiceMessagingMinPasscodeCodeLength </minCodeLength> [0..1]
<maxCodeLength> VoiceMessagingMaxPasscodeCodeLength </maxCodeLength> [0..1]
<disableLoginAfterMaxFailedLoginAttempts> xs:boolean </disableLoginAfterMaxFailedLoginAttempts> [0..1]
<maxFailedLoginAttempts> VoiceMessagingMaxFailedLoginAttempts </maxFailedLoginAttempts> [0..1]
<expirePassword> xs:boolean </expirePassword> [0..1]
<passcodeExpiresDays> VoiceMessagingPasscodeExpiresDays </passcodeExpiresDays> [0..1]
<sendLoginDisabledNotifyEmail> xs:boolean </sendLoginDisabledNotifyEmail> [0..1]
<loginDisabledNotifyEmailAddress> EmailAddress </loginDisabledNotifyEmailAddress> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderVoiceMessagingGroupModifyPasscodeRulesRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="disallowRepeatedDigits" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowUserNumber" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowReversedUserNumber" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowOldPasscode" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowReversedOldPasscode" type=" xs:boolean " minOccurs="0"/>
<xs:element name="minCodeLength" type=" VoiceMessagingMinPasscodeCodeLength " minOccurs="0"/>
<xs:element name="maxCodeLength" type=" VoiceMessagingMaxPasscodeCodeLength " minOccurs="0"/>
<xs:element name="disableLoginAfterMaxFailedLoginAttempts" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFailedLoginAttempts" type=" VoiceMessagingMaxFailedLoginAttempts " minOccurs="0"/>
<xs:element name="expirePassword" type=" xs:boolean " minOccurs="0"/>
<xs:element name="passcodeExpiresDays" type=" VoiceMessagingPasscodeExpiresDays " minOccurs="0"/>
<xs:element name="sendLoginDisabledNotifyEmail" type=" xs:boolean " minOccurs="0"/>
<xs:element name="loginDisabledNotifyEmailAddress" type=" EmailAddress " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceFileGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceFileGetListRequest
Abstract no
Documentation Request to get the list of device files managed by the Device Management System, on a per-device profile basis. The response is either SystemAccessDeviceFileGetListResponse or ErrorResponse. Replaced By: SystemAccessDeviceFileGetListRequest14sp8
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceName> AccessDeviceName </deviceName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceFileGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceName" type=" AccessDeviceName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceFileGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceFileGetListResponse
Abstract no
Documentation Response to SystemAccessDeviceFileGetListRequest. Contains a table of device files managed by the Device Management System on a per-device profile basis. The column headings are: "File Type", "File Format", "Is Authenticated". Replaced By: SystemAccessDeviceFileGetListResponse14sp8
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceFilesTable> core:OCITable </deviceFilesTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceFileGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="deviceFilesTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceFileGetRequest

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

Complex Type: SystemAccessDeviceFileGetResponse

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

Complex Type: SystemAccessDeviceFileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceFileModifyRequest
Abstract no
Documentation Request to modify a specified system access device file. The response is either a SuccessResponse or an ErrorResponse. Replaced By: SystemAccessDeviceFileModifyRequest14sp8
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceName> AccessDeviceName </deviceName> [1]
<fileType> DeviceManagementFileType </fileType> [1]
<fileSource> AccessDeviceEnhancedConfigurationMode </fileSource> [0..1]
<uploadFile> FileResource </uploadFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceFileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceName" type=" AccessDeviceName "/>
<xs:element name="fileType" type=" DeviceManagementFileType "/>
<xs:element name="fileSource" type=" AccessDeviceEnhancedConfigurationMode " minOccurs="0"/>
<xs:element name="uploadFile" type=" FileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceGetRequest

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

Complex Type: SystemAccessDeviceGetRequest14sp3

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

Complex Type: SystemAccessDeviceGetResponse

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

Complex Type: SystemAccessDeviceGetResponse14sp3

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

Complex Type: SystemASRParametersGetRequest

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

Complex Type: SystemASRParametersGetRequest14sp5

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

Complex Type: SystemASRParametersGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemASRParametersGetResponse
Abstract no
Documentation Response to SystemASRParametersGetRequest. Contains a list of system Application Server Registration parameters. Replaced By: SystemASRParametersGetResponse14sp5
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<maxTransmissions> ASRMaxTransmissions </maxTransmissions> [1]
<retransmissionDelayMilliSeconds> ASRRetransmissionDelayMilliSeconds </retransmissionDelayMilliSeconds> [1]
<listeningPort> Port1025 </listeningPort> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemASRParametersGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="maxTransmissions" type=" ASRMaxTransmissions "/>
<xs:element name="retransmissionDelayMilliSeconds" type=" ASRRetransmissionDelayMilliSeconds "/>
<xs:element name="listeningPort" type=" Port1025 "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemASRParametersGetResponse14sp5

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemASRParametersGetResponse14sp5
Abstract no
Documentation Response to SystemASRParametersGetRequest14sp5. Contains a list of system Application Server Registration parameters.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<maxTransmissions> ASRMaxTransmissions </maxTransmissions> [1]
<retransmissionDelayMilliSeconds> ASRRetransmissionDelayMilliSeconds </retransmissionDelayMilliSeconds> [1]
<listeningPort> Port1025 </listeningPort> [1]
<sourceAddress> NetAddress </sourceAddress> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemASRParametersGetResponse14sp5">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="maxTransmissions" type=" ASRMaxTransmissions "/>
<xs:element name="retransmissionDelayMilliSeconds" type=" ASRRetransmissionDelayMilliSeconds "/>
<xs:element name="listeningPort" type=" Port1025 "/>
<xs:element name="sourceAddress" type=" NetAddress " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemASRParametersModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemASRParametersModifyRequest
Abstract no
Documentation Request to modify Application Server Registration system parameters. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<maxTransmissions> ASRMaxTransmissions </maxTransmissions> [0..1]
<retransmissionDelayMilliSeconds> ASRRetransmissionDelayMilliSeconds </retransmissionDelayMilliSeconds> [0..1]
<listeningPort> Port1025 </listeningPort> [0..1]
<sourceAddress> NetAddress </sourceAddress> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemASRParametersModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="maxTransmissions" type=" ASRMaxTransmissions " minOccurs="0"/>
<xs:element name="retransmissionDelayMilliSeconds" type=" ASRRetransmissionDelayMilliSeconds " minOccurs="0"/>
<xs:element name="listeningPort" type=" Port1025 " minOccurs="0"/>
<xs:element name="sourceAddress" type=" NetAddress " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAutomaticCallbackGetRequest

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

Complex Type: SystemAutomaticCallbackGetResponse

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

Complex Type: SystemAutomaticCallbackModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAutomaticCallbackModifyRequest
Abstract no
Documentation Modifies the system's automatic callback attributes. The response is either a SuccessResponse or an ErrorResponse. Replaced By: SystemAutomaticCallbackModifyRequest15
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<monitorMinutes> AutomaticCallbackMonitorMinutes </monitorMinutes> [0..1]
<waitBetweenRetryOriginatorMinutes> AutomaticCallbackWaitBetweenRetryOriginatorMinutes </waitBetweenRetryOriginatorMinutes> [0..1]
<maxMonitorsPerOriginator> AutomaticCallbackMaxMonitorsPerOriginator </maxMonitorsPerOriginator> [0..1]
<maxCallbackRings> AutomaticCallbackMaxCallbackRings </maxCallbackRings> [0..1]
<maxRetryOriginatorMinutes> AutomaticCallbackMaxRetryOriginatorMinutes </maxRetryOriginatorMinutes> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAutomaticCallbackModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="monitorMinutes" type=" AutomaticCallbackMonitorMinutes " minOccurs="0"/>
<xs:element name="waitBetweenRetryOriginatorMinutes" type=" AutomaticCallbackWaitBetweenRetryOriginatorMinutes " minOccurs="0"/>
<xs:element name="maxMonitorsPerOriginator" type=" AutomaticCallbackMaxMonitorsPerOriginator " minOccurs="0"/>
<xs:element name="maxCallbackRings" type=" AutomaticCallbackMaxCallbackRings " minOccurs="0"/>
<xs:element name="maxRetryOriginatorMinutes" type=" AutomaticCallbackMaxRetryOriginatorMinutes " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBCCTAddOCIInterfaceAddressRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBCCTAddOCIInterfaceAddressRequest
Abstract no
Documentation Add an OCI entry to the Broadworks Common Communication Transport (BCCT) protocol to interface mapping table. 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. -->
<interfaceNetAddress> NetAddress </interfaceNetAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBCCTAddOCIInterfaceAddressRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="interfaceNetAddress" type=" NetAddress "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBCCTDeleteOCIInterfaceAddressRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBCCTDeleteOCIInterfaceAddressRequest
Abstract no
Documentation Delete an OCI entry in the Broadworks Common Communication Transport (BCCT) protocol to interface mapping table. 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. -->
<interfaceNetAddress> NetAddress </interfaceNetAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBCCTDeleteOCIInterfaceAddressRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="interfaceNetAddress" type=" NetAddress "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBCCTGetOCIInterfaceAddressListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBCCTGetOCIInterfaceAddressListRequest
Abstract no
Documentation Get the OCI entries from the Broadworks Common Communication Transport (BCCT) protocol to interface mapping list. The response is SystemBCCTGetOCIInterfaceAddressListResponse 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="SystemBCCTGetOCIInterfaceAddressListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBCCTGetOCIInterfaceAddressListResponse

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

Complex Type: SystemCallCenterGetRequest

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

Complex Type: SystemCallCenterGetResponse

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

Complex Type: SystemCallProcessingGetPolicyRequest14

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

Complex Type: SystemCallProcessingGetPolicyRequest14sp1

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

Complex Type: SystemCallProcessingGetPolicyRequest14sp4

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

Complex Type: SystemCallProcessingGetPolicyResponse14

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingGetPolicyResponse14
Abstract no
Documentation Response to SystemCallProcessingGetPolicyRequest14.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<conferenceURI> SIPURI </conferenceURI> [0..1]
<maxConferenceParties> CallProcessingMaxConferenceParties </maxConferenceParties> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingGetPolicyResponse14">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes "/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection "/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="conferenceURI" type=" SIPURI " minOccurs="0"/>
<xs:element name="maxConferenceParties" type=" CallProcessingMaxConferenceParties "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingGetPolicyResponse14sp1

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

Complex Type: SystemCallProcessingGetPolicyResponse14sp4

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

Complex Type: SystemCallProcessingModifyPolicyRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingModifyPolicyRequest14
Abstract no
Documentation Modify the system level data associated with Call Processing Policy. The response is either a SuccessResponse or an ErrorResponse. Replaced By : SystemCallProcessingModifyPolicyRequest15
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes </maxCallTimeForAnsweredCallsMinutes> [0..1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [0..1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [0..1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [0..1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [0..1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [0..1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [0..1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [0..1]
<overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan> xs:boolean </overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [0..1]
<conferenceURI> SIPURI </conferenceURI> [0..1]
<maxConferenceParties> CallProcessingMaxConferenceParties </maxConferenceParties> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls </maxConcurrentRedirectedCalls> [0..1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [0..1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth </maxFindMeFollowMeDepth> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth </maxRedirectionDepth> [0..1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [0..1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations </maxConcurrentFindMeFollowMeInvocations> [0..1]
<clidPolicy> CLIDPolicy </clidPolicy> [0..1]
<emergencyClidPolicy> CLIDPolicy </emergencyClidPolicy> [0..1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingModifyPolicyRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes " minOccurs="0"/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes " minOccurs="0"/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection " minOccurs="0"/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " nillable="true" minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean " minOccurs="0"/>
<xs:element name="overrideCLIDRestrictionForExternalCallsViaPrivateDialingPlan" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " minOccurs="0"/>
<xs:element name="conferenceURI" type=" SIPURI " nillable="true" minOccurs="0"/>
<xs:element name="maxConferenceParties" type=" CallProcessingMaxConferenceParties " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls " minOccurs="0"/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth " minOccurs="0"/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations " minOccurs="0"/>
<xs:element name="clidPolicy" type=" CLIDPolicy " minOccurs="0"/>
<xs:element name="emergencyClidPolicy" type=" CLIDPolicy " minOccurs="0"/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCAPParametersGetRequest

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

Complex Type: SystemCAPParametersGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCAPParametersGetResponse
Abstract no
Documentation Response to SystemCAPParametersGetRequest. Contains a list of system CAP parameters. Replaced By: SystemCAPParametersGetResponse14sp3
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serverPort> Port1025 </serverPort> [1]
<maxClientConnections> CAPMaxClientConnections </maxClientConnections> [1]
<enableConnectionPing> xs:boolean </enableConnectionPing> [1]
<connectionPingIntervalMinutes> CAPConnectionPingIntervalMinutes </connectionPingIntervalMinutes> [1]
<CCC2ServerPort> Port1025 </CCC2ServerPort> [1]
<CCC2MaxClientConnections> CCC2MaxClientConnections </CCC2MaxClientConnections> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCAPParametersGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serverPort" type=" Port1025 "/>
<xs:element name="maxClientConnections" type=" CAPMaxClientConnections "/>
<xs:element name="enableConnectionPing" type=" xs:boolean "/>
<xs:element name="connectionPingIntervalMinutes" type=" CAPConnectionPingIntervalMinutes "/>
<xs:element name="CCC2ServerPort" type=" Port1025 "/>
<xs:element name="CCC2MaxClientConnections" type=" CCC2MaxClientConnections "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCPEConfigAddFileServerRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCPEConfigAddFileServerRequest
Abstract no
Documentation Add a device CPE config file server. The response is either SuccessResponse or ErrorResponse. Replaced By: SystemCPEConfigAddFileServerRequest14sp6
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceType> AccessDeviceType </deviceType> [1]
<ftpHostNetAddress> NetAddress </ftpHostNetAddress> [1]
<ftpUserId> FTPUserId </ftpUserId> [1]
<ftpUserPassword> FTPUserPassword </ftpUserPassword> [1]
<cpeFileDirectory> CPEFileDirectory </cpeFileDirectory> [0..1]
<passiveFTP> xs:boolean </passiveFTP> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCPEConfigAddFileServerRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="ftpHostNetAddress" type=" NetAddress "/>
<xs:element name="ftpUserId" type=" FTPUserId "/>
<xs:element name="ftpUserPassword" type=" FTPUserPassword "/>
<xs:element name="cpeFileDirectory" type=" CPEFileDirectory " minOccurs="0"/>
<xs:element name="passiveFTP" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCPEConfigGetFileServerListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCPEConfigGetFileServerListRequest
Abstract no
Documentation Requests the list of device CPE config file servers. The response is either SystemCPEConfigGetFileServerListResponse or ErrorResponse. Replaced By: SystemCPEConfigGetFileServerListRequest14sp6
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="SystemCPEConfigGetFileServerListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCPEConfigGetFileServerListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCPEConfigGetFileServerListResponse
Abstract no
Documentation Response to SystemCPEConfigGetFileServerListRequest. The table columns are: "Device Type", "FTP Host Net Address", "FTP User Id", "Directory" and "Passive FTP". Replaced By: SystemCPEConfigGetFileServerListResponse14sp6
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<fileServerTable> core:OCITable </fileServerTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCPEConfigGetFileServerListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="fileServerTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCPEConfigModifyFileServerRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCPEConfigModifyFileServerRequest
Abstract no
Documentation Modify a device CPE config file server. The response is either SuccessResponse or ErrorResponse. Replaced By: SystemCPEConfigModifyFileServerRequest14sp6
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceType> AccessDeviceType </deviceType> [1]
<ftpHostNetAddress> NetAddress </ftpHostNetAddress> [0..1]
<ftpUserId> FTPUserId </ftpUserId> [0..1]
<ftpUserPassword> FTPUserPassword </ftpUserPassword> [0..1]
<cpeFileDirectory> CPEFileDirectory </cpeFileDirectory> [0..1]
<passiveFTP> xs:boolean </passiveFTP> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCPEConfigModifyFileServerRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="ftpHostNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="ftpUserId" type=" FTPUserId " minOccurs="0"/>
<xs:element name="ftpUserPassword" type=" FTPUserPassword " minOccurs="0"/>
<xs:element name="cpeFileDirectory" type=" CPEFileDirectory " nillable="true" minOccurs="0"/>
<xs:element name="passiveFTP" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCPEConfigParametersGetRequest

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

Complex Type: SystemCPEConfigParametersGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCPEConfigParametersGetResponse
Abstract no
Documentation Response to SystemCPEConfigParametersGetListRequest. Contains a list of system CPE Config parameters. Replaced By: SystemCPEConfigParametersGetResponse14sp6
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableIPDeviceManagement> xs:boolean </enableIPDeviceManagement> [1]
<ftpConnectTimeoutSeconds> DeviceManagementFTPConnectTimeoutSeconds </ftpConnectTimeoutSeconds> [1]
<ftpFileTransferTimeoutSeconds> DeviceManagementFTPFileTransferTimeoutSeconds </ftpFileTransferTimeoutSeconds> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCPEConfigParametersGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="enableIPDeviceManagement" type=" xs:boolean "/>
<xs:element name="ftpConnectTimeoutSeconds" type=" DeviceManagementFTPConnectTimeoutSeconds "/>
<xs:element name="ftpFileTransferTimeoutSeconds" type=" DeviceManagementFTPFileTransferTimeoutSeconds "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceTypeGetAvailableListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceTypeGetAvailableListRequest
Abstract no
Documentation Requests a list of non-obsolete Identity/device profile types defined in the system. It is possible to get either all conference device types or all non-conferernce types. This command is similar to the SystemSIPDeviceTypeGetListRequest and SystemMGCPDeviceTypeGetListRequest but gets both SIP and MGCP types. The response is either SystemDeviceTypeGetlAvailableListResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowConference> xs:boolean </allowConference> [1]
<allowMusicOnHold> xs:boolean </allowMusicOnHold> [1]
<onlyConference> xs:boolean </onlyConference> [1]
<onlyVideoCapable> xs:boolean </onlyVideoCapable> [1]
<onlyOptionalIpAddress> xs:boolean </onlyOptionalIpAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceTypeGetAvailableListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="allowConference" type=" xs:boolean "/>
<xs:element name="allowMusicOnHold" type=" xs:boolean "/>
<xs:element name="onlyConference" type=" xs:boolean "/>
<xs:element name="onlyVideoCapable" type=" xs:boolean "/>
<xs:element name="onlyOptionalIpAddress" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceTypeGetAvailableListRequest14sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceTypeGetAvailableListRequest14sp1
Abstract no
Documentation Requests a list of non-obsolete Identity/device profile types defined in the system. It is possible to get either all conference device types or all non-conferernce types. This command is similar to the SystemSIPDeviceTypeGetListRequest and SystemMGCPDeviceTypeGetListRequest but gets both SIP and MGCP types. The response is either SystemDeviceTypeGetlAvailableListResponse14sp1 or ErrorResponse. Replaced By: SystemDeviceTypeGetAvailableListRequest14sp3
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<allowConference> xs:boolean </allowConference> [1]
<allowMusicOnHold> xs:boolean </allowMusicOnHold> [1]
<onlyConference> xs:boolean </onlyConference> [1]
<onlyVideoCapable> xs:boolean </onlyVideoCapable> [1]
<onlyOptionalIpAddress> xs:boolean </onlyOptionalIpAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceTypeGetAvailableListRequest14sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="allowConference" type=" xs:boolean "/>
<xs:element name="allowMusicOnHold" type=" xs:boolean "/>
<xs:element name="onlyConference" type=" xs:boolean "/>
<xs:element name="onlyVideoCapable" type=" xs:boolean "/>
<xs:element name="onlyOptionalIpAddress" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceTypeGetAvailableListResponse

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

Complex Type: SystemDeviceTypeGetAvailableListResponse14sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDeviceTypeGetAvailableListResponse14sp1
Abstract no
Documentation Response to SystemDeviceTypeGetAvailableListRequest14sp1. Replaced By: SystemDeviceTypeGetAvailableListResponse14sp3
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceType> AccessDeviceType </deviceType> [0..*]
<typeInfo> [0..*]
<profile> SignalingAddressType </profile> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<configType> AccessDeviceEnhancedConfigurationType14 </configType> [0..1]
<protocolChoice> AccessDeviceProtocol </protocolChoice> [1..*]
<isIpAddressOptional> xs:boolean </isIpAddressOptional> [1]
<useDomain> xs:boolean </useDomain> [1]
</typeInfo>
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceTypeGetAvailableListResponse14sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="typeInfo" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="profile" type=" SignalingAddressType "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="configType" type=" AccessDeviceEnhancedConfigurationType14 " minOccurs="0"/>
<xs:element name="protocolChoice" type=" AccessDeviceProtocol " maxOccurs="unbounded"/>
<xs:element name="isIpAddressOptional" type=" xs:boolean "/>
<xs:element name="useDomain" type=" xs:boolean "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceTypeGetRequest

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

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDeviceTypeGetResponse
Abstract no
Documentation Response to SystemDeviceTypeGetRequest. Replaced By: SystemDeviceTypeGetResponse14sp3
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> CPEDeviceOptions </cpeDeviceOptions> [0..1]
<protocolChoice> AccessDeviceProtocol </protocolChoice> [1..*]
<isIpAddressOptional> xs:boolean </isIpAddressOptional> [1]
<useDomain> xs:boolean </useDomain> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceTypeGetResponse">
<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=" CPEDeviceOptions " 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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceTypeGetResponse14sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDeviceTypeGetResponse14sp3
Abstract no
Documentation Response to SystemDeviceTypeGetRequest14sp3. Replaced By: SystemDeviceTypeGetResponse14sp6
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> CPEDeviceOptions </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="SystemDeviceTypeGetResponse14sp3">
<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=" CPEDeviceOptions " 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: SystemDnGetUtilizationRequest

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

Complex Type: SystemDnGetUtilizationResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDnGetUtilizationResponse
Abstract no
Documentation Response to SystemDnGetUtilizationRequest. Replaced By: SystemDnGetUtilizationResponse14sp3
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> [0..1]
<userId> UserId </userId> [0..1]
<userType> UserType </userType> [0..1]
<isGroupCallingLineId> xs:boolean </isGroupCallingLineId> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDnGetUtilizationResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId " minOccurs="0"/>
<xs:element name="userId" type=" UserId " minOccurs="0"/>
<xs:element name="userType" type=" UserType " minOccurs="0"/>
<xs:element name="isGroupCallingLineId" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExternalAuthenticationAddACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExternalAuthenticationAddACLEntryRequest
Abstract no
Documentation Add an entry to the external authentication access control list. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
<description> NetworkACLEntryDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemExternalAuthenticationAddACLEntryRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="description" type=" NetworkACLEntryDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExternalAuthenticationDeleteACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExternalAuthenticationDeleteACLEntryRequest
Abstract no
Documentation Delete an entry from the external authentication access control list. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemExternalAuthenticationDeleteACLEntryRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExternalAuthenticationModifyACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExternalAuthenticationModifyACLEntryRequest
Abstract no
Documentation Modify an entry from the external authentication access control list. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
<description> NetworkACLEntryDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemExternalAuthenticationModifyACLEntryRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="description" type=" NetworkACLEntryDescription " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemLicensingGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemLicensingGetRequest
Abstract no
Documentation Get all the licensing information. The response is either SystemLicensingGetResponse or ErrorResponse. Replaced By: SystemLicensingGetRequest14sp3
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="SystemLicensingGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemLicensingGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemLicensingGetResponse
Abstract no
Documentation Response to SystemLicensingGetRequest. The license table columns are: "Name", "Licensed", "Used", "Available" and "Expiration Date". Replaced By: SystemLicensingGetResponse14sp3
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<licenseStrictness> LicenseStrictness </licenseStrictness> [1]
<groupUserlimit> GroupUserLicenseLimit </groupUserlimit> [1]
<expirationDate> xs:dateTime </expirationDate> [0..1]
<hostId> ServerHostId </hostId> [0..*]
<licenseName> LicenseName </licenseName> [0..*]
<licenseTable> core:OCITable </licenseTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemLicensingGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="licenseStrictness" type=" LicenseStrictness "/>
<xs:element name="groupUserlimit" type=" GroupUserLicenseLimit "/>
<xs:element name="expirationDate" type=" xs:dateTime " minOccurs="0"/>
<xs:element name="hostId" type=" ServerHostId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="licenseName" type=" LicenseName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="licenseTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkServerSyncParametersGetRequest

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

Complex Type: SystemNetworkServerSyncParametersGetResponse

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

Complex Type: SystemOCICallControlApplicationAddRequest

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

Complex Type: SystemOCIReportingParametersGetRequest

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

Complex Type: SystemOCIReportingParametersGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemOCIReportingParametersGetResponse
Abstract no
Documentation Response to SystemOCIReportingParametersGetListRequest. Contains a list of system OCI Reporting parameters.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serverPort> Port1025 </serverPort> [1]
<enableConnectionPing> xs:boolean </enableConnectionPing> [1]
<connectionPingIntervalSeconds> OCIReportingConnectionPingIntervalSeconds </connectionPingIntervalSeconds> [1]
<alterPasswords> xs:boolean </alterPasswords> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOCIReportingParametersGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serverPort" type=" Port1025 "/>
<xs:element name="enableConnectionPing" type=" xs:boolean "/>
<xs:element name="connectionPingIntervalSeconds" type=" OCIReportingConnectionPingIntervalSeconds "/>
<xs:element name="alterPasswords" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPasswordRulesModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPasswordRulesModifyRequest
Abstract no
Documentation Request to modify the system providers password rule setting applicable to System Adminstrator, Provisioning Administrator, and/or Service Provider Administrator, Group Administrator, Department Administrator, User. The response is either SuccessResponse or ErrorResponse. Replaced By: SystemPasswordRulesModifyRequest14sp3
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<rulesApplyTo> SystemPasswordRulesApplyTo </rulesApplyTo> [0..1]
<allowWebAddExternalAuthenticationUsers> xs:boolean </allowWebAddExternalAuthenticationUsers> [0..1]
<disallowUserId> xs:boolean </disallowUserId> [0..1]
<disallowOldPassword> xs:boolean </disallowOldPassword> [0..1]
<disallowReversedOldPassword> xs:boolean </disallowReversedOldPassword> [0..1]
<restrictMinDigits> xs:boolean </restrictMinDigits> [0..1]
<minDigits> PasswordMinDigits </minDigits> [0..1]
<restrictMinUpperCaseLetters> xs:boolean </restrictMinUpperCaseLetters> [0..1]
<minUpperCaseLetters> PasswordMinUpperCaseLetters </minUpperCaseLetters> [0..1]
<restrictMinLowerCaseLetters> xs:boolean </restrictMinLowerCaseLetters> [0..1]
<minLowerCaseLetters> PasswordMinLowerCaseLetters </minLowerCaseLetters> [0..1]
<restrictMinNonAlphanumericCharacters> xs:boolean </restrictMinNonAlphanumericCharacters> [0..1]
<minNonAlphanumericCharacters> PasswordMinNonAlphanumericCharacters </minNonAlphanumericCharacters> [0..1]
<minLength> PasswordMinLength </minLength> [0..1]
<maxFailedLoginAttempts> MaxFailedLoginAttempts </maxFailedLoginAttempts> [0..1]
<passwordExpiresDays> PasswordExpiresDays </passwordExpiresDays> [0..1]
<sendLoginDisabledNotifyEmail> xs:boolean </sendLoginDisabledNotifyEmail> [0..1]
<loginDisabledNotifyEmailAddress> EmailAddress </loginDisabledNotifyEmailAddress> [0..1]
<disallowRulesModification> xs:boolean </disallowRulesModification> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemPasswordRulesModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="rulesApplyTo" type=" SystemPasswordRulesApplyTo " minOccurs="0"/>
<xs:element name="allowWebAddExternalAuthenticationUsers" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowUserId" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowOldPassword" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowReversedOldPassword" type=" xs:boolean " minOccurs="0"/>
<xs:element name="restrictMinDigits" type=" xs:boolean " minOccurs="0"/>
<xs:element name="minDigits" type=" PasswordMinDigits " minOccurs="0"/>
<xs:element name="restrictMinUpperCaseLetters" type=" xs:boolean " minOccurs="0"/>
<xs:element name="minUpperCaseLetters" type=" PasswordMinUpperCaseLetters " minOccurs="0"/>
<xs:element name="restrictMinLowerCaseLetters" type=" xs:boolean " minOccurs="0"/>
<xs:element name="minLowerCaseLetters" type=" PasswordMinLowerCaseLetters " minOccurs="0"/>
<xs:element name="restrictMinNonAlphanumericCharacters" type=" xs:boolean " minOccurs="0"/>
<xs:element name="minNonAlphanumericCharacters" type=" PasswordMinNonAlphanumericCharacters " minOccurs="0"/>
<xs:element name="minLength" type=" PasswordMinLength " minOccurs="0"/>
<xs:element name="maxFailedLoginAttempts" type=" MaxFailedLoginAttempts " minOccurs="0"/>
<xs:element name="passwordExpiresDays" type=" PasswordExpiresDays " minOccurs="0"/>
<xs:element name="sendLoginDisabledNotifyEmail" type=" xs:boolean " minOccurs="0"/>
<xs:element name="loginDisabledNotifyEmailAddress" type=" EmailAddress " nillable="true" minOccurs="0"/>
<xs:element name="disallowRulesModification" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPolicyGetDefaultRequest14

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

Complex Type: SystemPolicyGetDefaultRequest14sp1

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

Complex Type: SystemPolicyGetDefaultResponse14

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemPolicyGetDefaultResponse14
Abstract no
Documentation Response to SystemPolicyGetDefaultRequest14. 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]
<groupUserAuthenticationAccess> GroupUserAuthenticationAccess </groupUserAuthenticationAccess> [1]
<groupUserGroupDirectoryAccess> GroupUserGroupDirectoryAccess </groupUserGroupDirectoryAccess> [1]
<groupUserProfileAccess> GroupUserProfileAccess </groupUserProfileAccess> [1]
<groupAdminProfileAccess> GroupAdminProfileAccess </groupAdminProfileAccess> [1]
<groupAdminUserAccess> GroupAdminUserAccess </groupAdminUserAccess> [1]
<groupAdminAdminAccess> GroupAdminAdminAccess </groupAdminAdminAccess> [1]
<groupAdminDepartmentAccess> GroupAdminDepartmentAccess </groupAdminDepartmentAccess> [1]
<groupAdminAccessDeviceAccess> GroupAdminAccessDeviceAccess </groupAdminAccessDeviceAccess> [1]
<groupAdminEnhancedServiceInstanceAccess> GroupAdminEnhancedServiceInstanceAccess </groupAdminEnhancedServiceInstanceAccess> [1]
<groupAdminFeatureAccessCodeAccess> GroupAdminFeatureAccessCodeAccess </groupAdminFeatureAccessCodeAccess> [1]
<groupAdminPhoneNumberExtensionAccess> GroupAdminPhoneNumberExtensionAccess </groupAdminPhoneNumberExtensionAccess> [1]
<groupAdminServiceAccess> GroupAdminServiceAccess </groupAdminServiceAccess> [1]
<serviceProviderAdminProfileAccess> ServiceProviderAdminProfileAccess </serviceProviderAdminProfileAccess> [1]
<serviceProviderAdminGroupAccess> ServiceProviderAdminGroupAccess </serviceProviderAdminGroupAccess> [1]
<serviceProviderAdminUserAccess> ServiceProviderAdminUserAccess </serviceProviderAdminUserAccess> [1]
<serviceProviderAdminAdminAccess> ServiceProviderAdminAdminAccess </serviceProviderAdminAdminAccess> [1]
<serviceProviderAdminDepartmentAccess> ServiceProviderAdminDepartmentAccess </serviceProviderAdminDepartmentAccess> [1]
<serviceProviderAdminAccessDeviceAccess> ServiceProviderAdminAccessDeviceAccess </serviceProviderAdminAccessDeviceAccess> [1]
<serviceProviderAdminPhoneNumberExtensionAccess> ServiceProviderAdminPhoneNumberExtensionAccess </serviceProviderAdminPhoneNumberExtensionAccess> [1]
<serviceProviderAdminServiceAccess> ServiceProviderAdminServiceAccess </serviceProviderAdminServiceAccess> [1]
<serviceProviderAdminServicePackAccess> ServiceProviderAdminServicePackAccess </serviceProviderAdminServicePackAccess> [1]
<serviceProviderAdminWebBrandingAccess> ServiceProviderAdminWebBrandingAccess </serviceProviderAdminWebBrandingAccess> [1]
<enterpriseAdminNetworkPolicyAccess> EnterpriseAdminNetworkPolicyAccess </enterpriseAdminNetworkPolicyAccess> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemPolicyGetDefaultResponse14">
<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="groupUserAuthenticationAccess" type=" GroupUserAuthenticationAccess "/>
<xs:element name="groupUserGroupDirectoryAccess" type=" GroupUserGroupDirectoryAccess "/>
<xs:element name="groupUserProfileAccess" type=" GroupUserProfileAccess "/>
<xs:element name="groupAdminProfileAccess" type=" GroupAdminProfileAccess "/>
<xs:element name="groupAdminUserAccess" type=" GroupAdminUserAccess "/>
<xs:element name="groupAdminAdminAccess" type=" GroupAdminAdminAccess "/>
<xs:element name="groupAdminDepartmentAccess" type=" GroupAdminDepartmentAccess "/>
<xs:element name="groupAdminAccessDeviceAccess" type=" GroupAdminAccessDeviceAccess "/>
<xs:element name="groupAdminEnhancedServiceInstanceAccess" type=" GroupAdminEnhancedServiceInstanceAccess "/>
<xs:element name="groupAdminFeatureAccessCodeAccess" type=" GroupAdminFeatureAccessCodeAccess "/>
<xs:element name="groupAdminPhoneNumberExtensionAccess" type=" GroupAdminPhoneNumberExtensionAccess "/>
<xs:element name="groupAdminServiceAccess" type=" GroupAdminServiceAccess "/>
<xs:element name="serviceProviderAdminProfileAccess" type=" ServiceProviderAdminProfileAccess "/>
<xs:element name="serviceProviderAdminGroupAccess" type=" ServiceProviderAdminGroupAccess "/>
<xs:element name="serviceProviderAdminUserAccess" type=" ServiceProviderAdminUserAccess "/>
<xs:element name="serviceProviderAdminAdminAccess" type=" ServiceProviderAdminAdminAccess "/>
<xs:element name="serviceProviderAdminDepartmentAccess" type=" ServiceProviderAdminDepartmentAccess "/>
<xs:element name="serviceProviderAdminAccessDeviceAccess" type=" ServiceProviderAdminAccessDeviceAccess "/>
<xs:element name="serviceProviderAdminPhoneNumberExtensionAccess" type=" ServiceProviderAdminPhoneNumberExtensionAccess "/>
<xs:element name="serviceProviderAdminServiceAccess" type=" ServiceProviderAdminServiceAccess "/>
<xs:element name="serviceProviderAdminServicePackAccess" type=" ServiceProviderAdminServicePackAccess "/>
<xs:element name="serviceProviderAdminWebBrandingAccess" type=" ServiceProviderAdminWebBrandingAccess "/>
<xs:element name="enterpriseAdminNetworkPolicyAccess" type=" EnterpriseAdminNetworkPolicyAccess "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPolicyGetDefaultResponse14sp1

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

Complex Type: SystemProvisioningValidationGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemProvisioningValidationGetRequest
Abstract no
Documentation Request to get the system's provisioning validation attributes. The response is either a SystemProvisioningValidationGetResponse or and 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="SystemProvisioningValidationGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemProvisioningValidationGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemProvisioningValidationGetResponse
Abstract no
Documentation Response to the SystemProvisioningValidationGetRequest.
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="SystemProvisioningValidationGetResponse">
<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: SystemSessionAuditGetRequest

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

Complex Type: SystemSessionAuditGetResponse

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

Complex Type: SystemSessionAuditModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSessionAuditModifyRequest
Abstract no
Documentation Modify the system level data associated with session sudit. The response is either a SuccessResponse or an ErrorResponse. Replaced By: SystemSessionAuditModifyRequest14sp3
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [0..1]
<intervalSeconds> SessionAuditIntervalSeconds </intervalSeconds> [0..1]
<timeoutPeriodSeconds> SessionAuditTimeoutPeriodSeconds </timeoutPeriodSeconds> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSessionAuditModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="intervalSeconds" type=" SessionAuditIntervalSeconds " minOccurs="0"/>
<xs:element name="timeoutPeriodSeconds" type=" SessionAuditTimeoutPeriodSeconds " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPAddACLEntryRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPAddACLEntryRequest14
Abstract no
Documentation Add an entry to the SIP access control list. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
<transportProtocol> SIPACLTransportProtocol </transportProtocol> [1]
<description> NetworkACLEntryDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPAddACLEntryRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="transportProtocol" type=" SIPACLTransportProtocol "/>
<xs:element name="description" type=" NetworkACLEntryDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeleteACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeleteACLEntryRequest
Abstract no
Documentation Delete an entry from the SIP access control list. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeleteACLEntryRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeAddRequest
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]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<authenticationOverride> xs:boolean </authenticationOverride> [1]
<RFC3264Hold> xs:boolean </RFC3264Hold> [1]
<isTrusted> xs:boolean </isTrusted> [1]
<E164Capable> xs:boolean </E164Capable> [1]
<routeAdvance> xs:boolean </routeAdvance> [1]
<forwardingOverride> xs:boolean </forwardingOverride> [1]
<wirelessIntegration> xs:boolean </wirelessIntegration> [1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<useBusinessTrunkingContact> xs:boolean </useBusinessTrunkingContact> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptions </cpeDeviceOptions> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeAddRequest">
<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="isMusicOnHoldDevice" type=" xs:boolean "/>
<xs:element name="authenticationOverride" type=" xs:boolean "/>
<xs:element name="RFC3264Hold" type=" xs:boolean "/>
<xs:element name="isTrusted" type=" xs:boolean "/>
<xs:element name="E164Capable" type=" xs:boolean "/>
<xs:element name="routeAdvance" type=" xs:boolean "/>
<xs:element name="forwardingOverride" type=" xs:boolean "/>
<xs:element name="wirelessIntegration" type=" xs:boolean "/>
<xs:element name="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="useBusinessTrunkingContact" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptions " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeAddRequest14sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeAddRequest14sp1
Abstract no
Documentation Request to add a sip device type. The response is either SuccessResponse or ErrorResponse. Replaced By: SystemSIPDeviceTypeAddRequest14sp2
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]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<authenticationOverride> xs:boolean </authenticationOverride> [1]
<RFC3264Hold> xs:boolean </RFC3264Hold> [1]
<isTrusted> xs:boolean </isTrusted> [1]
<E164Capable> xs:boolean </E164Capable> [1]
<routeAdvance> xs:boolean </routeAdvance> [1]
<forwardingOverride> xs:boolean </forwardingOverride> [1]
<wirelessIntegration> xs:boolean </wirelessIntegration> [1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<useBusinessTrunkingContact> xs:boolean </useBusinessTrunkingContact> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptions </cpeDeviceOptions> [0..1]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeAddRequest14sp1">
<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="isMusicOnHoldDevice" type=" xs:boolean "/>
<xs:element name="authenticationOverride" type=" xs:boolean "/>
<xs:element name="RFC3264Hold" type=" xs:boolean "/>
<xs:element name="isTrusted" type=" xs:boolean "/>
<xs:element name="E164Capable" type=" xs:boolean "/>
<xs:element name="routeAdvance" type=" xs:boolean "/>
<xs:element name="forwardingOverride" type=" xs:boolean "/>
<xs:element name="wirelessIntegration" type=" xs:boolean "/>
<xs:element name="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="useBusinessTrunkingContact" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptions " minOccurs="0"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeAddRequest14sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeAddRequest14sp2
Abstract no
Documentation Request to add a sip device type. The response is either SuccessResponse or ErrorResponse. Replaced By: SystemSIPDeviceTypeAddRequest14sp3
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]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<RFC3264Hold> xs:boolean </RFC3264Hold> [1]
<isTrusted> xs:boolean </isTrusted> [1]
<E164Capable> xs:boolean </E164Capable> [1]
<routeAdvance> xs:boolean </routeAdvance> [1]
<forwardingOverride> xs:boolean </forwardingOverride> [1]
<wirelessIntegration> xs:boolean </wirelessIntegration> [1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<useBusinessTrunkingContact> xs:boolean </useBusinessTrunkingContact> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptions </cpeDeviceOptions> [0..1]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeAddRequest14sp2">
<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="isMusicOnHoldDevice" type=" xs:boolean "/>
<xs:element name="RFC3264Hold" type=" xs:boolean "/>
<xs:element name="isTrusted" type=" xs:boolean "/>
<xs:element name="E164Capable" type=" xs:boolean "/>
<xs:element name="routeAdvance" type=" xs:boolean "/>
<xs:element name="forwardingOverride" type=" xs:boolean "/>
<xs:element name="wirelessIntegration" type=" xs:boolean "/>
<xs:element name="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="useBusinessTrunkingContact" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptions " 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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeAddRequest14sp3

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

Complex Type: SystemSIPDeviceTypeAddRequest14sp6

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

Complex Type: SystemSIPDeviceTypeFileAddRequest

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

Complex Type: SystemSIPDeviceTypeFileDeleteRequest

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

Complex Type: SystemSIPDeviceTypeFileGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeFileGetListRequest
Abstract no
Documentation Request to get the list of device files managed by the Device Management System, on a per-device type basis. The response is either SystemSIPDeviceTypeFileGetListResponse or ErrorResponse. Replaced By: SystemSIPDeviceTypeFileGetListRequest14sp8
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="SystemSIPDeviceTypeFileGetListRequest">
<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: SystemSIPDeviceTypeFileGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeFileGetListResponse
Abstract no
Documentation Response to SystemSIPDeviceTypeFileGetListRequest. Contains a table of device files managed by the Device Management System on a per-device type basis. The column headings are: "File Type", "File Format", "Is Authenticated". Replaced By: SystemSIPDeviceTypeFileGetListResponse14sp8
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceTypeFilesTable> core:OCITable </deviceTypeFilesTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeFileGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="deviceTypeFilesTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeFileGetRequest

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

Complex Type: SystemSIPDeviceTypeFileGetResponse

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

Complex Type: SystemSIPDeviceTypeFileModifyRequest

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

Complex Type: SystemSIPDeviceTypeGetRequest

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

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

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

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

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetResponse
Abstract no
Documentation Response to SystemSIPDeviceTypeGetRequest.
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]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<authenticationOverride> xs:boolean </authenticationOverride> [1]
<RFC3264Hold> xs:boolean </RFC3264Hold> [1]
<isTrusted> xs:boolean </isTrusted> [1]
<E164Capable> xs:boolean </E164Capable> [1]
<routeAdvance> xs:boolean </routeAdvance> [1]
<forwardingOverride> xs:boolean </forwardingOverride> [1]
<wirelessIntegration> xs:boolean </wirelessIntegration> [1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<useBusinessTrunkingContact> xs:boolean </useBusinessTrunkingContact> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptions </cpeDeviceOptions> [0..1]
<protocolChoice> AccessDeviceProtocol </protocolChoice> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetResponse">
<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="isMusicOnHoldDevice" type=" xs:boolean "/>
<xs:element name="authenticationOverride" type=" xs:boolean "/>
<xs:element name="RFC3264Hold" type=" xs:boolean "/>
<xs:element name="isTrusted" type=" xs:boolean "/>
<xs:element name="E164Capable" type=" xs:boolean "/>
<xs:element name="routeAdvance" type=" xs:boolean "/>
<xs:element name="forwardingOverride" type=" xs:boolean "/>
<xs:element name="wirelessIntegration" type=" xs:boolean "/>
<xs:element name="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="useBusinessTrunkingContact" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptions " minOccurs="0"/>
<xs:element name="protocolChoice" type=" AccessDeviceProtocol " maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetResponse14sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetResponse14sp1
Abstract no
Documentation Response to SystemSIPDeviceTypeGetRequest14sp1.
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]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<authenticationOverride> xs:boolean </authenticationOverride> [1]
<RFC3264Hold> xs:boolean </RFC3264Hold> [1]
<isTrusted> xs:boolean </isTrusted> [1]
<E164Capable> xs:boolean </E164Capable> [1]
<routeAdvance> xs:boolean </routeAdvance> [1]
<forwardingOverride> xs:boolean </forwardingOverride> [1]
<wirelessIntegration> xs:boolean </wirelessIntegration> [1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<useBusinessTrunkingContact> xs:boolean </useBusinessTrunkingContact> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptions </cpeDeviceOptions> [0..1]
<protocolChoice> AccessDeviceProtocol </protocolChoice> [1..*]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetResponse14sp1">
<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="isMusicOnHoldDevice" type=" xs:boolean "/>
<xs:element name="authenticationOverride" type=" xs:boolean "/>
<xs:element name="RFC3264Hold" type=" xs:boolean "/>
<xs:element name="isTrusted" type=" xs:boolean "/>
<xs:element name="E164Capable" type=" xs:boolean "/>
<xs:element name="routeAdvance" type=" xs:boolean "/>
<xs:element name="forwardingOverride" type=" xs:boolean "/>
<xs:element name="wirelessIntegration" type=" xs:boolean "/>
<xs:element name="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="useBusinessTrunkingContact" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptions " minOccurs="0"/>
<xs:element name="protocolChoice" type=" AccessDeviceProtocol " maxOccurs="unbounded"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetResponse14sp2

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetResponse14sp2
Abstract no
Documentation Response to SystemSIPDeviceTypeGetRequest14sp2. Replaced By: SystemSIPDeviceTypeGetResponse14sp3
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]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<RFC3264Hold> xs:boolean </RFC3264Hold> [1]
<isTrusted> xs:boolean </isTrusted> [1]
<E164Capable> xs:boolean </E164Capable> [1]
<routeAdvance> xs:boolean </routeAdvance> [1]
<forwardingOverride> xs:boolean </forwardingOverride> [1]
<wirelessIntegration> xs:boolean </wirelessIntegration> [1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<useBusinessTrunkingContact> xs:boolean </useBusinessTrunkingContact> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptions </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]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetResponse14sp2">
<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="isMusicOnHoldDevice" type=" xs:boolean "/>
<xs:element name="RFC3264Hold" type=" xs:boolean "/>
<xs:element name="isTrusted" type=" xs:boolean "/>
<xs:element name="E164Capable" type=" xs:boolean "/>
<xs:element name="routeAdvance" type=" xs:boolean "/>
<xs:element name="forwardingOverride" type=" xs:boolean "/>
<xs:element name="wirelessIntegration" type=" xs:boolean "/>
<xs:element name="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="useBusinessTrunkingContact" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptions " 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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetResponse14sp3

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

Complex Type: SystemSIPDeviceTypeGetResponse14sp6

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

Complex Type: SystemSIPDeviceTypeModifyRequest

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

Complex Type: SystemSIPDeviceTypeModifyRequest14sp2

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

Complex Type: SystemSIPModifyACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPModifyACLEntryRequest
Abstract no
Documentation Modify an entry from the SIP access control list. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
<transportProtocol> SIPACLTransportProtocol </transportProtocol> [0..1]
<description> NetworkACLEntryDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPModifyACLEntryRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="transportProtocol" type=" SIPACLTransportProtocol " minOccurs="0"/>
<xs:element name="description" type=" NetworkACLEntryDescription " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSMDIAddACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSMDIAddACLEntryRequest
Abstract no
Documentation Add an entry to the SMDI access control list. 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. -->
<netAddress> NetAddress </netAddress> [1]
<description> NetworkACLEntryDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSMDIAddACLEntryRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="description" type=" NetworkACLEntryDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSMDIDeleteACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSMDIDeleteACLEntryRequest
Abstract no
Documentation Delete an entry from the SMDI access control list. 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. -->
<netAddress> NetAddress </netAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSMDIDeleteACLEntryRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSMDIModifyACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSMDIModifyACLEntryRequest
Abstract no
Documentation Modify an entry from the SMDI access control list. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
<description> NetworkACLEntryDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSMDIModifyACLEntryRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="description" type=" NetworkACLEntryDescription " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSMPPGetRequest

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

Complex Type: SystemSMPPGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSMPPGetResponse
Abstract no
Documentation Response to SystemSMPPGetRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<primarySMPPServerNetAddress> NetAddress </primarySMPPServerNetAddress> [0..1]
<primarySMPPPort> Port </primarySMPPPort> [1]
<secondarySMPPServerNetAddress> NetAddress </secondarySMPPServerNetAddress> [0..1]
<secondarySMPPPort> Port </secondarySMPPPort> [1]
<systemId> SMPPSystemId </systemId> [0..1]
<password> SMPPPassword </password> [0..1]
<version> SMPPVersion </version> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSMPPGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="primarySMPPServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="primarySMPPPort" type=" Port "/>
<xs:element name="secondarySMPPServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="secondarySMPPPort" type=" Port "/>
<xs:element name="systemId" type=" SMPPSystemId " minOccurs="0"/>
<xs:element name="password" type=" SMPPPassword " minOccurs="0"/>
<xs:element name="version" type=" SMPPVersion "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSubscriberGetCallProcessingParametersRequest

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

Complex Type: SystemSubscriberGetCallProcessingParametersRequest14sp3

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

Complex Type: SystemSubscriberGetCallProcessingParametersResponse

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

Complex Type: SystemSubscriberGetCallProcessingParametersResponse14sp3

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

Complex Type: SystemSubscriberModifyCallProcessingParametersRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSubscriberModifyCallProcessingParametersRequest
Abstract no
Documentation Modify the system call processing configuration for all subscribers. The response is either a SuccessResponse or an ErrorResponse. Replaced By: SystemSubscriberModifyCallProcessingParametersRequest14sp7
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userCallingLineIdSelection> SystemUserCallingLineIdSelection </userCallingLineIdSelection> [0..1]
<isExtendedCallingLineIdActive> xs:boolean </isExtendedCallingLineIdActive> [0..1]
<isRingTimeOutActive> xs:boolean </isRingTimeOutActive> [0..1]
<ringTimeoutSeconds> SystemUserRingTimeoutSeconds </ringTimeoutSeconds> [0..1]
<allowEmergencyRemoteOfficeOriginations> xs:boolean </allowEmergencyRemoteOfficeOriginations> [0..1]
<maxNoAnswerNumberOfRings> MaxNoAnswerNumberOfRings </maxNoAnswerNumberOfRings> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSubscriberModifyCallProcessingParametersRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userCallingLineIdSelection" type=" SystemUserCallingLineIdSelection " minOccurs="0"/>
<xs:element name="isExtendedCallingLineIdActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="isRingTimeOutActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="ringTimeoutSeconds" type=" SystemUserRingTimeoutSeconds " minOccurs="0"/>
<xs:element name="allowEmergencyRemoteOfficeOriginations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxNoAnswerNumberOfRings" type=" MaxNoAnswerNumberOfRings " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTrunkGroupUserCreationTaskGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTrunkGroupUserCreationTaskGetListRequest
Abstract no
Documentation Get the list of user creation tasks in the system. The response is either SystemTrunkGroupUserCreationTaskGetListResponse 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="SystemTrunkGroupUserCreationTaskGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTrunkGroupUserCreationTaskGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemTrunkGroupUserCreationTaskGetListResponse
Abstract no
Documentation Response to SystemTrunkGroupUserCreationTaskGetListRequest. Contains a table with a row for each user creation task and column headings : "Service User Id", "Group Id", "Organization Id", "Organization Type", "Name", "Status", "Users Created", "Total Users To Create", "Error Count". The "Organization Id" column is populated with either a service provider Id or an enterprise Id. The "Organization Type" column is populated with one of the enumerated strings defined in the OrganizationType OCI data type. Please see OCISchemaDataTypes.xsd for details on OrganizationType.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<taskTable> core:OCITable </taskTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTrunkGroupUserCreationTaskGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="taskTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupGetPasscodeRulesRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupGetPasscodeRulesRequest14
Abstract no
Documentation Requests the system voice portal passcode rules setting. The response is either SystemVoiceMessagingGroupGetPasscodeRulesResponse14 or ErrorResponse. Replaced By: SystemPortalPasscodeRulesGetRequest
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="SystemVoiceMessagingGroupGetPasscodeRulesRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupGetPasscodeRulesResponse14

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupGetPasscodeRulesResponse14
Abstract no
Documentation Response to SystemVoiceMessagingGroupGetPasscodeRulesRequest14. Contains the system voice portal passcode rules setting. Replaced By: SystemPortalPasscodeRulesGetResponse
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<disallowRepeatedDigits> xs:boolean </disallowRepeatedDigits> [1]
<disallowUserNumber> xs:boolean </disallowUserNumber> [1]
<disallowReversedUserNumber> xs:boolean </disallowReversedUserNumber> [1]
<disallowOldPasscode> xs:boolean </disallowOldPasscode> [1]
<disallowReversedOldPasscode> xs:boolean </disallowReversedOldPasscode> [1]
<minCodeLength> VoiceMessagingMinPasscodeCodeLength </minCodeLength> [1]
<maxCodeLength> VoiceMessagingMaxPasscodeCodeLength </maxCodeLength> [1]
<disableLoginAfterMaxFailedLoginAttempts> xs:boolean </disableLoginAfterMaxFailedLoginAttempts> [1]
<maxFailedLoginAttempts> VoiceMessagingMaxFailedLoginAttempts </maxFailedLoginAttempts> [0..1]
<expirePassword> xs:boolean </expirePassword> [1]
<passcodeExpiresDays> VoiceMessagingPasscodeExpiresDays </passcodeExpiresDays> [0..1]
<sendLoginDisabledNotifyEmail> xs:boolean </sendLoginDisabledNotifyEmail> [1]
<loginDisabledNotifyEmailAddress> EmailAddress </loginDisabledNotifyEmailAddress> [0..1]
<defaultPassword> Password </defaultPassword> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessagingGroupGetPasscodeRulesResponse14">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="disallowRepeatedDigits" type=" xs:boolean "/>
<xs:element name="disallowUserNumber" type=" xs:boolean "/>
<xs:element name="disallowReversedUserNumber" type=" xs:boolean "/>
<xs:element name="disallowOldPasscode" type=" xs:boolean "/>
<xs:element name="disallowReversedOldPasscode" type=" xs:boolean "/>
<xs:element name="minCodeLength" type=" VoiceMessagingMinPasscodeCodeLength "/>
<xs:element name="maxCodeLength" type=" VoiceMessagingMaxPasscodeCodeLength "/>
<xs:element name="disableLoginAfterMaxFailedLoginAttempts" type=" xs:boolean "/>
<xs:element name="maxFailedLoginAttempts" type=" VoiceMessagingMaxFailedLoginAttempts " minOccurs="0"/>
<xs:element name="expirePassword" type=" xs:boolean "/>
<xs:element name="passcodeExpiresDays" type=" VoiceMessagingPasscodeExpiresDays " minOccurs="0"/>
<xs:element name="sendLoginDisabledNotifyEmail" type=" xs:boolean "/>
<xs:element name="loginDisabledNotifyEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="defaultPassword" type=" Password "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVoiceMessagingGroupModifyPasscodeRulesRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemVoiceMessagingGroupModifyPasscodeRulesRequest
Abstract no
Documentation Request to modify the system voice portal passcode rules setting. The response is either SuccessResponse or ErrorResponse. Replaced By: SystemPortalPasscodeRulesModifyRequest
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<disallowRepeatedDigits> xs:boolean </disallowRepeatedDigits> [0..1]
<disallowUserNumber> xs:boolean </disallowUserNumber> [0..1]
<disallowReversedUserNumber> xs:boolean </disallowReversedUserNumber> [0..1]
<disallowOldPasscode> xs:boolean </disallowOldPasscode> [0..1]
<disallowReversedOldPasscode> xs:boolean </disallowReversedOldPasscode> [0..1]
<minCodeLength> VoiceMessagingMinPasscodeCodeLength </minCodeLength> [0..1]
<maxCodeLength> VoiceMessagingMaxPasscodeCodeLength </maxCodeLength> [0..1]
<disableLoginAfterMaxFailedLoginAttempts> xs:boolean </disableLoginAfterMaxFailedLoginAttempts> [0..1]
<maxFailedLoginAttempts> VoiceMessagingMaxFailedLoginAttempts </maxFailedLoginAttempts> [0..1]
<expirePassword> xs:boolean </expirePassword> [0..1]
<passcodeExpiresDays> VoiceMessagingPasscodeExpiresDays </passcodeExpiresDays> [0..1]
<sendLoginDisabledNotifyEmail> xs:boolean </sendLoginDisabledNotifyEmail> [0..1]
<loginDisabledNotifyEmailAddress> EmailAddress </loginDisabledNotifyEmailAddress> [0..1]
<defaultPassword> Password </defaultPassword> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemVoiceMessagingGroupModifyPasscodeRulesRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="disallowRepeatedDigits" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowUserNumber" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowReversedUserNumber" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowOldPasscode" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowReversedOldPasscode" type=" xs:boolean " minOccurs="0"/>
<xs:element name="minCodeLength" type=" VoiceMessagingMinPasscodeCodeLength " minOccurs="0"/>
<xs:element name="maxCodeLength" type=" VoiceMessagingMaxPasscodeCodeLength " minOccurs="0"/>
<xs:element name="disableLoginAfterMaxFailedLoginAttempts" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFailedLoginAttempts" type=" VoiceMessagingMaxFailedLoginAttempts " minOccurs="0"/>
<xs:element name="expirePassword" type=" xs:boolean " minOccurs="0"/>
<xs:element name="passcodeExpiresDays" type=" VoiceMessagingPasscodeExpiresDays " minOccurs="0"/>
<xs:element name="sendLoginDisabledNotifyEmail" type=" xs:boolean " minOccurs="0"/>
<xs:element name="loginDisabledNotifyEmailAddress" type=" EmailAddress " nillable="true" minOccurs="0"/>
<xs:element name="defaultPassword" type=" Password " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: TrunkGroupDeviceEndpointRead

Parent type: None
Sub-types: None
Name TrunkGroupDeviceEndpointRead
Abstract no
Documentation Trunk group device endpoint.
XML Instance Representation
<...>
<serviceUserId> UserId </serviceUserId> [1]
<name> TrunkGroupDeviceName </name> [1]
<linePort> AccessDeviceEndpointLinePort </linePort> [1]
<contact> SIPContact </contact> [0..1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<useDomain> xs:boolean </useDomain> [1]
</...>
Schema Component Representation
<xs:complexType name="TrunkGroupDeviceEndpointRead">
<xs:sequence>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="name" type=" TrunkGroupDeviceName "/>
<xs:element name="linePort" type=" AccessDeviceEndpointLinePort "/>
<xs:element name="contact" type=" SIPContact " minOccurs="0"/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="useDomain" type=" xs:boolean "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: UserAddRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserAddRequest14
Abstract no
Documentation Request to add a user. The domain is required in the userId. The password is not required if external authentication is enabled. 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> Extension </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]
<trunkGroupDeviceEndpoint> TrunkGroupDeviceEndpointAdd </trunkGroupDeviceEndpoint> [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]
</...>
Schema Component Representation
<xs:complexType name="UserAddRequest14">
<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=" Extension " 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="trunkGroupDeviceEndpoint" type=" TrunkGroupDeviceEndpointAdd " 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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserAttendantConsoleGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserAttendantConsoleGetRequest
Abstract no
Documentation Request user's attendant console settings. The response is either a UserAttendantConsoleGetResponse 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="UserAttendantConsoleGetRequest">
<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: UserAttendantConsoleGetResponse

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

Complex Type: UserBasicCallLogsGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserBasicCallLogsGetListRequest
Abstract no
Documentation Request user's call logs. If the callLogType is not specified, all types of calls are returned. The response is either a UserBasicCallLogsGetListResponse or an ErrorResponse. Replaced By: UserBasicCallLogsGetListRequest14sp4
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<callLogType> BasicCallLogsType </callLogType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserBasicCallLogsGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="callLogType" type=" BasicCallLogsType " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserBasicCallLogsGetListResponse

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

Complex Type: UserCallCenterGetListRequest

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserCallCenterGetListResponse
Abstract no
Documentation Response to the UserCallCentersLoginGetListRequest. Indicates whether the agent is current available (logged in) to each call center in the list. Contains a table with column headings: "Service User Id", "Phone Number", "Extension", "Available", "Logoff Allowed". ***** NOTE: Prior to release 14sp1, the AppServer had a bug that caused it to emit column heading "Service User ID" with ***** the ID capitalized. Beginning in release 14sp1, the appserver is compliant with the schema and emits a ***** the column heading "Service User Id". Replaced By: UserCallCenterGetResponse
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="UserCallCenterGetListResponse">
<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: UserCallCenterModifyAvailabilityListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallCenterModifyAvailabilityListRequest
Abstract no
Documentation Request for an agent to login or logout of one or more Call Centers. Contains a list specifing the desired login status of one or more call centers. The response is either a SuccessResponse or an ErrorResponse. Replaced By: UserCallCenterModifyRequest
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<callCenterAvailability> CallCenterAgentAvailability </callCenterAvailability> [0..*]
</...>
Schema Component Representation
<xs:complexType name="UserCallCenterModifyAvailabilityListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="callCenterAvailability" type=" CallCenterAgentAvailability " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallLogsClearRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallLogsClearRequest
Abstract no
Documentation Clear a user's call logs associated with Basic Call Logs and Enhanced Call Logs features. The response is either a SuccessResponse or an ErrorResponse. Replaced By: UserCallLogsClearRequest14sp4
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="UserCallLogsClearRequest">
<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: UserCallProcessingGetPolicyRequest14

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

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserCallProcessingGetPolicyResponse14
Abstract no
Documentation Response to UserCallProcessingGetPolicyRequest14.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useUserSetting> xs:boolean </useUserSetting> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserCallProcessingGetPolicyResponse14">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useUserSetting" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes "/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection "/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallProcessingGetPolicyResponse14sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserCallProcessingGetPolicyResponse14sp1
Abstract no
Documentation Response to UserCallProcessingGetPolicyRequest14sp1. Replaced By: UserCallProcessingGetPolicyResponse14sp7
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useUserSetting> xs:boolean </useUserSetting> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls </maxConcurrentRedirectedCalls> [1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth </maxFindMeFollowMeDepth> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth </maxRedirectionDepth> [1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations </maxConcurrentFindMeFollowMeInvocations> [1]
</...>
Schema Component Representation
<xs:complexType name="UserCallProcessingGetPolicyResponse14sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useUserSetting" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes "/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection "/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth "/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean "/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallProcessingModifyPolicyRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserCallProcessingModifyPolicyRequest14
Abstract no
Documentation Modify the user level data associated with Call Procesing Policy. The response is either a SuccessResponse or an ErrorResponse. Replaced By: UserCallProcessingModifyPolicyRequest14sp7
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<useUserSetting> xs:boolean </useUserSetting> [0..1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes </maxCallTimeForAnsweredCallsMinutes> [0..1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [0..1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes </maxCallTimeForUnansweredCallsMinutes> [0..1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [0..1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls </maxConcurrentRedirectedCalls> [0..1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [0..1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth </maxFindMeFollowMeDepth> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth </maxRedirectionDepth> [0..1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [0..1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations </maxConcurrentFindMeFollowMeInvocations> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserCallProcessingModifyPolicyRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="useUserSetting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes " minOccurs="0"/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes " minOccurs="0"/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection " minOccurs="0"/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " nillable="true" minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls " minOccurs="0"/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth " minOccurs="0"/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserCallTransferGetRequest

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

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

Complex Type: UserChargeNumberGetRequest

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

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

Complex Type: UserDirectedCallPickupWithBargeInGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserDirectedCallPickupWithBargeInGetRequest
Abstract no
Documentation Request the user level data associated with Directed Call Pickup With Barge In. The response is either a UserDirectedCallPickupWithBargeInGetResponse 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="UserDirectedCallPickupWithBargeInGetRequest">
<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: UserDirectedCallPickupWithBargeInGetResponse

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

Complex Type: UserEnhancedCallLogsGetListRequest

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

Complex Type: UserEnhancedCallLogsGetListResponse

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

Complex Type: UserGetRequest14

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

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserGetResponse14
Abstract no
Documentation Response to UserGetRequest14.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<lastName> LastName </lastName> [1]
<firstName> FirstName </firstName> [1]
<callingLineIdLastName> CallingLineIdLastName </callingLineIdLastName> [1]
<callingLineIdFirstName> CallingLineIdFirstName </callingLineIdFirstName> [1]
<hiraganaLastName> HiraganaLastName </hiraganaLastName> [0..1]
<hiraganaFirstName> HiraganaFirstName </hiraganaFirstName> [0..1]
<phoneNumber> DN </phoneNumber> [0..1]
<extension> Extension </extension> [0..1]
<callingLineIdPhoneNumber> DN </callingLineIdPhoneNumber> [0..1]
<department> DepartmentKey </department> [0..1]
<departmentFullPath> DepartmentFullPathName </departmentFullPath> [0..1]
<language> Language </language> [1]
<timeZone> TimeZone </timeZone> [1]
<timeZoneDisplayName> TimeZoneDisplayName </timeZoneDisplayName> [1]
<defaultAlias> SIPURI </defaultAlias> [1]
<alias> SIPURI </alias> [0..3]
Start Choice [1]
<accessDeviceEndpoint> AccessDeviceEndpointRead14 </accessDeviceEndpoint> [0..1]
<trunkGroupDeviceEndpoint> TrunkGroupDeviceEndpointRead </trunkGroupDeviceEndpoint> [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]
</...>
Schema Component Representation
<xs:complexType name="UserGetResponse14">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="lastName" type=" LastName "/>
<xs:element name="firstName" type=" FirstName "/>
<xs:element name="callingLineIdLastName" type=" CallingLineIdLastName "/>
<xs:element name="callingLineIdFirstName" type=" CallingLineIdFirstName "/>
<xs:element name="hiraganaLastName" type=" HiraganaLastName " minOccurs="0"/>
<xs:element name="hiraganaFirstName" type=" HiraganaFirstName " minOccurs="0"/>
<xs:element name="phoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="extension" type=" Extension " minOccurs="0"/>
<xs:element name="callingLineIdPhoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " minOccurs="0"/>
<xs:element name="departmentFullPath" type=" DepartmentFullPathName " minOccurs="0"/>
<xs:element name="language" type=" Language "/>
<xs:element name="timeZone" type=" TimeZone "/>
<xs:element name="timeZoneDisplayName" type=" TimeZoneDisplayName "/>
<xs:element name="defaultAlias" type=" SIPURI "/>
<xs:element name="alias" type=" SIPURI " minOccurs="0" maxOccurs="3"/>
<xs:choice>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointRead14 " minOccurs="0"/>
<xs:element name="trunkGroupDeviceEndpoint" type=" TrunkGroupDeviceEndpointRead " 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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserGetResponse14sp4

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserGetResponse14sp4
Abstract no
Documentation Response to UserGetRequest14sp4.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<lastName> LastName </lastName> [1]
<firstName> FirstName </firstName> [1]
<callingLineIdLastName> CallingLineIdLastName </callingLineIdLastName> [1]
<callingLineIdFirstName> CallingLineIdFirstName </callingLineIdFirstName> [1]
<hiraganaLastName> HiraganaLastName </hiraganaLastName> [0..1]
<hiraganaFirstName> HiraganaFirstName </hiraganaFirstName> [0..1]
<phoneNumber> DN </phoneNumber> [0..1]
<extension> Extension </extension> [0..1]
<callingLineIdPhoneNumber> DN </callingLineIdPhoneNumber> [0..1]
<department> DepartmentKey </department> [0..1]
<departmentFullPath> DepartmentFullPathName </departmentFullPath> [0..1]
<language> Language </language> [1]
<timeZone> TimeZone </timeZone> [1]
<timeZoneDisplayName> TimeZoneDisplayName </timeZoneDisplayName> [1]
<defaultAlias> SIPURI </defaultAlias> [1]
<alias> SIPURI </alias> [0..3]
Start Choice [1]
<accessDeviceEndpoint> AccessDeviceEndpointRead14 </accessDeviceEndpoint> [0..1]
<trunkGroupDeviceEndpoint> TrunkGroupDeviceEndpointRead14sp4 </trunkGroupDeviceEndpoint> [0..1]
End Choice
<title> Title </title> [0..1]
<pagerPhoneNumber> InformationalDN </pagerPhoneNumber> [0..1]
<mobilePhoneNumber> OutgoingDN </mobilePhoneNumber> [0..1]
<emailAddress> EmailAddress </emailAddress> [0..1]
<yahooId> YahooId </yahooId> [0..1]
<addressLocation> AddressLocation </addressLocation> [0..1]
<address> StreetAddress </address> [0..1]
<countryCode> CountryCode </countryCode> [0..1]
<nationalPrefix> NationalPrefix </nationalPrefix> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserGetResponse14sp4">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="lastName" type=" LastName "/>
<xs:element name="firstName" type=" FirstName "/>
<xs:element name="callingLineIdLastName" type=" CallingLineIdLastName "/>
<xs:element name="callingLineIdFirstName" type=" CallingLineIdFirstName "/>
<xs:element name="hiraganaLastName" type=" HiraganaLastName " minOccurs="0"/>
<xs:element name="hiraganaFirstName" type=" HiraganaFirstName " minOccurs="0"/>
<xs:element name="phoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="extension" type=" Extension " minOccurs="0"/>
<xs:element name="callingLineIdPhoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " minOccurs="0"/>
<xs:element name="departmentFullPath" type=" DepartmentFullPathName " minOccurs="0"/>
<xs:element name="language" type=" Language "/>
<xs:element name="timeZone" type=" TimeZone "/>
<xs:element name="timeZoneDisplayName" type=" TimeZoneDisplayName "/>
<xs:element name="defaultAlias" type=" SIPURI "/>
<xs:element name="alias" type=" SIPURI " minOccurs="0" maxOccurs="3"/>
<xs:choice>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointRead14 " minOccurs="0"/>
<xs:element name="trunkGroupDeviceEndpoint" type=" TrunkGroupDeviceEndpointRead14sp4 " minOccurs="0"/>
</xs:choice>
<xs:element name="title" type=" Title " minOccurs="0"/>
<xs:element name="pagerPhoneNumber" type=" InformationalDN " minOccurs="0"/>
<xs:element name="mobilePhoneNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="emailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="yahooId" type=" YahooId " minOccurs="0"/>
<xs:element name="addressLocation" type=" AddressLocation " minOccurs="0"/>
<xs:element name="address" type=" StreetAddress " minOccurs="0"/>
<xs:element name="countryCode" type=" CountryCode " minOccurs="0"/>
<xs:element name="nationalPrefix" type=" NationalPrefix " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserHotelingGuestGetRequest14

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

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserHotelingGuestGetResponse14
Abstract no
Documentation Response to UserHotelingGuestGetRequest14. Replaced By: UserSharedCallAppearanceAddEndpointRequest14sp2
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<associationLimitHours> HotelingAssociationLimitHours </associationLimitHours> [1]
<hostUserId> UserId </hostUserId> [0..1]
<hostLastName> LastName </hostLastName> [0..1]
<hostFirstName> FirstName </hostFirstName> [0..1]
<hostAssociationDateTime> xs:dateTime </hostAssociationDateTime> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserHotelingGuestGetResponse14">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="associationLimitHours" type=" HotelingAssociationLimitHours "/>
<xs:element name="hostUserId" type=" UserId " minOccurs="0"/>
<xs:element name="hostLastName" type=" LastName " minOccurs="0"/>
<xs:element name="hostFirstName" type=" FirstName " minOccurs="0"/>
<xs:element name="hostAssociationDateTime" type=" xs:dateTime " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserHotelingGuestGetResponse14sp2

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserHotelingGuestGetResponse14sp2
Abstract no
Documentation Response to UserHotelingGuestGetRequest14. Replaced by: UserHotelingGuestGetResponse14sp4
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<associationLimitHours> HotelingAssociationLimitHours </associationLimitHours> [1]
<hostUserId> UserId </hostUserId> [0..1]
<hostLastName> LastName </hostLastName> [0..1]
<hostFirstName> FirstName </hostFirstName> [0..1]
<hostAssociationDateTime> xs:dateTime </hostAssociationDateTime> [0..1]
<hostAssociationLimitHours> HotelingAssociationLimitHours </hostAssociationLimitHours> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserHotelingGuestGetResponse14sp2">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="associationLimitHours" type=" HotelingAssociationLimitHours "/>
<xs:element name="hostUserId" type=" UserId " minOccurs="0"/>
<xs:element name="hostLastName" type=" LastName " minOccurs="0"/>
<xs:element name="hostFirstName" type=" FirstName " minOccurs="0"/>
<xs:element name="hostAssociationDateTime" type=" xs:dateTime " minOccurs="0"/>
<xs:element name="hostAssociationLimitHours" type=" HotelingAssociationLimitHours " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserHotelingHostGetRequest14

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

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

Complex Type: UserModifyRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserModifyRequest14
Abstract no
Documentation Request to modify a 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> Extension </extension> [0..1]
<callingLineIdPhoneNumber> DN </callingLineIdPhoneNumber> [0..1]
<oldPassword> Password </oldPassword> [0..1]
<newPassword> Password </newPassword> [0..1]
<department> DepartmentKey </department> [0..1]
<language> Language </language> [0..1]
<timeZone> TimeZone </timeZone> [0..1]
<sipAliasList> ReplacementSIPAliasList </sipAliasList> [0..1]
<endpoint> [0..1]
Start Choice [1]
<accessDeviceEndpoint> AccessDeviceEndpointModify </accessDeviceEndpoint> [1]
<trunkGroupDeviceEndpoint> TrunkGroupDeviceEndpointModify </trunkGroupDeviceEndpoint> [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]
</...>
Schema Component Representation
<xs:complexType name="UserModifyRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="lastName" type=" LastName " minOccurs="0"/>
<xs:element name="firstName" type=" FirstName " minOccurs="0"/>
<xs:element name="callingLineIdLastName" type=" CallingLineIdLastName " minOccurs="0"/>
<xs:element name="callingLineIdFirstName" type=" CallingLineIdFirstName " minOccurs="0"/>
<xs:element name="hiraganaLastName" type=" HiraganaLastName " minOccurs="0"/>
<xs:element name="hiraganaFirstName" type=" HiraganaFirstName " minOccurs="0"/>
<xs:element name="phoneNumber" type=" DN " nillable="true" minOccurs="0"/>
<xs:element name="extension" type=" Extension " nillable="true" minOccurs="0"/>
<xs:element name="callingLineIdPhoneNumber" type=" DN " nillable="true" minOccurs="0"/>
<xs:element name="oldPassword" type=" Password " minOccurs="0"/>
<xs:element name="newPassword" type=" Password " nillable="true" minOccurs="0"/>
<xs:element name="department" type=" DepartmentKey " nillable="true" minOccurs="0"/>
<xs:element name="language" type=" Language " minOccurs="0"/>
<xs:element name="timeZone" type=" TimeZone " minOccurs="0"/>
<xs:element name="sipAliasList" type=" ReplacementSIPAliasList " nillable="true" minOccurs="0"/>
<xs:element name="endpoint" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointModify "/>
<xs:element name="trunkGroupDeviceEndpoint" type=" TrunkGroupDeviceEndpointModify "/>
</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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserPrivacyGetRequest

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

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

Complex Type: UserSequentialRingGetRequest13mp16

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserSequentialRingGetResponse13mp16
Abstract no
Documentation Response to the UserSequentialRingGetRequest13mp16. The criteria table's column headings are: "Is Active", "Criteria Name", "Time Schedule" and "Calls From". Replaced By: UserSequentialRingGetResponse14sp4
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<ringBaseLocationFirst> xs:boolean </ringBaseLocationFirst> [1]
<baseLocationNumberOfRings> SequentialRingNumberOfRings </baseLocationNumberOfRings> [1]
<continueIfBaseLocationIsBusy> xs:boolean </continueIfBaseLocationIsBusy> [1]
<callerMayStopSearch> xs:boolean </callerMayStopSearch> [1]
<Location01> SequentialRingLocation </Location01> [1]
<Location02> SequentialRingLocation </Location02> [1]
<Location03> SequentialRingLocation </Location03> [1]
<Location04> SequentialRingLocation </Location04> [1]
<Location05> SequentialRingLocation </Location05> [1]
<criteriaTable> core:OCITable </criteriaTable> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSequentialRingGetResponse13mp16">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="ringBaseLocationFirst" type=" xs:boolean "/>
<xs:element name="baseLocationNumberOfRings" type=" SequentialRingNumberOfRings "/>
<xs:element name="continueIfBaseLocationIsBusy" type=" xs:boolean "/>
<xs:element name="callerMayStopSearch" type=" xs:boolean "/>
<xs:element name="Location01" type=" SequentialRingLocation "/>
<xs:element name="Location02" type=" SequentialRingLocation "/>
<xs:element name="Location03" type=" SequentialRingLocation "/>
<xs:element name="Location04" type=" SequentialRingLocation "/>
<xs:element name="Location05" type=" SequentialRingLocation "/>
<xs:element name="criteriaTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSharedCallAppearanceAddEndpointRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSharedCallAppearanceAddEndpointRequest14
Abstract no
Documentation Associate an access device instance to the user's Shared Call Appearance. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userId> UserId </userId> [1]
<accessDeviceEndpoint> AccessDeviceEndpointAdd </accessDeviceEndpoint> [1]
</...>
Schema Component Representation
<xs:complexType name="UserSharedCallAppearanceAddEndpointRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="accessDeviceEndpoint" type=" AccessDeviceEndpointAdd "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserSharedCallAppearanceGetRequest14

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserSharedCallAppearanceGetResponse14
Abstract no
Documentation Response to the UserSharedCallAppearanceGetRequest14. 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. Replaced By: UserSharedCallAppearanceGetResponse14sp2
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]
<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="UserSharedCallAppearanceGetResponse14">
<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="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: UserSimultaneousRingFamilyGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSimultaneousRingFamilyGetRequest
Abstract no
Documentation Get the user's simultaneous ring service family setting. The response is either a UserSimultaneousRingFamilyGetResponse or an ErrorResponse. Replaced By: UserSimultaneousRingFamilyGetRequest14sp4
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="UserSimultaneousRingFamilyGetRequest">
<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: UserSimultaneousRingFamilyGetResponse

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

Complex Type: UserSimultaneousRingFamilyModifyRequest

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

Complex Type: UserSimultaneousRingPersonalGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserSimultaneousRingPersonalGetRequest
Abstract no
Documentation Get the user's simultaneous ring service personal setting. The response is either a UserSimultaneousRingPersonalGetResponse or an ErrorResponse. Replaced By: UserSimultaneousRingPersonalGetRequest14sp4
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="UserSimultaneousRingPersonalGetRequest">
<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: UserSimultaneousRingPersonalGetResponse

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

Complex Type: UserSimultaneousRingPersonalModifyRequest

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

Complex Type: UserVoiceMessagingUserGetAdvancedVoiceManagementRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetAdvancedVoiceManagementRequest
Abstract no
Documentation Get the user's voice messaging advanced voice management service setting. The response is either a UserVoiceMessagingUserGetAdvancedVoiceManagementResponse or an ErrorResponse. Replaced By: UserVoiceMessagingUserGetAdvancedVoiceManagementRequest14sp3
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="UserVoiceMessagingUserGetAdvancedVoiceManagementRequest">
<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: UserVoiceMessagingUserGetAdvancedVoiceManagementResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetAdvancedVoiceManagementResponse
Abstract no
Documentation Response to the UserVoiceMessagingUserGetAdvancedVoiceManagementRequest. Replaced By: UserVoiceMessagingUserGetAdvancedVoiceManagementResponse14sp3
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<mailServerSelection> VoiceMessagingUserMailServerSelection </mailServerSelection> [1]
<groupMailServerEmailAddress> EmailAddress </groupMailServerEmailAddress> [0..1]
<groupMailServerUserId> VoiceMessagingMailServerUserId </groupMailServerUserId> [0..1]
<groupMailServerPassword> Password </groupMailServerPassword> [0..1]
Start Choice [1]
<useGroupDefaultMailServerFullMailboxLimit> true </useGroupDefaultMailServerFullMailboxLimit> [1]
<groupMailServerFullMailboxLimit> VoiceMessagingMailboxLengthMinutes </groupMailServerFullMailboxLimit> [1]
End Choice
<personalMailServerNetAddress> NetAddress </personalMailServerNetAddress> [0..1]
<personalMailServerProtocol> VoiceMessagingMailServerProtocol </personalMailServerProtocol> [1]
<personalMailServerRealDeleteForImap> xs:boolean </personalMailServerRealDeleteForImap> [1]
<personalMailServerEmailAddress> EmailAddress </personalMailServerEmailAddress> [0..1]
<personalMailServerUserId> VoiceMessagingMailServerUserId </personalMailServerUserId> [0..1]
<personalMailServerPassword> Password </personalMailServerPassword> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserGetAdvancedVoiceManagementResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="mailServerSelection" type=" VoiceMessagingUserMailServerSelection "/>
<xs:element name="groupMailServerEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="groupMailServerUserId" type=" VoiceMessagingMailServerUserId " minOccurs="0"/>
<xs:element name="groupMailServerPassword" type=" Password " minOccurs="0"/>
<xs:choice>
<xs:element name="useGroupDefaultMailServerFullMailboxLimit" type=" xs:boolean " fixed="true"/>
<xs:element name="groupMailServerFullMailboxLimit" type=" VoiceMessagingMailboxLengthMinutes "/>
</xs:choice>
<xs:element name="personalMailServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="personalMailServerProtocol" type=" VoiceMessagingMailServerProtocol "/>
<xs:element name="personalMailServerRealDeleteForImap" type=" xs:boolean "/>
<xs:element name="personalMailServerEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="personalMailServerUserId" type=" VoiceMessagingMailServerUserId " minOccurs="0"/>
<xs:element name="personalMailServerPassword" type=" Password " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserGetVoicePortalPasswordInfoRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetVoicePortalPasswordInfoRequest
Abstract no
Documentation Request the user's voice portal password information. The response is either a UserVoiceMessagingUserGetVoicePortalPasswordInfoResponse or an ErrorResponse. Replaced By: UserPortalPasscodeGetInfoRequest
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="UserVoiceMessagingUserGetVoicePortalPasswordInfoRequest">
<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: UserVoiceMessagingUserGetVoicePortalPasswordInfoResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name UserVoiceMessagingUserGetVoicePortalPasswordInfoResponse
Abstract no
Documentation Response to UserVoiceMessagingUserGetVoicePortalPasswordInfoRequest. Replaced By: UserPortalPasscodeGetInfoResponse
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isLoginDisabled> xs:boolean </isLoginDisabled> [1]
Start Choice [1]
<expirationDays> xs:int </expirationDays> [1]
<doesNotExpire> true </doesNotExpire> [1]
End Choice
<password> Password </password> [1]
</...>
Schema Component Representation
<xs:complexType name="UserVoiceMessagingUserGetVoicePortalPasswordInfoResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isLoginDisabled" type=" xs:boolean "/>
<xs:choice>
<xs:element name="expirationDays" type=" xs:int "/>
<xs:element name="doesNotExpire" type=" xs:boolean " fixed="true"/>
</xs:choice>
<xs:element name="password" type=" Password "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserVoiceMessagingUserModifyVoicePortalPasswordRequest

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

Simple Type: AutomaticCallbackMaxRetryOriginatorMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name AutomaticCallbackMaxRetryOriginatorMinutes
Content
  • Base XSD Type: int
  • 180 <= value <= 360
Documentation Maximum retry originator minutes.
Schema Component Representation
<xs:simpleType name="AutomaticCallbackMaxRetryOriginatorMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="180"/>
<xs:maxInclusive value="360"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: AutomaticCallbackWaitBetweenRetryOriginatorMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name AutomaticCallbackWaitBetweenRetryOriginatorMinutes
Content
  • Base XSD Type: int
  • 1 <= value <= 15
Documentation Wait between retry originator minutes.
Schema Component Representation
<xs:simpleType name="AutomaticCallbackWaitBetweenRetryOriginatorMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="15"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BasicCallLogsEntryName

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

Simple Type: BasicCallLogsType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name BasicCallLogsType
Content
  • Base XSD Type: token
  • value comes from list: {'Placed'|'Received'|'Missed'}
Documentation Call Log type. Replaced By: CallLogsType
Schema Component Representation
<xs:simpleType name="BasicCallLogsType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Placed"/>
<xs:enumeration value="Received"/>
<xs:enumeration value="Missed"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: DeviceManagementFileType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name DeviceManagementFileType
Content
  • Base XSD Type: token
  • length >= 1
Documentation A file type (file key) for an access device file managed by the Device Management System on BroadWorks.
Schema Component Representation
<xs:simpleType name="DeviceManagementFileType">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="40"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: EnhancedCallLogsEntryName

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

Simple Type: EnhancedCallLogsType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name EnhancedCallLogsType
Content
  • Base XSD Type: token
  • value comes from list: {'Placed'|'Received'|'Missed'}
Documentation Call Log type. Replaced By: CallLogsType
Schema Component Representation
<xs:simpleType name="EnhancedCallLogsType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Placed"/>
<xs:enumeration value="Received"/>
<xs:enumeration value="Missed"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingMaxFailedLoginAttempts

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name VoiceMessagingMaxFailedLoginAttempts
Content
  • Base XSD Type: int
  • 2 <= value <= 10
Documentation Maximum allowed failed login attempts.
Schema Component Representation
<xs:simpleType name="VoiceMessagingMaxFailedLoginAttempts">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="2"/>
<xs:maxInclusive value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingMaxPasscodeCodeLength

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name VoiceMessagingMaxPasscodeCodeLength
Content
  • Base XSD Type: int
  • 3 <= value <= 30
Documentation Maximum length of voice messaging passcode.
Schema Component Representation
<xs:simpleType name="VoiceMessagingMaxPasscodeCodeLength">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="3"/>
<xs:maxInclusive value="30"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingMinPasscodeCodeLength

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name VoiceMessagingMinPasscodeCodeLength
Content
  • Base XSD Type: int
  • 2 <= value <= 15
Documentation Minimum length of voice messaging passcode.
Schema Component Representation
<xs:simpleType name="VoiceMessagingMinPasscodeCodeLength">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="2"/>
<xs:maxInclusive value="15"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VoiceMessagingPasscodeExpiresDays

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name VoiceMessagingPasscodeExpiresDays
Content
  • Base XSD Type: int
  • 15 <= value <= 180
Documentation Passcode expiration days.
Schema Component Representation
<xs:simpleType name="VoiceMessagingPasscodeExpiresDays">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="15"/>
<xs:maxInclusive value="180"/>
</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