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

Global Definitions

Complex Type: CommunicationBarringCallMeNowRule

Parent type: None
Sub-types: None
Name CommunicationBarringCallMeNowRule
Abstract no
Documentation Communication Barring Call Me Now Rule
XML Instance Representation
<...>
<criteria> CommunicationBarringCriteriaName </criteria> [1]
<action> CommunicationBarringCallMeNowAction </action> [1]
<callTimeoutSeconds> CommunicationBarringTimeoutSeconds </callTimeoutSeconds> [0..1]
</...>
Schema Component Representation
<xs:complexType name="CommunicationBarringCallMeNowRule">
<xs:sequence>
<xs:element name="criteria" type=" CommunicationBarringCriteriaName "/>
<xs:element name="action" type=" CommunicationBarringCallMeNowAction "/>
<xs:element name="callTimeoutSeconds" type=" CommunicationBarringTimeoutSeconds " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CommunicationBarringOriginatingRule

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

Complex Type: CommunicationBarringRedirectingRule

Parent type: None
Sub-types: None
Name CommunicationBarringRedirectingRule
Abstract no
Documentation Communication Barring Redirecting Rule
XML Instance Representation
<...>
<criteria> CommunicationBarringCriteriaName </criteria> [1]
<action> CommunicationBarringRedirectingAction </action> [1]
<callTimeoutSeconds> CommunicationBarringTimeoutSeconds </callTimeoutSeconds> [0..1]
</...>
Schema Component Representation
<xs:complexType name="CommunicationBarringRedirectingRule">
<xs:sequence>
<xs:element name="criteria" type=" CommunicationBarringCriteriaName "/>
<xs:element name="action" type=" CommunicationBarringRedirectingAction "/>
<xs:element name="callTimeoutSeconds" type=" CommunicationBarringTimeoutSeconds " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: FileRepositoryProtocolFTP16

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

Complex Type: FileRepositoryProtocolWebDAV

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

Complex Type: FileRepositoryProtocolWebDAV20

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

Complex Type: ReplacementCommunicationBarringCallMeNowRuleList

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

Complex Type: ReplacementCommunicationBarringOriginatingRuleList

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

Complex Type: ReplacementCommunicationBarringRedirectingRuleList

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

Complex Type: ReplacementMediaNameList

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

Complex Type: ReplacementZoneList

Parent type: None
Sub-types: None
Name ReplacementZoneList
Abstract no
Documentation Contains an ordered list of zones to use to replace the current list of zones in an Office Zone.
XML Instance Representation
<...>
<zoneName> ZoneName </zoneName> [1..*]
</...>
Schema Component Representation
<xs:complexType name="ReplacementZoneList">
<xs:sequence>
<xs:element name="zoneName" type=" ZoneName " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: SystemAccessDeviceAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceAddRequest
Abstract no
Documentation Request to add a system-level access device. 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. -->
<deviceName> AccessDeviceName </deviceName> [1]
<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]
<physicalLocation> AccessDevicePhysicalLocation </physicalLocation> [0..1]
<transportProtocol> TransportProtocol </transportProtocol> [0..1]
<mobilityManagerProvisioningURL> URL </mobilityManagerProvisioningURL> [0..1]
<mobilityManagerProvisioningUserName> MobilityManagerProvisioningUserName </mobilityManagerProvisioningUserName> [0..1]
<mobilityManagerProvisioningPassword> MobilityManagerProvisioningPassword </mobilityManagerProvisioningPassword> [0..1]
<mobilityManagerDefaultOriginatingServiceKey> MobilityManagerServiceKey </mobilityManagerDefaultOriginatingServiceKey> [0..1]
<mobilityManagerDefaultTerminatingServiceKey> MobilityManagerServiceKey </mobilityManagerDefaultTerminatingServiceKey> [0..1]
<useCustomUserNamePassword> xs:boolean </useCustomUserNamePassword> [0..1]
<accessDeviceCredentials> DeviceManagementUserNamePassword16 </accessDeviceCredentials> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceName" type=" AccessDeviceName "/>
<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="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="mobilityManagerProvisioningPassword" type=" MobilityManagerProvisioningPassword " minOccurs="0"/>
<xs:element name="mobilityManagerDefaultOriginatingServiceKey" type=" MobilityManagerServiceKey " minOccurs="0"/>
<xs:element name="mobilityManagerDefaultTerminatingServiceKey" type=" MobilityManagerServiceKey " minOccurs="0"/>
<xs:element name="useCustomUserNamePassword" type=" xs:boolean " minOccurs="0"/>
<xs:element name="accessDeviceCredentials" type=" DeviceManagementUserNamePassword16 " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceCustomTagAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceCustomTagAddRequest
Abstract no
Documentation Request to add a static configuration tag for a system access device. 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. -->
<deviceName> AccessDeviceName </deviceName> [1]
<tagName> DeviceManagementTagName </tagName> [1]
<tagValue> DeviceManagementTagValue </tagValue> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceCustomTagAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceName" type=" AccessDeviceName "/>
<xs:element name="tagName" type=" DeviceManagementTagName "/>
<xs:element name="tagValue" type=" DeviceManagementTagValue " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceCustomTagDeleteListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceCustomTagDeleteListRequest
Abstract no
Documentation Request to delete static configuration tags for a system access device. 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. -->
<deviceName> AccessDeviceName </deviceName> [1]
<tagName> DeviceManagementTagName </tagName> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceCustomTagDeleteListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceName" type=" AccessDeviceName "/>
<xs:element name="tagName" type=" DeviceManagementTagName " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceCustomTagGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceCustomTagGetListRequest
Abstract no
Documentation Request to get the list of custom configuration tags managed by the Device Management System, on a per-device profile basis. The response is either SystemAccessDeviceCustomTagGetListResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceName> AccessDeviceName </deviceName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceCustomTagGetListRequest">
<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: SystemAccessDeviceCustomTagGetListResponse

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

Complex Type: SystemAccessDeviceCustomTagModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceCustomTagModifyRequest
Abstract no
Documentation Request to modify a static configuration tag for a system access device. 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. -->
<deviceName> AccessDeviceName </deviceName> [1]
<tagName> DeviceManagementTagName </tagName> [1]
<tagValue> DeviceManagementTagValue </tagValue> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceCustomTagModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceName" type=" AccessDeviceName "/>
<xs:element name="tagName" type=" DeviceManagementTagName "/>
<xs:element name="tagValue" type=" DeviceManagementTagValue " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceDeleteRequest
Abstract no
Documentation Request to delete a specified system access device. 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. -->
<deviceName> AccessDeviceName </deviceName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceDeleteRequest">
<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: SystemAccessDeviceFileGetListRequest14sp8

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceFileGetListRequest14sp8
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 SystemAccessDeviceFileGetListResponse14sp8 or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceName> AccessDeviceName </deviceName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceFileGetListRequest14sp8">
<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: SystemAccessDeviceFileGetListResponse14sp8

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceFileGetListResponse14sp8
Abstract no
Documentation Response to SystemAccessDeviceFileGetListRequest14sp8. Contains a table of device files managed by the Device Management System on a per-device profile basis. The column headings are: "File Format", "Is Authenticated", "Access URL", "Repository URL", "Template URL", "Extended Capture". The following columns are only used in AS data mode: "Extended Capture"
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="SystemAccessDeviceFileGetListResponse14sp8">
<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: SystemAccessDeviceFileGetRequest20

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

Complex Type: SystemAccessDeviceFileGetResponse20

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceFileGetResponse20
Abstract no
Documentation Response to SystemAccessDeviceFileGetRequest20.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<fileSource> AccessDeviceEnhancedConfigurationMode </fileSource> [1]
<configurationFileName> AccessDeviceEnhancedConfigurationFileName </configurationFileName> [0..1]
<accessUrl> URL </accessUrl> [1]
<repositoryUrl> URL </repositoryUrl> [0..1]
<templateUrl> URL </templateUrl> [0..1]
<extendedCaptureEnabled> xs:boolean </extendedCaptureEnabled> [0..1]
<extendedCaptureURL> URL </extendedCaptureURL> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceFileGetResponse20">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="fileSource" type=" AccessDeviceEnhancedConfigurationMode "/>
<xs:element name="configurationFileName" type=" AccessDeviceEnhancedConfigurationFileName " minOccurs="0"/>
<xs:element name="accessUrl" type=" URL "/>
<xs:element name="repositoryUrl" type=" URL " minOccurs="0"/>
<xs:element name="templateUrl" type=" URL " minOccurs="0"/>
<xs:element name="extendedCaptureEnabled" type=" xs:boolean " minOccurs="0"/>
<xs:element name="extendedCaptureURL" type=" URL " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceFileModifyRequest14sp8

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

Complex Type: SystemAccessDeviceGetAllRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceGetAllRequest
Abstract no
Documentation Requests the list of all access devices in the entire system. Prior to release 14, this functionality was provided with the SystemAccessDeviceGetListRequest. The response is either SystemAccessDeviceGetAllResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaDeviceName> SearchCriteriaDeviceName </searchCriteriaDeviceName> [0..*]
<searchCriteriaDeviceMACAddress> SearchCriteriaDeviceMACAddress </searchCriteriaDeviceMACAddress> [0..*]
<searchCriteriaDeviceNetAddress> SearchCriteriaDeviceNetAddress </searchCriteriaDeviceNetAddress> [0..*]
<searchCriteriaGroupId> SearchCriteriaGroupId </searchCriteriaGroupId> [0..*]
<searchCriteriaExactDeviceType> SearchCriteriaExactDeviceType </searchCriteriaExactDeviceType> [0..1]
<searchCriteriaExactDeviceServiceProvider> SearchCriteriaExactDeviceServiceProvider </searchCriteriaExactDeviceServiceProvider> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceGetAllRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaDeviceName" type=" SearchCriteriaDeviceName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaDeviceMACAddress" type=" SearchCriteriaDeviceMACAddress " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaDeviceNetAddress" type=" SearchCriteriaDeviceNetAddress " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaGroupId" type=" SearchCriteriaGroupId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactDeviceType" type=" SearchCriteriaExactDeviceType " minOccurs="0"/>
<xs:element name="searchCriteriaExactDeviceServiceProvider" type=" SearchCriteriaExactDeviceServiceProvider " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceGetAllResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceGetAllResponse
Abstract no
Documentation Response to SystemAccessDeviceGetAllRequest. Contains a table of devices configured in the entire system. The column headings are: "Service Provider Id", "Is Enterprise", "Group Id", "Device Name", "Device Type", "Net Address", "MAC Address", "Status".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<accessDeviceTable> core:OCITable </accessDeviceTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceGetAllResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="accessDeviceTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceGetListRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceGetListRequest14
Abstract no
Documentation Requests the list of access devices defined at the System-level. Prior to release 14, this command requested a list of all devices in the entire system. That functionality is now moved to the SystemAccessDeviceGetAllRequest. The response is either SystemAccessDeviceGetListResponse14 or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaDeviceName> SearchCriteriaDeviceName </searchCriteriaDeviceName> [0..*]
<searchCriteriaDeviceMACAddress> SearchCriteriaDeviceMACAddress </searchCriteriaDeviceMACAddress> [0..*]
<searchCriteriaDeviceNetAddress> SearchCriteriaDeviceNetAddress </searchCriteriaDeviceNetAddress> [0..*]
<searchCriteriaExactDeviceType> SearchCriteriaExactDeviceType </searchCriteriaExactDeviceType> [0..1]
<searchCriteriaAccessDeviceVersion> SearchCriteriaAccessDeviceVersion </searchCriteriaAccessDeviceVersion> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceGetListRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaDeviceName" type=" SearchCriteriaDeviceName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaDeviceMACAddress" type=" SearchCriteriaDeviceMACAddress " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaDeviceNetAddress" type=" SearchCriteriaDeviceNetAddress " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactDeviceType" type=" SearchCriteriaExactDeviceType " minOccurs="0"/>
<xs:element name="searchCriteriaAccessDeviceVersion" type=" SearchCriteriaAccessDeviceVersion " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceGetListResponse14

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceGetListResponse14
Abstract no
Documentation Response to SystemAccessDeviceGetListRequest14. Contains a table of devices defined at the System-level. The column headings are: "Device Name", "Device Type", "Available Ports", "Net Address" and "MAC Address", "Status", "Version".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<accessDeviceTable> core:OCITable </accessDeviceTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceGetListResponse14">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="accessDeviceTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceGetRequest18sp1

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

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

Complex Type: SystemAccessDeviceGetUserListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceGetUserListRequest
Abstract no
Documentation Requests the users associated with a specified system access device. The response is either SystemAccessDeviceGetUserListResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceName> AccessDeviceName </deviceName> [1]
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaLinePortUserPart> SearchCriteriaLinePortUserPart </searchCriteriaLinePortUserPart> [0..*]
<searchCriteriaLinePortDomain> SearchCriteriaLinePortDomain </searchCriteriaLinePortDomain> [0..*]
<searchCriteriaUserLastName> SearchCriteriaUserLastName </searchCriteriaUserLastName> [0..*]
<searchCriteriaUserFirstName> SearchCriteriaUserFirstName </searchCriteriaUserFirstName> [0..*]
<searchCriteriaDn> SearchCriteriaDn </searchCriteriaDn> [0..*]
<searchCriteriaUserId> SearchCriteriaUserId </searchCriteriaUserId> [0..*]
<searchCriteriaGroupId> SearchCriteriaGroupId </searchCriteriaGroupId> [0..*]
<searchCriteriaExactServiceProvider> SearchCriteriaExactServiceProvider </searchCriteriaExactServiceProvider> [0..1]
<searchCriteriaExactEndpointType> SearchCriteriaExactEndpointType </searchCriteriaExactEndpointType> [0..1]
<searchCriteriaExactUserType> SearchCriteriaExactUserType </searchCriteriaExactUserType> [0..1]
<searchCriteriaExtension> SearchCriteriaExtension </searchCriteriaExtension> [0..*]
<searchCriteriaExactPortNumber> SearchCriteriaExactPortNumber </searchCriteriaExactPortNumber> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceGetUserListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceName" type=" AccessDeviceName "/>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaLinePortUserPart" type=" SearchCriteriaLinePortUserPart " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaLinePortDomain" type=" SearchCriteriaLinePortDomain " minOccurs="0" maxOccurs="unbounded"/>
<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="searchCriteriaUserId" type=" SearchCriteriaUserId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaGroupId" type=" SearchCriteriaGroupId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactServiceProvider" type=" SearchCriteriaExactServiceProvider " minOccurs="0"/>
<xs:element name="searchCriteriaExactEndpointType" type=" SearchCriteriaExactEndpointType " minOccurs="0"/>
<xs:element name="searchCriteriaExactUserType" type=" SearchCriteriaExactUserType " minOccurs="0"/>
<xs:element name="searchCriteriaExtension" type=" SearchCriteriaExtension " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactPortNumber" type=" SearchCriteriaExactPortNumber " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceGetUserListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceGetUserListResponse
Abstract no
Documentation Response to SystemAccessDeviceGetUserListRequest. The column headings for the deviceUserTable are: "Line/Port", "Last Name", "First Name", "Phone Number", "Service Provider Id", "Group Id", "User Id", "User Type", "Endpoint Type", "Primary Line/Port", "Order", "Extension". If the identity/device profile is an identity, the table will contain a row for each TEL-URI in the Phone Number column. If the identity/device profile is a real device, rows for the alternate numbers are not included. The User Type column contains one of the enumerated UserType values. The Endpoint Type column contains one of the enumerated EndpointType values.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceUserTable> core:OCITable </deviceUserTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceGetUserListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="deviceUserTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceModifyRequest
Abstract no
Documentation Request to modify a specified system access device. 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. -->
<deviceName> AccessDeviceName </deviceName> [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]
<physicalLocation> AccessDevicePhysicalLocation </physicalLocation> [0..1]
<transportProtocol> TransportProtocol </transportProtocol> [0..1]
<mobilityManagerProvisioningURL> URL </mobilityManagerProvisioningURL> [0..1]
<mobilityManagerProvisioningUserName> MobilityManagerProvisioningUserName </mobilityManagerProvisioningUserName> [0..1]
<mobilityManagerProvisioningPassword> MobilityManagerProvisioningPassword </mobilityManagerProvisioningPassword> [0..1]
<mobilityManagerDefaultOriginatingServiceKey> MobilityManagerServiceKey </mobilityManagerDefaultOriginatingServiceKey> [0..1]
<mobilityManagerDefaultTerminatingServiceKey> MobilityManagerServiceKey </mobilityManagerDefaultTerminatingServiceKey> [0..1]
<useCustomUserNamePassword> xs:boolean </useCustomUserNamePassword> [0..1]
<accessDeviceCredentials> DeviceManagementUserNamePassword16 </accessDeviceCredentials> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceName" type=" AccessDeviceName "/>
<xs:element name="protocol" type=" AccessDeviceProtocol " minOccurs="0"/>
<xs:element name="netAddress" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="port" type=" Port1025 " nillable="true" minOccurs="0"/>
<xs:element name="outboundProxyServerNetAddress" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="stunServerNetAddress" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="macAddress" type=" AccessDeviceMACAddress " nillable="true" minOccurs="0"/>
<xs:element name="serialNumber" type=" AccessDeviceSerialNumber " nillable="true" minOccurs="0"/>
<xs:element name="description" type=" AccessDeviceDescription " nillable="true" minOccurs="0"/>
<xs:element name="physicalLocation" type=" AccessDevicePhysicalLocation " nillable="true" 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="mobilityManagerProvisioningPassword" type=" MobilityManagerProvisioningPassword " minOccurs="0"/>
<xs:element name="mobilityManagerDefaultOriginatingServiceKey" type=" MobilityManagerServiceKey " nillable="true" minOccurs="0"/>
<xs:element name="mobilityManagerDefaultTerminatingServiceKey" type=" MobilityManagerServiceKey " nillable="true" minOccurs="0"/>
<xs:element name="useCustomUserNamePassword" type=" xs:boolean " minOccurs="0"/>
<xs:element name="accessDeviceCredentials" type=" DeviceManagementUserNamePassword16 " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceModifyUserRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceModifyUserRequest
Abstract no
Documentation Request to modify attributes for line/ports assigned on the system device profile. 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. -->
<deviceName> AccessDeviceName </deviceName> [1]
<linePort> AccessDeviceEndpointLinePort </linePort> [1]
<isPrimaryLinePort> xs:boolean </isPrimaryLinePort> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceModifyUserRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceName" type=" AccessDeviceName "/>
<xs:element name="linePort" type=" AccessDeviceEndpointLinePort "/>
<xs:element name="isPrimaryLinePort" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceMonitorAddDeviceTypeRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceMonitorAddDeviceTypeRequest
Abstract no
Documentation Add a device type to be monitored. 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. -->
Start Choice [1]
<addAllDeviceTypes> true </addAllDeviceTypes> [1]
<deviceType> AccessDeviceType </deviceType> [1]
End Choice
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceMonitorAddDeviceTypeRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:choice>
<xs:element name="addAllDeviceTypes" type=" xs:boolean " fixed="true"/>
<xs:element name="deviceType" type=" AccessDeviceType "/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceMonitorDeleteDeviceTypeRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceMonitorDeleteDeviceTypeRequest
Abstract no
Documentation Remove a device type to be monitored. 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. -->
Start Choice [1]
<deleteAllDeviceTypes> true </deleteAllDeviceTypes> [1]
<deviceType> AccessDeviceType </deviceType> [1]
End Choice
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceMonitorDeleteDeviceTypeRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:choice>
<xs:element name="deleteAllDeviceTypes" type=" xs:boolean " fixed="true"/>
<xs:element name="deviceType" type=" AccessDeviceType "/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceMonitorGetDeviceTypeListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceMonitorGetDeviceTypeListRequest
Abstract no
Documentation Get a list of monitored device types. The response is either a SystemAccessDeviceMonitorGetDeviceTypeListResponse 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="SystemAccessDeviceMonitorGetDeviceTypeListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceMonitorGetDeviceTypeListResponse

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

Complex Type: SystemAccessDeviceMonitorParametersGetRequest

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

Complex Type: SystemAccessDeviceMonitorParametersGetResponse

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

Complex Type: SystemAccessDeviceMonitorParametersModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceMonitorParametersModifyRequest
Abstract no
Documentation Request to modify Access Device Monitor 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. -->
<pollingIntervalMinutes> AccessDeviceMonitorPollingIntervalMinutes </pollingIntervalMinutes> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceMonitorParametersModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="pollingIntervalMinutes" type=" AccessDeviceMonitorPollingIntervalMinutes " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceResetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceResetRequest
Abstract no
Documentation Reset a specific system SIP device that supports the reset operation. 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. -->
<deviceName> AccessDeviceName </deviceName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceResetRequest">
<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: SystemAccessDeviceTypeGetEnhancedConfigurableListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceTypeGetEnhancedConfigurableListRequest
Abstract no
Documentation Requests the list of device types supporting enhanced configuration. The response is either SystemAccessDeviceTypeGetEnhancedConfigurableListResponse 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="SystemAccessDeviceTypeGetEnhancedConfigurableListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceTypeGetEnhancedConfigurableListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceTypeGetEnhancedConfigurableListResponse
Abstract no
Documentation Response to SystemAccessDeviceTypeGetEnhancedConfigurableListRequest. Contains a table with columns: "Access Device Type", "Enhanced Configuration Type", "Supports Reset". The "Enhanced Configuration Type" column contains one of the AccessDeviceEnhancedConfigurationType14 enumerated values. The "Supports Reset" column is a boolean flag indicating the device can be remotely reset.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceTypeTable> core:OCITable </deviceTypeTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccessDeviceTypeGetEnhancedConfigurableListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="deviceTypeTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccessDeviceTypeGetListRequest

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

Complex Type: SystemAccessDeviceTypeGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemAccessDeviceTypeGetListResponse
Abstract no
Documentation Response to SystemAccessDeviceTypeGetListRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' 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="SystemAccessDeviceTypeGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType " maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccountingAddChargingFunctionElementServerRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccountingAddChargingFunctionElementServerRequest
Abstract no
Documentation Request to add a ChargingFunctionElement Server to the system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<address> NetAddressExtended </address> [1]
<isNetAddressExtended> xs:boolean </isNetAddressExtended> [1]
<description> ChargingFunctionElementServerDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccountingAddChargingFunctionElementServerRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="address" type=" NetAddressExtended "/>
<xs:element name="isNetAddressExtended" type=" xs:boolean "/>
<xs:element name="type" type=" ChargingFunctionElementServerType "/>
<xs:element name="description" type=" ChargingFunctionElementServerDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccountingAddRadiusServerRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccountingAddRadiusServerRequest
Abstract no
Documentation Request to add a Radius Server to the system. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
<port> Port1025 </port> [1]
<description> RadiusServerDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccountingAddRadiusServerRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="port" type=" Port1025 "/>
<xs:element name="description" type=" RadiusServerDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccountingDeleteChargingFunctionElementServerRequest

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

Complex Type: SystemAccountingDeleteRadiusServerRequest

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

Complex Type: SystemAccountingGetChargingFunctionElementServerListRequest

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

Complex Type: SystemAccountingGetChargingFunctionElementServerListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemAccountingGetChargingFunctionElementServerListResponse
Abstract no
Documentation Response to SystemAccountingGetChargingFunctionElementServerListRequest. The accounting charging function element Server table column headings are: "Address", "Extended Net Address", "Type", "Description".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<chargingFunctionElementServerTable> core:OCITable </chargingFunctionElementServerTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccountingGetChargingFunctionElementServerListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="chargingFunctionElementServerTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccountingGetRadiusServerListRequest

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

Complex Type: SystemAccountingGetRadiusServerListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemAccountingGetRadiusServerListResponse
Abstract no
Documentation Response to SystemAccountingGetRadiusServerListRequest. The Radius Server table column headings are: "Net Address", "Port", "Description"
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<radiusServerTable> core:OCITable </radiusServerTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccountingGetRadiusServerListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="radiusServerTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccountingInhibitedAttributeValuePairCodeAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccountingInhibitedAttributeValuePairCodeAddRequest
Abstract no
Documentation Add an Attribute Value Pair (AVP) combination to disable. The AVP combination includes a diameter AVP and a vendor ID. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<attributeValuePairCode> xs:int </attributeValuePairCode> [1]
<vendorId> xs:int </vendorId> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccountingInhibitedAttributeValuePairCodeAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="attributeValuePairCode" type=" xs:int "/>
<xs:element name="vendorId" type=" xs:int "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccountingInhibitedAttributeValuePairCodeDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccountingInhibitedAttributeValuePairCodeDeleteRequest
Abstract no
Documentation Remove an Attribute Value Pair (AVP) combination from the list of disabled AVP codes. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<attributeValuePairCode> xs:int </attributeValuePairCode> [1]
<vendorId> xs:int </vendorId> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccountingInhibitedAttributeValuePairCodeDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="attributeValuePairCode" type=" xs:int "/>
<xs:element name="vendorId" type=" xs:int "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccountingInhibitedAttributeValuePairCodeGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccountingInhibitedAttributeValuePairCodeGetListRequest
Abstract no
Documentation Get a list of Attribute Value Pair (AVP) combinations that are disabled. The response is either a SystemAccountingInhibitedAttributeValuePairCodeGetListResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemAccountingInhibitedAttributeValuePairCodeGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccountingInhibitedAttributeValuePairCodeGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemAccountingInhibitedAttributeValuePairCodeGetListResponse
Abstract no
Documentation Response to SystemAccountingInhibitedAttributeValuePairCodeGetListRequest. Contains a 2 column table with column headings "Attribute Value Pair Code" and "Vendor Id".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<inhibitedAttributeValuePairCodeTable> core:OCITable </inhibitedAttributeValuePairCodeTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccountingInhibitedAttributeValuePairCodeGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="inhibitedAttributeValuePairCodeTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccountingModifyChargingFunctionElementServerRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccountingModifyChargingFunctionElementServerRequest
Abstract no
Documentation Request to modify a ChargingFunctionElementServer in the system. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<address> NetAddressExtended </address> [1]
<type> ChargingFunctionElementServerType </type> [0..1]
<description> ChargingFunctionElementServerDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccountingModifyChargingFunctionElementServerRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="address" type=" NetAddressExtended "/>
<xs:element name="type" type=" ChargingFunctionElementServerType " minOccurs="0"/>
<xs:element name="description" type=" ChargingFunctionElementServerDescription " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccountingModifyRadiusServerRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccountingModifyRadiusServerRequest
Abstract no
Documentation Request to modify a Radius Server in the system. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
<port> Port1025 </port> [1]
<description> RadiusServerDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAccountingModifyRadiusServerRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="port" type=" Port1025 "/>
<xs:element name="description" type=" RadiusServerDescription " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAccountingReorderChargingFunctionElementServerRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAccountingReorderChargingFunctionElementServerRequest
Abstract no
Documentation Reorder the charging function element servers. You can not add or delete addresses, only re-ordering the list is allowed. The ordered list of addresses can be obtained with the SystemAccountingGetChargingFunctionElementServerListRequest command. 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. -->
<orderedAddressList> NetAddressExtended </orderedAddressList> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SystemAccountingReorderChargingFunctionElementServerRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="orderedAddressList" type=" NetAddressExtended " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAdminAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAdminAddRequest
Abstract no
Documentation Add a system or provisioning administrator. 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]
<firstName> FirstName </firstName> [0..1]
<lastName> LastName </lastName> [0..1]
<password> Password </password> [1]
<language> Language </language> [0..1]
<adminType> SystemAdminType </adminType> [1]
<readOnly> xs:boolean </readOnly> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAdminAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="firstName" type=" FirstName " minOccurs="0"/>
<xs:element name="lastName" type=" LastName " minOccurs="0"/>
<xs:element name="password" type=" Password "/>
<xs:element name="language" type=" Language " minOccurs="0"/>
<xs:element name="adminType" type=" SystemAdminType "/>
<xs:element name="readOnly" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAdminDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAdminDeleteRequest
Abstract no
Documentation Delete a system or provisioning administrator. 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]
</...>
Schema Component Representation
<xs:complexType name="SystemAdminDeleteRequest">
<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: SystemAdminGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAdminGetListRequest
Abstract no
Documentation Get a list of system administrators. The response is either a SystemAdminGetResponse 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="SystemAdminGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAdminGetListResponse

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

Complex Type: SystemAdminGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAdminGetRequest
Abstract no
Documentation Get a system or provisioning administrators profile. The response is either a SystemAdminGetResponse 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="SystemAdminGetRequest">
<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: SystemAdminGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemAdminGetResponse
Abstract no
Documentation Response to the SystemAdminGetRequest. The response contains the system or provisioning administrators profile information.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<firstName> FirstName </firstName> [0..1]
<lastName> LastName </lastName> [0..1]
<language> Language </language> [1]
<adminType> SystemAdminType </adminType> [1]
<readOnly> xs:boolean </readOnly> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAdminGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="firstName" type=" FirstName " minOccurs="0"/>
<xs:element name="lastName" type=" LastName " minOccurs="0"/>
<xs:element name="language" type=" Language "/>
<xs:element name="adminType" type=" SystemAdminType "/>
<xs:element name="readOnly" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAdminModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAdminModifyRequest
Abstract no
Documentation Modify a system or provisioning administrator. Since old password is not specified here, any password rule related to old password does not apply. 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]
<firstName> FirstName </firstName> [0..1]
<lastName> LastName </lastName> [0..1]
<password> Password </password> [0..1]
<language> Language </language> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAdminModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="firstName" type=" FirstName " nillable="true" minOccurs="0"/>
<xs:element name="lastName" type=" LastName " nillable="true" minOccurs="0"/>
<xs:element name="password" type=" Password " minOccurs="0"/>
<xs:element name="language" type=" Language " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAliasAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAliasAddRequest
Abstract no
Documentation Add a system-level Application Server alias to the system. 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. -->
<aliasNetAddress> NetAddress </aliasNetAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAliasAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="aliasNetAddress" type=" NetAddress "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAliasDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAliasDeleteRequest
Abstract no
Documentation Delete a system-level Application Server alias from the system. 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. -->
<aliasNetAddress> NetAddress </aliasNetAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAliasDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="aliasNetAddress" type=" NetAddress "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAliasGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAliasGetListRequest
Abstract no
Documentation Requests the list of all system-level Application Server aliases. The response is either SystemAliasGetListResponse 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="SystemAliasGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAliasGetListResponse

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

Complex Type: SystemApplicationControllerAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemApplicationControllerAddRequest
Abstract no
Documentation Add an application controller, which is a server where remote application resides and controls the Route Point. 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. -->
<name> ApplicationControllerName </name> [1]
<subscriberId> UserId </subscriberId> [1]
<channelSetId> ChannelSetId </channelSetId> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemApplicationControllerAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" ApplicationControllerName "/>
<xs:element name="subscriberId" type=" UserId "/>
<xs:element name="channelSetId" type=" ChannelSetId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemApplicationControllerDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemApplicationControllerDeleteRequest
Abstract no
Documentation Delete an application controller. 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. -->
<name> ApplicationControllerName </name> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemApplicationControllerDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" ApplicationControllerName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemApplicationControllerGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemApplicationControllerGetListRequest
Abstract no
Documentation Get a list of application controllers that are configured for the system. The response is either SystemApplicationControllerGetListResponse 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="SystemApplicationControllerGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemApplicationControllerGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemApplicationControllerGetListResponse
Abstract no
Documentation Response to the SystemApplicationControllerGetListRequest. Contains a table with column headings: "Name", "Subscriber Id", "Channel Set Id", "Status". The column values for "Status" can either be "ready" or "notReady".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<applicationControllerTable> core:OCITable </applicationControllerTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemApplicationControllerGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="applicationControllerTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemASRParametersGetRequest14sp7

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

Complex Type: SystemASRParametersGetResponse14sp7

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

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

Complex Type: SystemAuthenticationLockoutExportDataGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAuthenticationLockoutExportDataGetRequest
Abstract no
Documentation Request to export system wide authentication lockout data to a file. All locked out device profiles, sip endpoints, and sip trunk groups are returned. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<fileName> FileName </fileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAuthenticationLockoutExportDataGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="fileName" type=" FileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAuthenticationLockoutSettingsGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAuthenticationLockoutSettingsGetRequest
Abstract no
Documentation Request to get the authentication lockout settings in the system. The response is either a SystemAuthenticationLockoutSettingsResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemAuthenticationLockoutSettingsGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAuthenticationLockoutSettingsGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemAuthenticationLockoutSettingsGetResponse
Abstract no
Documentation Response to SystemAuthenticationLockoutSettingsGetRequest. Contains the authentication lockout settings in the system.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<counterResetIntervalDays> CounterResetIntervalDays </counterResetIntervalDays> [1]
<counterResetHour> CounterResetHour </counterResetHour> [1]
<counterResetMinute> CounterResetMinute </counterResetMinute> [1]
<emergencySIPBypassAllowed> xs:boolean </emergencySIPBypassAllowed> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemAuthenticationLockoutSettingsGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="counterResetIntervalDays" type=" CounterResetIntervalDays "/>
<xs:element name="counterResetHour" type=" CounterResetHour "/>
<xs:element name="counterResetMinute" type=" CounterResetMinute "/>
<xs:element name="emergencySIPBypassAllowed" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemAuthenticationLockoutSettingsModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemAuthenticationLockoutSettingsModifyRequest
Abstract no
Documentation Request to modify the system level device password lockout settings The response is either SuccessResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<counterResetIntervalDays> CounterResetIntervalDays </counterResetIntervalDays> [0..1]
<counterResetHour> CounterResetHour </counterResetHour> [0..1]
<counterResetMinute> CounterResetMinute </counterResetMinute> [0..1]
<emergencySIPBypassAllowed> xs:boolean </emergencySIPBypassAllowed> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemAuthenticationLockoutSettingsModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="counterResetIntervalDays" type=" CounterResetIntervalDays " minOccurs="0"/>
<xs:element name="counterResetHour" type=" CounterResetHour " minOccurs="0"/>
<xs:element name="counterResetMinute" type=" CounterResetMinute " minOccurs="0"/>
<xs:element name="emergencySIPBypassAllowed" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadCloudGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBroadCloudGetRequest
Abstract no
Documentation Get the system interface attributes for BroadCloud. The response is either SystemBroadCloudGetResponse 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="SystemBroadCloudGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadCloudGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemBroadCloudGetResponse
Abstract no
Documentation Response to the SystemBroadCloudGetRequest. The response contains the system interface attributes for BroadCloud.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<provisioningUrl> URL </provisioningUrl> [0..1]
<provisioningUserId> ProvisioningBroadCloudAuthenticationUserName </provisioningUserId> [0..1]
<enableSynchronization> xs:boolean </enableSynchronization> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadCloudGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="provisioningUrl" type=" URL " minOccurs="0"/>
<xs:element name="provisioningUserId" type=" ProvisioningBroadCloudAuthenticationUserName " minOccurs="0"/>
<xs:element name="enableSynchronization" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadCloudModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBroadCloudModifyRequest
Abstract no
Documentation Modify the system interface attributes for BroadCloud. 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. -->
<provisioningUrl> URL </provisioningUrl> [0..1]
<provisioningUserId> ProvisioningBroadCloudAuthenticationUserName </provisioningUserId> [0..1]
<provisioningPassword> ProvisioningBroadCloudAuthenticationPassword </provisioningPassword> [0..1]
<enableSynchronization> xs:boolean </enableSynchronization> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadCloudModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="provisioningUrl" type=" URL " minOccurs="0" nillable="true"/>
<xs:element name="provisioningUserId" type=" ProvisioningBroadCloudAuthenticationUserName " minOccurs="0" nillable="true"/>
<xs:element name="provisioningPassword" type=" ProvisioningBroadCloudAuthenticationPassword " minOccurs="0" nillable="true"/>
<xs:element name="enableSynchronization" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobileManagerGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobileManagerGetRequest
Abstract no
Documentation Get the BroadWorks Mobile Manager service system settings. The response is either SystemBroadWorksMobileManagerGetResponse 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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobileManagerGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobileManagerGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobileManagerGetResponse
Abstract no
Documentation Response to the SystemBroadWorksMobileManagerGetRequest
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<scfApiNetAddress1> NetAddress </scfApiNetAddress1> [0..1]
<scfApiNetAddress2> NetAddress </scfApiNetAddress2> [0..1]
<userName> BroadWorksMobileManagerUserName </userName> [0..1]
<emailFromAddress> EmailAddress </emailFromAddress> [0..1]
<scfIMSOnly> xs:boolean </scfIMSOnly> [1]
<signalingIPAddress> IPAddress </signalingIPAddress> [0..1]
<signalingPort> Port </signalingPort> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobileManagerGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="scfApiNetAddress1" type=" NetAddress " minOccurs="0"/>
<xs:element name="scfApiNetAddress2" type=" NetAddress " minOccurs="0"/>
<xs:element name="userName" type=" BroadWorksMobileManagerUserName " minOccurs="0"/>
<xs:element name="emailFromAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="scfIMSOnly" type=" xs:boolean "/>
<xs:element name="signalingIPAddress" type=" IPAddress " minOccurs="0"/>
<xs:element name="signalingPort" type=" Port " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBroadWorksMobileManagerModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBroadWorksMobileManagerModifyRequest
Abstract no
Documentation Modify the BroadWorks Mobile Manager service system settings. 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. -->
<scfApiNetAddress1> NetAddress </scfApiNetAddress1> [0..1]
<scfApiNetAddress2> NetAddress </scfApiNetAddress2> [0..1]
<userName> BroadWorksMobileManagerUserName </userName> [0..1]
<password> BroadWorksMobileManagerPassword </password> [0..1]
<emailFromAddress> EmailAddress </emailFromAddress> [0..1]
<scfIMSOnly> xs:boolean </scfIMSOnly> [0..1]
<signalingIPAddress> IPAddress </signalingIPAddress> [0..1]
<signalingPort> Port </signalingPort> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemBroadWorksMobileManagerModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="scfApiNetAddress1" type=" NetAddress " minOccurs="0" nillable="true"/>
<xs:element name="scfApiNetAddress2" type=" NetAddress " minOccurs="0" nillable="true"/>
<xs:element name="userName" type=" BroadWorksMobileManagerUserName " minOccurs="0" nillable="true"/>
<xs:element name="password" type=" BroadWorksMobileManagerPassword " minOccurs="0" nillable="true"/>
<xs:element name="emailFromAddress" type=" EmailAddress " minOccurs="0" nillable="true"/>
<xs:element name="scfIMSOnly" type=" xs:boolean " minOccurs="0"/>
<xs:element name="signalingIPAddress" type=" IPAddress " minOccurs="0" nillable="true"/>
<xs:element name="signalingPort" type=" Port " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBwDiameterBaseDataGetRequest17sp3

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

Complex Type: SystemBwDiameterBaseDataGetResponse17sp3

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

Complex Type: SystemBwDiameterBaseDataModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBwDiameterBaseDataModifyRequest
Abstract no
Documentation Modifies the System Diameter base parameters. 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. -->
<xsRealm> DomainName </xsRealm> [0..1]
<xsListeningPort> Port1025 </xsListeningPort> [0..1]
<psRealm> DomainName </psRealm> [0..1]
<psListeningPort> Port1025 </psListeningPort> [0..1]
<psRelayThroughXs> xs:boolean </psRelayThroughXs> [0..1]
<xsRelayListeningPort> Port1025 </xsRelayListeningPort> [0..1]
<tcTimerSeconds> BwDiameterTcTimerSeconds </tcTimerSeconds> [0..1]
<twTimerSeconds> BwDiameterTwTimerSeconds </twTimerSeconds> [0..1]
<requestTimerSeconds> BwDiameterRequestTimerSeconds </requestTimerSeconds> [0..1]
<busyPeerDetectionOutstandingTxnCount> BwDiameterBusyPeerOutstandingTxnCount </busyPeerDetectionOutstandingTxnCount> [0..1]
<busyPeerRestoreOutstandingTxnCount> BwDiameterBusyPeerOutstandingTxnCount </busyPeerRestoreOutstandingTxnCount> [0..1]
<dynamicEntryInactivityTimerHours> BwDiameterDynamicEntryInactivityTimerHours </dynamicEntryInactivityTimerHours> [0..1]
<advertisedOfflineBillingApplication> BwDiameterAdvertisedApplication </advertisedOfflineBillingApplication> [0..1]
<advertisedOnlineBillingApplication> BwDiameterAdvertisedApplication </advertisedOnlineBillingApplication> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemBwDiameterBaseDataModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="xsRealm" type=" DomainName " nillable="true" minOccurs="0"/>
<xs:element name="xsListeningPort" type=" Port1025 " minOccurs="0"/>
<xs:element name="psRealm" type=" DomainName " nillable="true" minOccurs="0"/>
<xs:element name="psListeningPort" type=" Port1025 " minOccurs="0"/>
<xs:element name="psRelayThroughXs" type=" xs:boolean " minOccurs="0"/>
<xs:element name="xsRelayListeningPort" type=" Port1025 " minOccurs="0"/>
<xs:element name="tcTimerSeconds" type=" BwDiameterTcTimerSeconds " minOccurs="0"/>
<xs:element name="twTimerSeconds" type=" BwDiameterTwTimerSeconds " minOccurs="0"/>
<xs:element name="requestTimerSeconds" type=" BwDiameterRequestTimerSeconds " minOccurs="0"/>
<xs:element name="busyPeerDetectionOutstandingTxnCount" type=" BwDiameterBusyPeerOutstandingTxnCount " minOccurs="0"/>
<xs:element name="busyPeerRestoreOutstandingTxnCount" type=" BwDiameterBusyPeerOutstandingTxnCount " minOccurs="0"/>
<xs:element name="dynamicEntryInactivityTimerHours" type=" BwDiameterDynamicEntryInactivityTimerHours " minOccurs="0"/>
<xs:element name="advertisedOfflineBillingApplication" type=" BwDiameterAdvertisedApplication " minOccurs="0"/>
<xs:element name="advertisedOnlineBillingApplication" type=" BwDiameterAdvertisedApplication " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBwDiameterPeerAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBwDiameterPeerAddRequest
Abstract no
Documentation Add a static entry in the Diameter Peer Table. 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. -->
<instance> BwDiameterPeerInstance </instance> [1]
<identity> DomainName </identity> [1]
<ipAddress> IPAddress </ipAddress> [0..1]
<port> Port1025 </port> [1]
<enabled> xs:boolean </enabled> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBwDiameterPeerAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="instance" type=" BwDiameterPeerInstance "/>
<xs:element name="identity" type=" DomainName "/>
<xs:element name="ipAddress" type=" IPAddress " minOccurs="0"/>
<xs:element name="port" type=" Port1025 "/>
<xs:element name="enabled" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBwDiameterPeerDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBwDiameterPeerDeleteRequest
Abstract no
Documentation Remove a Diameter peer. A peer cannot be removed if is referenced by a Realm Routing Table entry. 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. -->
<instance> BwDiameterPeerInstance </instance> [1]
<identity> DomainName </identity> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBwDiameterPeerDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="instance" type=" BwDiameterPeerInstance "/>
<xs:element name="identity" type=" DomainName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBwDiameterPeerGetListRequest

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

Complex Type: SystemBwDiameterPeerGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemBwDiameterPeerGetListResponse
Abstract no
Documentation Contains a 5 column table with column headings 'Instance', 'Identity', 'IP Address', 'Port', and 'Enabled'. One row is present for each peer.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<peerTable> core:OCITable </peerTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBwDiameterPeerGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="peerTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBwDiameterPeerModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBwDiameterPeerModifyRequest
Abstract no
Documentation Modifies the attributes of an entry in the Diameter Peer Table. 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. -->
<instance> BwDiameterPeerInstance </instance> [1]
<identity> DomainName </identity> [1]
<ipAddress> IPAddress </ipAddress> [0..1]
<port> Port1025 </port> [0..1]
<enabled> xs:boolean </enabled> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemBwDiameterPeerModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="instance" type=" BwDiameterPeerInstance "/>
<xs:element name="identity" type=" DomainName "/>
<xs:element name="ipAddress" type=" IPAddress " nillable="true" minOccurs="0"/>
<xs:element name="port" type=" Port1025 " minOccurs="0"/>
<xs:element name="enabled" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBwDiameterRoutingPeerAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBwDiameterRoutingPeerAddRequest
Abstract no
Documentation Add a Diameter routing peer. The realm must refer to a Diameter routing realm whose action is relay. The destinationPeerIdentity must refer to an existing Diameter peer whose mode is active. 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. -->
<instance> BwDiameterPeerInstance </instance> [1]
<realm> DomainName </realm> [1]
<applicationId> BwDiameterApplicationId </applicationId> [1]
<identity> DomainName </identity> [1]
<priority> BwDiameterPriority </priority> [1]
<weight> BwDiameterWeight </weight> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBwDiameterRoutingPeerAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="instance" type=" BwDiameterPeerInstance "/>
<xs:element name="realm" type=" DomainName "/>
<xs:element name="applicationId" type=" BwDiameterApplicationId "/>
<xs:element name="identity" type=" DomainName "/>
<xs:element name="priority" type=" BwDiameterPriority "/>
<xs:element name="weight" type=" BwDiameterWeight "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBwDiameterRoutingPeerDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBwDiameterRoutingPeerDeleteRequest
Abstract no
Documentation Remove a Diameter routing peer. 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. -->
<instance> BwDiameterPeerInstance </instance> [1]
<realm> DomainName </realm> [1]
<applicationId> BwDiameterApplicationId </applicationId> [1]
<identity> DomainName </identity> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBwDiameterRoutingPeerDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="instance" type=" BwDiameterPeerInstance "/>
<xs:element name="realm" type=" DomainName "/>
<xs:element name="applicationId" type=" BwDiameterApplicationId "/>
<xs:element name="identity" type=" DomainName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBwDiameterRoutingPeerGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBwDiameterRoutingPeerGetListRequest
Abstract no
Documentation Requests the list of Diameter routing peers associated with the specified realm. The response is either SystemBwDiameterRoutingPeerGetListResponse 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="SystemBwDiameterRoutingPeerGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBwDiameterRoutingPeerGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemBwDiameterRoutingPeerGetListResponse
Abstract no
Documentation Contains a 6 column table with column headings 'Instance', 'Realm', 'ApplicationID', 'Identity, 'Priority', and 'Weight'. One row is present for each Diameter Routing Peer.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<routingPeerTable> core:OCITable </routingPeerTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBwDiameterRoutingPeerGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="routingPeerTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBwDiameterRoutingPeerModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBwDiameterRoutingPeerModifyRequest
Abstract no
Documentation Modify a Diameter routing peer. The realm must refer to a Diameter routing realm whose action is relay. The destinationPeerIdentity must refer to an existing Diameter peer whose mode is active. 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. -->
<instance> BwDiameterPeerInstance </instance> [1]
<realm> DomainName </realm> [1]
<applicationId> BwDiameterApplicationId </applicationId> [1]
<identity> DomainName </identity> [1]
<priority> BwDiameterPriority </priority> [0..1]
<weight> BwDiameterWeight </weight> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemBwDiameterRoutingPeerModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="instance" type=" BwDiameterPeerInstance "/>
<xs:element name="realm" type=" DomainName "/>
<xs:element name="applicationId" type=" BwDiameterApplicationId "/>
<xs:element name="identity" type=" DomainName "/>
<xs:element name="priority" type=" BwDiameterPriority " minOccurs="0"/>
<xs:element name="weight" type=" BwDiameterWeight " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBwDiameterRoutingRealmAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBwDiameterRoutingRealmAddRequest
Abstract no
Documentation Add a static entry in the Realm Routing Table. 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. -->
<instance> BwDiameterPeerInstance </instance> [1]
<realm> DomainName </realm> [1]
<applicationId> BwDiameterApplicationId </applicationId> [1]
<default> xs:boolean </default> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBwDiameterRoutingRealmAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="instance" type=" BwDiameterPeerInstance "/>
<xs:element name="realm" type=" DomainName "/>
<xs:element name="applicationId" type=" BwDiameterApplicationId "/>
<xs:element name="default" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBwDiameterRoutingRealmDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBwDiameterRoutingRealmDeleteRequest
Abstract no
Documentation Delete a static entry in the Realm Routing Table. 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. -->
<instance> BwDiameterPeerInstance </instance> [1]
<realm> DomainName </realm> [1]
<applicationId> BwDiameterApplicationId </applicationId> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBwDiameterRoutingRealmDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="instance" type=" BwDiameterPeerInstance "/>
<xs:element name="realm" type=" DomainName "/>
<xs:element name="applicationId" type=" BwDiameterApplicationId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBwDiameterRoutingRealmGetListRequest

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

Complex Type: SystemBwDiameterRoutingRealmGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemBwDiameterRoutingRealmGetListResponse
Abstract no
Documentation Contains a 4 column table with column headings 'Instance', 'Realm', 'ApplicationID', and 'Default'. One row is present for each Diameter routing realm.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<routingRealmTable> core:OCITable </routingRealmTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemBwDiameterRoutingRealmGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="routingRealmTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemBwDiameterRoutingRealmModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemBwDiameterRoutingRealmModifyRequest
Abstract no
Documentation Modify a static entry in the Realm Routing Table. 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. -->
<instance> BwDiameterPeerInstance </instance> [1]
<realm> DomainName </realm> [1]
<applicationId> BwDiameterApplicationId </applicationId> [1]
<default> xs:boolean </default> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemBwDiameterRoutingRealmModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="instance" type=" BwDiameterPeerInstance "/>
<xs:element name="realm" type=" DomainName "/>
<xs:element name="applicationId" type=" BwDiameterApplicationId "/>
<xs:element name="default" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingGetPolicyRequest19sp1

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

Complex Type: SystemCallProcessingGetPolicyResponse19sp1

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

Complex Type: SystemCallProcessingModifyPolicyRequest15

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingModifyPolicyRequest15
Abstract no
Documentation Modify the system level data associated with Call Processing Policy. The response is either a SuccessResponse or an ErrorResponse. The following elements are only used in AS data mode: enableDialableCallerID allowConfigurableCLIDForRedirectingIdentity enterpriseCallsCLIDPolicy enterpriseGroupCallsCLIDPolicy serviceProviderGroupCallsCLIDPolicy
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. -->
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [0..1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [0..1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </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]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [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> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [0..1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [0..1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [0..1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [0..1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 </maxConcurrentFindMeFollowMeInvocations> [0..1]
<clidPolicy> CLIDPolicy </clidPolicy> [0..1]
<emergencyClidPolicy> CLIDPolicy </emergencyClidPolicy> [0..1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [0..1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [0..1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [0..1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [0..1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [0..1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [0..1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingModifyPolicyRequest15">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 " 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="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " minOccurs="0"/>
<xs:element name="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=" CallProcessingMaxConcurrentRedirectedCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 " minOccurs="0"/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 " 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:element name="enableDialableCallerID" type=" xs:boolean " minOccurs="0"/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileAddRequest20

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileAddRequest20
Abstract no
Documentation Add a call processing policy profile to system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<description> CallProcessingPolicyProfileDescription </description> [0..1]
<assignedSubscriberType> CallProcessingPolicyProfileSubscriberType20 </assignedSubscriberType> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileAddRequest20">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CallProcessingPolicyProfileName "/>
<xs:element name="description" type=" CallProcessingPolicyProfileDescription " minOccurs="0"/>
<xs:element name="assignedSubscriberType" type=" CallProcessingPolicyProfileSubscriberType20 " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileAutoAttendantProfileGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileAutoAttendantProfileGetRequest
Abstract no
Documentation Request to get the configuration for a call processing policy profile Auto Attendant subscriber type profile. The response is either a SystemCallProcessingPolicyProfileAutoAttendantProfileGetRequestResponse or an ErrorResponse. The response contains the call processing policy profile setting for Auto Attendant.
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. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileAutoAttendantProfileGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileAutoAttendantProfileGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileAutoAttendantProfileGetResponse
Abstract no
Documentation Response to SystemCallProcessingPolicyProfileAutoAttendantProfileGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileAutoAttendantProfileGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useCLIDPolicy" type=" xs:boolean "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy "/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 "/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean "/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest
Abstract no
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. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [0..1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [0..1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [0..1]
<useGroupName> xs:boolean </useGroupName> [0..1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [0..1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [0..1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [0..1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [0..1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [0..1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [0..1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [0..1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [0..1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [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]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [0..1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [0..1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileAutoAttendantProfileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
<xs:element name="useCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useGroupName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 " minOccurs="0"/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " 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="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableDialableCallerID" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileBroadWorksAnywhereProfileGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileBroadWorksAnywhereProfileGetRequest
Abstract no
Documentation Request to get the configuration for a call processing policy profile BroadWorks Anywhere subscriber type profile. The response is either a SystemCallProcessingPolicyProfileBroadWorksAnywhereProfileGetRequestResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileBroadWorksAnywhereProfileGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileBroadWorksAnywhereProfileGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileBroadWorksAnywhereProfileGetResponse
Abstract no
Documentation Response to SystemCallProcessingPolicyProfileBroadWorksAnywhereProfileGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileBroadWorksAnywhereProfileGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useCLIDPolicy" type=" xs:boolean "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy "/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 "/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean "/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileBroadWorksAnywhereProfileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileBroadWorksAnywhereProfileModifyRequest
Abstract no
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. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [0..1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [0..1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [0..1]
<useGroupName> xs:boolean </useGroupName> [0..1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [0..1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [0..1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [0..1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [0..1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [0..1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [0..1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [0..1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [0..1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [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]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [0..1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [0..1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileBroadWorksAnywhereProfileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
<xs:element name="useCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useGroupName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 " minOccurs="0"/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " 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="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableDialableCallerID" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileCallCenterProfileGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileCallCenterProfileGetRequest
Abstract no
Documentation Request to get the configuration for a call processing policy profile Call Center subscriber type profile. The response is either a SystemCallProcessingPolicyProfileCallCenterProfileGetRequestResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileCallCenterProfileGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileCallCenterProfileGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileCallCenterProfileGetResponse
Abstract no
Documentation Response to SystemCallProcessingPolicyProfileCallCenterProfileGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 </maxConcurrentFindMeFollowMeInvocations> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileCallCenterProfileGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useCLIDPolicy" type=" xs:boolean "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy "/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 "/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean "/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 "/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean "/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileCallCenterProfileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileCallCenterProfileModifyRequest
Abstract no
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. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [0..1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [0..1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [0..1]
<useGroupName> xs:boolean </useGroupName> [0..1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [0..1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [0..1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [0..1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [0..1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [0..1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [0..1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [0..1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [0..1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [0..1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [0..1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 </maxConcurrentFindMeFollowMeInvocations> [0..1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [0..1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [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]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [0..1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileCallCenterProfileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
<xs:element name="useCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useGroupName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 " minOccurs="0"/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 " minOccurs="0"/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " 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="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableDialableCallerID" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileDeleteRequest

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

Complex Type: SystemCallProcessingPolicyProfileFindMeFollowMeProfileGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileFindMeFollowMeProfileGetRequest
Abstract no
Documentation Request to get the configuration for a call processing policy profile Find-me/Follow-me subscriber type profile. The response is either a SystemCallProcessingPolicyProfileFindMeFollowMeProfileGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileFindMeFollowMeProfileGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileFindMeFollowMeProfileGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileFindMeFollowMeProfileGetResponse
Abstract no
Documentation Response to SystemCallProcessingPolicyProfileFindMeFollowMeProfileGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 </maxConcurrentFindMeFollowMeInvocations> [1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileFindMeFollowMeProfileGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useCLIDPolicy" type=" xs:boolean "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy "/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 "/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean "/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 "/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean "/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileFindMeFollowMeProfileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileFindMeFollowMeProfileModifyRequest
Abstract no
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. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [0..1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [0..1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [0..1]
<useGroupName> xs:boolean </useGroupName> [0..1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [0..1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [0..1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [0..1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [0..1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [0..1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [0..1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [0..1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [0..1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [0..1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [0..1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [0..1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 </maxConcurrentFindMeFollowMeInvocations> [0..1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [0..1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [0..1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [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]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [0..1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileFindMeFollowMeProfileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
<xs:element name="useCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useGroupName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 " minOccurs="0"/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 " minOccurs="0"/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " 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="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableDialableCallerID" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileFlexibleSeatingHostProfileGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileFlexibleSeatingHostProfileGetRequest
Abstract no
Documentation Request to get the configuration for a call processing policy profile Flexible Seating Host subscriber type profile. The response is either a SystemCallProcessingPolicyProfileFlexibleSeatingHostProfileGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileFlexibleSeatingHostProfileGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileFlexibleSeatingHostProfileGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileFlexibleSeatingHostProfileGetResponse
Abstract no
Documentation Response to SystemCallProcessingPolicyProfileFlexibleSeatingHostProfileGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<emergencyClidPolicy> GroupCLIDPolicy </emergencyClidPolicy> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [0..1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileFlexibleSeatingHostProfileGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useCLIDPolicy" type=" xs:boolean "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy "/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 "/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean "/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileFlexibleSeatingHostProfileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileFlexibleSeatingHostProfileModifyRequest
Abstract no
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. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [0..1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [0..1]
<emergencyClidPolicy> GroupCLIDPolicy </emergencyClidPolicy> [0..1]
<useGroupName> xs:boolean </useGroupName> [0..1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [0..1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [0..1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [0..1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [0..1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [0..1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [0..1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [0..1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [0..1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [0..1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [0..1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [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]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileFlexibleSeatingHostProfileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
<xs:element name="useCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="useGroupName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 " minOccurs="0"/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " 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="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileGetAssignedNCOSListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileGetAssignedNCOSListRequest
Abstract no
Documentation Request a list of NCOSs that have a given CallP Policy Profile assigned. The response is either a SystemCallProcessingPolicyProfileGetAssignedNCOSListResponse 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. -->
<profileName> CallProcessingPolicyProfileName </profileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileGetAssignedNCOSListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="profileName" type=" CallProcessingPolicyProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileGetAssignedNCOSListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileGetAssignedNCOSListResponse
Abstract no
Documentation Response to the SystemCallProcessingPolicyProfileGetAssignedNCOSListRequest. The response contains a table of all Network Classes of Service that contain the specific CAllP Policy Profile. The column headings are "Name" and "Description".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<networkClassOfServiceTable> core:OCITable </networkClassOfServiceTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileGetAssignedNCOSListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="networkClassOfServiceTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileGetListRequest

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

Complex Type: SystemCallProcessingPolicyProfileGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileGetListResponse
Abstract no
Documentation Response to the SystemCallProcessingPolicyProfileGetListRequest. The response contains a table of all Call Processing Policy Profiles in the system. The column headings are "Name" and "Description".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callProcessingPolicyProfilesTable> core:OCITable </callProcessingPolicyProfilesTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfilesTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileGetRequest20

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

Complex Type: SystemCallProcessingPolicyProfileGetResponse20

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileGetResponse20
Abstract no
Documentation Response to a SystemCallProcessingPolicyProfileGetRequest20.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<description> CallProcessingPolicyProfileDescription </description> [0..1]
<assignedSubscriberType> CallProcessingPolicyProfileSubscriberType20 </assignedSubscriberType> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileGetResponse20">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="description" type=" CallProcessingPolicyProfileDescription " minOccurs="0"/>
<xs:element name="assignedSubscriberType" type=" CallProcessingPolicyProfileSubscriberType20 " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileGroupPagingProfileGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileGroupPagingProfileGetRequest
Abstract no
Documentation Request to get the configuration for a call processing policy profile Group Paging subscriber type profile. The response is either a SystemCallProcessingPolicyProfileGroupPagingProfileGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileGroupPagingProfileGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileGroupPagingProfileGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileGroupPagingProfileGetResponse
Abstract no
Documentation Response to SystemCallProcessingPolicyProfileGroupPagingProfileGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileGroupPagingProfileGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useCLIDPolicy" type=" xs:boolean "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy "/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 "/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean "/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileGroupPagingProfileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileGroupPagingProfileModifyRequest
Abstract no
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. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [0..1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [0..1]
<useGroupName> xs:boolean </useGroupName> [0..1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [0..1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [0..1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [0..1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [0..1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [0..1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [0..1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [0..1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [0..1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [0..1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [0..1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [0..1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [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]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileGroupPagingProfileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
<xs:element name="useCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="useGroupName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 " minOccurs="0"/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " 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="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileHuntGroupProfileGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileHuntGroupProfileGetRequest
Abstract no
Documentation Request to get the configuration for a call processing policy profile Hunt Group subscriber type profile. The response is either a SystemCallProcessingPolicyProfileHuntGroupProfileGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileHuntGroupProfileGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileHuntGroupProfileGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileHuntGroupProfileGetResponse
Abstract no
Documentation Response to SystemCallProcessingPolicyProfileHuntGroupProfileGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 </maxConcurrentFindMeFollowMeInvocations> [1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileHuntGroupProfileGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useCLIDPolicy" type=" xs:boolean "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy "/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 "/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean "/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 "/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean "/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileHuntGroupProfileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileHuntGroupProfileModifyRequest
Abstract no
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. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [0..1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [0..1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [0..1]
<useGroupName> xs:boolean </useGroupName> [0..1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [0..1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [0..1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [0..1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [0..1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [0..1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [0..1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [0..1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [0..1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [0..1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [0..1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [0..1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 </maxConcurrentFindMeFollowMeInvocations> [0..1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [0..1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [0..1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [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]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [0..1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileHuntGroupProfileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
<xs:element name="useCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useGroupName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 " minOccurs="0"/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 " minOccurs="0"/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " 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="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableDialableCallerID" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileInstantGroupCallProfileGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileInstantGroupCallProfileGetRequest
Abstract no
Documentation Request to get the configuration for a call processing policy profile Instant Group Call subscriber type profile. The response is either a SystemCallProcessingPolicyProfileInstantGroupCallProfileGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileInstantGroupCallProfileGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileInstantGroupCallProfileGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileInstantGroupCallProfileGetResponse
Abstract no
Documentation Response to SystemCallProcessingPolicyProfileInstantGroupCallProfileGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileInstantGroupCallProfileGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useCLIDPolicy" type=" xs:boolean "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy "/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 "/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean "/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileInstantGroupCallProfileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileInstantGroupCallProfileModifyRequest
Abstract no
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. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [0..1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [0..1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [0..1]
<useGroupName> xs:boolean </useGroupName> [0..1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [0..1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [0..1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [0..1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [0..1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [0..1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [0..1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [0..1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [0..1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [0..1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [0..1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [0..1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [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]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileInstantGroupCallProfileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
<xs:element name="useCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useGroupName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 " minOccurs="0"/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " 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="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileMeetMeConferencingProfileGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileMeetMeConferencingProfileGetRequest
Abstract no
Documentation Request to get the configuration for a call processing policy profile Meet-Me Conferencing subscriber type profile. The response is either a SystemCallProcessingPolicyProfileMeetMeConferencingProfileGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileMeetMeConferencingProfileGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileMeetMeConferencingProfileGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileMeetMeConferencingProfileGetResponse
Abstract no
Documentation Response to SystemCallProcessingPolicyProfileMeetMeConferencingProfileGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<emergencyClidPolicy> GroupCLIDPolicy </emergencyClidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileMeetMeConferencingProfileGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useCLIDPolicy" type=" xs:boolean "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy "/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 "/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean "/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileMeetMeConferencingProfileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileMeetMeConferencingProfileModifyRequest
Abstract no
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. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [0..1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [0..1]
<emergencyClidPolicy> GroupCLIDPolicy </emergencyClidPolicy> [0..1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [0..1]
<useGroupName> xs:boolean </useGroupName> [0..1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [0..1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [0..1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [0..1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [0..1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [0..1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [0..1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [0..1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [0..1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [0..1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [0..1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [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]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [0..1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [0..1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileMeetMeConferencingProfileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
<xs:element name="useCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useGroupName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 " minOccurs="0"/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " 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="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableDialableCallerID" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileModifyRequest20

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileModifyRequest20
Abstract no
Documentation Modify a call processing policy profile in system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<newName> CallProcessingPolicyProfileName </newName> [0..1]
<description> CallProcessingPolicyProfileDescription </description> [0..1]
<assignedSubscriberTypeList> ReplacementCallProcessingPolicyProfileSubscriberTypeList20 </assignedSubscriberTypeList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileModifyRequest20">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CallProcessingPolicyProfileName "/>
<xs:element name="newName" type=" CallProcessingPolicyProfileName " minOccurs="0"/>
<xs:element name="description" type=" CallProcessingPolicyProfileDescription " nillable="true" minOccurs="0"/>
<xs:element name="assignedSubscriberTypeList" type=" ReplacementCallProcessingPolicyProfileSubscriberTypeList20 " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileRoutePointProfileGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileRoutePointProfileGetRequest
Abstract no
Documentation Request to get the configuration for a call processing policy profile Route Point subscriber type profile. The response is either a SystemCallProcessingPolicyProfileRoutePointProfileGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileRoutePointProfileGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileRoutePointProfileGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileRoutePointProfileGetResponse
Abstract no
Documentation Response to SystemCallProcessingPolicyProfileRoutePointProfileGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<emergencyClidPolicy> GroupCLIDPolicy </emergencyClidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 </maxConcurrentFindMeFollowMeInvocations> [1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileRoutePointProfileGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useCLIDPolicy" type=" xs:boolean "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy "/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 "/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean "/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 "/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean "/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileRoutePointProfileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileRoutePointProfileModifyRequest
Abstract no
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. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [0..1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [0..1]
<emergencyClidPolicy> GroupCLIDPolicy </emergencyClidPolicy> [0..1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [0..1]
<useGroupName> xs:boolean </useGroupName> [0..1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [0..1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [0..1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [0..1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [0..1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [0..1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [0..1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [0..1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [0..1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [0..1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 </maxConcurrentFindMeFollowMeInvocations> [0..1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [0..1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [0..1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [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]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [0..1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [0..1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileRoutePointProfileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
<xs:element name="useCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useGroupName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 " minOccurs="0"/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 " minOccurs="0"/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " 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="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableDialableCallerID" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileTrunkGroupPilotProfileGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileTrunkGroupPilotProfileGetRequest
Abstract no
Documentation Request to get the configuration for a call processing policy profile Trunk Group Pilot user subscriber type profile. The response is either a SystemCallProcessingPolicyProfileTrunkGroupPilotProfileGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileTrunkGroupPilotProfileGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileTrunkGroupPilotProfileGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileTrunkGroupPilotProfileGetResponse
Abstract no
Documentation Response to SystemCallProcessingPolicyProfileTrunkGroupPilotProfileGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<emergencyClidPolicy> GroupCLIDPolicy </emergencyClidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [1]
<useMediaPolicy> xs:boolean </useMediaPolicy> [1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 </maxConcurrentFindMeFollowMeInvocations> [1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileTrunkGroupPilotProfileGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useCLIDPolicy" type=" xs:boolean "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy "/>
<xs:element name="useMediaPolicy" type=" xs:boolean "/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection "/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " minOccurs="0"/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 "/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean "/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 "/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean "/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileTrunkGroupPilotProfileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileTrunkGroupPilotProfileModifyRequest
Abstract no
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. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [0..1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [0..1]
<emergencyClidPolicy> GroupCLIDPolicy </emergencyClidPolicy> [0..1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [0..1]
<useGroupName> xs:boolean </useGroupName> [0..1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [0..1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [0..1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [0..1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [0..1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [0..1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [0..1]
<useMediaPolicy> xs:boolean </useMediaPolicy> [0..1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [0..1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [0..1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [0..1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [0..1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [0..1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [0..1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [0..1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 </maxConcurrentFindMeFollowMeInvocations> [0..1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [0..1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [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]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [0..1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [0..1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileTrunkGroupPilotProfileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
<xs:element name="useCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useGroupName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="useMediaPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection " minOccurs="0"/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " nillable="true" minOccurs="0"/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 " minOccurs="0"/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 " minOccurs="0"/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " 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="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableDialableCallerID" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileUserProfileGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileUserProfileGetRequest
Abstract no
Documentation Request to get the configuration for a call processing policy profile user subscriber type profile. The response is either a SystemCallProcessingPolicyProfileUserProfileGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileUserProfileGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileUserProfileGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileUserProfileGetResponse
Abstract no
Documentation Response to SystemCallProcessingPolicyProfileUserProfileGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<emergencyClidPolicy> GroupCLIDPolicy </emergencyClidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [1]
<useMediaPolicy> xs:boolean </useMediaPolicy> [1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 </maxConcurrentFindMeFollowMeInvocations> [1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileUserProfileGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useCLIDPolicy" type=" xs:boolean "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy "/>
<xs:element name="useMediaPolicy" type=" xs:boolean "/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection "/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " minOccurs="0"/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 "/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean "/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 "/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean "/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 "/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean "/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileUserProfileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileUserProfileModifyRequest
Abstract no
Documentation Modify a call processing policy profile user subscriber type profile in system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [0..1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [0..1]
<emergencyClidPolicy> GroupCLIDPolicy </emergencyClidPolicy> [0..1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [0..1]
<useGroupName> xs:boolean </useGroupName> [0..1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [0..1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [0..1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [0..1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [0..1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [0..1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [0..1]
<useMediaPolicy> xs:boolean </useMediaPolicy> [0..1]
<mediaPolicySelection> MediaPolicySelection </mediaPolicySelection> [0..1]
<supportedMediaSetName> MediaSetName </supportedMediaSetName> [0..1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [0..1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [0..1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [0..1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [0..1]
<useMaxConcurrentFindMeFollowMeInvocations> xs:boolean </useMaxConcurrentFindMeFollowMeInvocations> [0..1]
<maxConcurrentFindMeFollowMeInvocations> CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 </maxConcurrentFindMeFollowMeInvocations> [0..1]
<useMaxFindMeFollowMeDepth> xs:boolean </useMaxFindMeFollowMeDepth> [0..1]
<maxFindMeFollowMeDepth> CallProcessingMaxFindMeFollowMeDepth19sp1 </maxFindMeFollowMeDepth> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [0..1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [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]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [0..1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [0..1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileUserProfileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
<xs:element name="useCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useGroupName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="useMediaPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="mediaPolicySelection" type=" MediaPolicySelection " minOccurs="0"/>
<xs:element name="supportedMediaSetName" type=" MediaSetName " nillable="true" minOccurs="0"/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxConcurrentFindMeFollowMeInvocations" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentFindMeFollowMeInvocations" type=" CallProcessingMaxConcurrentFindMeFollowMeInvocations19sp1 " minOccurs="0"/>
<xs:element name="useMaxFindMeFollowMeDepth" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFindMeFollowMeDepth" type=" CallProcessingMaxFindMeFollowMeDepth19sp1 " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 " minOccurs="0"/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " 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="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableDialableCallerID" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileVoicePortalProfileGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileVoicePortalProfileGetRequest
Abstract no
Documentation Request to get the configuration for a call processing policy profile Voice Portal subscriber type profile. The response is either a SystemCallProcessingPolicyProfileVoicePortalProfileGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileVoicePortalProfileGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileVoicePortalProfileGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileVoicePortalProfileGetResponse
Abstract no
Documentation Response to SystemCallProcessingPolicyProfileVoicePortalProfileGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileVoicePortalProfileGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useCLIDPolicy" type=" xs:boolean "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy "/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 "/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean "/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileVoicePortalProfileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileVoicePortalProfileModifyRequest
Abstract no
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. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [0..1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [0..1]
<useGroupName> xs:boolean </useGroupName> [0..1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [0..1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [0..1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [0..1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [0..1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [0..1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [0..1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [0..1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [0..1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [0..1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [0..1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileVoicePortalProfileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
<xs:element name="useCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="useGroupName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 " minOccurs="0"/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileVoiceXMLProfileGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileVoiceXMLProfileGetRequest
Abstract no
Documentation Request to get the configuration for a call processing policy profile VoiceXML subscriber type profile. The response is either a SystemCallProcessingPolicyProfileVoiceXMLProfileGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileVoiceXMLProfileGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileVoiceXMLProfileGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileVoiceXMLProfileGetResponse
Abstract no
Documentation Response to SystemCallProcessingPolicyProfileVoiceXMLProfileGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [1]
<emergencyClidPolicy> GroupCLIDPolicy </emergencyClidPolicy> [1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [1]
<useGroupName> xs:boolean </useGroupName> [1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [1]
<enforceGroupCallingLineIdentityRestriction> xs:boolean </enforceGroupCallingLineIdentityRestriction> [1]
<enforceEnterpriseCallingLineIdentityRestriction> xs:boolean </enforceEnterpriseCallingLineIdentityRestriction> [1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan> [1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan> xs:boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan> [1]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileVoiceXMLProfileGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useCLIDPolicy" type=" xs:boolean "/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy "/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="useGroupName" type=" xs:boolean "/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean "/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean "/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean "/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy "/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy "/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean "/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 "/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 "/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 "/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean "/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection "/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean "/>
<xs:element name="enforceGroupCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="enforceEnterpriseCallingLineIdentityRestriction" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPrivateDialingPlan" type=" xs:boolean "/>
<xs:element name="allowEnterpriseGroupCallTypingForPublicDialingPlan" type=" xs:boolean "/>
<xs:element name="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean "/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean "/>
<xs:element name="enableDialableCallerID" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallProcessingPolicyProfileVoiceXMLProfileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallProcessingPolicyProfileVoiceXMLProfileModifyRequest
Abstract no
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. -->
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [1]
<useCLIDPolicy> xs:boolean </useCLIDPolicy> [0..1]
<clidPolicy> GroupCLIDPolicy </clidPolicy> [0..1]
<emergencyClidPolicy> GroupCLIDPolicy </emergencyClidPolicy> [0..1]
<allowAlternateNumbersForRedirectingIdentity> xs:boolean </allowAlternateNumbersForRedirectingIdentity> [0..1]
<useGroupName> xs:boolean </useGroupName> [0..1]
<blockCallingNameForExternalCalls> xs:boolean </blockCallingNameForExternalCalls> [0..1]
<allowConfigurableCLIDForRedirectingIdentity> xs:boolean </allowConfigurableCLIDForRedirectingIdentity> [0..1]
<allowDepartmentCLIDNameOverride> xs:boolean </allowDepartmentCLIDNameOverride> [0..1]
<enterpriseCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseCallsCLIDPolicy> [0..1]
<enterpriseGroupCallsCLIDPolicy> EnterpriseInternalCallsCLIDPolicy </enterpriseGroupCallsCLIDPolicy> [0..1]
<serviceProviderGroupCallsCLIDPolicy> ServiceProviderInternalCallsCLIDPolicy </serviceProviderGroupCallsCLIDPolicy> [0..1]
<useCallLimitsPolicy> xs:boolean </useCallLimitsPolicy> [0..1]
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> CallProcessingMaxSimultaneousCalls19sp1 </maxSimultaneousVideoCalls> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> CallProcessingMaxCallTimeForAnsweredCallsMinutes16 </maxCallTimeForAnsweredCallsMinutes> [0..1]
<useMaxCallTimeForUnansweredCalls> xs:boolean </useMaxCallTimeForUnansweredCalls> [0..1]
<maxCallTimeForUnansweredCallsMinutes> CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 </maxCallTimeForUnansweredCallsMinutes> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> CallProcessingMaxConcurrentRedirectedCalls19sp1 </maxConcurrentRedirectedCalls> [0..1]
<maxRedirectionDepth> CallProcessingMaxRedirectionDepth19sp1 </maxRedirectionDepth> [0..1]
<useTranslationRoutingPolicy> xs:boolean </useTranslationRoutingPolicy> [0..1]
<networkUsageSelection> NetworkUsageSelection </networkUsageSelection> [0..1]
<enableEnterpriseExtensionDialing> xs:boolean </enableEnterpriseExtensionDialing> [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]
<overrideCLIDRestrictionForPrivateCallCategory> xs:boolean </overrideCLIDRestrictionForPrivateCallCategory> [0..1]
<useEnterpriseCLIDForPrivateCallCategory> xs:boolean </useEnterpriseCLIDForPrivateCallCategory> [0..1]
<useIncomingCLIDPolicy> xs:boolean </useIncomingCLIDPolicy> [0..1]
<enableDialableCallerID> xs:boolean </enableDialableCallerID> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallProcessingPolicyProfileVoiceXMLProfileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName "/>
<xs:element name="useCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="clidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="emergencyClidPolicy" type=" GroupCLIDPolicy " minOccurs="0"/>
<xs:element name="allowAlternateNumbersForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useGroupName" type=" xs:boolean " minOccurs="0"/>
<xs:element name="blockCallingNameForExternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowConfigurableCLIDForRedirectingIdentity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowDepartmentCLIDNameOverride" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enterpriseCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="enterpriseGroupCallsCLIDPolicy" type=" EnterpriseInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="serviceProviderGroupCallsCLIDPolicy" type=" ServiceProviderInternalCallsCLIDPolicy " minOccurs="0"/>
<xs:element name="useCallLimitsPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" CallProcessingMaxSimultaneousCalls19sp1 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" CallProcessingMaxCallTimeForAnsweredCallsMinutes16 " minOccurs="0"/>
<xs:element name="useMaxCallTimeForUnansweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForUnansweredCallsMinutes" type=" CallProcessingMaxCallTimeForUnansweredCallsMinutes19sp1 " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" CallProcessingMaxConcurrentRedirectedCalls19sp1 " minOccurs="0"/>
<xs:element name="maxRedirectionDepth" type=" CallProcessingMaxRedirectionDepth19sp1 " minOccurs="0"/>
<xs:element name="useTranslationRoutingPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="networkUsageSelection" type=" NetworkUsageSelection " minOccurs="0"/>
<xs:element name="enableEnterpriseExtensionDialing" type=" xs:boolean " 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="overrideCLIDRestrictionForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useEnterpriseCLIDForPrivateCallCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useIncomingCLIDPolicy" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableDialableCallerID" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallTypeAddMappingRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallTypeAddMappingRequest
Abstract no
Documentation Add a system call type mapping. 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. -->
<countryCode> CountryCode </countryCode> [1]
<digitMap> CallTypeDigitMap </digitMap> [1]
<callType> SystemCallType </callType> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallTypeAddMappingRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="countryCode" type=" CountryCode "/>
<xs:element name="digitMap" type=" CallTypeDigitMap "/>
<xs:element name="callType" type=" SystemCallType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallTypeDeleteMappingRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallTypeDeleteMappingRequest
Abstract no
Documentation Delete a system call type mapping. 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. -->
<countryCode> CountryCode </countryCode> [1]
<digitMap> CallTypeDigitMap </digitMap> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallTypeDeleteMappingRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="countryCode" type=" CountryCode "/>
<xs:element name="digitMap" type=" CallTypeDigitMap "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallTypeGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallTypeGetListRequest
Abstract no
Documentation Get a list of system call types. The response is either SystemCallTypeGetListResponse 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="SystemCallTypeGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallTypeGetListResponse

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

Complex Type: SystemCallTypeGetMappingListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCallTypeGetMappingListRequest
Abstract no
Documentation Get a list of system call type mappings. The response is either SystemCallTypeGetMappingListResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<countryCode> CountryCode </countryCode> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallTypeGetMappingListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="countryCode" type=" CountryCode " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCallTypeGetMappingListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCallTypeGetMappingListResponse
Abstract no
Documentation Response to SystemCallTypeGetMappingListRequest. The table columns are: "Country Code", "Digit Map" and "Call Type".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callTypeMapping> core:OCITable </callTypeMapping> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCallTypeGetMappingListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="callTypeMapping" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCAPAddACLEntryRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCAPAddACLEntryRequest14
Abstract no
Documentation Add an entry to the CAP 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="SystemCAPAddACLEntryRequest14">
<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: SystemCAPDeleteACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCAPDeleteACLEntryRequest
Abstract no
Documentation Delete an entry from the CAP 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="SystemCAPDeleteACLEntryRequest">
<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: SystemCAPGetACLListRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCAPGetACLListRequest14
Abstract no
Documentation Get the CAP access control list. The response is either SystemCAPGetACLListResponse 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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemCAPGetACLListRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCAPGetACLListResponse14

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCAPGetACLListResponse14
Abstract no
Documentation Response to SystemCAPGetACLListRequest14. The table columns are: "Net Address" and "Description".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<aclTable> core:OCITable </aclTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCAPGetACLListResponse14">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="aclTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCAPModifyACLEntryRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCAPModifyACLEntryRequest14
Abstract no
Documentation Modify an entry from the CAP 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="SystemCAPModifyACLEntryRequest14">
<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: SystemCAPParametersGetRequest19

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

Complex Type: SystemCAPParametersGetResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCAPParametersGetResponse19
Abstract no
Documentation Response to SystemCAPParametersGetRequest19. Contains a list of system CAP parameters.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<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="SystemCAPParametersGetResponse19">
<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: SystemCAPParametersModifyRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCAPParametersModifyRequest19
Abstract no
Documentation Request to modify CAP system parameters. 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. -->
<serverPort> Port1025 </serverPort> [0..1]
<maxClientConnections> CAPMaxClientConnections </maxClientConnections> [0..1]
<enableConnectionPing> xs:boolean </enableConnectionPing> [0..1]
<connectionPingIntervalMinutes> CAPConnectionPingIntervalMinutes </connectionPingIntervalMinutes> [0..1]
<CCC2ServerPort> Port1025 </CCC2ServerPort> [0..1]
<CCC2MaxClientConnections> CCC2MaxClientConnections </CCC2MaxClientConnections> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCAPParametersModifyRequest19">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serverPort" type=" Port1025 " minOccurs="0"/>
<xs:element name="maxClientConnections" type=" CAPMaxClientConnections " minOccurs="0"/>
<xs:element name="enableConnectionPing" type=" xs:boolean " minOccurs="0"/>
<xs:element name="connectionPingIntervalMinutes" type=" CAPConnectionPingIntervalMinutes " minOccurs="0"/>
<xs:element name="CCC2ServerPort" type=" Port1025 " minOccurs="0"/>
<xs:element name="CCC2MaxClientConnections" type=" CCC2MaxClientConnections " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemClientSessionParametersGetRequest

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

Complex Type: SystemClientSessionParametersGetResponse

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

Complex Type: SystemClientSessionParametersModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemClientSessionParametersModifyRequest
Abstract no
Documentation Request to modify Client Session (web and CLI) 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. -->
<enableInactivityTimeout> xs:boolean </enableInactivityTimeout> [0..1]
<inactivityTimeoutMinutes> ClientSessionTimeoutMinutes </inactivityTimeoutMinutes> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemClientSessionParametersModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="enableInactivityTimeout" type=" xs:boolean " minOccurs="0"/>
<xs:element name="inactivityTimeoutMinutes" type=" ClientSessionTimeoutMinutes " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCodecAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCodecAddRequest
Abstract no
Documentation Request to add a codec to the ordered list of codecs supported by the system. The ordered list of codecs is sent to MGCP devices when creating connections. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<codec> Codec </codec> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCodecAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="codec" type=" Codec "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCodecDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCodecDeleteRequest
Abstract no
Documentation Request to delete a supported codec from the system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<codec> Codec </codec> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCodecDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="codec" type=" Codec "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCodecGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCodecGetListRequest
Abstract no
Documentation Request to get the ordered list of supported codecs in the system. The ordered list of codecs is sent to MGCP devices when creating connections. The response is either a SystemCodecGetListResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemCodecGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCodecGetListResponse

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

Complex Type: SystemCommunicationBarringAlternateCallIndicatorAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringAlternateCallIndicatorAddRequest
Abstract no
Documentation Add a Communication Barring Alternate Call Indicator. 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. -->
<alternateCallIndicator> CommunicationBarringAlternateCallIndicator </alternateCallIndicator> [1]
<networkServerAlternateCallIndicator> NetworkServerAlternateCallIndicator </networkServerAlternateCallIndicator> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringAlternateCallIndicatorAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="alternateCallIndicator" type=" CommunicationBarringAlternateCallIndicator "/>
<xs:element name="networkServerAlternateCallIndicator" type=" NetworkServerAlternateCallIndicator "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringAlternateCallIndicatorDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringAlternateCallIndicatorDeleteRequest
Abstract no
Documentation Delete a Communication Barring Alternate Call Indicator. 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. -->
<alternateCallIndicator> CommunicationBarringAlternateCallIndicator </alternateCallIndicator> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringAlternateCallIndicatorDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="alternateCallIndicator" type=" CommunicationBarringAlternateCallIndicator "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringAlternateCallIndicatorGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringAlternateCallIndicatorGetListRequest
Abstract no
Documentation Get all the Communication Barring Alternate Call Indicator defined in the system. The response is either a SystemCommunicationBarringAlternateCallIndicatorGetListResponse 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="SystemCommunicationBarringAlternateCallIndicatorGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringAlternateCallIndicatorGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringAlternateCallIndicatorGetListResponse
Abstract no
Documentation Response to a SystemCommunicationBarringAlternateCallIndicatorGetListRequest. Contains a table with one row per Communication Barring Alternate Call Indicator. The table column headings are: "Alternate Call Indicator" and "Network Server Alternate Call Indicator".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<alternateCallIndicatorTable> core:OCITable </alternateCallIndicatorTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringAlternateCallIndicatorGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="alternateCallIndicatorTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringAlternateCallIndicatorModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringAlternateCallIndicatorModifyRequest
Abstract no
Documentation Modify a Communication Barring Alternate Call Indicator. 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. -->
<alternateCallIndicator> CommunicationBarringAlternateCallIndicator </alternateCallIndicator> [1]
<networkServerAlternateCallIndicator> NetworkServerAlternateCallIndicator </networkServerAlternateCallIndicator> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringAlternateCallIndicatorModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="alternateCallIndicator" type=" CommunicationBarringAlternateCallIndicator "/>
<xs:element name="networkServerAlternateCallIndicator" type=" NetworkServerAlternateCallIndicator " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringCallTypeAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringCallTypeAddRequest
Abstract no
Documentation Add a Communication Barring Call Type. 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. -->
<callType> CommunicationBarringCallType </callType> [1]
<networkServerCallType> NetworkServerCallType </networkServerCallType> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringCallTypeAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callType" type=" CommunicationBarringCallType "/>
<xs:element name="networkServerCallType" type=" NetworkServerCallType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringCallTypeDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringCallTypeDeleteRequest
Abstract no
Documentation Delete a Communication Barring Call Type. 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. -->
<callType> CommunicationBarringCallType </callType> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringCallTypeDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callType" type=" CommunicationBarringCallType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringCallTypeGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringCallTypeGetListRequest
Abstract no
Documentation Get all the Communication Barring Call Types defined in the system. The response is either a SystemCommunicationBarringCallTypeGetListResponse 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="SystemCommunicationBarringCallTypeGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringCallTypeGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringCallTypeGetListResponse
Abstract no
Documentation Response to a SystemCommunicationBarringCallTypeGetListRequest. Contains a table with one row per Communication Barring Call Type. The table column headings are: "Call Type" and "Network Server Call Type".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<callTypeTable> core:OCITable </callTypeTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringCallTypeGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="callTypeTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringCallTypeModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringCallTypeModifyRequest
Abstract no
Documentation Modify a Communication Barring Call Type. 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. -->
<callType> CommunicationBarringCallType </callType> [1]
<networkServerCallType> NetworkServerCallType </networkServerCallType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringCallTypeModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callType" type=" CommunicationBarringCallType "/>
<xs:element name="networkServerCallType" type=" NetworkServerCallType " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringCriteriaAddRequest17

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

Complex Type: SystemCommunicationBarringCriteriaDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringCriteriaDeleteRequest
Abstract no
Documentation Delete an existing Communication Barring Criteria. 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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringCriteriaDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringCriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringCriteriaGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringCriteriaGetListRequest
Abstract no
Documentation Get the list of all Communication Barring Criteria. The response is either a SystemCommunicationBarringCriteriaGetListResponse 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="SystemCommunicationBarringCriteriaGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringCriteriaGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringCriteriaGetListResponse
Abstract no
Documentation Response to the SystemCommunicationBarringCriteriaGetListRequest. The response contains a table of all Communication Barring Criteria in the system. The column headings are "Name" and "Description".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<criteriaTable> core:OCITable </criteriaTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringCriteriaGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="criteriaTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringCriteriaGetRequest19sp1

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

Complex Type: SystemCommunicationBarringCriteriaGetResponse19sp1

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

Complex Type: SystemCommunicationBarringCriteriaModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringCriteriaModifyRequest
Abstract no
Documentation Modify an existing Communication Barring Criteria. 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. -->
<newName> CommunicationBarringCriteriaName </newName> [0..1]
<description> CommunicationBarringCriteriaDescription </description> [0..1]
<matchCallType> ReplacementCommunicationBarringCallTypeList </matchCallType> [0..1]
<matchAlternateCallIndicator> ReplacementCommunicationBarringAlternateCallIndicatorList </matchAlternateCallIndicator> [0..1]
<matchVirtualOnNetCallType> ReplacementVirtualOnNetCallTypeNameList </matchVirtualOnNetCallType> [0..1]
<matchPublicNetwork> xs:boolean </matchPublicNetwork> [0..1]
<matchPrivateNetwork> xs:boolean </matchPrivateNetwork> [0..1]
<matchLocalCategory> xs:boolean </matchLocalCategory> [0..1]
<matchNationalCategory> xs:boolean </matchNationalCategory> [0..1]
<matchInterlataCategory> xs:boolean </matchInterlataCategory> [0..1]
<matchIntralataCategory> xs:boolean </matchIntralataCategory> [0..1]
<matchInternationalCategory> xs:boolean </matchInternationalCategory> [0..1]
<matchPrivateCategory> xs:boolean </matchPrivateCategory> [0..1]
<matchEmergencyCategory> xs:boolean </matchEmergencyCategory> [0..1]
<matchOtherCategory> xs:boolean </matchOtherCategory> [0..1]
<matchInterNetwork> xs:boolean </matchInterNetwork> [0..1]
<matchInterHostingNE> xs:boolean </matchInterHostingNE> [0..1]
<matchInterAS> xs:boolean </matchInterAS> [0..1]
<matchIntraAS> xs:boolean </matchIntraAS> [0..1]
<matchChargeCalls> xs:boolean </matchChargeCalls> [0..1]
<matchNoChargeCalls> xs:boolean </matchNoChargeCalls> [0..1]
<matchGroupCalls> xs:boolean </matchGroupCalls> [0..1]
<matchEnterpriseCalls> xs:boolean </matchEnterpriseCalls> [0..1]
<matchNetworkCalls> xs:boolean </matchNetworkCalls> [0..1]
<matchNetworkURLCalls> xs:boolean </matchNetworkURLCalls> [0..1]
<matchRepairCalls> xs:boolean </matchRepairCalls> [0..1]
<matchEmergencyCalls> xs:boolean </matchEmergencyCalls> [0..1]
<matchInternalCalls> xs:boolean </matchInternalCalls> [0..1]
<matchLocation> LocationCriteria </matchLocation> [0..1]
<matchRoaming> RoamingCriteria </matchRoaming> [0..1]
<timeSchedule> ScheduleName </timeSchedule> [0..1]
<holidaySchedule> ScheduleName </holidaySchedule> [0..1]
<matchNumberPortabilityStatus> ReplacementNumberPortabilityStatusList </matchNumberPortabilityStatus> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringCriteriaModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringCriteriaName "/>
<xs:element name="newName" type=" CommunicationBarringCriteriaName " minOccurs="0"/>
<xs:element name="description" type=" CommunicationBarringCriteriaDescription " minOccurs="0" nillable="true"/>
<xs:element name="matchCallType" type=" ReplacementCommunicationBarringCallTypeList " minOccurs="0" nillable="true"/>
<xs:element name="matchAlternateCallIndicator" type=" ReplacementCommunicationBarringAlternateCallIndicatorList " minOccurs="0" nillable="true"/>
<xs:element name="matchVirtualOnNetCallType" type=" ReplacementVirtualOnNetCallTypeNameList " minOccurs="0" nillable="true"/>
<xs:element name="matchPublicNetwork" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchPrivateNetwork" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchLocalCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchNationalCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchInterlataCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchIntralataCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchInternationalCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchPrivateCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchEmergencyCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchOtherCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchInterNetwork" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchInterHostingNE" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchInterAS" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchIntraAS" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchChargeCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchNoChargeCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchGroupCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchEnterpriseCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchNetworkCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchNetworkURLCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchRepairCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchEmergencyCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchInternalCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchLocation" type=" LocationCriteria " minOccurs="0"/>
<xs:element name="matchRoaming" type=" RoamingCriteria " minOccurs="0"/>
<xs:element name="timeSchedule" type=" ScheduleName " minOccurs="0" nillable="true"/>
<xs:element name="holidaySchedule" type=" ScheduleName " minOccurs="0" nillable="true"/>
<xs:element name="matchNumberPortabilityStatus" type=" ReplacementNumberPortabilityStatusList " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringDigitPatternCriteriaAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringDigitPatternCriteriaAddRequest
Abstract no
Documentation Add a new Communication Barring Digit Pattern Criteria. 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. -->
<name> DigitPatternCriteriaName </name> [1]
<description> DigitPatternCriteriaDescription </description> [0..1]
<matchDigitPattern> DigitPattern </matchDigitPattern> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringDigitPatternCriteriaAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" DigitPatternCriteriaName "/>
<xs:element name="description" type=" DigitPatternCriteriaDescription " minOccurs="0"/>
<xs:element name="matchDigitPattern" type=" DigitPattern " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringDigitPatternCriteriaDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringDigitPatternCriteriaDeleteRequest
Abstract no
Documentation Delete an existing Communication Barring Digit Pattern Criteria. 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. -->
<name> DigitPatternCriteriaName </name> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringDigitPatternCriteriaDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" DigitPatternCriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringDigitPatternCriteriaGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringDigitPatternCriteriaGetListRequest
Abstract no
Documentation Get the list of all Digit Pattern Criteria defined at the system level. The response is either a SystemCommunicationBarringDigitPatternCriteriaGetListResponse 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="SystemCommunicationBarringDigitPatternCriteriaGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringDigitPatternCriteriaGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringDigitPatternCriteriaGetListResponse
Abstract no
Documentation Response to the SystemCommunicationBarringDigitPatternCriteriaGetListRequest. The response contains a table of all Digit Pattern Criteria defined at the system level. The column headings are "Name" and "Description"
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<criteriaTable> core:OCITable </criteriaTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringDigitPatternCriteriaGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="criteriaTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringDigitPatternCriteriaGetPatternListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringDigitPatternCriteriaGetPatternListRequest
Abstract no
Documentation Get an existing Digit Pattern Criteria. The response is either a SystemCommunicationBarringDigitPatternCriteriaGetPatternListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<name> DigitPatternCriteriaName </name> [1]
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaDigitPattern> SearchCriteriaDigitPattern </searchCriteriaDigitPattern> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringDigitPatternCriteriaGetPatternListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" DigitPatternCriteriaName "/>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaDigitPattern" type=" SearchCriteriaDigitPattern " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringDigitPatternCriteriaGetPatternListResponse

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

Complex Type: SystemCommunicationBarringDigitPatternCriteriaGetRequest

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

Complex Type: SystemCommunicationBarringDigitPatternCriteriaGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringDigitPatternCriteriaGetResponse
Abstract no
Documentation The response to a SystemCommunicationBarringDigitPatternCriteriaGetRequest.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<description> DigitPatternCriteriaDescription </description> [0..1]
<digitPattern> DigitPattern </digitPattern> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringDigitPatternCriteriaGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="description" type=" DigitPatternCriteriaDescription " nillable="true" minOccurs="0"/>
<xs:element name="digitPattern" type=" DigitPattern " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringDigitPatternCriteriaModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringDigitPatternCriteriaModifyRequest
Abstract no
Documentation Modify an existing Communication Barring Digit Pattern Criteria. 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. -->
<name> DigitPatternCriteriaName </name> [1]
<newName> DigitPatternCriteriaName </newName> [0..1]
<description> DigitPatternCriteriaDescription </description> [0..1]
<addMatchDigitPattern> DigitPattern </addMatchDigitPattern> [0..*]
<deleteMatchDigitPattern> DigitPattern </deleteMatchDigitPattern> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringDigitPatternCriteriaModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" DigitPatternCriteriaName "/>
<xs:element name="newName" type=" DigitPatternCriteriaName " minOccurs="0"/>
<xs:element name="description" type=" DigitPatternCriteriaDescription " nillable="true" minOccurs="0"/>
<xs:element name="addMatchDigitPattern" type=" DigitPattern " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="deleteMatchDigitPattern" type=" DigitPattern " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringGetRequest

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

Complex Type: SystemCommunicationBarringGetResponse

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

Complex Type: SystemCommunicationBarringIncomingCriteriaAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringIncomingCriteriaAddRequest
Abstract no
Documentation Add a new Communication Barring Incoming Criteria. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<description> CommunicationBarringCriteriaDescription </description> [0..1]
<timeSchedule> ScheduleName </timeSchedule> [0..1]
<holidaySchedule> ScheduleName </holidaySchedule> [0..1]
<matchNumberPortabilityStatus> NumberPortabilityStatus </matchNumberPortabilityStatus> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringIncomingCriteriaAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringCriteriaName "/>
<xs:element name="description" type=" CommunicationBarringCriteriaDescription " minOccurs="0"/>
<xs:element name="timeSchedule" type=" ScheduleName " minOccurs="0"/>
<xs:element name="holidaySchedule" type=" ScheduleName " minOccurs="0"/>
<xs:element name="matchNumberPortabilityStatus" type=" NumberPortabilityStatus " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringIncomingCriteriaDeleteRequest

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

Complex Type: SystemCommunicationBarringIncomingCriteriaGetListRequest

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

Complex Type: SystemCommunicationBarringIncomingCriteriaGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringIncomingCriteriaGetListResponse
Abstract no
Documentation Response to the SystemCommunicationBarringIncomingCriteriaGetListRequest. The response contains a table of all Communication Barring Incoming Criteria in the system. The column headings are "Name" and "Description".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<criteriaTable> core:OCITable </criteriaTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringIncomingCriteriaGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="criteriaTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringIncomingCriteriaGetRequest

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

Complex Type: SystemCommunicationBarringIncomingCriteriaGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringIncomingCriteriaGetResponse
Abstract no
Documentation Response to the SystemCommunicationBarringIncomingCriteriaGetRequest. The response contains the Communication Barring Incoming Criteria information.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<description> CommunicationBarringCriteriaDescription </description> [0..1]
<timeSchedule> ScheduleName </timeSchedule> [0..1]
<holidaySchedule> ScheduleName </holidaySchedule> [0..1]
<matchNumberPortabilityStatus> NumberPortabilityStatus </matchNumberPortabilityStatus> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringIncomingCriteriaGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="description" type=" CommunicationBarringCriteriaDescription " minOccurs="0"/>
<xs:element name="timeSchedule" type=" ScheduleName " minOccurs="0"/>
<xs:element name="holidaySchedule" type=" ScheduleName " minOccurs="0"/>
<xs:element name="matchNumberPortabilityStatus" type=" NumberPortabilityStatus " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringIncomingCriteriaModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringIncomingCriteriaModifyRequest
Abstract no
Documentation Modify an existing Communication Barring Incoming Criteria. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<newName> CommunicationBarringCriteriaName </newName> [0..1]
<description> CommunicationBarringCriteriaDescription </description> [0..1]
<timeSchedule> ScheduleName </timeSchedule> [0..1]
<holidaySchedule> ScheduleName </holidaySchedule> [0..1]
<matchNumberPortabilityStatus> ReplacementNumberPortabilityStatusList </matchNumberPortabilityStatus> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringIncomingCriteriaModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringCriteriaName "/>
<xs:element name="newName" type=" CommunicationBarringCriteriaName " minOccurs="0"/>
<xs:element name="description" type=" CommunicationBarringCriteriaDescription " minOccurs="0" nillable="true"/>
<xs:element name="timeSchedule" type=" ScheduleName " minOccurs="0" nillable="true"/>
<xs:element name="holidaySchedule" type=" ScheduleName " minOccurs="0" nillable="true"/>
<xs:element name="matchNumberPortabilityStatus" type=" ReplacementNumberPortabilityStatusList " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringModifyRequest
Abstract no
Documentation Modify the system level data associated with Communication Barring. 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. -->
<directTransferScreening> xs:boolean </directTransferScreening> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="directTransferScreening" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringProfileAddRequest19sp1

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

Complex Type: SystemCommunicationBarringProfileDeleteRequest

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

Complex Type: SystemCommunicationBarringProfileGetCriteriaUsageListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileGetCriteriaUsageListRequest
Abstract no
Documentation Get the list of Communication Barring Proifles that uses a specific Communication Barring criteria. The response is either a SystemCommunicationBarringProfileGetCriteriaUsageListResponse 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="SystemCommunicationBarringProfileGetCriteriaUsageListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringCriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringProfileGetCriteriaUsageListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileGetCriteriaUsageListResponse
Abstract no
Documentation Response to the SystemCommunicationBarringProfileGetCriteriaUsageListRequest. The response contains a table of system Communication Barring Profiles that use the specific Communication Barring Criteria. The column headings are "Name" and "Description"
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<profileTable> core:OCITable </profileTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringProfileGetCriteriaUsageListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="profileTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringProfileGetDigitPatternCriteriaUsageListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileGetDigitPatternCriteriaUsageListRequest
Abstract no
Documentation Get the list of Profiles that use a specific Digit Pattern Criteria. The response is either a SystemCommunicationBarringProfileGetDigitPatternCriteriaUsageListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<name> DigitPatternCriteriaName </name> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringProfileGetDigitPatternCriteriaUsageListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" DigitPatternCriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringProfileGetDigitPatternCriteriaUsageListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileGetDigitPatternCriteriaUsageListResponse
Abstract no
Documentation Response to the SystemCommunicationBarringProfileGetDigitPatternCriteriaUsageListRequest. The response contains a table of all Profiles that use the specific Digit Pattern Criteria. The column headings are "Name" and "Description"
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<profileTable> core:OCITable </profileTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringProfileGetDigitPatternCriteriaUsageListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="profileTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringProfileGetIncomingCriteriaUsageListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileGetIncomingCriteriaUsageListRequest
Abstract no
Documentation Get the list of Communication Barring Proifles that uses a specific Communication Barring Incoming criteria. The response is either a SystemCommunicationBarringProfileGetIncomingCriteriaUsageListResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringProfileGetIncomingCriteriaUsageListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringCriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringProfileGetIncomingCriteriaUsageListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileGetIncomingCriteriaUsageListResponse
Abstract no
Documentation Response to the SystemCommunicationBarringProfileGetIncomingCriteriaUsageListRequest. The response contains a table of system Communication Barring Profiles that use the specific Communication Barring Incoming Criteria. The column headings are "Name" and "Description"
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<profileTable> core:OCITable </profileTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringProfileGetIncomingCriteriaUsageListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="profileTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringProfileGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileGetListRequest
Abstract no
Documentation Get the list of all Communication Barring Profiles. The response is either a SystemCommunicationBarringProfileGetListResponse 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="SystemCommunicationBarringProfileGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringProfileGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileGetListResponse
Abstract no
Documentation Response to the SystemCommunicationBarringProfileGetListRequest. The response contains a table of all Communication Barring Profiles in the system. The column headings are "Name" and "Description"
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<profileTable> core:OCITable </profileTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringProfileGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="profileTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringProfileGetRequest19sp1

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

Complex Type: SystemCommunicationBarringProfileGetRequest19sp1V2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileGetRequest19sp1V2
Abstract no
Documentation Get an existing Communication Barring Profile. The response is either a SystemCommunicationBarringProfileGetResponse19sp1V2 or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringProfileGetRequest19sp1V2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringProfileGetResponse19sp1

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

Complex Type: SystemCommunicationBarringProfileGetResponse19sp1V2

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

Complex Type: SystemCommunicationBarringProfileModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringProfileModifyRequest
Abstract no
Documentation Modify an existing Communication Barring Profile. When the originatingDefaultAction is not Treatment, originatingDefaultTreatmentId will be automatically cleared. Also when the action of originatingRule is not Treatment, treatmentId will be automatically cleared for the rule. The priorities for IncomingRules are requantized to consecutive integers as part of the modify. The response is either a SuccessResponse or an ErrorResponse. The following elements are only used in AS data mode: callMeNowDefaultAction callMeNowDefaultCallTimeout callMeNowRule applyToAttendedCallTransfers
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<newName> CommunicationBarringProfileName </newName> [0..1]
<description> CommunicationBarringProfileDescription </description> [0..1]
<originatingDefaultAction> CommunicationBarringOriginatingAction </originatingDefaultAction> [0..1]
<originatingDefaultTreatmentId> TreatmentId </originatingDefaultTreatmentId> [0..1]
<originatingDefaultTransferNumber> OutgoingDN </originatingDefaultTransferNumber> [0..1]
<originatingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </originatingDefaultCallTimeout> [0..1]
<originatingRule> ReplacementCommunicationBarringOriginatingRuleList </originatingRule> [0..1]
<redirectingDefaultAction> CommunicationBarringRedirectingAction </redirectingDefaultAction> [0..1]
<redirectingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </redirectingDefaultCallTimeout> [0..1]
<redirectingRule> ReplacementCommunicationBarringRedirectingRuleList </redirectingRule> [0..1]
<incomingDefaultAction> CommunicationBarringIncomingAction </incomingDefaultAction> [0..1]
<incomingDefaultCallTimeout> CommunicationBarringTimeoutSeconds </incomingDefaultCallTimeout> [0..1]
<incomingRule> ReplacementCommunicationBarringIncomingRuleList19sp1 </incomingRule> [0..1]
<callMeNowDefaultAction> CommunicationBarringCallMeNowAction </callMeNowDefaultAction> [0..1]
<callMeNowDefaultCallTimeout> CommunicationBarringTimeoutSeconds </callMeNowDefaultCallTimeout> [0..1]
<callMeNowRule> ReplacementCommunicationBarringCallMeNowRuleList </callMeNowRule> [0..1]
<applyToAttendedCallTransfers> xs:boolean </applyToAttendedCallTransfers> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringProfileModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringProfileName "/>
<xs:element name="newName" type=" CommunicationBarringProfileName " minOccurs="0"/>
<xs:element name="description" type=" CommunicationBarringProfileDescription " minOccurs="0" nillable="true"/>
<xs:element name="originatingDefaultAction" type=" CommunicationBarringOriginatingAction " minOccurs="0"/>
<xs:element name="originatingDefaultTreatmentId" type=" TreatmentId " minOccurs="0" nillable="true"/>
<xs:element name="originatingDefaultTransferNumber" type=" OutgoingDN " minOccurs="0" nillable="true"/>
<xs:element name="originatingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0" nillable="true"/>
<xs:element name="originatingRule" type=" ReplacementCommunicationBarringOriginatingRuleList " minOccurs="0" nillable="true"/>
<xs:element name="redirectingDefaultAction" type=" CommunicationBarringRedirectingAction " minOccurs="0"/>
<xs:element name="redirectingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0" nillable="true"/>
<xs:element name="redirectingRule" type=" ReplacementCommunicationBarringRedirectingRuleList " minOccurs="0" nillable="true"/>
<xs:element name="incomingDefaultAction" type=" CommunicationBarringIncomingAction " minOccurs="0"/>
<xs:element name="incomingDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0" nillable="true"/>
<xs:element name="incomingRule" type=" ReplacementCommunicationBarringIncomingRuleList19sp1 " minOccurs="0" nillable="true"/>
<xs:element name="callMeNowDefaultAction" type=" CommunicationBarringCallMeNowAction " minOccurs="0"/>
<xs:element name="callMeNowDefaultCallTimeout" type=" CommunicationBarringTimeoutSeconds " minOccurs="0" nillable="true"/>
<xs:element name="callMeNowRule" type=" ReplacementCommunicationBarringCallMeNowRuleList " minOccurs="0" nillable="true"/>
<xs:element name="applyToAttendedCallTransfers" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringServiceProviderGetCriteriaUsageListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringServiceProviderGetCriteriaUsageListRequest
Abstract no
Documentation Get the list of Service Providers that use a specific Communication Barring Criteria. The response is either a SystemCommunicationBarringServiceProviderGetCriteriaUsageListResponse 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="SystemCommunicationBarringServiceProviderGetCriteriaUsageListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringCriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringServiceProviderGetCriteriaUsageListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringServiceProviderGetCriteriaUsageListResponse
Abstract no
Documentation Response to the SystemCommunicationBarringServiceProviderGetCriteriaUsageListRequest. The response contains a table of all Service Providers that use the specific Communication Barring criteria. The column headings are "Service Provider Id", "Service Provider Name" and "Is Enterprise"
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderTable> core:OCITable </serviceProviderTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringServiceProviderGetCriteriaUsageListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceProviderTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringServiceProviderGetIncomingCriteriaUsageListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringServiceProviderGetIncomingCriteriaUsageListRequest
Abstract no
Documentation Get the list of Service Providers that use a specific Communication Barring Incoming Criteria. The response is either a SystemCommunicationBarringServiceProviderGetIncomingCriteriaUsageListResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringServiceProviderGetIncomingCriteriaUsageListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringCriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCommunicationBarringServiceProviderGetIncomingCriteriaUsageListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCommunicationBarringServiceProviderGetIncomingCriteriaUsageListResponse
Abstract no
Documentation Response to the SystemCommunicationBarringServiceProviderGetIncomingCriteriaUsageListRequest. The response contains a table of all Service Providers that use the specific Communication Barring Incoming criteria. The column headings are "Service Provider Id", "Service Provider Name" and "Is Enterprise"
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderTable> core:OCITable </serviceProviderTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCommunicationBarringServiceProviderGetIncomingCriteriaUsageListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceProviderTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemConfigurableFileSystemGetRequest

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

Complex Type: SystemConfigurableFileSystemGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemConfigurableFileSystemGetResponse
Abstract no
Documentation Response to SystemConfigurableFileSystemGetRequest. Contains the File System parameters.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<mediaDirectory> ConfigurableFileSystemDirectory </mediaDirectory> [1]
Start Choice [1]
<protocolFile> [1]
<replicated> xs:boolean </replicated> [1]
</protocolFile>
<protocolWebDAV> [1]
<secure> xs:boolean </secure> [1]
<userName> WebDAVUserName </userName> [0..1]
<password> WebDAVPassword </password> [0..1]
<fileServerFQDN> NetAddress </fileServerFQDN> [1]
</protocolWebDAV>
End Choice
</...>
Schema Component Representation
<xs:complexType name="SystemConfigurableFileSystemGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="mediaDirectory" type=" ConfigurableFileSystemDirectory "/>
<xs:choice>
<xs:element name="protocolFile">
<xs:complexType>
<xs:sequence>
<xs:element name="replicated" type=" xs:boolean "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="protocolWebDAV">
<xs:complexType>
<xs:sequence>
<xs:element name="secure" type=" xs:boolean "/>
<xs:element name="userName" type=" WebDAVUserName " minOccurs="0"/>
<xs:element name="password" type=" WebDAVPassword " minOccurs="0"/>
<xs:element name="fileServerFQDN" type=" NetAddress "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemConfigurableFileSystemModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemConfigurableFileSystemModifyRequest
Abstract no
Documentation Request to modify File 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. -->
<mediaDirectory> ConfigurableFileSystemDirectory </mediaDirectory> [0..1]
Start Choice [0..1]
<protocolFile> [1]
<replicated> xs:boolean </replicated> [0..1]
</protocolFile>
<protocolWebDAV> [1]
<secure> xs:boolean </secure> [0..1]
<userName> WebDAVUserName </userName> [0..1]
<password> WebDAVPassword </password> [0..1]
<fileServerFQDN> NetAddress </fileServerFQDN> [0..1]
</protocolWebDAV>
End Choice
</...>
Schema Component Representation
<xs:complexType name="SystemConfigurableFileSystemModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="mediaDirectory" type=" ConfigurableFileSystemDirectory " minOccurs="0"/>
<xs:choice minOccurs="0">
<xs:element name="protocolFile">
<xs:complexType>
<xs:sequence>
<xs:element name="replicated" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="protocolWebDAV">
<xs:complexType>
<xs:sequence>
<xs:element name="secure" type=" xs:boolean " minOccurs="0"/>
<xs:element name="userName" type=" WebDAVUserName " minOccurs="0" nillable="true"/>
<xs:element name="password" type=" WebDAVPassword " minOccurs="0" nillable="true"/>
<xs:element name="fileServerFQDN" type=" NetAddress " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemConfigurableTreatmentAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemConfigurableTreatmentAddRequest
Abstract no
Documentation Add a configurable treatment. 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. -->
<treatmentId> TreatmentId </treatmentId> [1]
<chargeIndicator> ChargeIndicator </chargeIndicator> [1]
<description> ConfigurableTreatmentDescription </description> [0..1]
<accessSIPStatusCode> SIPFailureStatusCode </accessSIPStatusCode> [0..1]
<accessSIPStatusMessage> SIPStatusMessage </accessSIPStatusMessage> [0..1]
<networkSIPStatusCode> SIPFailureStatusCode </networkSIPStatusCode> [0..1]
<networkSIPStatusMessage> SIPStatusMessage </networkSIPStatusMessage> [0..1]
<q850CauseValue> Q850CauseValue </q850CauseValue> [0..1]
<q850Text> Q850Text </q850Text> [0..1]
<accessTreatmentAudioFile> MediaTreatmentFileName </accessTreatmentAudioFile> [0..1]
<accessTreatmentVideoFile> MediaTreatmentFileName </accessTreatmentVideoFile> [0..1]
<networkTreatmentAudioFile> MediaTreatmentFileName </networkTreatmentAudioFile> [0..1]
<networkTreatmentVideoFile> MediaTreatmentFileName </networkTreatmentVideoFile> [0..1]
<cdrTerminationCause> CDRTerminationCause </cdrTerminationCause> [0..1]
<routeAdvance> xs:boolean </routeAdvance> [0..1]
<internalReleaseCause> InternalReleaseCause16 </internalReleaseCause> [0..1]
<accessSendReasonHeader> xs:boolean </accessSendReasonHeader> [0..1]
<networkSendReasonHeader> xs:boolean </networkSendReasonHeader> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemConfigurableTreatmentAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="treatmentId" type=" TreatmentId "/>
<xs:element name="chargeIndicator" type=" ChargeIndicator "/>
<xs:element name="description" type=" ConfigurableTreatmentDescription " minOccurs="0"/>
<xs:element name="accessSIPStatusCode" type=" SIPFailureStatusCode " minOccurs="0"/>
<xs:element name="accessSIPStatusMessage" type=" SIPStatusMessage " minOccurs="0"/>
<xs:element name="networkSIPStatusCode" type=" SIPFailureStatusCode " minOccurs="0"/>
<xs:element name="networkSIPStatusMessage" type=" SIPStatusMessage " minOccurs="0"/>
<xs:element name="q850CauseValue" type=" Q850CauseValue " minOccurs="0"/>
<xs:element name="q850Text" type=" Q850Text " minOccurs="0"/>
<xs:element name="accessTreatmentAudioFile" type=" MediaTreatmentFileName " minOccurs="0"/>
<xs:element name="accessTreatmentVideoFile" type=" MediaTreatmentFileName " minOccurs="0"/>
<xs:element name="networkTreatmentAudioFile" type=" MediaTreatmentFileName " minOccurs="0"/>
<xs:element name="networkTreatmentVideoFile" type=" MediaTreatmentFileName " minOccurs="0"/>
<xs:element name="cdrTerminationCause" type=" CDRTerminationCause " minOccurs="0"/>
<xs:element name="routeAdvance" type=" xs:boolean " minOccurs="0"/>
<xs:element name="internalReleaseCause" type=" InternalReleaseCause16 " minOccurs="0"/>
<xs:element name="accessSendReasonHeader" type=" xs:boolean " minOccurs="0"/>
<xs:element name="networkSendReasonHeader" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemConfigurableTreatmentDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemConfigurableTreatmentDeleteRequest
Abstract no
Documentation Delete a configurable treatment. 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. -->
<treatmentId> TreatmentId </treatmentId> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemConfigurableTreatmentDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="treatmentId" type=" TreatmentId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemConfigurableTreatmentGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemConfigurableTreatmentGetListRequest
Abstract no
Documentation Get a list of configurable treatments. The response is either a SystemConfigurableTreatmentGetListResponse 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="SystemConfigurableTreatmentGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemConfigurableTreatmentGetListResponse

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

Complex Type: SystemConfigurableTreatmentGetRequest16

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

Complex Type: SystemConfigurableTreatmentGetResponse16

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

Complex Type: SystemConfigurableTreatmentModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemConfigurableTreatmentModifyRequest
Abstract no
Documentation Modify the fields for a configurable treatment. 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. -->
<treatmentId> TreatmentId </treatmentId> [1]
<chargeIndicator> ChargeIndicator </chargeIndicator> [0..1]
<description> ConfigurableTreatmentDescription </description> [0..1]
<accessSIPStatusCode> SIPFailureStatusCode </accessSIPStatusCode> [0..1]
<accessSIPStatusMessage> SIPStatusMessage </accessSIPStatusMessage> [0..1]
<networkSIPStatusCode> SIPFailureStatusCode </networkSIPStatusCode> [0..1]
<networkSIPStatusMessage> SIPStatusMessage </networkSIPStatusMessage> [0..1]
<q850CauseValue> Q850CauseValue </q850CauseValue> [0..1]
<q850Text> Q850Text </q850Text> [0..1]
<accessTreatmentAudioFile> MediaTreatmentFileName </accessTreatmentAudioFile> [0..1]
<accessTreatmentVideoFile> MediaTreatmentFileName </accessTreatmentVideoFile> [0..1]
<networkTreatmentAudioFile> MediaTreatmentFileName </networkTreatmentAudioFile> [0..1]
<networkTreatmentVideoFile> MediaTreatmentFileName </networkTreatmentVideoFile> [0..1]
<cdrTerminationCause> CDRTerminationCause </cdrTerminationCause> [0..1]
<routeAdvance> xs:boolean </routeAdvance> [0..1]
<internalReleaseCause> InternalReleaseCause16 </internalReleaseCause> [0..1]
<accessSendReasonHeader> xs:boolean </accessSendReasonHeader> [0..1]
<networkSendReasonHeader> xs:boolean </networkSendReasonHeader> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemConfigurableTreatmentModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="treatmentId" type=" TreatmentId "/>
<xs:element name="chargeIndicator" type=" ChargeIndicator " minOccurs="0"/>
<xs:element name="description" type=" ConfigurableTreatmentDescription " nillable="true" minOccurs="0"/>
<xs:element name="accessSIPStatusCode" type=" SIPFailureStatusCode " nillable="true" minOccurs="0"/>
<xs:element name="accessSIPStatusMessage" type=" SIPStatusMessage " nillable="true" minOccurs="0"/>
<xs:element name="networkSIPStatusCode" type=" SIPFailureStatusCode " nillable="true" minOccurs="0"/>
<xs:element name="networkSIPStatusMessage" type=" SIPStatusMessage " nillable="true" minOccurs="0"/>
<xs:element name="q850CauseValue" type=" Q850CauseValue " nillable="true" minOccurs="0"/>
<xs:element name="q850Text" type=" Q850Text " nillable="true" minOccurs="0"/>
<xs:element name="accessTreatmentAudioFile" type=" MediaTreatmentFileName " nillable="true" minOccurs="0"/>
<xs:element name="accessTreatmentVideoFile" type=" MediaTreatmentFileName " nillable="true" minOccurs="0"/>
<xs:element name="networkTreatmentAudioFile" type=" MediaTreatmentFileName " nillable="true" minOccurs="0"/>
<xs:element name="networkTreatmentVideoFile" type=" MediaTreatmentFileName " nillable="true" minOccurs="0"/>
<xs:element name="cdrTerminationCause" type=" CDRTerminationCause " nillable="true" minOccurs="0"/>
<xs:element name="routeAdvance" type=" xs:boolean " minOccurs="0"/>
<xs:element name="internalReleaseCause" type=" InternalReleaseCause16 " nillable="true" minOccurs="0"/>
<xs:element name="accessSendReasonHeader" type=" xs:boolean " minOccurs="0"/>
<xs:element name="networkSendReasonHeader" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCountryCodeAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCountryCodeAddRequest
Abstract no
Documentation Add a country code to the system. If ringPeriodMilliseconds is not specified, a default of 6000 milliseconds is assumed. If offHookWarningTimerSeconds is not specified, a default of 30 seconds is assumed. If enableNationalPrefix is not specified, a default of false is assumed. If nationalPrefix is not specified, a default of null string is assumed. If disableNationalPrefixForOffNetCalls is not specified, a default of false is assumed. The following elements are only used in AS data mode: disableNationalPrefixForOffNetCalls. 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. -->
<countryCode> CountryCode </countryCode> [1]
<countryName> CountryName </countryName> [1]
<ringPeriodMilliseconds> CountryCodeRingPeriodMilliseconds </ringPeriodMilliseconds> [0..1]
<offHookWarningTimerSeconds> CountryCodeOffHookWarningTimerSeconds </offHookWarningTimerSeconds> [0..1]
<enableNationalPrefix> xs:boolean </enableNationalPrefix> [0..1]
<nationalPrefix> NationalPrefix </nationalPrefix> [0..1]
<maxCallWaitingTones> CountryCodeMaxCallWaitingTones </maxCallWaitingTones> [0..1]
<timeBetweenCallWaitingTonesMilliseconds> CountryCodeTimeBetweenCallWaitingTonesMilliseconds </timeBetweenCallWaitingTonesMilliseconds> [0..1]
<disableNationalPrefixForOffNetCalls> xs:boolean </disableNationalPrefixForOffNetCalls> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCountryCodeAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="countryCode" type=" CountryCode "/>
<xs:element name="countryName" type=" CountryName "/>
<xs:element name="ringPeriodMilliseconds" type=" CountryCodeRingPeriodMilliseconds " minOccurs="0"/>
<xs:element name="offHookWarningTimerSeconds" type=" CountryCodeOffHookWarningTimerSeconds " minOccurs="0"/>
<xs:element name="enableNationalPrefix" type=" xs:boolean " minOccurs="0"/>
<xs:element name="nationalPrefix" type=" NationalPrefix " minOccurs="0"/>
<xs:element name="maxCallWaitingTones" type=" CountryCodeMaxCallWaitingTones " minOccurs="0"/>
<xs:element name="timeBetweenCallWaitingTonesMilliseconds" type=" CountryCodeTimeBetweenCallWaitingTonesMilliseconds " minOccurs="0"/>
<xs:element name="disableNationalPrefixForOffNetCalls" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCountryCodeDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCountryCodeDeleteRequest
Abstract no
Documentation Delete a country code from the system. A country code cannot be deleted if it is the default country code or if any carriers or call type mappings are defined against it. 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. -->
<countryCode> CountryCode </countryCode> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCountryCodeDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="countryCode" type=" CountryCode "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCountryCodeGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCountryCodeGetListRequest
Abstract no
Documentation Request data for all country codes. The response is either a SystemCountryCodeGetListResponse 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="SystemCountryCodeGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCountryCodeGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCountryCodeGetListResponse
Abstract no
Documentation Response to a SystemCountryCodeGetListRequest. Contains the default country code and a table with one row per country code. The table columns are "Country Code", "Country Name", "Off Hook Warning Seconds", "Ring Period Milliseconds", "National Prefix", "Use Prefix", "Maximum Call Waiting Tones", "Time Between Call Waiting Tones Milliseconds" and "Disable National Prefix for OffNet Calls".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<defaultCountryCode> CountryCode </defaultCountryCode> [1]
<countryCodeTable> core:OCITable </countryCodeTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCountryCodeGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="defaultCountryCode" type=" CountryCode "/>
<xs:element name="countryCodeTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCountryCodeModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCountryCodeModifyRequest
Abstract no
Documentation Modify the attributes of a country code. If becomeDefaultCountryCode is true, the country code in this request becomes the default country code for the system. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<countryCode> CountryCode </countryCode> [1]
<ringPeriodMilliseconds> CountryCodeRingPeriodMilliseconds </ringPeriodMilliseconds> [0..1]
<offHookWarningTimerSeconds> CountryCodeOffHookWarningTimerSeconds </offHookWarningTimerSeconds> [0..1]
<enableNationalPrefix> xs:boolean </enableNationalPrefix> [0..1]
<nationalPrefix> NationalPrefix </nationalPrefix> [0..1]
<becomeDefaultCountryCode> true </becomeDefaultCountryCode> [0..1]
<maxCallWaitingTones> CountryCodeMaxCallWaitingTones </maxCallWaitingTones> [0..1]
<timeBetweenCallWaitingTonesMilliseconds> CountryCodeTimeBetweenCallWaitingTonesMilliseconds </timeBetweenCallWaitingTonesMilliseconds> [0..1]
<disableNationalPrefixForOffNetCalls> xs:boolean </disableNationalPrefixForOffNetCalls> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCountryCodeModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="countryCode" type=" CountryCode "/>
<xs:element name="ringPeriodMilliseconds" type=" CountryCodeRingPeriodMilliseconds " minOccurs="0"/>
<xs:element name="offHookWarningTimerSeconds" type=" CountryCodeOffHookWarningTimerSeconds " minOccurs="0"/>
<xs:element name="enableNationalPrefix" type=" xs:boolean " minOccurs="0"/>
<xs:element name="nationalPrefix" type=" NationalPrefix " minOccurs="0"/>
<xs:element name="becomeDefaultCountryCode" type=" xs:boolean " fixed="true" minOccurs="0"/>
<xs:element name="maxCallWaitingTones" type=" CountryCodeMaxCallWaitingTones " minOccurs="0"/>
<xs:element name="timeBetweenCallWaitingTonesMilliseconds" type=" CountryCodeTimeBetweenCallWaitingTonesMilliseconds " minOccurs="0"/>
<xs:element name="disableNationalPrefixForOffNetCalls" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCPEConfigAddFileServerRequest14sp6

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCPEConfigAddFileServerRequest14sp6
Abstract no
Documentation Add a device CPE config file server. 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]
<fileRepositoryName> FileRepositoryName </fileRepositoryName> [1]
<cpeFileDirectory> CPEFileDirectory </cpeFileDirectory> [0..1]
<extendedCaptureFileRepositoryName> FileRepositoryName </extendedCaptureFileRepositoryName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCPEConfigAddFileServerRequest14sp6">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="fileRepositoryName" type=" FileRepositoryName "/>
<xs:element name="cpeFileDirectory" type=" CPEFileDirectory " minOccurs="0"/>
<xs:element name="extendedCaptureFileRepositoryName" type=" FileRepositoryName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCPEConfigDeleteFileServerRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCPEConfigDeleteFileServerRequest
Abstract no
Documentation Delete a device CPE config file server. 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]
</...>
Schema Component Representation
<xs:complexType name="SystemCPEConfigDeleteFileServerRequest">
<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: SystemCPEConfigGetFileServerListRequest14sp6

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

Complex Type: SystemCPEConfigGetFileServerListResponse14sp6

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemCPEConfigGetFileServerListResponse14sp6
Abstract no
Documentation Response to SystemCPEConfigGetFileServerListRequest14sp6. The table columns are: "Device Type", "File Repository Name", "Directory", "Extended File Repository Name". The following columns are only used in AS data mode: "Extended File Repository Name"
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="SystemCPEConfigGetFileServerListResponse14sp6">
<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: SystemCPEConfigModifyFileServerRequest14sp6

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCPEConfigModifyFileServerRequest14sp6
Abstract no
Documentation Modify a device CPE config file server. 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]
<fileRepositoryName> FileRepositoryName </fileRepositoryName> [0..1]
<cpeFileDirectory> CPEFileDirectory </cpeFileDirectory> [0..1]
<extendedCaptureFileRepositoryName> FileRepositoryName </extendedCaptureFileRepositoryName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCPEConfigModifyFileServerRequest14sp6">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="fileRepositoryName" type=" FileRepositoryName " minOccurs="0"/>
<xs:element name="cpeFileDirectory" type=" CPEFileDirectory " nillable="true" minOccurs="0"/>
<xs:element name="extendedCaptureFileRepositoryName" type=" FileRepositoryName " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCPEConfigParametersGetRequest20

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

Complex Type: SystemCPEConfigParametersGetResponse20

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

Complex Type: SystemCPEConfigParametersModifyRequest20

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCPEConfigParametersModifyRequest20
Abstract no
Documentation Request to modify CPE Config system parameters. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableIPDeviceManagement> xs:boolean </enableIPDeviceManagement> [0..1]
<ftpConnectTimeoutSeconds> DeviceManagementFTPConnectTimeoutSeconds </ftpConnectTimeoutSeconds> [0..1]
<ftpFileTransferTimeoutSeconds> DeviceManagementFTPFileTransferTimeoutSeconds </ftpFileTransferTimeoutSeconds> [0..1]
<pauseBetweenFileRebuildMilliseconds> DeviceManagementPauseBetweenFileRebuildMilliseconds </pauseBetweenFileRebuildMilliseconds> [0..1]
<maxBusyTimeMinutes> DeviceManagementMaxBusyTimeMinutes </maxBusyTimeMinutes> [0..1]
<deviceAccessAppServerClusterName> NetAddress </deviceAccessAppServerClusterName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCPEConfigParametersModifyRequest20">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="enableIPDeviceManagement" type=" xs:boolean " minOccurs="0"/>
<xs:element name="ftpConnectTimeoutSeconds" type=" DeviceManagementFTPConnectTimeoutSeconds " minOccurs="0"/>
<xs:element name="ftpFileTransferTimeoutSeconds" type=" DeviceManagementFTPFileTransferTimeoutSeconds " minOccurs="0"/>
<xs:element name="pauseBetweenFileRebuildMilliseconds" type=" DeviceManagementPauseBetweenFileRebuildMilliseconds " minOccurs="0"/>
<xs:element name="maxBusyTimeMinutes" type=" DeviceManagementMaxBusyTimeMinutes " minOccurs="0"/>
<xs:element name="deviceAccessAppServerClusterName" type=" NetAddress " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCPEConfigRebuildConfigFileRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCPEConfigRebuildConfigFileRequest
Abstract no
Documentation Rebuild the system default config file for the specified device type. If the device type is not specified, all files for all device types in the system are rebuilt. 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. -->
<deviceType> AccessDeviceType </deviceType> [0..1]
<rebuildType> CPEDeviceConfigRebuildType </rebuildType> [0..1]
<force> true </force> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCPEConfigRebuildConfigFileRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType " minOccurs="0"/>
<xs:element name="rebuildType" type=" CPEDeviceConfigRebuildType " minOccurs="0"/>
<xs:element name="force" type=" xs:boolean " minOccurs="0" fixed="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCPEConfigRebuildDeviceConfigFileRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCPEConfigRebuildDeviceConfigFileRequest
Abstract no
Documentation Rebuild the config file for a specified device. 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. -->
<deviceName> AccessDeviceName </deviceName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCPEConfigRebuildDeviceConfigFileRequest">
<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: SystemCPEConfigReorderDeviceLinePortsRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCPEConfigReorderDeviceLinePortsRequest
Abstract no
Documentation Reorder the lines of a System device. You can not add or delete line ports, only re-ordering the list is allowed. The ordered list of line ports can be obtained with the SystemAccessDeviceGetRequest16 command. 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. -->
<deviceName> AccessDeviceName </deviceName> [1]
<orderedLinePortList> AccessDeviceEndpointLinePort </orderedLinePortList> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SystemCPEConfigReorderDeviceLinePortsRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceName" type=" AccessDeviceName "/>
<xs:element name="orderedLinePortList" type=" AccessDeviceEndpointLinePort " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCPEConfigResetDeviceRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCPEConfigResetDeviceRequest
Abstract no
Documentation Reset a specific system device. 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. -->
<deviceName> AccessDeviceName </deviceName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCPEConfigResetDeviceRequest">
<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: SystemCPEConfigResetDeviceTypeRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCPEConfigResetDeviceTypeRequest
Abstract no
Documentation Reset all the devices of the specified device type in the system. If the device type is not specified, all device in the system are reset. 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. -->
<deviceType> AccessDeviceType </deviceType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemCPEConfigResetDeviceTypeRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemCPEConfigSetConfigFileRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemCPEConfigSetConfigFileRequest
Abstract no
Documentation Request to set a new system default configuration file for a device type. 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. -->
<deviceType> AccessDeviceType </deviceType> [1]
<configFile> AccessDeviceEnhancedConfigurationFileName </configFile> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemCPEConfigSetConfigFileRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="configFile" type=" AccessDeviceEnhancedConfigurationFileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceManagementEventGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceManagementEventGetListRequest
Abstract no
Documentation Request device management's events for a specific queue. It is possible to restrict the number of rows returned using responseSizeLimit. If eventQueueType is not specified, the events from all the event queues are returned. The response is either a SystemDeviceManagementEventGetListResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<eventQueueType> DeviceManagementEventQueueType </eventQueueType> [0..1]
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaExactDeviceManagementEventStatusInProgressOrPending> SearchCriteriaExactDeviceManagementEventStatusInProgressOrPending </searchCriteriaExactDeviceManagementEventStatusInProgressOrPending> [0..1]
<searchCriteriaExactDeviceManagementEventStatusCompleted> SearchCriteriaExactDeviceManagementEventStatusCompleted </searchCriteriaExactDeviceManagementEventStatusCompleted> [0..1]
<searchCriteriaExactDeviceManagementEventAction> SearchCriteriaExactDeviceManagementEventAction </searchCriteriaExactDeviceManagementEventAction> [0..1]
<searchCriteriaExactDeviceManagementEventLevel> SearchCriteriaExactDeviceManagementEventLevel </searchCriteriaExactDeviceManagementEventLevel> [0..1]
<searchCriteriaExactDeviceManagementEventType> SearchCriteriaExactDeviceManagementEventType </searchCriteriaExactDeviceManagementEventType> [0..1]
<searchCriteriaDeviceManagementEventAdditionalInfo> SearchCriteriaDeviceManagementEventAdditionalInfo </searchCriteriaDeviceManagementEventAdditionalInfo> [0..*]
<searchCriteriaDeviceManagementEventLoginId> SearchCriteriaDeviceManagementEventLoginId </searchCriteriaDeviceManagementEventLoginId> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceManagementEventGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="eventQueueType" type=" DeviceManagementEventQueueType " minOccurs="0"/>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaExactDeviceManagementEventStatusInProgressOrPending" type=" SearchCriteriaExactDeviceManagementEventStatusInProgressOrPending " minOccurs="0"/>
<xs:element name="searchCriteriaExactDeviceManagementEventStatusCompleted" type=" SearchCriteriaExactDeviceManagementEventStatusCompleted " minOccurs="0"/>
<xs:element name="searchCriteriaExactDeviceManagementEventAction" type=" SearchCriteriaExactDeviceManagementEventAction " minOccurs="0"/>
<xs:element name="searchCriteriaExactDeviceManagementEventLevel" type=" SearchCriteriaExactDeviceManagementEventLevel " minOccurs="0"/>
<xs:element name="searchCriteriaExactDeviceManagementEventType" type=" SearchCriteriaExactDeviceManagementEventType " minOccurs="0"/>
<xs:element name="searchCriteriaDeviceManagementEventAdditionalInfo" type=" SearchCriteriaDeviceManagementEventAdditionalInfo " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaDeviceManagementEventLoginId" type=" SearchCriteriaDeviceManagementEventLoginId " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceManagementEventGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDeviceManagementEventGetListResponse
Abstract no
Documentation Response to SystemDeviceManagementEventGetListRequest. Contains a table with column headings: "Event Id", "Status", "Action", "Level", "Type", "Additional Info", "Is Local", "Completion %", "Pushed/ Same Hash/ Not Pushed", "Login Id", "Start Time", "Process Time". "Event Id" is a unique identifer for the event. "Status" can be: Pending, Queued, In Progress, Process On Other Host, Stale, Completed, Canceled. "Action" can be: Delete, Download, Rebuild, Reset, Upload. "Level" can be: Device, Device Type, Device Type Group, Group, User. "Type" can be: Automatic, Manual. "Additional Info" includes the affected device type, device or group. It depends on the level of the event: Device Profile: "Device Name" "Service Provider Id" "Group Id" Device Type: "Device Type Name" Device Type Group: "Service Provider Id" "Group Id" "Device Type Name" Group: "Service Provider Id" "Group Id" User: "User Id" "Is Local" is set to "yes" if the event is processed on the server who received the request, "no" otherwise meaning that the event is processed on another server. "Completion %" provides an estimate of the completion of the event. A percentage is given, the current number of completed expanded event, and the total number of expanded event. "Pushed/ Same Hash/ Not Pushed" gives the total number of files that were pushed, not pushed because of same hash, and not pushed when processing the event. "LoginId" is the user or admin id who triggered the event. "Start Time" is the date when the event was started. The display shows the month, days, hours, and minutes (MM-dd hh:mm). "Process Time" is the time taken to process the event in hours, minutes, seconds, and milliseconds (hhhh:mm:ss.SSS). Each row represents an event sorted by priority of processing. The first row in the table is an event that has an associated expanded event currently being processed or next in line to be processed.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<eventTable> core:OCITable </eventTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceManagementEventGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="eventTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceManagementGetAccessDeviceCountForDeviceTypeRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceManagementGetAccessDeviceCountForDeviceTypeRequest
Abstract no
Documentation Request the number of access device of a particular device type or all device types if deviceType is not specified. If countOnlyResetSupportedDevice is true, count only access devices if the device type supports reset. Devices are counted only if their device type supports Device Management. An error is returned if deviceType is specified but does not support device management. The response is either SystemDeviceManagementGetAccessDeviceCountForDeviceTypeResponse 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. -->
<deviceType> AccessDeviceType </deviceType> [0..1]
<countOnlyResetSupportedDevice> xs:boolean </countOnlyResetSupportedDevice> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceManagementGetAccessDeviceCountForDeviceTypeRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType " minOccurs="0"/>
<xs:element name="countOnlyResetSupportedDevice" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceManagementGetAccessDeviceCountForDeviceTypeResponse

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

Complex Type: SystemDeviceManagementGetEventStatusSummaryCountRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceManagementGetEventStatusSummaryCountRequest
Abstract no
Documentation Request a summary table of the number of events in state 'Pending', 'Queued Internally', and 'Completed' in the system per action. One row is returned per action. Actions are as per the DeviceManagementEventActionType (ex: Delete, Download, Rebuild, Reset, Upload). The state 'Queued Internally' includes total for events with status equal to 'Queued' and 'In Progress' as per DeviceManagementEventStatus. The response is either SystemDeviceManagementGetEventStatusSummaryCountResponse 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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceManagementGetEventStatusSummaryCountRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceManagementGetEventStatusSummaryCountResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDeviceManagementGetEventStatusSummaryCountResponse
Abstract no
Documentation Response to SystemDeviceManagementGetEventStatusSummaryCountRequest. The column headings are "Action, "Pending", "Queued Internally", and "Completed"
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<statusCountTable> core:OCITable </statusCountTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceManagementGetEventStatusSummaryCountResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="statusCountTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceManagementInProgressAndPendingEventCancelRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceManagementInProgressAndPendingEventCancelRequest
Abstract no
Documentation Cancel pending and in progress events. Either all events, multiple events, or a list of specified events can be canceled. When specifying multiple events, an event must meet all specified criteria to be canceled. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
Start Choice [1]
<cancelAllEvents> ... </cancelAllEvents> [1]
<cancelMultipleEvents> [1]
<dmEventStatusForCancel> DeviceManagementEventStatusForCancel </dmEventStatusForCancel> [0..1]
<dmEventAction> DeviceManagementEventAction </dmEventAction> [0..1]
<dmEventLevel> DeviceManagementEventLevel </dmEventLevel> [0..1]
<dmEventType> DeviceManagementEventType </dmEventType> [0..1]
</cancelMultipleEvents>
<eventId> xs:int </eventId> [1..*]
End Choice
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceManagementInProgressAndPendingEventCancelRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:choice>
<xs:element name="cancelAllEvents"/>
<xs:element name="cancelMultipleEvents">
<xs:complexType>
<xs:sequence>
<xs:element name="dmEventStatusForCancel" type=" DeviceManagementEventStatusForCancel " minOccurs="0"/>
<xs:element name="dmEventAction" type=" DeviceManagementEventAction " minOccurs="0"/>
<xs:element name="dmEventLevel" type=" DeviceManagementEventLevel " minOccurs="0"/>
<xs:element name="dmEventType" type=" DeviceManagementEventType " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="eventId" type=" xs:int " minOccurs="1" maxOccurs="unbounded"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceManagementTagAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceManagementTagAddRequest
Abstract no
Documentation Request to add a static configuration tag. 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. -->
Start Choice [1]
<systemDefaultTagSet> true </systemDefaultTagSet> [1]
<tagSetName> DeviceManagementTagSetName </tagSetName> [1]
End Choice
<tagName> DeviceManagementTagName </tagName> [1]
<tagValue> DeviceManagementTagValue </tagValue> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceManagementTagAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:choice>
<xs:element name="systemDefaultTagSet" type=" xs:boolean " fixed="true"/>
<xs:element name="tagSetName" type=" DeviceManagementTagSetName "/>
</xs:choice>
<xs:element name="tagName" type=" DeviceManagementTagName "/>
<xs:element name="tagValue" type=" DeviceManagementTagValue " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceManagementTagDeleteListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceManagementTagDeleteListRequest
Abstract no
Documentation Request to delete static configuration tags. 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. -->
Start Choice [1]
<systemDefaultTagSet> true </systemDefaultTagSet> [1]
<tagSetName> DeviceManagementTagSetName </tagSetName> [1]
End Choice
<tagName> DeviceManagementTagName </tagName> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceManagementTagDeleteListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:choice>
<xs:element name="systemDefaultTagSet" type=" xs:boolean " fixed="true"/>
<xs:element name="tagSetName" type=" DeviceManagementTagSetName "/>
</xs:choice>
<xs:element name="tagName" type=" DeviceManagementTagName " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceManagementTagGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceManagementTagGetListRequest
Abstract no
Documentation Request to get the list of custom configuration tags managed by the Device Management System. The response is either SystemDeviceManagementTagGetListResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
Start Choice [1]
<systemDefaultTagSet> true </systemDefaultTagSet> [1]
<tagSetName> DeviceManagementTagSetName </tagSetName> [1]
End Choice
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceManagementTagGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:choice>
<xs:element name="systemDefaultTagSet" type=" xs:boolean " fixed="true"/>
<xs:element name="tagSetName" type=" DeviceManagementTagSetName "/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceManagementTagGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDeviceManagementTagGetListResponse
Abstract no
Documentation Response to SystemDeviceManagementTagGetListRequest. Contains a table of custom configuration tags managed by the Device Management System. The column headings are: "Tag Name", "Tag Value".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<tagsTable> core:OCITable </tagsTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceManagementTagGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="tagsTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceManagementTagModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceManagementTagModifyRequest
Abstract no
Documentation Request to modify a static configuration tag. 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. -->
Start Choice [1]
<systemDefaultTagSet> true </systemDefaultTagSet> [1]
<tagSetName> DeviceManagementTagSetName </tagSetName> [1]
End Choice
<tagName> DeviceManagementTagName </tagName> [1]
<tagValue> DeviceManagementTagValue </tagValue> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceManagementTagModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:choice>
<xs:element name="systemDefaultTagSet" type=" xs:boolean " fixed="true"/>
<xs:element name="tagSetName" type=" DeviceManagementTagSetName "/>
</xs:choice>
<xs:element name="tagName" type=" DeviceManagementTagName "/>
<xs:element name="tagValue" type=" DeviceManagementTagValue " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceManagementTagSetAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceManagementTagSetAddRequest
Abstract no
Documentation Request to add a static configuration tag set. 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. -->
<tagSetName> DeviceManagementTagSetName </tagSetName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceManagementTagSetAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="tagSetName" type=" DeviceManagementTagSetName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceManagementTagSetDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceManagementTagSetDeleteRequest
Abstract no
Documentation Request to delete a static configuration tag set. 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. -->
<tagSetName> DeviceManagementTagSetName </tagSetName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceManagementTagSetDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="tagSetName" type=" DeviceManagementTagSetName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceManagementTagSetGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceManagementTagSetGetListRequest
Abstract no
Documentation Request to get the list of custom configuration tag sets managed by the Device Management System. The response is either SystemDeviceManagementTagSetGetListResponse 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="SystemDeviceManagementTagSetGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceManagementTagSetGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDeviceManagementTagSetGetListResponse
Abstract no
Documentation Response to SystemDeviceManagementTagSetGetListRequest. The response includes an array of tag set names defined in the system. The system default tag set name is not part of this response.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<tagSetName> DeviceManagementTagSetName </tagSetName> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceManagementTagSetGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="tagSetName" type=" DeviceManagementTagSetName " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceManagementTagSetModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceManagementTagSetModifyRequest
Abstract no
Documentation Request to modify a static configuration tag set. 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. -->
<tagSetName> DeviceManagementTagSetName </tagSetName> [1]
<newTagSetName> DeviceManagementTagSetName </newTagSetName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceManagementTagSetModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="tagSetName" type=" DeviceManagementTagSetName "/>
<xs:element name="newTagSetName" type=" DeviceManagementTagSetName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceProfileAuthenticationLockoutClearAllRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceProfileAuthenticationLockoutClearAllRequest
Abstract no
Documentation Request to clear all device password authentication lockouts in the system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceProfileAuthenticationLockoutClearAllRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceProfileAuthenticationLockoutClearRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceProfileAuthenticationLockoutClearRequest
Abstract no
Documentation Request to clear device profile authentication lockouts in the system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<accessDevice> AccessDeviceKey </accessDevice> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceProfileAuthenticationLockoutClearRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="accessDevice" type=" AccessDeviceKey " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceProfileAuthenticationLockoutGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceProfileAuthenticationLockoutGetRequest
Abstract no
Documentation Request to get device password authentication lockout data in the system. The response is either a SystemDeviceProfileAuthenticationLockoutGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaServiceProviderId> SearchCriteriaServiceProviderId </searchCriteriaServiceProviderId> [0..*]
<searchCriteriaExactOrganizationType> SearchCriteriaExactOrganizationType </searchCriteriaExactOrganizationType> [0..1]
<searchCriteriaGroupId> SearchCriteriaGroupId </searchCriteriaGroupId> [0..*]
<searchCriteriaDeviceName> SearchCriteriaDeviceName </searchCriteriaDeviceName> [0..*]
<searchCriteriaExactDeviceType> SearchCriteriaExactDeviceType </searchCriteriaExactDeviceType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceProfileAuthenticationLockoutGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaServiceProviderId" type=" SearchCriteriaServiceProviderId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactOrganizationType" type=" SearchCriteriaExactOrganizationType " minOccurs="0"/>
<xs:element name="searchCriteriaGroupId" type=" SearchCriteriaGroupId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaDeviceName" type=" SearchCriteriaDeviceName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactDeviceType" type=" SearchCriteriaExactDeviceType " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceProfileAuthenticationLockoutGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDeviceProfileAuthenticationLockoutGetResponse
Abstract no
Documentation Response to SystemDeviceProfileAuthenticationLockoutGetRequest. The column headings for the lockoutTable are: "Organization Id", "Organization Type", "Group Id", "Identity/Device Profile Name", " Identity/Device Profile Type", "Lockout Started", "Lockout Expires", "Lockout Count". Lockout times are shown in the system GMT time. When a permanent lockout is shown, the "Lockout Expires" column is empty and the "Lockout Count" column contains the word Permanent.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<lockoutTable> core:OCITable </lockoutTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceProfileAuthenticationLockoutGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="lockoutTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceProfileAuthenticationPasswordRulesGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceProfileAuthenticationPasswordRulesGetRequest
Abstract no
Documentation Request to get the system level device profile authentication password rule settings. The response is either a SystemDeviceProfileAuthenticationPasswordRulesGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceProfileAuthenticationPasswordRulesGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceProfileAuthenticationPasswordRulesGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDeviceProfileAuthenticationPasswordRulesGetResponse
Abstract no
Documentation Response to SystemDeviceProfileAuthenticationPasswordRulesGetRequest. Contains the device profile authentication password rules for the system.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<disallowAuthenticationName> xs:boolean </disallowAuthenticationName> [1]
<disallowOldPassword> xs:boolean </disallowOldPassword> [1]
<disallowReversedOldPassword> xs:boolean </disallowReversedOldPassword> [1]
<restrictMinDigits> xs:boolean </restrictMinDigits> [1]
<minDigits> PasswordMinDigits </minDigits> [1]
<restrictMinUpperCaseLetters> xs:boolean </restrictMinUpperCaseLetters> [1]
<minUpperCaseLetters> PasswordMinUpperCaseLetters </minUpperCaseLetters> [1]
<restrictMinLowerCaseLetters> xs:boolean </restrictMinLowerCaseLetters> [1]
<minLowerCaseLetters> PasswordMinLowerCaseLetters </minLowerCaseLetters> [1]
<restrictMinNonAlphanumericCharacters> xs:boolean </restrictMinNonAlphanumericCharacters> [1]
<minNonAlphanumericCharacters> PasswordMinNonAlphanumericCharacters </minNonAlphanumericCharacters> [1]
<minLength> PasswordMinLength </minLength> [1]
<sendPermanentLockoutNotification> xs:boolean </sendPermanentLockoutNotification> [1]
<permanentLockoutNotifyEmailAddress> EmailAddress </permanentLockoutNotifyEmailAddress> [0..1]
<deviceProfileAuthenticationLockoutType> AuthenticationLockoutType </deviceProfileAuthenticationLockoutType> [1]
<deviceProfileTemporaryLockoutThreshold> AuthenticationTemporaryLockoutThreshold </deviceProfileTemporaryLockoutThreshold> [1]
<deviceProfileWaitAlgorithm> AuthenticationLockoutWaitAlgorithmType </deviceProfileWaitAlgorithm> [1]
<deviceProfileLockoutFixedMinutes> AuthenticationLockoutFixedWaitTimeMinutes </deviceProfileLockoutFixedMinutes> [1]
<deviceProfilePermanentLockoutThreshold> AuthenticationPermanentLockoutThreshold </deviceProfilePermanentLockoutThreshold> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceProfileAuthenticationPasswordRulesGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="disallowAuthenticationName" type=" xs:boolean "/>
<xs:element name="disallowOldPassword" type=" xs:boolean "/>
<xs:element name="disallowReversedOldPassword" type=" xs:boolean "/>
<xs:element name="restrictMinDigits" type=" xs:boolean "/>
<xs:element name="minDigits" type=" PasswordMinDigits "/>
<xs:element name="restrictMinUpperCaseLetters" type=" xs:boolean "/>
<xs:element name="minUpperCaseLetters" type=" PasswordMinUpperCaseLetters "/>
<xs:element name="restrictMinLowerCaseLetters" type=" xs:boolean "/>
<xs:element name="minLowerCaseLetters" type=" PasswordMinLowerCaseLetters "/>
<xs:element name="restrictMinNonAlphanumericCharacters" type=" xs:boolean "/>
<xs:element name="minNonAlphanumericCharacters" type=" PasswordMinNonAlphanumericCharacters "/>
<xs:element name="minLength" type=" PasswordMinLength "/>
<xs:element name="sendPermanentLockoutNotification" type=" xs:boolean "/>
<xs:element name="permanentLockoutNotifyEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="deviceProfileAuthenticationLockoutType" type=" AuthenticationLockoutType "/>
<xs:element name="deviceProfileTemporaryLockoutThreshold" type=" AuthenticationTemporaryLockoutThreshold "/>
<xs:element name="deviceProfileWaitAlgorithm" type=" AuthenticationLockoutWaitAlgorithmType "/>
<xs:element name="deviceProfileLockoutFixedMinutes" type=" AuthenticationLockoutFixedWaitTimeMinutes "/>
<xs:element name="deviceProfilePermanentLockoutThreshold" type=" AuthenticationPermanentLockoutThreshold "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceProfileAuthenticationPasswordRulesModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceProfileAuthenticationPasswordRulesModifyRequest
Abstract no
Documentation Request to modify the system level device profile authentication password rule settings. The response is either SuccessResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<disallowAuthenticationName> xs:boolean </disallowAuthenticationName> [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]
<sendPermanentLockoutNotification> xs:boolean </sendPermanentLockoutNotification> [0..1]
<permanentLockoutNotifyEmailAddress> EmailAddress </permanentLockoutNotifyEmailAddress> [0..1]
<deviceProfileAuthenticationLockoutType> AuthenticationLockoutType </deviceProfileAuthenticationLockoutType> [0..1]
<deviceProfileTemporaryLockoutThreshold> AuthenticationTemporaryLockoutThreshold </deviceProfileTemporaryLockoutThreshold> [0..1]
<deviceProfileWaitAlgorithm> AuthenticationLockoutWaitAlgorithmType </deviceProfileWaitAlgorithm> [0..1]
<deviceProfileLockoutFixedMinutes> AuthenticationLockoutFixedWaitTimeMinutes </deviceProfileLockoutFixedMinutes> [0..1]
<deviceProfilePermanentLockoutThreshold> AuthenticationPermanentLockoutThreshold </deviceProfilePermanentLockoutThreshold> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceProfileAuthenticationPasswordRulesModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="disallowAuthenticationName" 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="sendPermanentLockoutNotification" type=" xs:boolean " minOccurs="0"/>
<xs:element name="permanentLockoutNotifyEmailAddress" type=" EmailAddress " nillable="true" minOccurs="0"/>
<xs:element name="deviceProfileAuthenticationLockoutType" type=" AuthenticationLockoutType " minOccurs="0"/>
<xs:element name="deviceProfileTemporaryLockoutThreshold" type=" AuthenticationTemporaryLockoutThreshold " minOccurs="0"/>
<xs:element name="deviceProfileWaitAlgorithm" type=" AuthenticationLockoutWaitAlgorithmType " minOccurs="0"/>
<xs:element name="deviceProfileLockoutFixedMinutes" type=" AuthenticationLockoutFixedWaitTimeMinutes " minOccurs="0"/>
<xs:element name="deviceProfilePermanentLockoutThreshold" type=" AuthenticationPermanentLockoutThreshold " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceTypeExportRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceTypeExportRequest
Abstract no
Documentation Request to export an existing Device Type to a Device Type Archive File (DTAF). The response is either a SystemDeviceTypeExportResponse or an 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="SystemDeviceTypeExportRequest">
<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: SystemDeviceTypeExportResponse

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

Complex Type: SystemDeviceTypeGetAvailableListRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceTypeGetAvailableListRequest19
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 SystemDeviceTypeGetlAvailableListResponse19 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="SystemDeviceTypeGetAvailableListRequest19">
<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: SystemDeviceTypeGetAvailableListResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDeviceTypeGetAvailableListResponse19
Abstract no
Documentation Response to SystemDeviceTypeGetAvailableListRequest19. Note: element numberOfPorts is only used by devices types with static line ordering enabled
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]
<isMobilityManagerDevice> xs:boolean </isMobilityManagerDevice> [1]
<deviceConfigurationOption> DeviceTypeConfigurationOptionType </deviceConfigurationOption> [0..1]
<staticLineOrdering> xs:boolean </staticLineOrdering> [0..1]
<numberOfPorts> AccessDevicePortNumber </numberOfPorts> [0..1]
</typeInfo>
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceTypeGetAvailableListResponse19">
<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:element name="isMobilityManagerDevice" type=" xs:boolean "/>
<xs:element name="deviceConfigurationOption" type=" DeviceTypeConfigurationOptionType " minOccurs="0"/>
<xs:element name="staticLineOrdering" type=" xs:boolean " minOccurs="0"/>
<xs:element name="numberOfPorts" type=" AccessDevicePortNumber " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDeviceTypeGetRequest19

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceTypeGetRequest19
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 SystemDeviceTypeGetResponse19 or ErrorResponse. Note: The elements deviceTypeConfigurationOption and staticLineOrdering apply to SIP device types only. Therefore, only present in the response when the device type is SIP.
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="SystemDeviceTypeGetRequest19">
<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: SystemDeviceTypeGetResponse19

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

Complex Type: SystemDeviceTypeImportRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDeviceTypeImportRequest
Abstract no
Documentation Request to import a Device Type Archive File (DTAF) as a new Device Type. The URL supports the HTTP and the FILE protocols. 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. -->
<file> URL </file> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDeviceTypeImportRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="file" type=" URL "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDialableCallerIDCriteriaAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDialableCallerIDCriteriaAddRequest
Abstract no
Documentation Add a new Dialable Caller ID Criteria. Criteria are added at the bottom of the list with the lowest priority. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<name> DialableCallerIDCriteriaName </name> [1]
<description> DialableCallerIDCriteriaDescription </description> [0..1]
<prefixDigits> DialableCallerIDPrefixDigits </prefixDigits> [0..1]
<matchCallType> CommunicationBarringCallType </matchCallType> [0..*]
<matchAlternateCallIndicator> CommunicationBarringAlternateCallIndicator </matchAlternateCallIndicator> [0..*]
<matchLocalCategory> xs:boolean </matchLocalCategory> [1]
<matchNationalCategory> xs:boolean </matchNationalCategory> [1]
<matchInterlataCategory> xs:boolean </matchInterlataCategory> [1]
<matchIntralataCategory> xs:boolean </matchIntralataCategory> [1]
<matchInternationalCategory> xs:boolean </matchInternationalCategory> [1]
<matchPrivateCategory> xs:boolean </matchPrivateCategory> [1]
<matchEmergencyCategory> xs:boolean </matchEmergencyCategory> [1]
<matchOtherCategory> xs:boolean </matchOtherCategory> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDialableCallerIDCriteriaAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" DialableCallerIDCriteriaName "/>
<xs:element name="description" type=" DialableCallerIDCriteriaDescription " minOccurs="0"/>
<xs:element name="prefixDigits" type=" DialableCallerIDPrefixDigits " minOccurs="0"/>
<xs:element name="matchCallType" type=" CommunicationBarringCallType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="matchAlternateCallIndicator" type=" CommunicationBarringAlternateCallIndicator " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="matchLocalCategory" type=" xs:boolean "/>
<xs:element name="matchNationalCategory" type=" xs:boolean "/>
<xs:element name="matchInterlataCategory" type=" xs:boolean "/>
<xs:element name="matchIntralataCategory" type=" xs:boolean "/>
<xs:element name="matchInternationalCategory" type=" xs:boolean "/>
<xs:element name="matchPrivateCategory" type=" xs:boolean "/>
<xs:element name="matchEmergencyCategory" type=" xs:boolean "/>
<xs:element name="matchOtherCategory" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDialableCallerIDCriteriaDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDialableCallerIDCriteriaDeleteRequest
Abstract no
Documentation Delete a Dialable Caller ID Criteria. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<name> DialableCallerIDCriteriaName </name> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDialableCallerIDCriteriaDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" DialableCallerIDCriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDialableCallerIDCriteriaGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDialableCallerIDCriteriaGetRequest
Abstract no
Documentation Get an existing Dialable Caller ID Criteria. The response is either a SystemDialableCallerIDCriteriaGetRequest or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<name> DialableCallerIDCriteriaName </name> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDialableCallerIDCriteriaGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" DialableCallerIDCriteriaName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDialableCallerIDCriteriaGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDialableCallerIDCriteriaGetResponse
Abstract no
Documentation Response to the SystemDialableCallerIDCriteriaGetRequest. The response contains the Dialable Caller ID Criteria information.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<description> DialableCallerIDCriteriaDescription </description> [0..1]
<prefixDigits> DialableCallerIDPrefixDigits </prefixDigits> [0..1]
<matchCallType> CommunicationBarringCallType </matchCallType> [0..*]
<matchAlternateCallIndicator> CommunicationBarringAlternateCallIndicator </matchAlternateCallIndicator> [0..*]
<matchLocalCategory> xs:boolean </matchLocalCategory> [1]
<matchNationalCategory> xs:boolean </matchNationalCategory> [1]
<matchInterlataCategory> xs:boolean </matchInterlataCategory> [1]
<matchIntralataCategory> xs:boolean </matchIntralataCategory> [1]
<matchInternationalCategory> xs:boolean </matchInternationalCategory> [1]
<matchPrivateCategory> xs:boolean </matchPrivateCategory> [1]
<matchEmergencyCategory> xs:boolean </matchEmergencyCategory> [1]
<matchOtherCategory> xs:boolean </matchOtherCategory> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDialableCallerIDCriteriaGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="description" type=" DialableCallerIDCriteriaDescription " minOccurs="0"/>
<xs:element name="prefixDigits" type=" DialableCallerIDPrefixDigits " minOccurs="0"/>
<xs:element name="matchCallType" type=" CommunicationBarringCallType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="matchAlternateCallIndicator" type=" CommunicationBarringAlternateCallIndicator " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="matchLocalCategory" type=" xs:boolean "/>
<xs:element name="matchNationalCategory" type=" xs:boolean "/>
<xs:element name="matchInterlataCategory" type=" xs:boolean "/>
<xs:element name="matchIntralataCategory" type=" xs:boolean "/>
<xs:element name="matchInternationalCategory" type=" xs:boolean "/>
<xs:element name="matchPrivateCategory" type=" xs:boolean "/>
<xs:element name="matchEmergencyCategory" type=" xs:boolean "/>
<xs:element name="matchOtherCategory" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDialableCallerIDCriteriaModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDialableCallerIDCriteriaModifyRequest
Abstract no
Documentation Modify a Dialable Caller ID Criteria. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<name> DialableCallerIDCriteriaName </name> [1]
<newName> DialableCallerIDCriteriaName </newName> [0..1]
<description> DialableCallerIDCriteriaDescription </description> [0..1]
<prefixDigits> DialableCallerIDPrefixDigits </prefixDigits> [0..1]
<matchCallType> ReplacementCommunicationBarringCallTypeList </matchCallType> [0..1]
<matchAlternateCallIndicator> ReplacementCommunicationBarringAlternateCallIndicatorList </matchAlternateCallIndicator> [0..1]
<matchLocalCategory> xs:boolean </matchLocalCategory> [0..1]
<matchNationalCategory> xs:boolean </matchNationalCategory> [0..1]
<matchInterlataCategory> xs:boolean </matchInterlataCategory> [0..1]
<matchIntralataCategory> xs:boolean </matchIntralataCategory> [0..1]
<matchInternationalCategory> xs:boolean </matchInternationalCategory> [0..1]
<matchPrivateCategory> xs:boolean </matchPrivateCategory> [0..1]
<matchEmergencyCategory> xs:boolean </matchEmergencyCategory> [0..1]
<matchOtherCategory> xs:boolean </matchOtherCategory> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemDialableCallerIDCriteriaModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" DialableCallerIDCriteriaName "/>
<xs:element name="newName" type=" DialableCallerIDCriteriaName " minOccurs="0"/>
<xs:element name="description" type=" DialableCallerIDCriteriaDescription " minOccurs="0" nillable="true"/>
<xs:element name="prefixDigits" type=" DialableCallerIDPrefixDigits " minOccurs="0" nillable="true"/>
<xs:element name="matchCallType" type=" ReplacementCommunicationBarringCallTypeList " minOccurs="0" nillable="true"/>
<xs:element name="matchAlternateCallIndicator" type=" ReplacementCommunicationBarringAlternateCallIndicatorList " minOccurs="0" nillable="true"/>
<xs:element name="matchLocalCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchNationalCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchInterlataCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchIntralataCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchInternationalCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchPrivateCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchEmergencyCategory" type=" xs:boolean " minOccurs="0"/>
<xs:element name="matchOtherCategory" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDialableCallerIDGetRequest

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

Complex Type: SystemDialableCallerIDGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDialableCallerIDGetResponse
Abstract no
Documentation Response to the SystemDialableCallerIDGetRequest. The criteria table?s column headings are ?Active?, "Name", "Description", ?Prefix Digits?, and ?Priority?.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<criteriaTable> core:OCITable </criteriaTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDialableCallerIDGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="criteriaTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDialableCallerIDModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDialableCallerIDModifyRequest
Abstract no
Documentation Modify the system level Dialable Caller ID criteria list. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<criteriaPriorityOrder> DialableCallerIDCriteriaPriorityOrder </criteriaPriorityOrder> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemDialableCallerIDModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="criteriaPriorityOrder" type=" DialableCallerIDCriteriaPriorityOrder " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDialPlanPolicyAddAccessCodeRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDialPlanPolicyAddAccessCodeRequest
Abstract no
Documentation Request to add a system-level Dial Plan Access Code and its all attribues. 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. -->
<accessCode> DialPlanAccessCode </accessCode> [1]
<includeCodeForNetworkTranslationsAndRouting> xs:boolean </includeCodeForNetworkTranslationsAndRouting> [1]
<includeCodeForScreeningServices> xs:boolean </includeCodeForScreeningServices> [1]
<enableSecondaryDialTone> xs:boolean </enableSecondaryDialTone> [1]
<description> DialPlanAccessCodeDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemDialPlanPolicyAddAccessCodeRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="accessCode" type=" DialPlanAccessCode "/>
<xs:element name="includeCodeForNetworkTranslationsAndRouting" type=" xs:boolean "/>
<xs:element name="includeCodeForScreeningServices" type=" xs:boolean "/>
<xs:element name="enableSecondaryDialTone" type=" xs:boolean "/>
<xs:element name="description" type=" DialPlanAccessCodeDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDialPlanPolicyDeleteAccessCodeRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDialPlanPolicyDeleteAccessCodeRequest
Abstract no
Documentation Request to delete a system-level Dial Plan Access Code and its all attribues. 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. -->
<accessCode> DialPlanAccessCode </accessCode> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDialPlanPolicyDeleteAccessCodeRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="accessCode" type=" DialPlanAccessCode "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDialPlanPolicyGetAccessCodeListRequest

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

Complex Type: SystemDialPlanPolicyGetAccessCodeListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDialPlanPolicyGetAccessCodeListResponse
Abstract no
Documentation Response to SystemDialPlanPolicyGetAccessCodeListRequest. Contains a table with column headings: "Access Code", "Enable Secondary Dial Tone", "Description"
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<accessCodeTable> core:OCITable </accessCodeTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDialPlanPolicyGetAccessCodeListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="accessCodeTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDialPlanPolicyGetAccessCodeRequest

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

Complex Type: SystemDialPlanPolicyGetAccessCodeResponse

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

Complex Type: SystemDialPlanPolicyGetRequest17

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

Complex Type: SystemDialPlanPolicyGetResponse17

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

Complex Type: SystemDialPlanPolicyModifyAccessCodeRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDialPlanPolicyModifyAccessCodeRequest
Abstract no
Documentation Request to modify a system-level Dial Plan Access Code and its attribues. 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. -->
<accessCode> DialPlanAccessCode </accessCode> [1]
<includeCodeForNetworkTranslationsAndRouting> xs:boolean </includeCodeForNetworkTranslationsAndRouting> [0..1]
<includeCodeForScreeningServices> xs:boolean </includeCodeForScreeningServices> [0..1]
<enableSecondaryDialTone> xs:boolean </enableSecondaryDialTone> [0..1]
<description> DialPlanAccessCodeDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemDialPlanPolicyModifyAccessCodeRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="accessCode" type=" DialPlanAccessCode "/>
<xs:element name="includeCodeForNetworkTranslationsAndRouting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="includeCodeForScreeningServices" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableSecondaryDialTone" type=" xs:boolean " minOccurs="0"/>
<xs:element name="description" type=" DialPlanAccessCodeDescription " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDialPlanPolicyModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDialPlanPolicyModifyRequest
Abstract no
Documentation Modify the system level data associated with Dial Plan 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. -->
<requiresAccessCodeForPublicCalls> xs:boolean </requiresAccessCodeForPublicCalls> [0..1]
<allowE164PublicCalls> xs:boolean </allowE164PublicCalls> [0..1]
<preferE164NumberFormatForCallbackServices> xs:boolean </preferE164NumberFormatForCallbackServices> [0..1]
<publicDigitMap> DigitMap </publicDigitMap> [0..1]
<privateDigitMap> DigitMap </privateDigitMap> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemDialPlanPolicyModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="requiresAccessCodeForPublicCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowE164PublicCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="preferE164NumberFormatForCallbackServices" type=" xs:boolean " minOccurs="0"/>
<xs:element name="publicDigitMap" type=" DigitMap " minOccurs="0"/>
<xs:element name="privateDigitMap" type=" DigitMap " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDigitCollectionGetRequest13mp4

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

Complex Type: SystemDigitCollectionGetResponse13mp4

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

Complex Type: SystemDigitCollectionModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDigitCollectionModifyRequest
Abstract no
Documentation Modifies the system's digit collection attributes. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<accessCode> AccessCode </accessCode> [0..1]
<publicDigitMap> DigitMap </publicDigitMap> [0..1]
<privateDigitMap> DigitMap </privateDigitMap> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemDigitCollectionModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="accessCode" type=" AccessCode " nillable="true" minOccurs="0"/>
<xs:element name="publicDigitMap" type=" DigitMap " minOccurs="0"/>
<xs:element name="privateDigitMap" type=" DigitMap " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDnGetSummaryListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDnGetSummaryListRequest
Abstract no
Documentation Request a summary table of all DNs in the system. The response is either SystemDnGetSummaryListResponse 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="SystemDnGetSummaryListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDnGetSummaryListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDnGetSummaryListResponse
Abstract no
Documentation Response to SystemDnGetSummaryListRequest. The column headings are "Phone Numbers, "Service Provider Id" and "Is Enterprise"
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<dnSummaryTable> core:OCITable </dnSummaryTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDnGetSummaryListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="dnSummaryTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDnGetUtilizationListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDnGetUtilizationListRequest
Abstract no
Documentation Request a list of DN utilizations by service providers. The response is either SystemDnUtilizationGetListResponse 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="SystemDnGetUtilizationListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDnGetUtilizationListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDnGetUtilizationListResponse
Abstract no
Documentation Response to SystemDnUtilizationGetListRequest. The table columns are: "Service Provider Id", "Phone Numbers", "Assigned to Groups", "Percentage Assigned", "Is Enterprise" and "Activated on Groups".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<dnUtilizationTable> core:OCITable </dnUtilizationTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDnGetUtilizationListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="dnUtilizationTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDnGetUtilizationRequest14sp3

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDnGetUtilizationRequest14sp3
Abstract no
Documentation Get the utilization of a single DN. The response is either SystemDnGetUtilizationResponse14sp3 or ErrorResponse.
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="SystemDnGetUtilizationRequest14sp3">
<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: SystemDnGetUtilizationResponse14sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDnGetUtilizationResponse14sp3
Abstract no
Documentation Response to SystemDnGetUtilizationRequest14sp3. The isActivated element is only included when the DN is assigned to a user.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [0..1]
<userId> UserId </userId> [0..1]
<userType> UserType </userType> [0..1]
<isGroupCallingLineId> xs:boolean </isGroupCallingLineId> [1]
<isActivated> xs:boolean </isActivated> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemDnGetUtilizationResponse14sp3">
<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:element name="isActivated" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDomainAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDomainAddRequest
Abstract no
Documentation Add a system domain to the system. 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. -->
<domain> NetAddress </domain> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDomainAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="domain" type=" NetAddress "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDomainDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDomainDeleteRequest
Abstract no
Documentation Delete a system domain from the system. 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. -->
<domain> NetAddress </domain> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDomainDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="domain" type=" NetAddress "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDomainGetAssignedServiceProviderListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDomainGetAssignedServiceProviderListRequest
Abstract no
Documentation Request a list of service providers that have a given domain assigned. The response is either SystemDomainGetAssignedServiceProviderListResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<domain> NetAddress </domain> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDomainGetAssignedServiceProviderListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="domain" type=" NetAddress "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDomainGetAssignedServiceProviderListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDomainGetAssignedServiceProviderListResponse
Abstract no
Documentation Response to SystemDomainGetAssignedServiceProviderListRequest. The table columns are: "Service Provider Id", "Service Provider Name" and "Is Enterprise".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderTable> core:OCITable </serviceProviderTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemDomainGetAssignedServiceProviderListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceProviderTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDomainGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDomainGetListRequest
Abstract no
Documentation Requests the list of all system-level domain names. The response is either SystemDomainGetListResponse 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="SystemDomainGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDomainGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemDomainGetListResponse
Abstract no
Documentation Contains a simple list of all system-level domain names.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<systemDefaultDomain> NetAddress </systemDefaultDomain> [1]
<domain> NetAddress </domain> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemDomainGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="systemDefaultDomain" type=" NetAddress "/>
<xs:element name="domain" type=" NetAddress " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDomainParametersGetRequest

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

Complex Type: SystemDomainParametersGetResponse

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

Complex Type: SystemDomainParametersModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDomainParametersModifyRequest
Abstract no
Documentation Request to modify system Domain 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. -->
<useAliasForDomain> xs:boolean </useAliasForDomain> [0..1]
<defaultDomain> NetAddress </defaultDomain> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemDomainParametersModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="useAliasForDomain" type=" xs:boolean " minOccurs="0"/>
<xs:element name="defaultDomain" type=" NetAddress " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDTMFTransmissionGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDTMFTransmissionGetRequest
Abstract no
Documentation Get the system DTMF transmission configurations. The response is either SystemDTMFTransmissionGetResponse 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="SystemDTMFTransmissionGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemDTMFTransmissionGetResponse

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

Complex Type: SystemDTMFTransmissionModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemDTMFTransmissionModifyRequest
Abstract no
Documentation Modify the DTMF transmission settings. The response is either SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<transmissionMethod> DTMFTransmissionMethod </transmissionMethod> [0..1]
<signalingContentType> DtmfTransmissionSignalingContentType </signalingContentType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemDTMFTransmissionModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="transmissionMethod" type=" DTMFTransmissionMethod " minOccurs="0"/>
<xs:element name="signalingContentType" type=" DtmfTransmissionSignalingContentType " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemEndpointGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemEndpointGetListRequest
Abstract no
Documentation Request to search endpoints in the system. The response is either SystemEndpointGetListResponse 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. -->
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaServiceProviderId> SearchCriteriaServiceProviderId </searchCriteriaServiceProviderId> [0..*]
<searchCriteriaExactOrganizationType> SearchCriteriaExactOrganizationType </searchCriteriaExactOrganizationType> [0..1]
<searchCriteriaGroupId> SearchCriteriaGroupId </searchCriteriaGroupId> [0..*]
<searchCriteriaLinePortUserPart> SearchCriteriaLinePortUserPart </searchCriteriaLinePortUserPart> [0..*]
<searchCriteriaLinePortDomain> SearchCriteriaLinePortDomain </searchCriteriaLinePortDomain> [0..*]
<searchCriteriaUserLastName> SearchCriteriaUserLastName </searchCriteriaUserLastName> [0..*]
<searchCriteriaUserFirstName> SearchCriteriaUserFirstName </searchCriteriaUserFirstName> [0..*]
<searchCriteriaUserId> SearchCriteriaUserId </searchCriteriaUserId> [0..*]
<searchCriteriaDn> SearchCriteriaDn </searchCriteriaDn> [0..*]
<searchCriteriaExtension> SearchCriteriaExtension </searchCriteriaExtension> [0..*]
<searchCriteriaDeviceType> SearchCriteriaDeviceType </searchCriteriaDeviceType> [0..*]
<searchCriteriaDeviceName> SearchCriteriaDeviceName </searchCriteriaDeviceName> [0..*]
<searchCriteriaDeviceMACAddress> SearchCriteriaDeviceMACAddress </searchCriteriaDeviceMACAddress> [0..*]
<searchCriteriaDeviceNetAddress> SearchCriteriaDeviceNetAddress </searchCriteriaDeviceNetAddress> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemEndpointGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaServiceProviderId" type=" SearchCriteriaServiceProviderId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactOrganizationType" type=" SearchCriteriaExactOrganizationType " minOccurs="0"/>
<xs:element name="searchCriteriaGroupId" type=" SearchCriteriaGroupId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaLinePortUserPart" type=" SearchCriteriaLinePortUserPart " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaLinePortDomain" type=" SearchCriteriaLinePortDomain " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaUserLastName" type=" SearchCriteriaUserLastName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaUserFirstName" type=" SearchCriteriaUserFirstName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaUserId" type=" SearchCriteriaUserId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaDn" type=" SearchCriteriaDn " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExtension" type=" SearchCriteriaExtension " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaDeviceType" type=" SearchCriteriaDeviceType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaDeviceName" type=" SearchCriteriaDeviceName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaDeviceMACAddress" type=" SearchCriteriaDeviceMACAddress " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaDeviceNetAddress" type=" SearchCriteriaDeviceNetAddress " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemEndpointGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemEndpointGetListResponse
Abstract no
Documentation Response to SystemEndpointGetListRequest. The column headings for the endpointTable are: "Organization Id", "Organization Type", "Group Id", "Line/Port", "Last Name","First Name", "User Id", "User Type", "Phone Number", "Extension", "Device Type", "Device Name", "Net Address", "MAC Address", "Department", "Email Address". Possible values for User Type are ‘User’, ‘CCBasic’, ‘CCStandard’, ‘CCPremium’, ‘RP’, ‘MOH’, ‘MOHVideo’.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<endpointTable> core:OCITable </endpointTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemEndpointGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="endpointTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExpensiveCallNotificationGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExpensiveCallNotificationGetRequest
Abstract no
Documentation Request to get the expensive call notification service parameters. The response is either a SystemExpensiveCallNotificationGetResponse 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="SystemExpensiveCallNotificationGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExpensiveCallNotificationGetResponse

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

Complex Type: SystemExpensiveCallNotificationModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExpensiveCallNotificationModifyRequest
Abstract no
Documentation Modify the expensive call notification service 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. -->
<enablePostAnnouncementDelayTimer> xs:boolean </enablePostAnnouncementDelayTimer> [0..1]
<postAnnouncementDelaySeconds> ExpensiveCallNotificationPostAnnouncementDelaySeconds </postAnnouncementDelaySeconds> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemExpensiveCallNotificationModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="enablePostAnnouncementDelayTimer" type=" xs:boolean " minOccurs="0"/>
<xs:element name="postAnnouncementDelaySeconds" type=" ExpensiveCallNotificationPostAnnouncementDelaySeconds " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExpensiveCallTypeAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExpensiveCallTypeAddRequest
Abstract no
Documentation Add an alternate call indicator to the list of expensive alternate call indicators. 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. -->
<alternateCallIndicator> NetworkServerAlternateCallIndicator </alternateCallIndicator> [1]
<treatmentAudioFile> MediaTreatmentFileName </treatmentAudioFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemExpensiveCallTypeAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="alternateCallIndicator" type=" NetworkServerAlternateCallIndicator "/>
<xs:element name="treatmentAudioFile" type=" MediaTreatmentFileName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExpensiveCallTypeDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExpensiveCallTypeDeleteRequest
Abstract no
Documentation Delete an alternate call indicator from the list of expensive alternate call indicators. 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. -->
<alternateCallIndicator> NetworkServerAlternateCallIndicator </alternateCallIndicator> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemExpensiveCallTypeDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="alternateCallIndicator" type=" NetworkServerAlternateCallIndicator "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExpensiveCallTypeGetListRequest16sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExpensiveCallTypeGetListRequest16sp1
Abstract no
Documentation Request to get the list of expensive alternate call indicators in the system. The response is either a SystemExpensiveCallTypeGetListResponse16sp1 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="SystemExpensiveCallTypeGetListRequest16sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExpensiveCallTypeGetListResponse16sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemExpensiveCallTypeGetListResponse16sp1
Abstract no
Documentation Response to SystemExpensiveCallTypeGetListRequest16sp1. The column headings are: "Alternate Call Indicator", "Treatment Audio File".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<alternateCallIndicatorTable> core:OCITable </alternateCallIndicatorTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemExpensiveCallTypeGetListResponse16sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="alternateCallIndicatorTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExpensiveCallTypeModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExpensiveCallTypeModifyRequest
Abstract no
Documentation Modify an existing call indicator in the list of expensive alternate call indicators. 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. -->
<alternateCallIndicator> NetworkServerAlternateCallIndicator </alternateCallIndicator> [1]
Start Choice [1]
<treatmentAudioFile> MediaTreatmentFileName </treatmentAudioFile> [0..1]
End Choice
</...>
Schema Component Representation
<xs:complexType name="SystemExpensiveCallTypeModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="alternateCallIndicator" type=" NetworkServerAlternateCallIndicator "/>
<xs:choice>
<xs:element name="treatmentAudioFile" type=" MediaTreatmentFileName " minOccurs="0" nillable="true"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExportAddressingDataRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExportAddressingDataRequest
Abstract no
Documentation Request to export Application Server addressing data, such as DNs, extensions, alias and user ids to a file so they can be uploaded to a Network Server. 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. -->
<fileName> FileName </fileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemExportAddressingDataRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="fileName" type=" FileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExportBroadCloudDataRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExportBroadCloudDataRequest
Abstract no
Documentation Request to export all users that have BroadCloud services, such as user profile information and BroadCloud services related information for that user to a file so they can be uploaded to a BroadCloud . 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. -->
<fileName> FileName </fileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemExportBroadCloudDataRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="fileName" type=" FileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExportSubscriberRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExportSubscriberRequest
Abstract no
Documentation Request subscribers be exported to files on the AS filesystem. The response is either a SuccessResponse or an ErrorResponse. ***** Warning *****: This activity should only be done during non-busy hours on the secondary provisioning server because this may cause large amounts of data to be dumped to disk and it may take some time to execute.
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="SystemExportSubscriberRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExtensionLengthGetRequest

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

Complex Type: SystemExtensionLengthGetResponse

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

Complex Type: SystemExtensionLengthModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExtensionLengthModifyRequest
Abstract no
Documentation Modify the group's extension length range. 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. -->
<minExtensionLength> ExtensionLength </minExtensionLength> [0..1]
<maxExtensionLength> ExtensionLength </maxExtensionLength> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemExtensionLengthModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="minExtensionLength" type=" ExtensionLength " minOccurs="0"/>
<xs:element name="maxExtensionLength" type=" ExtensionLength " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExternalAuthenticationAddACLEntryRequest14sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExternalAuthenticationAddACLEntryRequest14sp2
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> IPAddress </netAddress> [1]
<description> NetworkACLEntryDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemExternalAuthenticationAddACLEntryRequest14sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" IPAddress "/>
<xs:element name="description" type=" NetworkACLEntryDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExternalAuthenticationDeleteACLEntryRequest14sp2

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

Complex Type: SystemExternalAuthenticationGetACLListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExternalAuthenticationGetACLListRequest
Abstract no
Documentation Get the external authentication access control list. The response is either SystemExternalAuthenticationGetACLListResponse 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="SystemExternalAuthenticationGetACLListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExternalAuthenticationGetACLListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemExternalAuthenticationGetACLListResponse
Abstract no
Documentation Response to SystemExternalAuthenticationGetACLListRequest. The table columns are: "Net Address" and "Description".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<aclTable> core:OCITable </aclTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemExternalAuthenticationGetACLListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="aclTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExternalAuthenticationModifyACLEntryRequest14sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExternalAuthenticationModifyACLEntryRequest14sp2
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> IPAddress </netAddress> [1]
<description> NetworkACLEntryDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemExternalAuthenticationModifyACLEntryRequest14sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" IPAddress "/>
<xs:element name="description" type=" NetworkACLEntryDescription " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExternalEmergencyRoutingParametersGetRequest13mp13

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

Complex Type: SystemExternalEmergencyRoutingParametersGetResponse13mp13

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemExternalEmergencyRoutingParametersGetResponse13mp13
Abstract no
Documentation Response to SystemExternalEmergencyRoutingParametersGetRequest13mp13. Contains a list of system External Emergency Routing parameters.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceURI> NetAddress </serviceURI> [0..1]
<defaultEmergencyNumber> OutgoingDN </defaultEmergencyNumber> [0..1]
<isActive> xs:boolean </isActive> [1]
<supportsDNSSRV> xs:boolean </supportsDNSSRV> [1]
<connectionTimeoutSeconds> ExternalEmergencyRoutingConnectionTimeoutSeconds </connectionTimeoutSeconds> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemExternalEmergencyRoutingParametersGetResponse13mp13">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceURI" type=" NetAddress " minOccurs="0"/>
<xs:element name="defaultEmergencyNumber" type=" OutgoingDN " minOccurs="0"/>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="supportsDNSSRV" type=" xs:boolean "/>
<xs:element name="connectionTimeoutSeconds" type=" ExternalEmergencyRoutingConnectionTimeoutSeconds "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemExternalEmergencyRoutingParametersModifyRequest13mp13

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemExternalEmergencyRoutingParametersModifyRequest13mp13
Abstract no
Documentation Request to modify Call External Emergency Routing 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. -->
<serviceURI> NetAddress </serviceURI> [0..1]
<defaultEmergencyNumber> OutgoingDN </defaultEmergencyNumber> [0..1]
<isActive> xs:boolean </isActive> [0..1]
<supportsDNSSRV> xs:boolean </supportsDNSSRV> [0..1]
<connectionTimeoutSeconds> ExternalEmergencyRoutingConnectionTimeoutSeconds </connectionTimeoutSeconds> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemExternalEmergencyRoutingParametersModifyRequest13mp13">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceURI" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="defaultEmergencyNumber" type=" OutgoingDN " nillable="true" minOccurs="0"/>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="supportsDNSSRV" type=" xs:boolean " minOccurs="0"/>
<xs:element name="connectionTimeoutSeconds" type=" ExternalEmergencyRoutingConnectionTimeoutSeconds " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFeatureAccessCodeGetListRequest20

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemFeatureAccessCodeGetListRequest20
Abstract no
Documentation Request to get list of default Feature Access Codes defined on system level. The response is either SystemFeatureAccessCodeGetListResponse20 or ErrorResponse. In release 20 the "Call Recording" FAC name is changed to "Call Recording - Start".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemFeatureAccessCodeGetListRequest20">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFeatureAccessCodeGetListResponse20

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemFeatureAccessCodeGetListResponse20
Abstract no
Documentation Response to the SystemFeatureAccessCodeGetListRequest20. In release 20 the "Call Recording" FAC name is changed to "Call Recording - Start".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<featureAccessCode> FeatureAccessCodeEntry </featureAccessCode> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemFeatureAccessCodeGetListResponse20">
<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: SystemFeatureAccessCodeModifyListRequest20

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemFeatureAccessCodeModifyListRequest20
Abstract no
Documentation Modify default Feature Access Codes. The response is either a SuccessResponse or an ErrorResponse. In release 20 the "Call Recording" FAC name is changed to "Call Recording - Start".
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. -->
<featureAccessCode> FeatureAccessCodeEntry </featureAccessCode> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemFeatureAccessCodeModifyListRequest20">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="featureAccessCode" type=" FeatureAccessCodeEntry " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFileGetContentRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemFileGetContentRequest
Abstract no
Documentation Requests the contents of a file. The response is either a SystemFileGetContentResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<fileName> FileName </fileName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemFileGetContentRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="fileName" type=" FileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFileGetContentResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemFileGetContentResponse
Abstract no
Documentation Response to a SystemFileGetContentRequest. The fileContent length returned is limited to 128KBytes.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<fileContent> xs:base64Binary </fileContent> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemFileGetContentResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="fileContent" type=" xs:base64Binary "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFileRepositoryDeviceAddRequest20

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

Complex Type: SystemFileRepositoryDeviceDeleteRequest

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

Complex Type: SystemFileRepositoryDeviceGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemFileRepositoryDeviceGetListRequest
Abstract no
Documentation Request the list of file repositories in the system. The response is either a SystemFileRepositoryDeviceGetListResponse 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="SystemFileRepositoryDeviceGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFileRepositoryDeviceGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemFileRepositoryDeviceGetListResponse
Abstract no
Documentation Response to SystemFileRepositoryDeviceGetListRequest. Contains a table with column headings : "Name","Protocol", "Root Directory" in a row for each file repository.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<fileRepositoryTable> core:OCITable </fileRepositoryTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemFileRepositoryDeviceGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="fileRepositoryTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFileRepositoryDeviceGetRequest20

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemFileRepositoryDeviceGetRequest20
Abstract no
Documentation Request to get the file repository information. The response is either SystemFileRepositoryDeviceGetResponse20 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. -->
<name> FileRepositoryName </name> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemFileRepositoryDeviceGetRequest20">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" FileRepositoryName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFileRepositoryDeviceGetResponse20

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

Complex Type: SystemFileRepositoryDeviceModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemFileRepositoryDeviceModifyRequest
Abstract no
Documentation Modify a file repository. The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<name> FileRepositoryName </name> [1]
<rootDirectory> CPEFileDirectory </rootDirectory> [0..1]
<secure> xs:boolean </secure> [0..1]
<netAddress> NetAddress </netAddress> [0..1]
<ftpPassive> xs:boolean </ftpPassive> [0..1]
<protocol> FileRepositoryProtocol </protocol> [0..1]
<port> Port </port> [0..1]
<ftpRemoteVerification> xs:boolean </ftpRemoteVerification> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemFileRepositoryDeviceModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" FileRepositoryName "/>
<xs:element name="rootDirectory" type=" CPEFileDirectory " nillable="true" minOccurs="0"/>
<xs:element name="secure" type=" xs:boolean " minOccurs="0"/>
<xs:element name="netAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="ftpPassive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="protocol" type=" FileRepositoryProtocol " minOccurs="0"/>
<xs:element name="port" type=" Port " minOccurs="0" nillable="true"/>
<xs:element name="ftpRemoteVerification" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFileRepositoryDeviceUserAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemFileRepositoryDeviceUserAddRequest
Abstract no
Documentation Add a new file repository 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. -->
<fileRepositoryName> FileRepositoryName </fileRepositoryName> [1]
<userName> FileRepositoryUserName </userName> [1]
<password> FileRepositoryUserPassword </password> [1]
<allowPut> xs:boolean </allowPut> [1]
<allowDelete> xs:boolean </allowDelete> [1]
<allowGet> xs:boolean </allowGet> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemFileRepositoryDeviceUserAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="fileRepositoryName" type=" FileRepositoryName "/>
<xs:element name="userName" type=" FileRepositoryUserName "/>
<xs:element name="password" type=" FileRepositoryUserPassword "/>
<xs:element name="allowPut" type=" xs:boolean "/>
<xs:element name="allowDelete" type=" xs:boolean "/>
<xs:element name="allowGet" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFileRepositoryDeviceUserDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemFileRepositoryDeviceUserDeleteRequest
Abstract no
Documentation Delete a file repository 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. -->
<fileRepositoryName> FileRepositoryName </fileRepositoryName> [1]
<userName> FileRepositoryUserName </userName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemFileRepositoryDeviceUserDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="fileRepositoryName" type=" FileRepositoryName "/>
<xs:element name="userName" type=" FileRepositoryUserName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFileRepositoryDeviceUserGetListRequest

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

Complex Type: SystemFileRepositoryDeviceUserGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemFileRepositoryDeviceUserGetListResponse
Abstract no
Documentation Response to SystemFileRepositoryDeviceUserGetListRequest. Contains a table with column headings : "User Name","Allow Get","Allow Delete","Allow Put" in a row for each file repository user.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<fileRepositoryUserTable> core:OCITable </fileRepositoryUserTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemFileRepositoryDeviceUserGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="fileRepositoryUserTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemFileRepositoryDeviceUserGetRequest

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

Complex Type: SystemFileRepositoryDeviceUserGetResponse

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

Complex Type: SystemFileRepositoryDeviceUserModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemFileRepositoryDeviceUserModifyRequest
Abstract no
Documentation Modify a file repository 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. -->
<fileRepositoryName> FileRepositoryName </fileRepositoryName> [1]
<userName> FileRepositoryUserName </userName> [1]
<password> FileRepositoryUserPassword </password> [0..1]
<allowPut> xs:boolean </allowPut> [0..1]
<allowDelete> xs:boolean </allowDelete> [0..1]
<allowGet> xs:boolean </allowGet> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemFileRepositoryDeviceUserModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="fileRepositoryName" type=" FileRepositoryName "/>
<xs:element name="userName" type=" FileRepositoryUserName "/>
<xs:element name="password" type=" FileRepositoryUserPassword " minOccurs="0"/>
<xs:element name="allowPut" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowDelete" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowGet" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemGeographicRedundancyPeerSipConnectionMonitoringGetRequest

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

Complex Type: SystemGeographicRedundancyPeerSipConnectionMonitoringGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemGeographicRedundancyPeerSipConnectionMonitoringGetResponse
Abstract no
Documentation Response to SystemGeographicRedundancyPeerSipConnectionMonitoringGetRequest. Contains a list of Peer SIP Connection Monitoring system parameters.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<enabled> xs:boolean </enabled> [1]
<heartbeatInterval> PeerSipConnectionMonitoringHeartbeatIntervalMilliseconds </heartbeatInterval> [1]
<heartbeatTimeout> PeerSipConnectionMonitoringHeartbeatTimeoutMilliseconds </heartbeatTimeout> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemGeographicRedundancyPeerSipConnectionMonitoringGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="enabled" type=" xs:boolean "/>
<xs:element name="heartbeatInterval" type=" PeerSipConnectionMonitoringHeartbeatIntervalMilliseconds "/>
<xs:element name="heartbeatTimeout" type=" PeerSipConnectionMonitoringHeartbeatTimeoutMilliseconds "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemGeographicRedundancyPeerSipConnectionMonitoringModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemGeographicRedundancyPeerSipConnectionMonitoringModifyRequest
Abstract no
Documentation Modify the list of Peer SIP Connection Monitoring system parameters 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. -->
<enabled> xs:boolean </enabled> [0..1]
<heartbeatInterval> PeerSipConnectionMonitoringHeartbeatIntervalMilliseconds </heartbeatInterval> [0..1]
<heartbeatTimeout> PeerSipConnectionMonitoringHeartbeatTimeoutMilliseconds </heartbeatTimeout> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemGeographicRedundancyPeerSipConnectionMonitoringModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="enabled" type=" xs:boolean " minOccurs="0"/>
<xs:element name="heartbeatInterval" type=" PeerSipConnectionMonitoringHeartbeatIntervalMilliseconds " minOccurs="0"/>
<xs:element name="heartbeatTimeout" type=" PeerSipConnectionMonitoringHeartbeatTimeoutMilliseconds " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemGeographicRedundancyProxyGetRequest

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

Complex Type: SystemGeographicRedundancyProxyGetResponse

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

Complex Type: SystemGeographicRedundancyProxyModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemGeographicRedundancyProxyModifyRequest
Abstract no
Documentation Modify the list of Geographic Redundancy Proxysystem parameters 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. -->
<enabled> xs:boolean </enabled> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemGeographicRedundancyProxyModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="enabled" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemGeographicRedundancyUnreachableFromPrimaryGetUserListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemGeographicRedundancyUnreachableFromPrimaryGetUserListRequest
Abstract no
Documentation Get the list of users that are unreachable from the primary application server. The response is a SystemGeographicRedundancyUnreachableFromPrimaryGetUserListResponse 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="SystemGeographicRedundancyUnreachableFromPrimaryGetUserListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemGeographicRedundancyUnreachableFromPrimaryGetUserListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemGeographicRedundancyUnreachableFromPrimaryGetUserListResponse
Abstract no
Documentation Response to SystemGeographicRedundancyUnreachableFromPrimaryGetUserListRequest. The Unreachable From Primary User table column headings are: "User ID", "Lineport".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<unreachableFromPrimaryUserTable> core:OCITable </unreachableFromPrimaryUserTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemGeographicRedundancyUnreachableFromPrimaryGetUserListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="unreachableFromPrimaryUserTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemGetRegistrationContactListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemGetRegistrationContactListRequest
Abstract no
Documentation Get the list of registration contacts. This request handles all levels of administration privileges. The content of the response will only contain items within the scope of the requester's login id. At the system level any of the choice parameters may be specified to filter the registrations listed. At the service provider level the serviceProviderId must be specified for the service provider and group options. When using the userId or linePort options the specified value must be valid for that service provider login. At the group level the servicProviderId and the groupId must be specified for the group option. When using the userId or linePort options the specified value must be valid for that group login. The serviceProviderId option is not valid at the group level. At the user level when using the userId or linePort options the specified value must be valid for that user login. The serviceProviderId and groupId options are not valid at the user level. The response is either SystemGetRegistrationContactListResponse 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. -->
Start Choice [0..1]
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<svcProviderId> ServiceProviderId </svcProviderId> [1]
<groupId> GroupId </groupId> [1]
<userId> UserId </userId> [1]
<linePort> AccessDeviceEndpointLinePort </linePort> [1]
End Choice
<deviceLevel> AccessDeviceLevel </deviceLevel> [0..1]
<deviceName> AccessDeviceName </deviceName> [0..1]
<deviceType> AccessDeviceType </deviceType> [0..1]
<searchCriteriaRegistrationURI> SearchCriteriaRegistrationURI </searchCriteriaRegistrationURI> [0..*]
<searchCriteriaSIPContact> SearchCriteriaSIPContact </searchCriteriaSIPContact> [0..*]
<endpointType> RegistrationEndpointType </endpointType> [0..1]
<expired> xs:boolean </expired> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemGetRegistrationContactListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:choice minOccurs="0">
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:sequence>
<xs:element name="svcProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="linePort" type=" AccessDeviceEndpointLinePort "/>
</xs:choice>
<xs:element name="deviceLevel" type=" AccessDeviceLevel " minOccurs="0"/>
<xs:element name="deviceName" type=" AccessDeviceName " minOccurs="0"/>
<xs:element name="deviceType" type=" AccessDeviceType " minOccurs="0"/>
<xs:element name="searchCriteriaRegistrationURI" type=" SearchCriteriaRegistrationURI " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaSIPContact" type=" SearchCriteriaSIPContact " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="endpointType" type=" RegistrationEndpointType " minOccurs="0"/>
<xs:element name="expired" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemGetRegistrationContactListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemGetRegistrationContactListResponse
Abstract no
Documentation Response to SystemGetRegistrationContactListRequest. The table columns are: "Service Provider Id", "Group Id", "User Id", "Line/Port", "Endpoint Type", "Order", "URI", "Expiration", "Contact", "Device Level", "Device Name", "Public Net Address", "Public Port", "Private Net Address", "Private Port", "User Agent".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<registrationTable> core:OCITable </registrationTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemGetRegistrationContactListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="registrationTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemHomeNetworkAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemHomeNetworkAddRequest
Abstract no
Documentation Add a Home Network. 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. -->
<mscAddress> DN </mscAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemHomeNetworkAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="mscAddress" type=" DN "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemHomeNetworkDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemHomeNetworkDeleteRequest
Abstract no
Documentation Delete a Home Network. 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. -->
<mscAddress> DN </mscAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemHomeNetworkDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="mscAddress" type=" DN "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemHomeNetworkGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemHomeNetworkGetListRequest
Abstract no
Documentation Get the list of all Home Networks. The response is either a SystemHomeNetworkGetListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaHomeMscAddress> SearchCriteriaHomeMscAddress </searchCriteriaHomeMscAddress> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemHomeNetworkGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaHomeMscAddress" type=" SearchCriteriaHomeMscAddress " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemHomeNetworkGetListResponse

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

Complex Type: SystemLanguageAddRequest

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

Complex Type: SystemLanguageDeleteRequest

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

Complex Type: SystemLanguageGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemLanguageGetListRequest
Abstract no
Documentation Request the defined languages in the system. The response is either a SystemLanguageGetListResponse 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="SystemLanguageGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemLanguageGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemLanguageGetListResponse
Abstract no
Documentation Response to SystemLanguageGetListRequest. The language table column headings are: "Language", "Locale" and "Encoding".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<defaultLanguage> Language </defaultLanguage> [1]
<languageTable> core:OCITable </languageTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemLanguageGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="defaultLanguage" type=" Language "/>
<xs:element name="languageTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemLanguageModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemLanguageModifyRequest
Abstract no
Documentation Request to modify a language properties in the system. If the becomeDefaultLanguage element is present, the language in this request becomes the default language for the system. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<language> Language </language> [1]
<becomeDefaultLanguage> true </becomeDefaultLanguage> [0..1]
<locale> OCILocale </locale> [0..1]
<encoding> Encoding </encoding> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemLanguageModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="language" type=" Language "/>
<xs:element name="becomeDefaultLanguage" type=" xs:boolean " fixed="true" minOccurs="0"/>
<xs:element name="locale" type=" OCILocale " minOccurs="0"/>
<xs:element name="encoding" type=" Encoding " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemLicensingGetRequest14sp3

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

Complex Type: SystemLicensingGetResponse14sp3

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemLicensingGetResponse14sp3
Abstract no
Documentation Response to SystemLicensingGetRequest14sp3. The subscriber license table columns are: "Name", "Licensed", "Used" and "Available". The group service license table columns are: "Name", "Licensed", "Used" and "Available". The virtual service license table columns are: "Name", "Licensed", "Used" and "Available". The user service license table columns are: "Name", "Licensed", "Used", "Used By Hosted Users", "Used By Trunk Users", "Available" and "Expiration Date". The system param license table columns are: "Name", "Licensed", "Used", Available".
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..*]
<numberOfTrunkUsers> xs:int </numberOfTrunkUsers> [1]
<subscriberLicenseTable> core:OCITable </subscriberLicenseTable> [1]
<groupServiceLicenseTable> core:OCITable </groupServiceLicenseTable> [1]
<virtualServiceLicenseTable> core:OCITable </virtualServiceLicenseTable> [1]
<userServiceLicenseTable> core:OCITable </userServiceLicenseTable> [1]
<systemParamLicenseTable> core:OCITable </systemParamLicenseTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemLicensingGetResponse14sp3">
<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="numberOfTrunkUsers" type=" xs:int "/>
<xs:element name="subscriberLicenseTable" type=" core:OCITable "/>
<xs:element name="groupServiceLicenseTable" type=" core:OCITable "/>
<xs:element name="virtualServiceLicenseTable" type=" core:OCITable "/>
<xs:element name="userServiceLicenseTable" type=" core:OCITable "/>
<xs:element name="systemParamLicenseTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemLicensingGetSystemLicenseListRequest

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

Complex Type: SystemLicensingGetSystemLicenseListResponse

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

Complex Type: SystemLicensingReloadRequest

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

Complex Type: SystemLogConfigModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemLogConfigModifyRequest
Abstract no
Documentation Modify the log configuration file. 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. -->
<configFile> FileResource </configFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemLogConfigModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="configFile" type=" FileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMailParametersGetRequest

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

Complex Type: SystemMailParametersGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemMailParametersGetResponse
Abstract no
Documentation Response to SystemMailParametersGetListRequest. Contains a list of system Mail parameters.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<primaryServerNetAddress> NetAddress </primaryServerNetAddress> [0..1]
<secondaryServerNetAddress> NetAddress </secondaryServerNetAddress> [0..1]
<defaultFromAddress> SMTPFromAddress </defaultFromAddress> [1]
<defaultSubject> SMTPSubject </defaultSubject> [0..1]
<supportDNSSRVForMailServerAccess> xs:boolean </supportDNSSRVForMailServerAccess> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemMailParametersGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="primaryServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="secondaryServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="defaultFromAddress" type=" SMTPFromAddress "/>
<xs:element name="defaultSubject" type=" SMTPSubject " minOccurs="0"/>
<xs:element name="supportDNSSRVForMailServerAccess" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMailParametersModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemMailParametersModifyRequest
Abstract no
Documentation Request to modify Mail 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. -->
<primaryServerNetAddress> NetAddress </primaryServerNetAddress> [0..1]
<secondaryServerNetAddress> NetAddress </secondaryServerNetAddress> [0..1]
<defaultFromAddress> SMTPFromAddress </defaultFromAddress> [0..1]
<defaultSubject> SMTPSubject </defaultSubject> [0..1]
<supportDNSSRVForMailServerAccess> xs:boolean </supportDNSSRVForMailServerAccess> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemMailParametersModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="primaryServerNetAddress" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="secondaryServerNetAddress" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="defaultFromAddress" type=" SMTPFromAddress " minOccurs="0"/>
<xs:element name="defaultSubject" type=" SMTPSubject " nillable="true" minOccurs="0"/>
<xs:element name="supportDNSSRVForMailServerAccess" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMediaAddRequest16

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemMediaAddRequest16
Abstract no
Documentation Request to add a Media to the system. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<mediaName> MediaName </mediaName> [1]
<codecName> CodecName </codecName> [1]
<mediaType> MediaType16 </mediaType> [1]
<bandwidthEnforcementType> MediaBandwidthEnforcementType </bandwidthEnforcementType> [1]
<mediaBandwidth> MediaBandwidthBitsPerSecond </mediaBandwidth> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemMediaAddRequest16">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="mediaName" type=" MediaName "/>
<xs:element name="codecName" type=" CodecName "/>
<xs:element name="mediaType" type=" MediaType16 "/>
<xs:element name="bandwidthEnforcementType" type=" MediaBandwidthEnforcementType "/>
<xs:element name="mediaBandwidth" type=" MediaBandwidthBitsPerSecond " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMediaDeleteRequest

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

Complex Type: SystemMediaGetListRequest

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

Complex Type: SystemMediaGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemMediaGetListResponse
Abstract no
Documentation Response to SystemMediaGetListRequest. The column headings are "Media Name", "Codec", "Media Type", "Bandwidth Enforcement Type" and "Bandwidth".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<mediaTable> core:OCITable </mediaTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemMediaGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="mediaTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMediaModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemMediaModifyRequest
Abstract no
Documentation Request to modify a media. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<mediaName> MediaName </mediaName> [1]
<codecName> CodecName </codecName> [0..1]
<bandwidthEnforcementType> MediaBandwidthEnforcementType </bandwidthEnforcementType> [0..1]
<mediaBandwidth> MediaBandwidthBitsPerSecond </mediaBandwidth> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemMediaModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="mediaName" type=" MediaName "/>
<xs:element name="codecName" type=" CodecName " minOccurs="0"/>
<xs:element name="bandwidthEnforcementType" type=" MediaBandwidthEnforcementType " minOccurs="0"/>
<xs:element name="mediaBandwidth" type=" MediaBandwidthBitsPerSecond " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMediaServerAddRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemMediaServerAddRequest14
Abstract no
Documentation Request to add a Media Server to the system. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
<port> Port1025 </port> [0..1]
<transportProtocol> TransportProtocol </transportProtocol> [1]
<description> MediaServerDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemMediaServerAddRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="port" type=" Port1025 " minOccurs="0"/>
<xs:element name="transportProtocol" type=" TransportProtocol "/>
<xs:element name="description" type=" MediaServerDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMediaServerDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemMediaServerDeleteRequest
Abstract no
Documentation Request to delete a Media Server from the system. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemMediaServerDeleteRequest">
<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: SystemMediaServerGetListRequest

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

Complex Type: SystemMediaServerGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemMediaServerGetListResponse
Abstract no
Documentation Response to SystemMediaServerGetListRequest. The Media Server table column headings are: "Net Address", "Port", "Transport", "Description".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<mediaServerTable> core:OCITable </mediaServerTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemMediaServerGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="mediaServerTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMediaServerModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemMediaServerModifyRequest
Abstract no
Documentation Request to modify a Media Server in the system. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
<port> Port1025 </port> [0..1]
<transportProtocol> TransportProtocol </transportProtocol> [0..1]
<description> MediaServerDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemMediaServerModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="port" type=" Port1025 " nillable="true" minOccurs="0"/>
<xs:element name="transportProtocol" type=" TransportProtocol " minOccurs="0"/>
<xs:element name="description" type=" MediaServerDescription " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMediaServerParametersGetRequest

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

Complex Type: SystemMediaServerParametersGetResponse

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

Complex Type: SystemMediaServerParametersModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemMediaServerParametersModifyRequest
Abstract no
Documentation Request to modify Media Server 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. -->
<mediaServerResponseTimerMilliseconds> MediaServerResponseTimerMilliseconds </mediaServerResponseTimerMilliseconds> [0..1]
<mediaServerSelectionRouteTimerMilliseconds> MediaServerSelectionRouteTimerMilliseconds </mediaServerSelectionRouteTimerMilliseconds> [0..1]
<useStaticMediaServerDevice> xs:boolean </useStaticMediaServerDevice> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemMediaServerParametersModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="mediaServerResponseTimerMilliseconds" type=" MediaServerResponseTimerMilliseconds " minOccurs="0"/>
<xs:element name="mediaServerSelectionRouteTimerMilliseconds" type=" MediaServerSelectionRouteTimerMilliseconds " minOccurs="0"/>
<xs:element name="useStaticMediaServerDevice" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMediaSetAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemMediaSetAddRequest
Abstract no
Documentation Request to add a Media Set. 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. -->
<setName> MediaSetName </setName> [1]
<mediaName> MediaName </mediaName> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SystemMediaSetAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="setName" type=" MediaSetName "/>
<xs:element name="mediaName" type=" MediaName " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMediaSetDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemMediaSetDeleteRequest
Abstract no
Documentation Request to delete a Media Set. 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. -->
<setName> MediaSetName </setName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemMediaSetDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="setName" type=" MediaSetName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMediaSetGetListRequest

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

Complex Type: SystemMediaSetGetListResponse

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

Complex Type: SystemMediaSetGetRequest

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

Complex Type: SystemMediaSetGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemMediaSetGetResponse
Abstract no
Documentation Response to SystemMediaSetGetRequest. Returns a list of media names in the set.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<mediaName> MediaName </mediaName> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SystemMediaSetGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="mediaName" type=" MediaName " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMediaSetModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemMediaSetModifyRequest
Abstract no
Documentation Request to modify a Media Set. 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. -->
<setName> MediaSetName </setName> [1]
<mediaNameList> ReplacementMediaNameList </mediaNameList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemMediaSetModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="setName" type=" MediaSetName "/>
<xs:element name="mediaNameList" type=" ReplacementMediaNameList " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMGCPDeviceTypeGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemMGCPDeviceTypeGetListRequest
Abstract no
Documentation Request to get the list of mgcp device types in the system. See Also: SystemDeviceTypeGetAvailableListRequest14sp3. The response is either SystemMGCPDeviceTypeGetListResponse 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="SystemMGCPDeviceTypeGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMGCPDeviceTypeGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemMGCPDeviceTypeGetListResponse
Abstract no
Documentation Response to SystemMGCPDeviceTypeGetListRequest. Contains a table of identity/ device profile types configured in the system. The column headings are: "Device Type", "Profile", "Is Obsolete".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceTypeTable> core:OCITable </deviceTypeTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemMGCPDeviceTypeGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="deviceTypeTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMGCPDeviceTypeGetRequest

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemMGCPDeviceTypeGetResponse
Abstract no
Documentation Response to SystemMGCPDeviceTypeGetRequest.
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]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<protocolChoice> AccessDeviceProtocol </protocolChoice> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SystemMGCPDeviceTypeGetResponse">
<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="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="protocolChoice" type=" AccessDeviceProtocol " maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMGCPDeviceTypeModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemMGCPDeviceTypeModifyRequest
Abstract no
Documentation Request to modify a mgcp device type. In release 14, this is limited to changing the obsolete flag. 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]
</...>
Schema Component Representation
<xs:complexType name="SystemMGCPDeviceTypeModifyRequest">
<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:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMigratedUsersGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemMigratedUsersGetListRequest
Abstract no
Documentation Get a list of migrated users. The response is either SystemLicensingGetResponse14sp3 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="SystemMigratedUsersGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMigratedUsersGetListResponse

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

Complex Type: SystemMultimediaPolicyGetRequest

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

Complex Type: SystemMultimediaPolicyGetResponse

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

Complex Type: SystemMultimediaPolicyModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemMultimediaPolicyModifyRequest
Abstract no
Documentation Modify the system level data associated with Multimedia 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. -->
<restrictNonAudioVideoMediaTypes> xs:boolean </restrictNonAudioVideoMediaTypes> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemMultimediaPolicyModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="restrictNonAudioVideoMediaTypes" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkClassOfServiceAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkClassOfServiceAddRequest
Abstract no
Documentation Add a new Network Class of Service. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<name> NetworkClassOfServiceName </name> [1]
<description> NetworkClassOfServiceDescription </description> [0..1]
<communicationBarringProfile0> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile0> [0..1]
<communicationBarringProfile1> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile1> [0..1]
<communicationBarringProfile2> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile2> [0..1]
<communicationBarringProfile3> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile3> [0..1]
<communicationBarringProfile4> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile4> [0..1]
<communicationBarringProfile5> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile5> [0..1]
<communicationBarringProfile6> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile6> [0..1]
<communicationBarringProfile7> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile7> [0..1]
<communicationBarringProfile8> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile8> [0..1]
<communicationBarringProfile9> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile9> [0..1]
<networkTranslationIndex> NetworkTranslationIndex </networkTranslationIndex> [0..1]
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkClassOfServiceAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" NetworkClassOfServiceName "/>
<xs:element name="description" type=" NetworkClassOfServiceDescription " minOccurs="0"/>
<xs:element name="communicationBarringProfile0" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile1" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile2" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile3" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile4" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile5" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile6" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile7" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile8" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="communicationBarringProfile9" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0"/>
<xs:element name="networkTranslationIndex" type=" NetworkTranslationIndex " minOccurs="0"/>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkClassOfServiceDeleteRequest

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

Complex Type: SystemNetworkClassOfServiceGetAssignedServiceProviderListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkClassOfServiceGetAssignedServiceProviderListRequest
Abstract no
Documentation Request a list of service providers that have a given Network Class of Service assigned. The response is either a SystemNetworkClassOfServiceGetAssignedServiceProviderListResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<name> NetworkClassOfServiceName </name> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkClassOfServiceGetAssignedServiceProviderListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" NetworkClassOfServiceName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkClassOfServiceGetAssignedServiceProviderListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemNetworkClassOfServiceGetAssignedServiceProviderListResponse
Abstract no
Documentation Response to the SystemNetworkClassOfServiceGetAssignedServiceProviderListRequest. The response contains a table of all Service Providers that have the given Network Class of Service assigned. The column headings are "Service Provider Id", "Service Provider Name" and "Is Enterprise".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderTable> core:OCITable </serviceProviderTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkClassOfServiceGetAssignedServiceProviderListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceProviderTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkClassOfServiceGetCommunicationBarringProfileUsageListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkClassOfServiceGetCommunicationBarringProfileUsageListRequest
Abstract no
Documentation Get the list of Network Classes of Service that contain a specific Communication Barring Profile. The response is either a SystemNetworkClassOfServiceGetCommunicationBarringProfileUsageListResponse 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="SystemNetworkClassOfServiceGetCommunicationBarringProfileUsageListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" CommunicationBarringProfileName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkClassOfServiceGetCommunicationBarringProfileUsageListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemNetworkClassOfServiceGetCommunicationBarringProfileUsageListResponse
Abstract no
Documentation Response to the SystemNetworkClassOfServiceGetCommunicationBarringProfileUsageListRequest. The response contains a table of all Network Classes of Service that contain the specific Communication Barring Profile. The column headings are "Name" and "Description"
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<networkClassOfServiceTable> core:OCITable </networkClassOfServiceTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkClassOfServiceGetCommunicationBarringProfileUsageListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="networkClassOfServiceTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkClassOfServiceGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkClassOfServiceGetListRequest
Abstract no
Documentation Get the list of all Network Classes of Service. The response is either a SystemNetworkClassOfServiceGetListResponse 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="SystemNetworkClassOfServiceGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkClassOfServiceGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemNetworkClassOfServiceGetListResponse
Abstract no
Documentation Response to the SystemNetworkClassOfServiceGetListRequest. The response contains a table of all Network Classes of Service in the system. The column headings are "Name" and "Description"
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<networkClassOfServiceTable> core:OCITable </networkClassOfServiceTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkClassOfServiceGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="networkClassOfServiceTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkClassOfServiceGetRequest19sp1

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

Complex Type: SystemNetworkClassOfServiceGetResponse19sp1

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

Complex Type: SystemNetworkClassOfServiceModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkClassOfServiceModifyRequest
Abstract no
Documentation Modify an existing Network Class of Service. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<name> NetworkClassOfServiceName </name> [1]
<newName> NetworkClassOfServiceName </newName> [0..1]
<description> NetworkClassOfServiceDescription </description> [0..1]
<communicationBarringProfile0> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile0> [0..1]
<communicationBarringProfile1> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile1> [0..1]
<communicationBarringProfile2> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile2> [0..1]
<communicationBarringProfile3> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile3> [0..1]
<communicationBarringProfile4> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile4> [0..1]
<communicationBarringProfile5> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile5> [0..1]
<communicationBarringProfile6> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile6> [0..1]
<communicationBarringProfile7> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile7> [0..1]
<communicationBarringProfile8> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile8> [0..1]
<communicationBarringProfile9> NetworkClassOfServiceCommunicationBarringProfile </communicationBarringProfile9> [0..1]
<networkTranslationIndex> NetworkTranslationIndex </networkTranslationIndex> [0..1]
<callProcessingPolicyProfileName> CallProcessingPolicyProfileName </callProcessingPolicyProfileName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkClassOfServiceModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" NetworkClassOfServiceName "/>
<xs:element name="newName" type=" NetworkClassOfServiceName " minOccurs="0"/>
<xs:element name="description" type=" NetworkClassOfServiceDescription " minOccurs="0" nillable="true"/>
<xs:element name="communicationBarringProfile0" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0" nillable="true"/>
<xs:element name="communicationBarringProfile1" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0" nillable="true"/>
<xs:element name="communicationBarringProfile2" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0" nillable="true"/>
<xs:element name="communicationBarringProfile3" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0" nillable="true"/>
<xs:element name="communicationBarringProfile4" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0" nillable="true"/>
<xs:element name="communicationBarringProfile5" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0" nillable="true"/>
<xs:element name="communicationBarringProfile6" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0" nillable="true"/>
<xs:element name="communicationBarringProfile7" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0" nillable="true"/>
<xs:element name="communicationBarringProfile8" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0" nillable="true"/>
<xs:element name="communicationBarringProfile9" type=" NetworkClassOfServiceCommunicationBarringProfile " minOccurs="0" nillable="true"/>
<xs:element name="networkTranslationIndex" type=" NetworkTranslationIndex " minOccurs="0" nillable="true"/>
<xs:element name="callProcessingPolicyProfileName" type=" CallProcessingPolicyProfileName " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkDeviceMonitorParametersGetRequest

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

Complex Type: SystemNetworkDeviceMonitorParametersGetResponse

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

Complex Type: SystemNetworkDeviceMonitorParametersModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkDeviceMonitorParametersModifyRequest
Abstract no
Documentation Request to modify Network Device Polling 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. -->
<pollingIntervalMinutes> NetworkDeviceMonitorPollingIntervalMinutes </pollingIntervalMinutes> [0..1]
<failedPollingIntervalMinutes> NetworkDeviceMonitorFailedPollingIntervalMinutes </failedPollingIntervalMinutes> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkDeviceMonitorParametersModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="pollingIntervalMinutes" type=" NetworkDeviceMonitorPollingIntervalMinutes " minOccurs="0"/>
<xs:element name="failedPollingIntervalMinutes" type=" NetworkDeviceMonitorFailedPollingIntervalMinutes " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkProgressionGetRequest

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

Complex Type: SystemNetworkProgressionGetResponse

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

Complex Type: SystemNetworkProgressionModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkProgressionModifyRequest
Abstract no
Documentation Modify the system level data associated with network progression. 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. -->
<isActive> xs:boolean </isActive> [0..1]
<waitPeriodSeconds> NetworkProgressionWaitPeriodSeconds </waitPeriodSeconds> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkProgressionModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="waitPeriodSeconds" type=" NetworkProgressionWaitPeriodSeconds " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkRoutingServerAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkRoutingServerAddRequest
Abstract no
Documentation Request to add a routing Network Server to the system. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
<port> Port1025 </port> [0..1]
<transportProtocol> TransportProtocol </transportProtocol> [1]
<poll> xs:boolean </poll> [1]
<description> NetworkServerDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkRoutingServerAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="port" type=" Port1025 " minOccurs="0"/>
<xs:element name="transportProtocol" type=" TransportProtocol "/>
<xs:element name="poll" type=" xs:boolean "/>
<xs:element name="description" type=" NetworkServerDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkRoutingServerDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkRoutingServerDeleteRequest
Abstract no
Documentation Request to delete a routing Network Server from the system. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkRoutingServerDeleteRequest">
<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: SystemNetworkRoutingServerGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkRoutingServerGetListRequest
Abstract no
Documentation Request to get a list of routing Network Servers defined in the system. The response is either a SystemNetworkRoutingServerGetListResponse 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="SystemNetworkRoutingServerGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkRoutingServerGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemNetworkRoutingServerGetListResponse
Abstract no
Documentation Response to SystemNetworkRoutingServerGetListRequest. The routing Network Server table column headings are: "Net Address", "Port", "Transport", "Poll", "OpState", "Description".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<networkRoutingServerTable> core:OCITable </networkRoutingServerTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkRoutingServerGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="networkRoutingServerTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkRoutingServerModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkRoutingServerModifyRequest
Abstract no
Documentation Request to modify a routing Network Server in the system. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
<port> Port1025 </port> [0..1]
<transportProtocol> TransportProtocol </transportProtocol> [0..1]
<poll> xs:boolean </poll> [0..1]
<description> NetworkServerDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkRoutingServerModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="port" type=" Port1025 " nillable="true" minOccurs="0"/>
<xs:element name="transportProtocol" type=" TransportProtocol " minOccurs="0"/>
<xs:element name="poll" type=" xs:boolean " minOccurs="0"/>
<xs:element name="description" type=" NetworkServerDescription " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkServerSyncParametersGetRequest17sp4

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

Complex Type: SystemNetworkServerSyncParametersGetResponse17sp4

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

Complex Type: SystemNetworkServerSyncParametersModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkServerSyncParametersModifyRequest
Abstract no
Documentation Request to modify Network Server Sync system parameters. The response is either SuccessResponse or ErrorResponse. The following elements are only used in AS data mode: syncTrunkGroups
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableSync> xs:boolean </enableSync> [0..1]
<syncLinePorts> xs:boolean </syncLinePorts> [0..1]
<syncDeviceManagementInfo> xs:boolean </syncDeviceManagementInfo> [0..1]
<syncTrunkGroups> xs:boolean </syncTrunkGroups> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkServerSyncParametersModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="enableSync" type=" xs:boolean " minOccurs="0"/>
<xs:element name="syncLinePorts" type=" xs:boolean " minOccurs="0"/>
<xs:element name="syncDeviceManagementInfo" type=" xs:boolean " minOccurs="0"/>
<xs:element name="syncTrunkGroups" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkSynchingServerAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkSynchingServerAddRequest
Abstract no
Documentation Request to add a Network Server to the system. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
<port> Port1025 </port> [0..1]
<description> NetworkServerDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkSynchingServerAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="port" type=" Port1025 " minOccurs="0"/>
<xs:element name="description" type=" NetworkServerDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkSynchingServerDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkSynchingServerDeleteRequest
Abstract no
Documentation Request to delete a Network Server from the system. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkSynchingServerDeleteRequest">
<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: SystemNetworkSynchingServerGetListRequest

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

Complex Type: SystemNetworkSynchingServerGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemNetworkSynchingServerGetListResponse
Abstract no
Documentation Response to SystemNetworkSynchingServerGetListRequest. The Network Server table column headings are: "Net Address", "Port", "Description".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<preferredNetworkServerNetAddress> NetAddress </preferredNetworkServerNetAddress> [0..1]
<networkSynchingServerTable> core:OCITable </networkSynchingServerTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkSynchingServerGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="preferredNetworkServerNetAddress" type=" NetAddress " minOccurs="0"/>
<xs:element name="networkSynchingServerTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNetworkSynchingServerModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNetworkSynchingServerModifyRequest
Abstract no
Documentation Request to modify a Network Server in the system. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<netAddress> NetAddress </netAddress> [1]
<port> Port1025 </port> [0..1]
<description> NetworkServerDescription </description> [0..1]
<becomePreferred> true </becomePreferred> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemNetworkSynchingServerModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="port" type=" Port1025 " nillable="true" minOccurs="0"/>
<xs:element name="description" type=" NetworkServerDescription " nillable="true" minOccurs="0"/>
<xs:element name="becomePreferred" type=" xs:boolean " fixed="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberActivationGetRequest18sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNumberActivationGetRequest18sp1
Abstract no
Documentation Request to get the Number Activation state. The response is either SystemNumberActivationGetResponse18sp1 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="SystemNumberActivationGetRequest18sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberActivationGetResponse18sp1

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

Complex Type: SystemNumberActivationModifyRequest18sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNumberActivationModifyRequest18sp1
Abstract no
Documentation Request to modify system number activation setting. The response is either SuccessResponse or ErrorResponse. The following element values are only applicable in AS data mode: numberActivationMode = Group And User Activation Enabled will raise an error in HSS data mode.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<numberActivationMode> NumberActivationMode </numberActivationMode> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemNumberActivationModifyRequest18sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="numberActivationMode" type=" NumberActivationMode " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberPortabilityQueryDigitPatternAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNumberPortabilityQueryDigitPatternAddRequest
Abstract no
Documentation Request to add a System Number Portability Query Status Digit Pattern mapping. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<digitPattern> DigitPattern </digitPattern> [1]
<status> NumberPortabilityStatus </status> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNumberPortabilityQueryDigitPatternAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="digitPattern" type=" DigitPattern "/>
<xs:element name="status" type=" NumberPortabilityStatus "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberPortabilityQueryDigitPatternDeleteListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNumberPortabilityQueryDigitPatternDeleteListRequest
Abstract no
Documentation Request to delete a list of System Number Portability Status Digit Pattern mappings. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<digitPattern> DigitPattern </digitPattern> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SystemNumberPortabilityQueryDigitPatternDeleteListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="digitPattern" type=" DigitPattern " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberPortabilityQueryDigitPatternGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNumberPortabilityQueryDigitPatternGetListRequest
Abstract no
Documentation Request to get the System Number Portability Query Digit Pattern List information. The response is either a SystemNumberPortabilityQueryDigitPatternGetListResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<searchCriteriaNumberPortabilityQueryDigitPattern> SearchCriteriaNumberPortabilityQueryDigitPattern </searchCriteriaNumberPortabilityQueryDigitPattern> [0..*]
<searchCriteriaNumberPortabilityStatus> SearchCriteriaNumberPortabilityStatus </searchCriteriaNumberPortabilityStatus> [0..*]
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemNumberPortabilityQueryDigitPatternGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="searchCriteriaNumberPortabilityQueryDigitPattern" type=" SearchCriteriaNumberPortabilityQueryDigitPattern " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaNumberPortabilityStatus" type=" SearchCriteriaNumberPortabilityStatus " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberPortabilityQueryDigitPatternGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemNumberPortabilityQueryDigitPatternGetListResponse
Abstract no
Documentation Response to the SystemNumberPortabilityQueryDigitPatternGetListRequest. Contains a table with column headings: "Digit Pattern", "Status".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<statusDigitPatternTable> core:OCITable </statusDigitPatternTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNumberPortabilityQueryDigitPatternGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="statusDigitPatternTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberPortabilityQueryDigitPatternGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNumberPortabilityQueryDigitPatternGetRequest
Abstract no
Documentation Request to get a System Number Portability Status Digit Pattern mapping. The response is either a SystemNumberPortabilityQueryDigitPatternGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<digitPattern> DigitPattern </digitPattern> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNumberPortabilityQueryDigitPatternGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="digitPattern" type=" DigitPattern "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberPortabilityQueryDigitPatternGetResponse

Parent type: core:OCIResponse (derivation method: extension)
Sub-types: None
Name SystemNumberPortabilityQueryDigitPatternGetResponse
Abstract no
Documentation Response to the SystemNumberPortabilityQueryDigitPatternGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...
debugInfo=" xs:string [0..1] ?">
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<status> NumberPortabilityStatus </status> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNumberPortabilityQueryDigitPatternGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIResponse ">
<xs:sequence>
<xs:element name="status" type=" NumberPortabilityStatus "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberPortabilityQueryDigitPatternModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNumberPortabilityQueryDigitPatternModifyRequest
Abstract no
Documentation Request to modify a System Number Portability Status Digit Pattern mapping. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<digitPattern> DigitPattern </digitPattern> [1]
<newDigitPattern> DigitPattern </newDigitPattern> [0..1]
<status> NumberPortabilityStatus </status> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemNumberPortabilityQueryDigitPatternModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="digitPattern" type=" DigitPattern "/>
<xs:element name="newDigitPattern" type=" DigitPattern " minOccurs="0"/>
<xs:element name="status" type=" NumberPortabilityStatus " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberPortabilityQueryGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNumberPortabilityQueryGetRequest
Abstract no
Documentation Get system Number Portability Query Parameters. The response is either SystemNumberPortabilityQueryGetResponse 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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemNumberPortabilityQueryGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberPortabilityQueryGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemNumberPortabilityQueryGetResponse
Abstract no
Documentation Response to the SystemNumberPortabilityQueryGetRequest. Returns system Number Portability Query Parameters.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<continueCallAsDialedOnTimeoutOrError> xs:boolean </continueCallAsDialedOnTimeoutOrError> [1]
<numberPortabilityNameLookupTimeoutMilliseconds> NumberPortabilityNameLookupTimeoutMilliseconds </numberPortabilityNameLookupTimeoutMilliseconds> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNumberPortabilityQueryGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="continueCallAsDialedOnTimeoutOrError" type=" xs:boolean "/>
<xs:element name="numberPortabilityNameLookupTimeoutMilliseconds" type=" NumberPortabilityNameLookupTimeoutMilliseconds "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberPortabilityQueryModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNumberPortabilityQueryModifyRequest
Abstract no
Documentation Modify system Number Portability Query Parameters. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<continueCallAsDialedOnTimeoutOrError> xs:boolean </continueCallAsDialedOnTimeoutOrError> [0..1]
<numberPortabilityNameLookupTimeoutMilliseconds> NumberPortabilityNameLookupTimeoutMilliseconds </numberPortabilityNameLookupTimeoutMilliseconds> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemNumberPortabilityQueryModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="continueCallAsDialedOnTimeoutOrError" type=" xs:boolean " minOccurs="0"/>
<xs:element name="numberPortabilityNameLookupTimeoutMilliseconds" type=" NumberPortabilityNameLookupTimeoutMilliseconds " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberPortabilityQueryStatusAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNumberPortabilityQueryStatusAddRequest
Abstract no
Documentation Add a system number portability status information. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<status> NumberPortabilityStatus </status> [1]
<treatmentFileName> MediaTreatmentFileName </treatmentFileName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemNumberPortabilityQueryStatusAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="status" type=" NumberPortabilityStatus "/>
<xs:element name="treatmentFileName" type=" MediaTreatmentFileName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberPortabilityQueryStatusDeleteListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNumberPortabilityQueryStatusDeleteListRequest
Abstract no
Documentation Delete a list of system number portability query statuses. The number of status entries is limited to 100. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<status> NumberPortabilityStatus </status> [1..100]
</...>
Schema Component Representation
<xs:complexType name="SystemNumberPortabilityQueryStatusDeleteListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="status" type=" NumberPortabilityStatus " minOccurs="1" maxOccurs="100"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberPortabilityQueryStatusGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNumberPortabilityQueryStatusGetListRequest
Abstract no
Documentation Get a list system Number Portability Query Statuses. The response is either SystemNumberPortabilityQueryStatusGetListResponse 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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemNumberPortabilityQueryStatusGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberPortabilityQueryStatusGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemNumberPortabilityQueryStatusGetListResponse
Abstract no
Documentation Response to the SystemNumberPortabilityQueryStatusGetListRequest. Contains a table with column headings: "Status and Treatment File Name".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<statusTable> core:OCITable </statusTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNumberPortabilityQueryStatusGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="statusTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberPortabilityQueryStatusGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNumberPortabilityQueryStatusGetRequest
Abstract no
Documentation Get information for a system Number Portability Query Status. The response is either SystemNumberPortabilityQueryStatusGetResponse 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. -->
<status> NumberPortabilityStatus </status> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemNumberPortabilityQueryStatusGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="status" type=" NumberPortabilityStatus "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemNumberPortabilityQueryStatusGetResponse

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

Complex Type: SystemNumberPortabilityQueryStatusModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemNumberPortabilityQueryStatusModifyRequest
Abstract no
Documentation Modify the system number portability status information. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<statusName> NumberPortabilityStatus </statusName> [1]
<newStatusName> NumberPortabilityStatus </newStatusName> [0..1]
<treatmentFileName> MediaTreatmentFileName </treatmentFileName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemNumberPortabilityQueryStatusModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="statusName" type=" NumberPortabilityStatus "/>
<xs:element name="newStatusName" type=" NumberPortabilityStatus " minOccurs="0"/>
<xs:element name="treatmentFileName" type=" MediaTreatmentFileName " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCIAddACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCIAddACLEntryRequest
Abstract no
Documentation Add an entry to the OCI 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="SystemOCIAddACLEntryRequest">
<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: SystemOCICallControlAddACLEntryRequest

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

Complex Type: SystemOCICallControlApplicationAddACLEntryRequest

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

Complex Type: SystemOCICallControlApplicationAddRequest17

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

Complex Type: SystemOCICallControlApplicationDeleteACLEntryRequest

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

Complex Type: SystemOCICallControlApplicationDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCICallControlApplicationDeleteRequest
Abstract no
Documentation Delete an entry from 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]
</...>
Schema Component Representation
<xs:complexType name="SystemOCICallControlApplicationDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="applicationId" type=" OCICallControlApplicationId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCICallControlApplicationGetACLListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCICallControlApplicationGetACLListRequest
Abstract no
Documentation Get the OCI call control access control list. The response is either SystemOCICallControlApplicationGetACLListResponse 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]
</...>
Schema Component Representation
<xs:complexType name="SystemOCICallControlApplicationGetACLListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="applicationId" type=" OCICallControlApplicationId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCICallControlApplicationGetACLListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemOCICallControlApplicationGetACLListResponse
Abstract no
Documentation Response to SystemOCICallControlApplicationGetACLListRequest. The table columns are: "Net Address" and "Description".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<aclTable> core:OCITable </aclTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOCICallControlApplicationGetACLListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="aclTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCICallControlApplicationGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCICallControlApplicationGetListRequest
Abstract no
Documentation Get the OCI call control application list. The response is either SystemOCICallControlApplicationGetListResponse 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="SystemOCICallControlApplicationGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCICallControlApplicationGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemOCICallControlApplicationGetListResponse
Abstract no
Documentation Response to SystemOCICallControlApplicationGetListRequest. The table columns are: "Application Id", "Enabled System Wide", "Description" "Notification Timeout Seconds" and "Max Event Channels Per Set".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<appTable> core:OCITable </appTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOCICallControlApplicationGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="appTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCICallControlApplicationModifyACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCICallControlApplicationModifyACLEntryRequest
Abstract no
Documentation Modify an entry from the call control 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. -->
<applicationId> OCICallControlApplicationId </applicationId> [1]
<netAddress> IPAddress </netAddress> [1]
<description> NetworkACLEntryDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemOCICallControlApplicationModifyACLEntryRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="applicationId" type=" OCICallControlApplicationId "/>
<xs:element name="netAddress" type=" IPAddress "/>
<xs:element name="description" type=" NetworkACLEntryDescription " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCICallControlApplicationModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCICallControlApplicationModifyRequest
Abstract no
Documentation Modify an application from 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> [0..1]
<notificationTimeoutSeconds> OCICallApplicationNotificationTimeOutSeconds </notificationTimeoutSeconds> [0..1]
<description> OCICallControlApplicationDescription </description> [0..1]
<maxEventChannelsPerSet> EventNotificationChannelsPerSet </maxEventChannelsPerSet> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemOCICallControlApplicationModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="applicationId" type=" OCICallControlApplicationId "/>
<xs:element name="enableSystemWide" type=" xs:boolean " minOccurs="0"/>
<xs:element name="notificationTimeoutSeconds" type=" OCICallApplicationNotificationTimeOutSeconds " minOccurs="0"/>
<xs:element name="description" type=" OCICallControlApplicationDescription " nillable="true" minOccurs="0"/>
<xs:element name="maxEventChannelsPerSet" type=" EventNotificationChannelsPerSet " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCICallControlDeleteACLEntryRequest

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

Complex Type: SystemOCICallControlGetACLListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCICallControlGetACLListRequest
Abstract no
Documentation Get the OCI call control access control list. The response is either SystemOCICallControlGetACLListResponse 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="SystemOCICallControlGetACLListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCICallControlGetACLListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemOCICallControlGetACLListResponse
Abstract no
Documentation Response to SystemOCICallControlGetACLListRequest. The table columns are: "Net Address" and "Description".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<aclTable> core:OCITable </aclTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOCICallControlGetACLListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="aclTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCICallControlModifyACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCICallControlModifyACLEntryRequest
Abstract no
Documentation Modify an entry from the call control 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> IPAddress </netAddress> [1]
<description> NetworkACLEntryDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemOCICallControlModifyACLEntryRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" IPAddress "/>
<xs:element name="description" type=" NetworkACLEntryDescription " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCIDeleteACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCIDeleteACLEntryRequest
Abstract no
Documentation Delete an entry from the OCI 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="SystemOCIDeleteACLEntryRequest">
<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: SystemOCIGetACLListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCIGetACLListRequest
Abstract no
Documentation Get the OCI access control list. The response is either SystemOCIGetACLListResponse 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="SystemOCIGetACLListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCIGetACLListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemOCIGetACLListResponse
Abstract no
Documentation Response to SystemOCIGetACLListRequest. Returns a 2 coulmn table with column headings: "Net Address" and "Description".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<aclTable> core:OCITable </aclTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOCIGetACLListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="aclTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCIModifyACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCIModifyACLEntryRequest
Abstract no
Documentation Modify an entry in the OCI 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="SystemOCIModifyACLEntryRequest">
<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: SystemOCIReportingAddACLEntryRequest13mp9

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

Complex Type: SystemOCIReportingAddMessageNameListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCIReportingAddMessageNameListRequest
Abstract no
Documentation Add a list of reported messages for a host in the OCI Reporting Access Control List. 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. -->
<netAddress> NetAddress </netAddress> [1]
<messageNameStartsWith> OCIReportingMessageName </messageNameStartsWith> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SystemOCIReportingAddMessageNameListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="messageNameStartsWith" type=" OCIReportingMessageName " maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCIReportingDeleteACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCIReportingDeleteACLEntryRequest
Abstract no
Documentation Delete an entry from the OCI Reporting Access Control List. 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. -->
<netAddress> NetAddress </netAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOCIReportingDeleteACLEntryRequest">
<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: SystemOCIReportingDeleteMessageNameListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCIReportingDeleteMessageNameListRequest
Abstract no
Documentation Delete a list of reported messages from a host in the OCI Reporting Access Control List. 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. -->
<netAddress> NetAddress </netAddress> [1]
Start Choice [1]
<deleteAllMessageNames> true </deleteAllMessageNames> [1]
<messageNameStartsWith> OCIReportingMessageName </messageNameStartsWith> [1..*]
End Choice
</...>
Schema Component Representation
<xs:complexType name="SystemOCIReportingDeleteMessageNameListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:choice>
<xs:element name="deleteAllMessageNames" type=" xs:boolean " fixed="true"/>
<xs:element name="messageNameStartsWith" type=" OCIReportingMessageName " maxOccurs="unbounded"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCIReportingGetACLListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCIReportingGetACLListRequest
Abstract no
Documentation Get the OCI Reporting Access Control List. The response is either a SystemOCIReportingACLListGetResponse 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="SystemOCIReportingGetACLListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCIReportingGetACLListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemOCIReportingGetACLListResponse
Abstract no
Documentation Response to SystemOCIReportingACLListGetRequest. Contains a table with one row per access control list entry. The table columns are "Net Address", "Description" and "Restrict Messages".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<ociReportingACLTable> core:OCITable </ociReportingACLTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOCIReportingGetACLListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="ociReportingACLTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCIReportingGetMessageNameListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCIReportingGetMessageNameListRequest
Abstract no
Documentation Get a list of restricted messages from a host in the OCI Reporting Access Control List. The response is either a SystemOCIReportingGetMessageNameListResponse or an 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="SystemOCIReportingGetMessageNameListRequest">
<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: SystemOCIReportingGetMessageNameListResponse

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

Complex Type: SystemOCIReportingModifyACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCIReportingModifyACLEntryRequest
Abstract no
Documentation Modify the description on an entry in the OCI Reporting Access Control List. 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. -->
<netAddress> NetAddress </netAddress> [1]
<description> NetworkACLEntryDescription </description> [0..1]
<restrictMessages> xs:boolean </restrictMessages> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemOCIReportingModifyACLEntryRequest">
<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:element name="restrictMessages" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOCIReportingParametersGetRequest14sp1

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

Complex Type: SystemOCIReportingParametersGetResponse14sp1

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

Complex Type: SystemOCIReportingParametersModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOCIReportingParametersModifyRequest
Abstract no
Documentation Request to modify OCI Reporting 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. -->
<serverPort> Port1025 </serverPort> [0..1]
<enableConnectionPing> xs:boolean </enableConnectionPing> [0..1]
<connectionPingIntervalSeconds> OCIReportingConnectionPingIntervalSeconds </connectionPingIntervalSeconds> [0..1]
<alterPasswords> xs:boolean </alterPasswords> [0..1]
<enablePublicIdentityReporting> xs:boolean </enablePublicIdentityReporting> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemOCIReportingParametersModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serverPort" type=" Port1025 " minOccurs="0"/>
<xs:element name="enableConnectionPing" type=" xs:boolean " minOccurs="0"/>
<xs:element name="connectionPingIntervalSeconds" type=" OCIReportingConnectionPingIntervalSeconds " minOccurs="0"/>
<xs:element name="alterPasswords" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enablePublicIdentityReporting" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOfficeZoneAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOfficeZoneAddRequest
Abstract no
Documentation Add a new Office Zone. The zoneList is an ordered list with the first member being of the highest priority. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<officeZoneName> OfficeZoneName </officeZoneName> [1]
<description> OfficeZoneDescription </description> [0..1]
<zoneName> ZoneName </zoneName> [1..*]
<primaryZoneName> ZoneName </primaryZoneName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOfficeZoneAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="officeZoneName" type=" OfficeZoneName "/>
<xs:element name="description" type=" OfficeZoneDescription " minOccurs="0"/>
<xs:element name="zoneName" type=" ZoneName " minOccurs="1" maxOccurs="unbounded"/>
<xs:element name="primaryZoneName" type=" ZoneName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOfficeZoneDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOfficeZoneDeleteRequest
Abstract no
Documentation Delete an Office Zone. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<officeZoneName> OfficeZoneName </officeZoneName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOfficeZoneDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="officeZoneName" type=" OfficeZoneName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOfficeZoneGetAssignedServiceProviderListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOfficeZoneGetAssignedServiceProviderListRequest
Abstract no
Documentation Request a list of service providers that have a given Office Zone assigned. The response is either a SystemOfficeZoneGetAssignedServiceProviderListResponse 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. -->
<officeZoneName> OfficeZoneName </officeZoneName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOfficeZoneGetAssignedServiceProviderListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="officeZoneName" type=" OfficeZoneName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOfficeZoneGetAssignedServiceProviderListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemOfficeZoneGetAssignedServiceProviderListResponse
Abstract no
Documentation Response to the SystemOfficeZoneGetAssignedServiceProviderListRequest. The response contains a table of all Service Providers that have the given Office Zone assigned. The column headings are "Service Provider Id", "Service Provider Name" and "Is Enterprise".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderTable> core:OCITable </serviceProviderTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOfficeZoneGetAssignedServiceProviderListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceProviderTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOfficeZoneGetListRequest

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

Complex Type: SystemOfficeZoneGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemOfficeZoneGetListResponse
Abstract no
Documentation Response to the SystemOfficeZoneGetListRequest. The response contains a table of all Office Zones in the system. The column headings are "Name" and "Description"
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<officeZoneTable> core:OCITable </officeZoneTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOfficeZoneGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="officeZoneTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOfficeZoneGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOfficeZoneGetRequest
Abstract no
Documentation Get an existing Office Zone. The response is either a SystemOfficeZoneGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<officeZoneName> OfficeZoneName </officeZoneName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOfficeZoneGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="officeZoneName" type=" OfficeZoneName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOfficeZoneGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemOfficeZoneGetResponse
Abstract no
Documentation Response to the SystemOfficeZoneGetRequest. The response contains the Office Zone information.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<description> OfficeZoneDescription </description> [0..1]
<zoneName> ZoneName </zoneName> [1..*]
<primaryZoneName> ZoneName </primaryZoneName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOfficeZoneGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="description" type=" OfficeZoneDescription " minOccurs="0"/>
<xs:element name="zoneName" type=" ZoneName " minOccurs="1" maxOccurs="unbounded"/>
<xs:element name="primaryZoneName" type=" ZoneName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOfficeZoneGetZoneUsageListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOfficeZoneGetZoneUsageListRequest
Abstract no
Documentation Get the list of Office Zones that contain a specific Zone. The response is either a SystemOfficeZoneGetZoneUsageListResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<zoneName> ZoneName </zoneName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOfficeZoneGetZoneUsageListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="zoneName" type=" ZoneName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOfficeZoneGetZoneUsageListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemOfficeZoneGetZoneUsageListResponse
Abstract no
Documentation Response to the SystemOfficeZoneGetZoneUsageListRequest. The response contains a table of all Office Zones that contain the specific Zone. The column headings are "Name" and "Description"
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<officeZoneTable> core:OCITable </officeZoneTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemOfficeZoneGetZoneUsageListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="officeZoneTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemOfficeZoneModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemOfficeZoneModifyRequest
Abstract no
Documentation Modify an existing Office Zone. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<officeZoneName> OfficeZoneName </officeZoneName> [1]
<newOfficeZoneName> OfficeZoneName </newOfficeZoneName> [0..1]
<description> OfficeZoneDescription </description> [0..1]
<replacementZoneList> ReplacementZoneList </replacementZoneList> [0..1]
<primaryZoneName> ZoneName </primaryZoneName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemOfficeZoneModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="officeZoneName" type=" OfficeZoneName "/>
<xs:element name="newOfficeZoneName" type=" OfficeZoneName " minOccurs="0"/>
<xs:element name="description" type=" OfficeZoneDescription " minOccurs="0" nillable="true"/>
<xs:element name="replacementZoneList" type=" ReplacementZoneList " minOccurs="0"/>
<xs:element name="primaryZoneName" type=" ZoneName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPasswordRulesGetRequest16

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

Complex Type: SystemPasswordRulesGetResponse16

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

Complex Type: SystemPasswordRulesModifyRequest14sp3

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

Complex Type: SystemPerformanceMeasurementGenerateReportRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPerformanceMeasurementGenerateReportRequest
Abstract no
Documentation Generate a performance measurements report. 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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemPerformanceMeasurementGenerateReportRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPerformanceMeasurementReportingAddFileServerRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPerformanceMeasurementReportingAddFileServerRequest
Abstract no
Documentation Add a performance measurements reporting ftp server. 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. -->
<ftpHostNetAddress> NetAddress </ftpHostNetAddress> [1]
<ftpUserId> FTPUserId </ftpUserId> [1]
<ftpUserPassword> FTPUserPassword </ftpUserPassword> [1]
<passiveFTP> xs:boolean </passiveFTP> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemPerformanceMeasurementReportingAddFileServerRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="ftpHostNetAddress" type=" NetAddress "/>
<xs:element name="ftpUserId" type=" FTPUserId "/>
<xs:element name="ftpUserPassword" type=" FTPUserPassword "/>
<xs:element name="passiveFTP" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPerformanceMeasurementReportingDeleteFileServerRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPerformanceMeasurementReportingDeleteFileServerRequest
Abstract no
Documentation Delete a performance measurements reporting ftp server. 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. -->
<ftpHostNetAddress> NetAddress </ftpHostNetAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemPerformanceMeasurementReportingDeleteFileServerRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="ftpHostNetAddress" type=" NetAddress "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPerformanceMeasurementReportingGetFileServerListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPerformanceMeasurementReportingGetFileServerListRequest
Abstract no
Documentation Requests the list performance measurements reporting ftp servers. The response is either SystemPerformanceMeasurementReportingGetFileServerListResponse 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="SystemPerformanceMeasurementReportingGetFileServerListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPerformanceMeasurementReportingGetFileServerListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemPerformanceMeasurementReportingGetFileServerListResponse
Abstract no
Documentation Response to SystemPerformanceMeasurementReportingGetFileServerListRequest. The table columns are: "FTP Host Net Address", "FTP User Id", "Passive FTP".
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="SystemPerformanceMeasurementReportingGetFileServerListResponse">
<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: SystemPerformanceMeasurementReportingGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPerformanceMeasurementReportingGetRequest
Abstract no
Documentation Requests the performance measurements reporting settings. The response is either SystemPerformanceMeasurementReportingGetResponse 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="SystemPerformanceMeasurementReportingGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPerformanceMeasurementReportingGetResponse

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

Complex Type: SystemPerformanceMeasurementReportingModifyFileServerRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPerformanceMeasurementReportingModifyFileServerRequest
Abstract no
Documentation Modify a performance measurements reporting ftp server. 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. -->
<ftpHostNetAddress> NetAddress </ftpHostNetAddress> [1]
<passiveFTP> xs:boolean </passiveFTP> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemPerformanceMeasurementReportingModifyFileServerRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="ftpHostNetAddress" type=" NetAddress "/>
<xs:element name="passiveFTP" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPerformanceMeasurementReportingModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPerformanceMeasurementReportingModifyRequest
Abstract no
Documentation Modify the performance measurements reporting settings. 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. -->
<isActive> xs:boolean </isActive> [0..1]
<reportingInterval> PerformanceMeasurementReportingIntervalMinutes </reportingInterval> [0..1]
<resetMeasurementsAfterEachReport> xs:boolean </resetMeasurementsAfterEachReport> [0..1]
<reportEnterprise> xs:boolean </reportEnterprise> [0..1]
<reportServiceProvider> xs:boolean </reportServiceProvider> [0..1]
<reportDevice> xs:boolean </reportDevice> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemPerformanceMeasurementReportingModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="reportingInterval" type=" PerformanceMeasurementReportingIntervalMinutes " minOccurs="0"/>
<xs:element name="resetMeasurementsAfterEachReport" type=" xs:boolean " minOccurs="0"/>
<xs:element name="reportEnterprise" type=" xs:boolean " minOccurs="0"/>
<xs:element name="reportServiceProvider" type=" xs:boolean " minOccurs="0"/>
<xs:element name="reportDevice" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPolicyGetDefaultRequest20

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

Complex Type: SystemPolicyGetDefaultResponse20

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

Complex Type: SystemPolicyModifyDefaultRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPolicyModifyDefaultRequest14
Abstract no
Documentation Request to modify the system's default policy settings. The response is either SuccessResponse or ErrorResponse. The following elements are only used in AS data mode: GroupAdminDialableCallerIDAccess ServiceProviderAdminDialableCallerIDAccess GroupAdminCommunicationBarringUserProfileAccess (This element is only used for groups in an Enterprise) GroupAdminVerifyTranslationAndRoutingAccess ServiceProviderVerifyTranslationAndRoutingAccess The following elements are only used in HSS data mode: serviceProviderAdminCommunicationBarringAccess
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. -->
<groupCallingPlanAccess> GroupCallingPlanAccess </groupCallingPlanAccess> [0..1]
<groupExtensionAccess> GroupExtensionAccess </groupExtensionAccess> [0..1]
<groupLDAPIntegrationAccess> GroupLDAPIntegrationAccess </groupLDAPIntegrationAccess> [0..1]
<groupVoiceMessagingAccess> GroupVoiceMessagingAccess </groupVoiceMessagingAccess> [0..1]
<groupDepartmentAdminUserAccess> GroupDepartmentAdminUserAccess </groupDepartmentAdminUserAccess> [0..1]
<groupDepartmentAdminTrunkGroupAccess> GroupDepartmentAdminTrunkGroupAccess </groupDepartmentAdminTrunkGroupAccess> [0..1]
<groupDepartmentAdminPhoneNumberExtensionAccess> GroupDepartmentAdminPhoneNumberExtensionAccess </groupDepartmentAdminPhoneNumberExtensionAccess> [0..1]
<groupDepartmentAdminCallingLineIdNumberAccess> GroupDepartmentAdminCallingLineIdNumberAccess </groupDepartmentAdminCallingLineIdNumberAccess> [0..1]
<groupUserAuthenticationAccess> GroupUserAuthenticationAccess </groupUserAuthenticationAccess> [0..1]
<groupUserGroupDirectoryAccess> GroupUserGroupDirectoryAccess </groupUserGroupDirectoryAccess> [0..1]
<groupUserProfileAccess> GroupUserProfileAccess </groupUserProfileAccess> [0..1]
<groupUserEnhancedCallLogsAccess> GroupUserCallLogAccess </groupUserEnhancedCallLogsAccess> [0..1]
<groupUserAutoAttendantNameDialingAccess> GroupUserAutoAttendantNameDialingAccess </groupUserAutoAttendantNameDialingAccess> [0..1]
<groupAdminProfileAccess> GroupAdminProfileAccess </groupAdminProfileAccess> [0..1]
<groupAdminUserAccess> GroupAdminUserAccess </groupAdminUserAccess> [0..1]
<groupAdminAdminAccess> GroupAdminAdminAccess </groupAdminAdminAccess> [0..1]
<groupAdminDepartmentAccess> GroupAdminDepartmentAccess </groupAdminDepartmentAccess> [0..1]
<groupAdminAccessDeviceAccess> GroupAdminAccessDeviceAccess </groupAdminAccessDeviceAccess> [0..1]
<groupAdminEnhancedServiceInstanceAccess> GroupAdminEnhancedServiceInstanceAccess </groupAdminEnhancedServiceInstanceAccess> [0..1]
<groupAdminFeatureAccessCodeAccess> GroupAdminFeatureAccessCodeAccess </groupAdminFeatureAccessCodeAccess> [0..1]
<groupAdminPhoneNumberExtensionAccess> GroupAdminPhoneNumberExtensionAccess </groupAdminPhoneNumberExtensionAccess> [0..1]
<groupAdminCallingLineIdNumberAccess> GroupAdminCallingLineIdNumberAccess </groupAdminCallingLineIdNumberAccess> [0..1]
<groupAdminServiceAccess> GroupAdminServiceAccess </groupAdminServiceAccess> [0..1]
<groupAdminTrunkGroupAccess> GroupAdminTrunkGroupAccess </groupAdminTrunkGroupAccess> [0..1]
<groupAdminVerifyTranslationAndRoutingAccess> GroupAdminVerifyTranslationAndRoutingAccess </groupAdminVerifyTranslationAndRoutingAccess> [0..1]
<groupAdminSessionAdmissionControlAccess> GroupAdminSessionAdmissionControlAccess </groupAdminSessionAdmissionControlAccess> [0..1]
<groupAdminDialableCallerIDAccess> GroupAdminDialableCallerIDAccess </groupAdminDialableCallerIDAccess> [0..1]
<groupAdminOfficeZoneAccess> GroupAdminOfficeZoneAccess </groupAdminOfficeZoneAccess> [0..1]
<groupAdminNumberActivationAccess> GroupAdminNumberActivationAccess </groupAdminNumberActivationAccess> [0..1]
<groupAdminCommunicationBarringUserProfileAccess> GroupAdminCommunicationBarringUserProfileAccess </groupAdminCommunicationBarringUserProfileAccess> [0..1]
<serviceProviderAdminProfileAccess> ServiceProviderAdminProfileAccess </serviceProviderAdminProfileAccess> [0..1]
<serviceProviderAdminGroupAccess> ServiceProviderAdminGroupAccess </serviceProviderAdminGroupAccess> [0..1]
<serviceProviderAdminUserAccess> ServiceProviderAdminUserAccess </serviceProviderAdminUserAccess> [0..1]
<serviceProviderAdminAdminAccess> ServiceProviderAdminAdminAccess </serviceProviderAdminAdminAccess> [0..1]
<ServiceProviderAdminDepartmentAccess> ServiceProviderAdminDepartmentAccess </ServiceProviderAdminDepartmentAccess> [0..1]
<serviceProviderAdminAccessDeviceAccess> ServiceProviderAdminAccessDeviceAccess </serviceProviderAdminAccessDeviceAccess> [0..1]
<serviceProviderAdminPhoneNumberExtensionAccess> ServiceProviderAdminPhoneNumberExtensionAccess </serviceProviderAdminPhoneNumberExtensionAccess> [0..1]
<serviceProviderAdminCallingLineIdNumberAccess> ServiceProviderAdminCallingLineIdNumberAccess </serviceProviderAdminCallingLineIdNumberAccess> [0..1]
<serviceProviderAdminServiceAccess> ServiceProviderAdminServiceAccess </serviceProviderAdminServiceAccess> [0..1]
<serviceProviderAdminServicePackAccess> ServiceProviderAdminServicePackAccess </serviceProviderAdminServicePackAccess> [0..1]
<serviceProviderAdminSessionAdmissionControlAccess> ServiceProviderAdminSessionAdmissionControlAccess </serviceProviderAdminSessionAdmissionControlAccess> [0..1]
<serviceProviderAdminVerifyTranslationAndRoutingAccess> ServiceProviderAdminVerifyTranslationAndRoutingAccess </serviceProviderAdminVerifyTranslationAndRoutingAccess> [0..1]
<serviceProviderAdminWebBrandingAccess> ServiceProviderAdminWebBrandingAccess </serviceProviderAdminWebBrandingAccess> [0..1]
<serviceProviderAdminOfficeZoneAccess> ServiceProviderAdminOfficeZoneAccess </serviceProviderAdminOfficeZoneAccess> [0..1]
<serviceProviderAdminCommunicationBarringAccess> ServiceProviderAdminCommunicationBarringAccess </serviceProviderAdminCommunicationBarringAccess> [0..1]
<enterpriseAdminNetworkPolicyAccess> EnterpriseAdminNetworkPolicyAccess </enterpriseAdminNetworkPolicyAccess> [0..1]
<serviceProviderAdminDialableCallerIDAccess> ServiceProviderAdminDialableCallerIDAccess </serviceProviderAdminDialableCallerIDAccess> [0..1]
<enterpriseAdminNumberActivationAccess> EnterpriseAdminNumberActivationAccess </enterpriseAdminNumberActivationAccess> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemPolicyModifyDefaultRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="groupCallingPlanAccess" type=" GroupCallingPlanAccess " minOccurs="0"/>
<xs:element name="groupExtensionAccess" type=" GroupExtensionAccess " minOccurs="0"/>
<xs:element name="groupLDAPIntegrationAccess" type=" GroupLDAPIntegrationAccess " minOccurs="0"/>
<xs:element name="groupVoiceMessagingAccess" type=" GroupVoiceMessagingAccess " minOccurs="0"/>
<xs:element name="groupDepartmentAdminUserAccess" type=" GroupDepartmentAdminUserAccess " minOccurs="0"/>
<xs:element name="groupDepartmentAdminTrunkGroupAccess" type=" GroupDepartmentAdminTrunkGroupAccess " minOccurs="0"/>
<xs:element name="groupDepartmentAdminPhoneNumberExtensionAccess" type=" GroupDepartmentAdminPhoneNumberExtensionAccess " minOccurs="0"/>
<xs:element name="groupDepartmentAdminCallingLineIdNumberAccess" type=" GroupDepartmentAdminCallingLineIdNumberAccess " minOccurs="0"/>
<xs:element name="groupUserAuthenticationAccess" type=" GroupUserAuthenticationAccess " minOccurs="0"/>
<xs:element name="groupUserGroupDirectoryAccess" type=" GroupUserGroupDirectoryAccess " minOccurs="0"/>
<xs:element name="groupUserProfileAccess" type=" GroupUserProfileAccess " minOccurs="0"/>
<xs:element name="groupUserEnhancedCallLogsAccess" type=" GroupUserCallLogAccess " minOccurs="0"/>
<xs:element name="groupUserAutoAttendantNameDialingAccess" type=" GroupUserAutoAttendantNameDialingAccess " minOccurs="0"/>
<xs:element name="groupAdminProfileAccess" type=" GroupAdminProfileAccess " minOccurs="0"/>
<xs:element name="groupAdminUserAccess" type=" GroupAdminUserAccess " minOccurs="0"/>
<xs:element name="groupAdminAdminAccess" type=" GroupAdminAdminAccess " minOccurs="0"/>
<xs:element name="groupAdminDepartmentAccess" type=" GroupAdminDepartmentAccess " minOccurs="0"/>
<xs:element name="groupAdminAccessDeviceAccess" type=" GroupAdminAccessDeviceAccess " minOccurs="0"/>
<xs:element name="groupAdminEnhancedServiceInstanceAccess" type=" GroupAdminEnhancedServiceInstanceAccess " minOccurs="0"/>
<xs:element name="groupAdminFeatureAccessCodeAccess" type=" GroupAdminFeatureAccessCodeAccess " minOccurs="0"/>
<xs:element name="groupAdminPhoneNumberExtensionAccess" type=" GroupAdminPhoneNumberExtensionAccess " minOccurs="0"/>
<xs:element name="groupAdminCallingLineIdNumberAccess" type=" GroupAdminCallingLineIdNumberAccess " minOccurs="0"/>
<xs:element name="groupAdminServiceAccess" type=" GroupAdminServiceAccess " minOccurs="0"/>
<xs:element name="groupAdminTrunkGroupAccess" type=" GroupAdminTrunkGroupAccess " minOccurs="0"/>
<xs:element name="groupAdminVerifyTranslationAndRoutingAccess" type=" GroupAdminVerifyTranslationAndRoutingAccess " minOccurs="0"/>
<xs:element name="groupAdminSessionAdmissionControlAccess" type=" GroupAdminSessionAdmissionControlAccess " minOccurs="0"/>
<xs:element name="groupAdminDialableCallerIDAccess" type=" GroupAdminDialableCallerIDAccess " minOccurs="0"/>
<xs:element name="groupAdminOfficeZoneAccess" type=" GroupAdminOfficeZoneAccess " minOccurs="0"/>
<xs:element name="groupAdminNumberActivationAccess" type=" GroupAdminNumberActivationAccess " minOccurs="0"/>
<xs:element name="groupAdminCommunicationBarringUserProfileAccess" type=" GroupAdminCommunicationBarringUserProfileAccess " minOccurs="0"/>
<xs:element name="serviceProviderAdminProfileAccess" type=" ServiceProviderAdminProfileAccess " minOccurs="0"/>
<xs:element name="serviceProviderAdminGroupAccess" type=" ServiceProviderAdminGroupAccess " minOccurs="0"/>
<xs:element name="serviceProviderAdminUserAccess" type=" ServiceProviderAdminUserAccess " minOccurs="0"/>
<xs:element name="serviceProviderAdminAdminAccess" type=" ServiceProviderAdminAdminAccess " minOccurs="0"/>
<xs:element name="ServiceProviderAdminDepartmentAccess" type=" ServiceProviderAdminDepartmentAccess " minOccurs="0"/>
<xs:element name="serviceProviderAdminAccessDeviceAccess" type=" ServiceProviderAdminAccessDeviceAccess " minOccurs="0"/>
<xs:element name="serviceProviderAdminPhoneNumberExtensionAccess" type=" ServiceProviderAdminPhoneNumberExtensionAccess " minOccurs="0"/>
<xs:element name="serviceProviderAdminCallingLineIdNumberAccess" type=" ServiceProviderAdminCallingLineIdNumberAccess " minOccurs="0"/>
<xs:element name="serviceProviderAdminServiceAccess" type=" ServiceProviderAdminServiceAccess " minOccurs="0"/>
<xs:element name="serviceProviderAdminServicePackAccess" type=" ServiceProviderAdminServicePackAccess " minOccurs="0"/>
<xs:element name="serviceProviderAdminSessionAdmissionControlAccess" type=" ServiceProviderAdminSessionAdmissionControlAccess " minOccurs="0"/>
<xs:element name="serviceProviderAdminVerifyTranslationAndRoutingAccess" type=" ServiceProviderAdminVerifyTranslationAndRoutingAccess " minOccurs="0"/>
<xs:element name="serviceProviderAdminWebBrandingAccess" type=" ServiceProviderAdminWebBrandingAccess " minOccurs="0"/>
<xs:element name="serviceProviderAdminOfficeZoneAccess" type=" ServiceProviderAdminOfficeZoneAccess " minOccurs="0"/>
<xs:element name="serviceProviderAdminCommunicationBarringAccess" type=" ServiceProviderAdminCommunicationBarringAccess " minOccurs="0"/>
<xs:element name="enterpriseAdminNetworkPolicyAccess" type=" EnterpriseAdminNetworkPolicyAccess " minOccurs="0"/>
<xs:element name="serviceProviderAdminDialableCallerIDAccess" type=" ServiceProviderAdminDialableCallerIDAccess " minOccurs="0"/>
<xs:element name="enterpriseAdminNumberActivationAccess" type=" EnterpriseAdminNumberActivationAccess " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPortalAPIAddACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPortalAPIAddACLEntryRequest
Abstract no
Documentation Add an entry to the Portal API 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="SystemPortalAPIAddACLEntryRequest">
<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: SystemPortalAPIDeleteACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPortalAPIDeleteACLEntryRequest
Abstract no
Documentation Delete an entry from the Portal API 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="SystemPortalAPIDeleteACLEntryRequest">
<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: SystemPortalAPIGetACLListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPortalAPIGetACLListRequest
Abstract no
Documentation Get the Portal API access control list. The response is either SystemPortalAPIGetACLListResponse 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="SystemPortalAPIGetACLListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPortalAPIGetACLListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemPortalAPIGetACLListResponse
Abstract no
Documentation Response to SystemPortalAPIGetACLListRequest. Returns a table with column headings: "Net Address" and "Description".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<aclTable> core:OCITable </aclTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemPortalAPIGetACLListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="aclTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemPortalAPIModifyACLEntryRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPortalAPIModifyACLEntryRequest
Abstract no
Documentation Modify an entry within the Portal API 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="SystemPortalAPIModifyACLEntryRequest">
<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: SystemPortalPasscodeRulesGetRequest19

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

Complex Type: SystemPortalPasscodeRulesGetResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemPortalPasscodeRulesGetResponse19
Abstract no
Documentation Response to SystemPortalPasscodeRulesGetRequest. Contains the system passcode rules setting. The following elements are only used in AS data mode: numberOfRepeatedDigits disallowRepeatedPatterns disallowContiguousSequences numberOfAscendingDigits numberOfDescendingDigits numberOfPreviousPasscodes
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<disallowRepeatedDigits> xs:boolean </disallowRepeatedDigits> [1]
<numberOfRepeatedDigits> PasscodeMaxRepeatedDigits </numberOfRepeatedDigits> [1]
<disallowRepeatedPatterns> xs:boolean </disallowRepeatedPatterns> [1]
<disallowContiguousSequences> xs:boolean </disallowContiguousSequences> [1]
<numberOfAscendingDigits> PasscodeMaxContiguousDigits </numberOfAscendingDigits> [1]
<numberOfDescendingDigits> PasscodeMaxContiguousDigits </numberOfDescendingDigits> [1]
<disallowUserNumber> xs:boolean </disallowUserNumber> [1]
<disallowReversedUserNumber> xs:boolean </disallowReversedUserNumber> [1]
<disallowOldPasscode> xs:boolean </disallowOldPasscode> [1]
<numberOfPreviousPasscodes> PasscodeHistoryCount </numberOfPreviousPasscodes> [1]
<disallowReversedOldPasscode> xs:boolean </disallowReversedOldPasscode> [1]
<minCodeLength> PasscodeMinLength </minCodeLength> [1]
<maxCodeLength> PasscodeMaxLength </maxCodeLength> [1]
<disableLoginAfterMaxFailedLoginAttempts> xs:boolean </disableLoginAfterMaxFailedLoginAttempts> [1]
<maxFailedLoginAttempts> PortalMaxFailedLoginAttempts </maxFailedLoginAttempts> [0..1]
<expirePassword> xs:boolean </expirePassword> [1]
<passcodeExpiresDays> PasscodeExpiresDays </passcodeExpiresDays> [0..1]
<sendLoginDisabledNotifyEmail> xs:boolean </sendLoginDisabledNotifyEmail> [1]
<loginDisabledNotifyEmailAddress> EmailAddress </loginDisabledNotifyEmailAddress> [0..1]
<defaultPassword> Password </defaultPassword> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemPortalPasscodeRulesGetResponse19">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="disallowRepeatedDigits" type=" xs:boolean "/>
<xs:element name="numberOfRepeatedDigits" type=" PasscodeMaxRepeatedDigits "/>
<xs:element name="disallowRepeatedPatterns" type=" xs:boolean "/>
<xs:element name="disallowContiguousSequences" type=" xs:boolean "/>
<xs:element name="numberOfAscendingDigits" type=" PasscodeMaxContiguousDigits "/>
<xs:element name="numberOfDescendingDigits" type=" PasscodeMaxContiguousDigits "/>
<xs:element name="disallowUserNumber" type=" xs:boolean "/>
<xs:element name="disallowReversedUserNumber" type=" xs:boolean "/>
<xs:element name="disallowOldPasscode" type=" xs:boolean "/>
<xs:element name="numberOfPreviousPasscodes" type=" PasscodeHistoryCount "/>
<xs:element name="disallowReversedOldPasscode" type=" xs:boolean "/>
<xs:element name="minCodeLength" type=" PasscodeMinLength "/>
<xs:element name="maxCodeLength" type=" PasscodeMaxLength "/>
<xs:element name="disableLoginAfterMaxFailedLoginAttempts" type=" xs:boolean "/>
<xs:element name="maxFailedLoginAttempts" type=" PortalMaxFailedLoginAttempts " minOccurs="0"/>
<xs:element name="expirePassword" type=" xs:boolean "/>
<xs:element name="passcodeExpiresDays" type=" PasscodeExpiresDays " 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: SystemPortalPasscodeRulesModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemPortalPasscodeRulesModifyRequest
Abstract no
Documentation Request to modify the system passcode rules setting. The response is either SuccessResponse or ErrorResponse. The following elements are only used in AS data mode: numberOfRepeatedDigits disallowRepeatedPatterns disallowContiguousSequences numberOfAscendingDigits numberOfDescendingDigits numberOfPreviousPasscodes
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]
<numberOfRepeatedDigits> PasscodeMaxRepeatedDigits </numberOfRepeatedDigits> [0..1]
<disallowRepeatedPatterns> xs:boolean </disallowRepeatedPatterns> [0..1]
<disallowContiguousSequences> xs:boolean </disallowContiguousSequences> [0..1]
<numberOfAscendingDigits> PasscodeMaxContiguousDigits </numberOfAscendingDigits> [0..1]
<numberOfDescendingDigits> PasscodeMaxContiguousDigits </numberOfDescendingDigits> [0..1]
<disallowUserNumber> xs:boolean </disallowUserNumber> [0..1]
<disallowReversedUserNumber> xs:boolean </disallowReversedUserNumber> [0..1]
<disallowOldPasscode> xs:boolean </disallowOldPasscode> [0..1]
<numberOfPreviousPasscodes> PasscodeHistoryCount </numberOfPreviousPasscodes> [0..1]
<disallowReversedOldPasscode> xs:boolean </disallowReversedOldPasscode> [0..1]
<minCodeLength> PasscodeMinLength </minCodeLength> [0..1]
<maxCodeLength> PasscodeMaxLength </maxCodeLength> [0..1]
<disableLoginAfterMaxFailedLoginAttempts> xs:boolean </disableLoginAfterMaxFailedLoginAttempts> [0..1]
<maxFailedLoginAttempts> PortalMaxFailedLoginAttempts </maxFailedLoginAttempts> [0..1]
<expirePassword> xs:boolean </expirePassword> [0..1]
<passcodeExpiresDays> PasscodeExpiresDays </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="SystemPortalPasscodeRulesModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="disallowRepeatedDigits" type=" xs:boolean " minOccurs="0"/>
<xs:element name="numberOfRepeatedDigits" type=" PasscodeMaxRepeatedDigits " minOccurs="0"/>
<xs:element name="disallowRepeatedPatterns" type=" xs:boolean " minOccurs="0"/>
<xs:element name="disallowContiguousSequences" type=" xs:boolean " minOccurs="0"/>
<xs:element name="numberOfAscendingDigits" type=" PasscodeMaxContiguousDigits " minOccurs="0"/>
<xs:element name="numberOfDescendingDigits" type=" PasscodeMaxContiguousDigits " 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="numberOfPreviousPasscodes" type=" PasscodeHistoryCount " minOccurs="0"/>
<xs:element name="disallowReversedOldPasscode" type=" xs:boolean " minOccurs="0"/>
<xs:element name="minCodeLength" type=" PasscodeMinLength " minOccurs="0"/>
<xs:element name="maxCodeLength" type=" PasscodeMaxLength " minOccurs="0"/>
<xs:element name="disableLoginAfterMaxFailedLoginAttempts" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxFailedLoginAttempts" type=" PortalMaxFailedLoginAttempts " minOccurs="0"/>
<xs:element name="expirePassword" type=" xs:boolean " minOccurs="0"/>
<xs:element name="passcodeExpiresDays" type=" PasscodeExpiresDays " 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: SystemProvisioningValidationGetRequest14sp2

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

Complex Type: SystemProvisioningValidationGetResponse14sp2

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

Complex Type: SystemProvisioningValidationModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemProvisioningValidationModifyRequest
Abstract no
Documentation Request to modify the system's provisioning validation attributes. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [0..1]
<isNetworkServerQueryActive> xs:boolean </isNetworkServerQueryActive> [0..1]
<timeoutSeconds> ProvisioningValidationTimeoutSeconds </timeoutSeconds> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemProvisioningValidationModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="isNetworkServerQueryActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="timeoutSeconds" type=" ProvisioningValidationTimeoutSeconds " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRedundancyParametersGetRequest16sp2

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

Complex Type: SystemRedundancyParametersGetResponse16sp2

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

Complex Type: SystemRedundancyParametersModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRedundancyParametersModifyRequest
Abstract no
Documentation Request to modify Redundancy 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. -->
<rollBackTimerMinutes> RedundancyRollBackTimerMinutes </rollBackTimerMinutes> [0..1]
<sendSipOptionMessageUponMigration> xs:boolean </sendSipOptionMessageUponMigration> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemRedundancyParametersModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="rollBackTimerMinutes" type=" RedundancyRollBackTimerMinutes " minOccurs="0"/>
<xs:element name="sendSipOptionMessageUponMigration" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoamingNetworkAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoamingNetworkAddRequest
Abstract no
Documentation Add a Roaming Network. 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. -->
<mscAddress> DN </mscAddress> [1]
<networkTranslationIndex> NetworkTranslationIndex </networkTranslationIndex> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoamingNetworkAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="mscAddress" type=" DN "/>
<xs:element name="networkTranslationIndex" type=" NetworkTranslationIndex " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoamingNetworkDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoamingNetworkDeleteRequest
Abstract no
Documentation Delete a Roaming Network. 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. -->
<mscAddress> DN </mscAddress> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoamingNetworkDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="mscAddress" type=" DN "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoamingNetworkGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoamingNetworkGetListRequest
Abstract no
Documentation Get the list of all Roaming Networks. The response is either a SystemRoamingNetworkGetListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaRoamingMscAddress> SearchCriteriaRoamingMscAddress </searchCriteriaRoamingMscAddress> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemRoamingNetworkGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaRoamingMscAddress" type=" SearchCriteriaRoamingMscAddress " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoamingNetworkGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemRoamingNetworkGetListResponse
Abstract no
Documentation Response to the SystemRoamingNetworkGetListRequest. Contains a table with columns: "MSC Address", "Network Translation Index".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<roamingNetworkTable> core:OCITable </roamingNetworkTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoamingNetworkGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="roamingNetworkTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoamingNetworkModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoamingNetworkModifyRequest
Abstract no
Documentation Modify a Roaming Network. 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. -->
<mscAddress> DN </mscAddress> [1]
<networkTranslationIndex> NetworkTranslationIndex </networkTranslationIndex> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoamingNetworkModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="mscAddress" type=" DN "/>
<xs:element name="networkTranslationIndex" type=" NetworkTranslationIndex " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutePointExternalSystemAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutePointExternalSystemAddRequest
Abstract no
Documentation Add an Route Point External System, which is a cluster of Application Controllers. 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. -->
<name> RoutePointExternalSystem </name> [1]
<description> ExternalSystemDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutePointExternalSystemAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" RoutePointExternalSystem "/>
<xs:element name="description" type=" ExternalSystemDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutePointExternalSystemApplicationControllerAddListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutePointExternalSystemApplicationControllerAddListRequest
Abstract no
Documentation Add an application controller to Route Point External System. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<name> RoutePointExternalSystem </name> [1]
<applicationController> ApplicationControllerName </applicationController> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutePointExternalSystemApplicationControllerAddListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" RoutePointExternalSystem "/>
<xs:element name="applicationController" type=" ApplicationControllerName " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutePointExternalSystemApplicationControllerDeleteListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutePointExternalSystemApplicationControllerDeleteListRequest
Abstract no
Documentation Delete an application controller for Route Point External System. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<name> RoutePointExternalSystem </name> [1]
<applicationController> ApplicationControllerName </applicationController> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutePointExternalSystemApplicationControllerDeleteListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" RoutePointExternalSystem "/>
<xs:element name="applicationController" type=" ApplicationControllerName " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutePointExternalSystemApplicationControllerGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutePointExternalSystemApplicationControllerGetRequest
Abstract no
Documentation Get a list of Application Controllers assigned to the Route Point External Systems specified. The response is either SystemRoutePointExternalSystemApplicationControllerGetResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<externalSystem> RoutePointExternalSystem </externalSystem> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutePointExternalSystemApplicationControllerGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="externalSystem" type=" RoutePointExternalSystem "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutePointExternalSystemApplicationControllerGetResponse

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

Complex Type: SystemRoutePointExternalSystemDeleteRequest

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

Complex Type: SystemRoutePointExternalSystemGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutePointExternalSystemGetListRequest
Abstract no
Documentation Get a list of Route Point External Systems that are configured for the system. The response is either SystemRoutePointExternalSystemGetListResponse 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="SystemRoutePointExternalSystemGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutePointExternalSystemGetListResponse

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

Complex Type: SystemRoutePointExternalSystemGetRoutePointListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutePointExternalSystemGetRoutePointListRequest
Abstract no
Documentation Get a list of Route Points that are using the specified Route Point External System. The response is either a SystemRoutePointExternalSystemGetRoutePointListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<routePointExternalSystem> RoutePointExternalSystem </routePointExternalSystem> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutePointExternalSystemGetRoutePointListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="routePointExternalSystem" type=" RoutePointExternalSystem "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutePointExternalSystemGetRoutePointListResponse

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

Complex Type: SystemRoutePointExternalSystemModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutePointExternalSystemModifyRequest
Abstract no
Documentation Modify an Route Point External System. The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<name> RoutePointExternalSystem </name> [1]
<newName> RoutePointExternalSystem </newName> [0..1]
<description> ExternalSystemDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutePointExternalSystemModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="name" type=" RoutePointExternalSystem "/>
<xs:element name="newName" type=" RoutePointExternalSystem " minOccurs="0"/>
<xs:element name="description" type=" ExternalSystemDescription " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutingAddRouteDeviceRequest14

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutingAddRouteDeviceRequest14
Abstract no
Documentation Request to add a routing device to a route. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<routeName> RouteName </routeName> [1]
<netAddress> NetAddress </netAddress> [1]
<port> Port1025 </port> [0..1]
<transportProtocol> TransportProtocol </transportProtocol> [1]
<description> RouteDeviceDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutingAddRouteDeviceRequest14">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="routeName" type=" RouteName "/>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="port" type=" Port1025 " minOccurs="0"/>
<xs:element name="transportProtocol" type=" TransportProtocol "/>
<xs:element name="description" type=" RouteDeviceDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutingAddRouteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutingAddRouteRequest
Abstract no
Documentation Request to add a route to the system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<routeName> RouteName </routeName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutingAddRouteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="routeName" type=" RouteName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutingAddTranslationRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutingAddTranslationRequest
Abstract no
Documentation Request to add a digit routing table entry to the system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<digits> RoutingDigits </digits> [1]
<routeName> RouteName </routeName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutingAddTranslationRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="digits" type=" RoutingDigits "/>
<xs:element name="routeName" type=" RouteName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutingDeleteRouteDeviceRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutingDeleteRouteDeviceRequest
Abstract no
Documentation Request to delete a routing device from a route. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<routeName> RouteName </routeName> [1]
<netAddress> NetAddress </netAddress> [1]
<port> Port1025 </port> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutingDeleteRouteDeviceRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="routeName" type=" RouteName "/>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="port" type=" Port1025 " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutingDeleteRouteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutingDeleteRouteRequest
Abstract no
Documentation Request to delete a route from the system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<routeName> RouteName </routeName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutingDeleteRouteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="routeName" type=" RouteName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutingDeleteTranslationRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutingDeleteTranslationRequest
Abstract no
Documentation Request to delete a digit routing table entry from the system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<digits> RoutingDigits </digits> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutingDeleteTranslationRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="digits" type=" RoutingDigits "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutingGetRequest

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

Complex Type: SystemRoutingGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemRoutingGetResponse
Abstract no
Documentation Response to SystemRoutingGetRequest.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isRouteRoundRobin> xs:boolean </isRouteRoundRobin> [1]
<routeTimerSeconds> RouteTimerSeconds </routeTimerSeconds> [1]
<dnsResolvedAddressSelectionPolicy> RoutingDNSResolvedAddressSelectionPolicy </dnsResolvedAddressSelectionPolicy> [1]
<statefulExpirationMinutes> RoutingStatefulExpirationMinutes </statefulExpirationMinutes> [1]
<maxAddressesPerHostname> RoutingMaxAddresses </maxAddressesPerHostname> [1]
<maxAddressesDuringSetup> RoutingMaxAddresses </maxAddressesDuringSetup> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutingGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isRouteRoundRobin" type=" xs:boolean "/>
<xs:element name="routeTimerSeconds" type=" RouteTimerSeconds "/>
<xs:element name="dnsResolvedAddressSelectionPolicy" type=" RoutingDNSResolvedAddressSelectionPolicy "/>
<xs:element name="statefulExpirationMinutes" type=" RoutingStatefulExpirationMinutes "/>
<xs:element name="maxAddressesPerHostname" type=" RoutingMaxAddresses "/>
<xs:element name="maxAddressesDuringSetup" type=" RoutingMaxAddresses "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutingGetRouteDeviceListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutingGetRouteDeviceListRequest
Abstract no
Documentation Request to get a list of devices for a route. The response is either a SystemRoutingGetRouteDeviceListResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<routeName> RouteName </routeName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutingGetRouteDeviceListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="routeName" type=" RouteName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutingGetRouteDeviceListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemRoutingGetRouteDeviceListResponse
Abstract no
Documentation Response to SystemRoutingGetRouteDeviceListRequest. The column headings are "Net Address", "Port", "Transport" and "Description".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<routeDeviceTable> core:OCITable </routeDeviceTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutingGetRouteDeviceListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="routeDeviceTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutingGetRouteListRequest

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

Complex Type: SystemRoutingGetRouteListResponse

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

Complex Type: SystemRoutingGetTranslationListRequest

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

Complex Type: SystemRoutingGetTranslationListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemRoutingGetTranslationListResponse
Abstract no
Documentation Response to SystemRoutingGetTranslationListRequest. The column headings are "Routing Digits" and "Route".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<routingTable> core:OCITable </routingTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutingGetTranslationListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="routingTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutingModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutingModifyRequest
Abstract no
Documentation Modifies the system's general routing attributes. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isRouteRoundRobin> xs:boolean </isRouteRoundRobin> [0..1]
<routeTimerSeconds> RouteTimerSeconds </routeTimerSeconds> [0..1]
<dnsResolvedAddressSelectionPolicy> RoutingDNSResolvedAddressSelectionPolicy </dnsResolvedAddressSelectionPolicy> [0..1]
<statefulExpirationMinutes> RoutingStatefulExpirationMinutes </statefulExpirationMinutes> [0..1]
<maxAddressesPerHostname> RoutingMaxAddresses </maxAddressesPerHostname> [0..1]
<maxAddressesDuringSetup> RoutingMaxAddresses </maxAddressesDuringSetup> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutingModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="isRouteRoundRobin" type=" xs:boolean " minOccurs="0"/>
<xs:element name="routeTimerSeconds" type=" RouteTimerSeconds " minOccurs="0"/>
<xs:element name="dnsResolvedAddressSelectionPolicy" type=" RoutingDNSResolvedAddressSelectionPolicy " minOccurs="0"/>
<xs:element name="statefulExpirationMinutes" type=" RoutingStatefulExpirationMinutes " minOccurs="0"/>
<xs:element name="maxAddressesPerHostname" type=" RoutingMaxAddresses " minOccurs="0"/>
<xs:element name="maxAddressesDuringSetup" type=" RoutingMaxAddresses " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutingModifyRouteDeviceRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutingModifyRouteDeviceRequest
Abstract no
Documentation Request to modify a routing device. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<routeName> RouteName </routeName> [1]
<netAddress> NetAddress </netAddress> [1]
<port> Port1025 </port> [0..1]
<transportProtocol> TransportProtocol </transportProtocol> [0..1]
<description> RouteDeviceDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutingModifyRouteDeviceRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="routeName" type=" RouteName "/>
<xs:element name="netAddress" type=" NetAddress "/>
<xs:element name="port" type=" Port1025 " minOccurs="0"/>
<xs:element name="transportProtocol" type=" TransportProtocol " minOccurs="0"/>
<xs:element name="description" type=" RouteDeviceDescription " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutingModifyTranslationRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutingModifyTranslationRequest
Abstract no
Documentation Request to modify a digit routing table entry in the system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<digits> RoutingDigits </digits> [1]
<routeName> RouteName </routeName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutingModifyTranslationRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="digits" type=" RoutingDigits "/>
<xs:element name="routeName" type=" RouteName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutingProfileGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemRoutingProfileGetListRequest
Abstract no
Documentation Request to get the list of system routing profiles. The response is either a SystemRoutingProfileGetListResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemRoutingProfileGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemRoutingProfileGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemRoutingProfileGetListResponse
Abstract no
Documentation Response to SystemRoutingProfileGetListRequest. Returns a list of routing profiles defined in the system.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<routingProfile> RoutingProfile </routingProfile> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SystemRoutingProfileGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="routingProfile" type=" RoutingProfile " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemScheduleAddEventRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemScheduleAddEventRequest
Abstract no
Documentation Add an event to system schedule. The response is either a SuccessResponse or an ErrorResponse. The startDate element is adjusted to the first occurrence of the recurrent schedule that comes at or after the startDate. The endDate element is set to the sum of the adjusted starDate element value and the event duration.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<scheduleKey> ScheduleKey </scheduleKey> [1]
<eventName> EventName </eventName> [1]
<startDate> xs:date </startDate> [1]
Start Choice [1]
<allDayEvent> true </allDayEvent> [1]
<startTime> HourMinute </startTime> [1]
<endTime> HourMinute </endTime> [1]
End Choice
<endDate> xs:date </endDate> [1]
<recurrence> Recurrence </recurrence> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemScheduleAddEventRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="scheduleKey" type=" ScheduleKey "/>
<xs:element name="eventName" type=" EventName "/>
<xs:element name="startDate" type=" xs:date "/>
<xs:choice>
<xs:element name="allDayEvent" type=" xs:boolean " fixed="true"/>
<xs:sequence>
<xs:element name="startTime" type=" HourMinute "/>
<xs:element name="endTime" type=" HourMinute "/>
</xs:sequence>
</xs:choice>
<xs:element name="endDate" type=" xs:date "/>
<xs:element name="recurrence" type=" Recurrence " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemScheduleAddRequest

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

Complex Type: SystemScheduleDeleteEventListRequest

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

Complex Type: SystemScheduleDeleteListRequest

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

Complex Type: SystemScheduleGetEventListRequest

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

Complex Type: SystemScheduleGetEventListResponse

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

Complex Type: SystemScheduleGetEventRequest

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

Complex Type: SystemScheduleGetEventResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemScheduleGetEventResponse
Abstract no
Documentation Response to SystemScheduleGetEventRequest. The response contains the event of the system schedulable.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<startDate> xs:date </startDate> [1]
Start Choice [1]
<allDayEvent> true </allDayEvent> [1]
<startTime> HourMinute </startTime> [1]
<endTime> HourMinute </endTime> [1]
End Choice
<endDate> xs:date </endDate> [1]
<recurrence> Recurrence </recurrence> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemScheduleGetEventResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="startDate" type=" xs:date "/>
<xs:choice>
<xs:element name="allDayEvent" type=" xs:boolean " fixed="true"/>
<xs:sequence>
<xs:element name="startTime" type=" HourMinute "/>
<xs:element name="endTime" type=" HourMinute "/>
</xs:sequence>
</xs:choice>
<xs:element name="endDate" type=" xs:date "/>
<xs:element name="recurrence" type=" Recurrence " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemScheduleGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemScheduleGetListRequest
Abstract no
Documentation Get the list of a system schedules. The list can be filtered by schedule type. The response is either a SystemScheduleGetListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<scheduleType> ScheduleType </scheduleType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemScheduleGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="scheduleType" type=" ScheduleType " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemScheduleGetListResponse

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

Complex Type: SystemScheduleModifyEventRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemScheduleModifyEventRequest
Abstract no
Documentation Modify an event of a system schedule. The response is either a SuccessResponse or an ErrorResponse. The startDate element is adjusted to the first occurrence of the recurrent schedule that comes at or after the startDate. The endDate element is set to the sum of the adjusted starDate element value and the event duration.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<scheduleKey> ScheduleKey </scheduleKey> [1]
<eventName> EventName </eventName> [1]
<newEventName> EventName </newEventName> [0..1]
<startDate> xs:date </startDate> [0..1]
Start Choice [0..1]
<allDayEvent> true </allDayEvent> [1]
<startTime> HourMinute </startTime> [1]
<endTime> HourMinute </endTime> [1]
End Choice
<endDate> xs:date </endDate> [0..1]
<recurrence> Recurrence </recurrence> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemScheduleModifyEventRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="scheduleKey" type=" ScheduleKey "/>
<xs:element name="eventName" type=" EventName "/>
<xs:element name="newEventName" type=" EventName " minOccurs="0"/>
<xs:element name="startDate" type=" xs:date " minOccurs="0"/>
<xs:choice minOccurs="0">
<xs:element name="allDayEvent" type=" xs:boolean " fixed="true"/>
<xs:sequence>
<xs:element name="startTime" type=" HourMinute "/>
<xs:element name="endTime" type=" HourMinute "/>
</xs:sequence>
</xs:choice>
<xs:element name="endDate" type=" xs:date " minOccurs="0"/>
<xs:element name="recurrence" type=" Recurrence " minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemScheduleModifyRequest

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

Complex Type: SystemSelectiveServicesGetRequest18sp1

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

Complex Type: SystemSelectiveServicesGetResponse18sp1

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

Complex Type: SystemSelectiveServicesModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSelectiveServicesModifyRequest
Abstract no
Documentation Modify the system level data associated with SystemSelectiveServicesRequest. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<scheduleCombination> ScheduleCombinationType </scheduleCombination> [0..1]
<screenPrivateNumber> xs:boolean </screenPrivateNumber> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSelectiveServicesModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="scheduleCombination" type=" ScheduleCombinationType " minOccurs="0"/>
<xs:element name="screenPrivateNumber" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemServerAddressesGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemServerAddressesGetRequest
Abstract no
Documentation Request to get the list of Server Addresses. The response is either SystemServerAddressesGetResponse or ErrorResponse. See also: PrimaryInfoGetRequest PublicClusterGetFullyQualifiedDomainNameRequest
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="SystemServerAddressesGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemServerAddressesGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemServerAddressesGetResponse
Abstract no
Documentation Response to SystemServerAddressesGetRequest. Contains a list of system Server Addresses. See also: PrimaryInfoGetResponse PublicClusterGetFullyQualifiedDomainNameResponse ServingInfoGetResponse
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<webServerClusterPublicFQDN> NetAddress </webServerClusterPublicFQDN> [0..1]
<applicationServerClusterPrimaryPublicFQDN> NetAddress </applicationServerClusterPrimaryPublicFQDN> [0..1]
<applicationServerClusterSecondaryPublicFQDN> NetAddress </applicationServerClusterSecondaryPublicFQDN> [0..1]
<applicationServerClusterPrimaryPrivateFQDN> NetAddress </applicationServerClusterPrimaryPrivateFQDN> [0..1]
<applicationServerClusterSecondaryPrivateFQDN> NetAddress </applicationServerClusterSecondaryPrivateFQDN> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemServerAddressesGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="webServerClusterPublicFQDN" type=" NetAddress " minOccurs="0"/>
<xs:element name="applicationServerClusterPrimaryPublicFQDN" type=" NetAddress " minOccurs="0"/>
<xs:element name="applicationServerClusterSecondaryPublicFQDN" type=" NetAddress " minOccurs="0"/>
<xs:element name="applicationServerClusterPrimaryPrivateFQDN" type=" NetAddress " minOccurs="0"/>
<xs:element name="applicationServerClusterSecondaryPrivateFQDN" type=" NetAddress " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemServerAddressesModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemServerAddressesModifyRequest
Abstract no
Documentation Request to modify Server Addresses. 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. -->
<webServerClusterPublicFQDN> NetAddress </webServerClusterPublicFQDN> [0..1]
<applicationServerClusterPrimaryPublicFQDN> NetAddress </applicationServerClusterPrimaryPublicFQDN> [0..1]
<applicationServerClusterSecondaryPublicFQDN> NetAddress </applicationServerClusterSecondaryPublicFQDN> [0..1]
<applicationServerClusterPrimaryPrivateFQDN> NetAddress </applicationServerClusterPrimaryPrivateFQDN> [0..1]
<applicationServerClusterSecondaryPrivateFQDN> NetAddress </applicationServerClusterSecondaryPrivateFQDN> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemServerAddressesModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="webServerClusterPublicFQDN" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="applicationServerClusterPrimaryPublicFQDN" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="applicationServerClusterSecondaryPublicFQDN" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="applicationServerClusterPrimaryPrivateFQDN" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="applicationServerClusterSecondaryPrivateFQDN" type=" NetAddress " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemServiceActivationAccessCodeGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemServiceActivationAccessCodeGetRequest
Abstract no
Documentation Get the Service Activation Access Code system parameters. The response is either a SystemServiceActivationAccessCodeGetResponse 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="SystemServiceActivationAccessCodeGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemServiceActivationAccessCodeGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemServiceActivationAccessCodeGetResponse
Abstract no
Documentation Response to SystemServiceActivationAccessCodeGetRequest. Contains Service Activation Access Code system parameters.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive> xs:boolean </isActive> [1]
<terminatingAccessCode> ServiceActivationAccessCode </terminatingAccessCode> [0..1]
<redirectingAccessCode> ServiceActivationAccessCode </redirectingAccessCode> [0..1]
<clickToDialAccessCode> ServiceActivationAccessCode </clickToDialAccessCode> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemServiceActivationAccessCodeGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean "/>
<xs:element name="terminatingAccessCode" type=" ServiceActivationAccessCode " minOccurs="0"/>
<xs:element name="redirectingAccessCode" type=" ServiceActivationAccessCode " minOccurs="0"/>
<xs:element name="clickToDialAccessCode" type=" ServiceActivationAccessCode " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemServiceActivationAccessCodeModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemServiceActivationAccessCodeModifyRequest
Abstract no
Documentation Request to modify Service Activation Access Code 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. -->
<isActive> xs:boolean </isActive> [0..1]
<terminatingAccessCode> ServiceActivationAccessCode </terminatingAccessCode> [0..1]
<redirectingAccessCode> ServiceActivationAccessCode </redirectingAccessCode> [0..1]
<clickToDialAccessCode> ServiceActivationAccessCode </clickToDialAccessCode> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemServiceActivationAccessCodeModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="isActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="terminatingAccessCode" type=" ServiceActivationAccessCode " nillable="true" minOccurs="0"/>
<xs:element name="redirectingAccessCode" type=" ServiceActivationAccessCode " nillable="true" minOccurs="0"/>
<xs:element name="clickToDialAccessCode" type=" ServiceActivationAccessCode " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemServiceCodeAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemServiceCodeAddRequest
Abstract no
Documentation Request to add a service code for the purpose of providing free format routable strings for dialing 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. -->
<serviceCode> ServiceCode </serviceCode> [1]
<description> ServiceCodeDescription </description> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemServiceCodeAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceCode" type=" ServiceCode "/>
<xs:element name="description" type=" ServiceCodeDescription "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemServiceCodeDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemServiceCodeDeleteRequest
Abstract no
Documentation Request to delete a service code for the purpose of providing free format routable strings for dialing 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. -->
<serviceCode> ServiceCode </serviceCode> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemServiceCodeDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceCode" type=" ServiceCode "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemServiceCodeGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemServiceCodeGetListRequest
Abstract no
Documentation Request to get all service codes that have been defined in the system. It is possible to search by various criteria to restrict the number of rows returned. Multiple search criteria are logically ANDed together. The response is either SystemServiceCodeGetListResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaServiceCode> SearchCriteriaServiceCode </searchCriteriaServiceCode> [0..*]
<searchCriteriaServiceCodeDescription> SearchCriteriaServiceCodeDescription </searchCriteriaServiceCodeDescription> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemServiceCodeGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaServiceCode" type=" SearchCriteriaServiceCode " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaServiceCodeDescription" type=" SearchCriteriaServiceCodeDescription " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemServiceCodeGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemServiceCodeGetListResponse
Abstract no
Documentation Response to SystemServiceCodeGetListRequest. Contains a table of defined service codes The column headings are: "Service Code", and "Description".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceCodeTable> core:OCITable </serviceCodeTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemServiceCodeGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceCodeTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemServiceCodeModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemServiceCodeModifyRequest
Abstract no
Documentation Request to modify service code. 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. -->
<serviceCode> ServiceCode </serviceCode> [1]
<description> ServiceCodeDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemServiceCodeModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceCode" type=" ServiceCode "/>
<xs:element name="description" type=" ServiceCodeDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemServiceControlParametersGetRequest

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

Complex Type: SystemServiceControlParametersGetResponse

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

Complex Type: SystemServiceControlParametersModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemServiceControlParametersModifyRequest
Abstract no
Documentation Request to modify Service Control 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. -->
<serverPort> Port1025 </serverPort> [0..1]
<maxClientConnections> ServiceControlMaxClientConnections </maxClientConnections> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemServiceControlParametersModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serverPort" type=" Port1025 " minOccurs="0"/>
<xs:element name="maxClientConnections" type=" ServiceControlMaxClientConnections " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSessionAdmissionControlGetRequest

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

Complex Type: SystemSessionAdmissionControlGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSessionAdmissionControlGetResponse
Abstract no
Documentation Response to the SystemSessionAdmissionControlGetRequest. The response contains the session admission control settings for the system.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<countLongConnectionsToMediaServer> xs:boolean </countLongConnectionsToMediaServer> [1]
<sacHandlingForMoH> SessionAdmissionControlForMusicOnHoldType </sacHandlingForMoH> [1]
<blockVMDepositDueToSACLimits> xs:boolean </blockVMDepositDueToSACLimits> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSessionAdmissionControlGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="countLongConnectionsToMediaServer" type=" xs:boolean "/>
<xs:element name="sacHandlingForMoH" type=" SessionAdmissionControlForMusicOnHoldType "/>
<xs:element name="blockVMDepositDueToSACLimits" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSessionAdmissionControlModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSessionAdmissionControlModifyRequest
Abstract no
Documentation Modify the session admission control settings for the system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<countLongConnectionsToMediaServer> xs:boolean </countLongConnectionsToMediaServer> [0..1]
<sacHandlingForMoH> SessionAdmissionControlForMusicOnHoldType </sacHandlingForMoH> [0..1]
<blockVMDepositDueToSACLimits> xs:boolean </blockVMDepositDueToSACLimits> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSessionAdmissionControlModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="countLongConnectionsToMediaServer" type=" xs:boolean " minOccurs="0"/>
<xs:element name="sacHandlingForMoH" type=" SessionAdmissionControlForMusicOnHoldType " minOccurs="0"/>
<xs:element name="blockVMDepositDueToSACLimits" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSessionAuditGetRequest17sp3

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

Complex Type: SystemSessionAuditGetResponse17sp3

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

Complex Type: SystemSessionAuditModifyRequest14sp3

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSessionAuditModifyRequest14sp3
Abstract no
Documentation Modify the system level data associated with session audit. 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. -->
<isAuditActive> xs:boolean </isAuditActive> [0..1]
<auditIntervalSeconds> SessionAuditIntervalSeconds </auditIntervalSeconds> [0..1]
<auditTimeoutSeconds> SessionAuditTimeoutPeriodSeconds </auditTimeoutSeconds> [0..1]
<releaseCallOnAuditFailure> xs:boolean </releaseCallOnAuditFailure> [0..1]
<isSIPRefreshAllowedOnAudit> xs:boolean </isSIPRefreshAllowedOnAudit> [0..1]
<allowUpdateForSIPRefresh> xs:boolean </allowUpdateForSIPRefresh> [0..1]
<isSIPSessionTimerActive> xs:boolean </isSIPSessionTimerActive> [0..1]
<sipSessionExpiresMinimumSeconds> SIPSessionExpiresMinimumSeconds </sipSessionExpiresMinimumSeconds> [0..1]
<enforceSIPSessionExpiresMaximum> xs:boolean </enforceSIPSessionExpiresMaximum> [0..1]
<sipSessionExpiresMaximumSeconds> SIPSessionExpiresMaximumSeconds </sipSessionExpiresMaximumSeconds> [0..1]
<sipSessionExpiresTimerSeconds> SIPSessionExpiresTimerSeconds </sipSessionExpiresTimerSeconds> [0..1]
<alwaysUseSessionTimerWhenSupported> xs:boolean </alwaysUseSessionTimerWhenSupported> [0..1]
<preferredSessionTimerRefresher> SessionTimerRefresher </preferredSessionTimerRefresher> [0..1]
<enableEmergencyCallAlarmTimer> xs:boolean </enableEmergencyCallAlarmTimer> [0..1]
<emergencyCallAlarmMinutes> EmergencyCallAlarmMinutes </emergencyCallAlarmMinutes> [0..1]
<enableEmergencyCallCleanupTimer> xs:boolean </enableEmergencyCallCleanupTimer> [0..1]
<emergencyCallCleanupMinutes> EmergencyCallCleanupMinutes </emergencyCallCleanupMinutes> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSessionAuditModifyRequest14sp3">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="isAuditActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="auditIntervalSeconds" type=" SessionAuditIntervalSeconds " minOccurs="0"/>
<xs:element name="auditTimeoutSeconds" type=" SessionAuditTimeoutPeriodSeconds " minOccurs="0"/>
<xs:element name="releaseCallOnAuditFailure" type=" xs:boolean " minOccurs="0"/>
<xs:element name="isSIPRefreshAllowedOnAudit" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowUpdateForSIPRefresh" type=" xs:boolean " minOccurs="0"/>
<xs:element name="isSIPSessionTimerActive" type=" xs:boolean " minOccurs="0"/>
<xs:element name="sipSessionExpiresMinimumSeconds" type=" SIPSessionExpiresMinimumSeconds " minOccurs="0"/>
<xs:element name="enforceSIPSessionExpiresMaximum" type=" xs:boolean " minOccurs="0"/>
<xs:element name="sipSessionExpiresMaximumSeconds" type=" SIPSessionExpiresMaximumSeconds " minOccurs="0"/>
<xs:element name="sipSessionExpiresTimerSeconds" type=" SIPSessionExpiresTimerSeconds " minOccurs="0"/>
<xs:element name="alwaysUseSessionTimerWhenSupported" type=" xs:boolean " minOccurs="0"/>
<xs:element name="preferredSessionTimerRefresher" type=" SessionTimerRefresher " minOccurs="0"/>
<xs:element name="enableEmergencyCallAlarmTimer" type=" xs:boolean " minOccurs="0"/>
<xs:element name="emergencyCallAlarmMinutes" type=" EmergencyCallAlarmMinutes " minOccurs="0"/>
<xs:element name="enableEmergencyCallCleanupTimer" type=" xs:boolean " minOccurs="0"/>
<xs:element name="emergencyCallCleanupMinutes" type=" EmergencyCallCleanupMinutes " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemShInterfaceParametersGetRequest17

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

Complex Type: SystemShInterfaceParametersGetResponse17

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

Complex Type: SystemShInterfaceParametersModifyRequest17

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

Complex Type: SystemShInterfaceRefreshTaskGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemShInterfaceRefreshTaskGetRequest
Abstract no
Documentation Retrieves the status of the system refresh task on the local Application Server node. The response is either a SystemShInterfaceRefreshTaskGetResponse 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="SystemShInterfaceRefreshTaskGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemShInterfaceRefreshTaskGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemShInterfaceRefreshTaskGetResponse
Abstract no
Documentation Response to SystemShInterfaceRefreshTaskGetRequest. Provides the status of the system refresh task. If isRunning is false, numberPublicIdentityRefreshStarted and numberPublicIdentities are omitted. If isRunning is true, numberPublicIdentities indicates the total number of public identities in the system that will be refreshed by the system refresh task; numberPublicIdentityRefreshesStarted indicates the total number of public identities for which a refresh has been started.
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isRunning> xs:boolean </isRunning> [1]
<numberPublicIdentityRefreshesStarted> xs:int </numberPublicIdentityRefreshesStarted> [0..1]
<numberPublicIdentities> xs:int </numberPublicIdentities> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemShInterfaceRefreshTaskGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isRunning" type=" xs:boolean "/>
<xs:element name="numberPublicIdentityRefreshesStarted" type=" xs:int " minOccurs="0"/>
<xs:element name="numberPublicIdentities" type=" xs:int " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemShInterfaceRefreshTaskStartRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemShInterfaceRefreshTaskStartRequest
Abstract no
Documentation Dispatches the system refresh task on the local Application Server node. At most one instance of the system refresh task may run on an Application Server node at a given point in time. If the system refresh task is already running when this request is made, an ErrorResponse is returned. 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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemShInterfaceRefreshTaskStartRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemShInterfaceRefreshTaskTerminateRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemShInterfaceRefreshTaskTerminateRequest
Abstract no
Documentation Terminates the system refresh task in progress on the local Application Server node. 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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemShInterfaceRefreshTaskTerminateRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPAddACLEntryRequest14sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPAddACLEntryRequest14sp2
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> IPAddress </netAddress> [1]
<transportProtocol> SIPACLTransportProtocol </transportProtocol> [1]
<description> NetworkACLEntryDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPAddACLEntryRequest14sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" IPAddress "/>
<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: SystemSIPAddContentTypeRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPAddContentTypeRequest
Abstract no
Documentation Add a content type for the SIP interface. 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. -->
<contentType> SystemSIPContentType </contentType> [1]
<interface> SystemSIPSupportedInterface </interface> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPAddContentTypeRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="contentType" type=" SystemSIPContentType "/>
<xs:element name="interface" type=" SystemSIPSupportedInterface "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPAuthenticationEndpointLockoutClearRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPAuthenticationEndpointLockoutClearRequest
Abstract no
Documentation Request to clear sip authentication endpoint lockouts in the system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<userEndpointKey> UserEndpointKey </userEndpointKey> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPAuthenticationEndpointLockoutClearRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userEndpointKey" type=" UserEndpointKey " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPAuthenticationEndpointLockoutGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPAuthenticationEndpointLockoutGetRequest
Abstract no
Documentation Request to get sip authentication endpoint lockout data in the system. The response is either a SystemSIPAuthenticationEndpointLockoutGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaServiceProviderId> SearchCriteriaServiceProviderId </searchCriteriaServiceProviderId> [0..*]
<searchCriteriaExactOrganizationType> SearchCriteriaExactOrganizationType </searchCriteriaExactOrganizationType> [0..1]
<searchCriteriaGroupId> SearchCriteriaGroupId </searchCriteriaGroupId> [0..*]
<searchCriteriaLinePortUserPart> SearchCriteriaLinePortUserPart </searchCriteriaLinePortUserPart> [0..*]
<searchCriteriaLinePortDomain> SearchCriteriaLinePortDomain </searchCriteriaLinePortDomain> [0..*]
<searchCriteriaUserLastName> SearchCriteriaUserLastName </searchCriteriaUserLastName> [0..*]
<searchCriteriaUserFirstName> SearchCriteriaUserFirstName </searchCriteriaUserFirstName> [0..*]
<searchCriteriaUserId> SearchCriteriaUserId </searchCriteriaUserId> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPAuthenticationEndpointLockoutGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaServiceProviderId" type=" SearchCriteriaServiceProviderId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactOrganizationType" type=" SearchCriteriaExactOrganizationType " minOccurs="0"/>
<xs:element name="searchCriteriaGroupId" type=" SearchCriteriaGroupId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaLinePortUserPart" type=" SearchCriteriaLinePortUserPart " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaLinePortDomain" type=" SearchCriteriaLinePortDomain " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaUserLastName" type=" SearchCriteriaUserLastName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaUserFirstName" type=" SearchCriteriaUserFirstName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaUserId" type=" SearchCriteriaUserId " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPAuthenticationEndpointLockoutGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPAuthenticationEndpointLockoutGetResponse
Abstract no
Documentation Response to SystemSIPAuthenticationEndpointLockoutGetRequest. The column headings for the lockoutTable are: "Organization Id", "Organization Type", "Group Id", "Line/Port", "User ID", "First Name", "Last Name", "Lockout Started", "Lockout Expires", "Lockout Count". Lockout times are shown in the system GMT time. When a permanent lockout is shown, the "Lockout Expires" column is empty and the "Lockout Count" column contains the word Permanent.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<lockoutTable> core:OCITable </lockoutTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPAuthenticationEndpointLockoutGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="lockoutTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPAuthenticationLockoutClearAllRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPAuthenticationLockoutClearAllRequest
Abstract no
Documentation Request to clear all sip authentication lockouts (both endpoint and trunk group) in the system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemSIPAuthenticationLockoutClearAllRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPAuthenticationPasswordRulesGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPAuthenticationPasswordRulesGetRequest
Abstract no
Documentation Request to get the system level SIP authentication password rule settings. The response is either a SystemSIPAuthenticationPasswordRulesGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemSIPAuthenticationPasswordRulesGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPAuthenticationPasswordRulesGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPAuthenticationPasswordRulesGetResponse
Abstract no
Documentation Response to SystemSIPAuthenticationPasswordRulesGetRequest. Contains the SIP authentication password rules for the system.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<disallowAuthenticationName> xs:boolean </disallowAuthenticationName> [1]
<disallowOldPassword> xs:boolean </disallowOldPassword> [1]
<disallowReversedOldPassword> xs:boolean </disallowReversedOldPassword> [1]
<restrictMinDigits> xs:boolean </restrictMinDigits> [1]
<minDigits> PasswordMinDigits </minDigits> [1]
<restrictMinUpperCaseLetters> xs:boolean </restrictMinUpperCaseLetters> [1]
<minUpperCaseLetters> PasswordMinUpperCaseLetters </minUpperCaseLetters> [1]
<restrictMinLowerCaseLetters> xs:boolean </restrictMinLowerCaseLetters> [1]
<minLowerCaseLetters> PasswordMinLowerCaseLetters </minLowerCaseLetters> [1]
<restrictMinNonAlphanumericCharacters> xs:boolean </restrictMinNonAlphanumericCharacters> [1]
<minNonAlphanumericCharacters> PasswordMinNonAlphanumericCharacters </minNonAlphanumericCharacters> [1]
<minLength> PasswordMinLength </minLength> [1]
<sendPermanentLockoutNotification> xs:boolean </sendPermanentLockoutNotification> [1]
<permanentLockoutNotifyEmailAddress> EmailAddress </permanentLockoutNotifyEmailAddress> [0..1]
<endpointAuthenticationLockoutType> AuthenticationLockoutType </endpointAuthenticationLockoutType> [1]
<endpointTemporaryLockoutThreshold> AuthenticationTemporaryLockoutThreshold </endpointTemporaryLockoutThreshold> [1]
<endpointWaitAlgorithm> AuthenticationLockoutWaitAlgorithmType </endpointWaitAlgorithm> [1]
<endpointLockoutFixedMinutes> AuthenticationLockoutFixedWaitTimeMinutes </endpointLockoutFixedMinutes> [1]
<endpointPermanentLockoutThreshold> AuthenticationPermanentLockoutThreshold </endpointPermanentLockoutThreshold> [1]
<trunkGroupAuthenticationLockoutType> AuthenticationLockoutType </trunkGroupAuthenticationLockoutType> [1]
<trunkGroupTemporaryLockoutThreshold> AuthenticationTemporaryLockoutThreshold </trunkGroupTemporaryLockoutThreshold> [1]
<trunkGroupWaitAlgorithm> AuthenticationLockoutWaitAlgorithmType </trunkGroupWaitAlgorithm> [1]
<trunkGroupLockoutFixedMinutes> AuthenticationLockoutFixedWaitTimeMinutes </trunkGroupLockoutFixedMinutes> [1]
<trunkGroupPermanentLockoutThreshold> AuthenticationPermanentLockoutThreshold </trunkGroupPermanentLockoutThreshold> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPAuthenticationPasswordRulesGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="disallowAuthenticationName" type=" xs:boolean "/>
<xs:element name="disallowOldPassword" type=" xs:boolean "/>
<xs:element name="disallowReversedOldPassword" type=" xs:boolean "/>
<xs:element name="restrictMinDigits" type=" xs:boolean "/>
<xs:element name="minDigits" type=" PasswordMinDigits "/>
<xs:element name="restrictMinUpperCaseLetters" type=" xs:boolean "/>
<xs:element name="minUpperCaseLetters" type=" PasswordMinUpperCaseLetters "/>
<xs:element name="restrictMinLowerCaseLetters" type=" xs:boolean "/>
<xs:element name="minLowerCaseLetters" type=" PasswordMinLowerCaseLetters "/>
<xs:element name="restrictMinNonAlphanumericCharacters" type=" xs:boolean "/>
<xs:element name="minNonAlphanumericCharacters" type=" PasswordMinNonAlphanumericCharacters "/>
<xs:element name="minLength" type=" PasswordMinLength "/>
<xs:element name="sendPermanentLockoutNotification" type=" xs:boolean "/>
<xs:element name="permanentLockoutNotifyEmailAddress" type=" EmailAddress " minOccurs="0"/>
<xs:element name="endpointAuthenticationLockoutType" type=" AuthenticationLockoutType "/>
<xs:element name="endpointTemporaryLockoutThreshold" type=" AuthenticationTemporaryLockoutThreshold "/>
<xs:element name="endpointWaitAlgorithm" type=" AuthenticationLockoutWaitAlgorithmType "/>
<xs:element name="endpointLockoutFixedMinutes" type=" AuthenticationLockoutFixedWaitTimeMinutes "/>
<xs:element name="endpointPermanentLockoutThreshold" type=" AuthenticationPermanentLockoutThreshold "/>
<xs:element name="trunkGroupAuthenticationLockoutType" type=" AuthenticationLockoutType "/>
<xs:element name="trunkGroupTemporaryLockoutThreshold" type=" AuthenticationTemporaryLockoutThreshold "/>
<xs:element name="trunkGroupWaitAlgorithm" type=" AuthenticationLockoutWaitAlgorithmType "/>
<xs:element name="trunkGroupLockoutFixedMinutes" type=" AuthenticationLockoutFixedWaitTimeMinutes "/>
<xs:element name="trunkGroupPermanentLockoutThreshold" type=" AuthenticationPermanentLockoutThreshold "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPAuthenticationPasswordRulesModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPAuthenticationPasswordRulesModifyRequest
Abstract no
Documentation Request to modify the system level SIP authentication password rule settings 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. -->
<disallowAuthenticationName> xs:boolean </disallowAuthenticationName> [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]
<sendPermanentLockoutNotification> xs:boolean </sendPermanentLockoutNotification> [0..1]
<permanentLockoutNotifyEmailAddress> EmailAddress </permanentLockoutNotifyEmailAddress> [0..1]
<endpointAuthenticationLockoutType> AuthenticationLockoutType </endpointAuthenticationLockoutType> [0..1]
<endpointTemporaryLockoutThreshold> AuthenticationTemporaryLockoutThreshold </endpointTemporaryLockoutThreshold> [0..1]
<endpointWaitAlgorithm> AuthenticationLockoutWaitAlgorithmType </endpointWaitAlgorithm> [0..1]
<endpointLockoutFixedMinutes> AuthenticationLockoutFixedWaitTimeMinutes </endpointLockoutFixedMinutes> [0..1]
<endpointPermanentLockoutThreshold> AuthenticationPermanentLockoutThreshold </endpointPermanentLockoutThreshold> [0..1]
<trunkGroupAuthenticationLockoutType> AuthenticationLockoutType </trunkGroupAuthenticationLockoutType> [0..1]
<trunkGroupTemporaryLockoutThreshold> AuthenticationTemporaryLockoutThreshold </trunkGroupTemporaryLockoutThreshold> [0..1]
<trunkGroupWaitAlgorithm> AuthenticationLockoutWaitAlgorithmType </trunkGroupWaitAlgorithm> [0..1]
<trunkGroupLockoutFixedMinutes> AuthenticationLockoutFixedWaitTimeMinutes </trunkGroupLockoutFixedMinutes> [0..1]
<trunkGroupPermanentLockoutThreshold> AuthenticationPermanentLockoutThreshold </trunkGroupPermanentLockoutThreshold> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPAuthenticationPasswordRulesModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="disallowAuthenticationName" 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="sendPermanentLockoutNotification" type=" xs:boolean " minOccurs="0"/>
<xs:element name="permanentLockoutNotifyEmailAddress" type=" EmailAddress " nillable="true" minOccurs="0"/>
<xs:element name="endpointAuthenticationLockoutType" type=" AuthenticationLockoutType " minOccurs="0"/>
<xs:element name="endpointTemporaryLockoutThreshold" type=" AuthenticationTemporaryLockoutThreshold " minOccurs="0"/>
<xs:element name="endpointWaitAlgorithm" type=" AuthenticationLockoutWaitAlgorithmType " minOccurs="0"/>
<xs:element name="endpointLockoutFixedMinutes" type=" AuthenticationLockoutFixedWaitTimeMinutes " minOccurs="0"/>
<xs:element name="endpointPermanentLockoutThreshold" type=" AuthenticationPermanentLockoutThreshold " minOccurs="0"/>
<xs:element name="trunkGroupAuthenticationLockoutType" type=" AuthenticationLockoutType " minOccurs="0"/>
<xs:element name="trunkGroupTemporaryLockoutThreshold" type=" AuthenticationTemporaryLockoutThreshold " minOccurs="0"/>
<xs:element name="trunkGroupWaitAlgorithm" type=" AuthenticationLockoutWaitAlgorithmType " minOccurs="0"/>
<xs:element name="trunkGroupLockoutFixedMinutes" type=" AuthenticationLockoutFixedWaitTimeMinutes " minOccurs="0"/>
<xs:element name="trunkGroupPermanentLockoutThreshold" type=" AuthenticationPermanentLockoutThreshold " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPAuthenticationTrunkGroupLockoutClearRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPAuthenticationTrunkGroupLockoutClearRequest
Abstract no
Documentation Request to clear sip authentication trunk group lockouts in the system. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<trunkGroupkey> TrunkGroupKey </trunkGroupkey> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPAuthenticationTrunkGroupLockoutClearRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="trunkGroupkey" type=" TrunkGroupKey " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPAuthenticationTrunkGroupLockoutGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPAuthenticationTrunkGroupLockoutGetRequest
Abstract no
Documentation Request to get sip authentication trunk group lockout data in the system. The response is either a SystemSIPAuthenticationTrunkGroupLockoutGetResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaServiceProviderId> SearchCriteriaServiceProviderId </searchCriteriaServiceProviderId> [0..*]
<searchCriteriaExactOrganizationType> SearchCriteriaExactOrganizationType </searchCriteriaExactOrganizationType> [0..1]
<searchCriteriaGroupId> SearchCriteriaGroupId </searchCriteriaGroupId> [0..*]
<searchCriteriaTrunkGroupName> SearchCriteriaTrunkGroupName </searchCriteriaTrunkGroupName> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPAuthenticationTrunkGroupLockoutGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaServiceProviderId" type=" SearchCriteriaServiceProviderId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactOrganizationType" type=" SearchCriteriaExactOrganizationType " minOccurs="0"/>
<xs:element name="searchCriteriaGroupId" type=" SearchCriteriaGroupId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaTrunkGroupName" type=" SearchCriteriaTrunkGroupName " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPAuthenticationTrunkGroupLockoutGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPAuthenticationTrunkGroupLockoutGetResponse
Abstract no
Documentation Response to SystemSIPAuthenticationTrunkGroupLockoutGetRequest. The column headings for the lockoutTable are: "Organization Id", "Organization Type", "Group Id", "Trunk Group Name", "Lockout Started", "Lockout Expires", "Lockout Count". Lockout times are shown in the system GMT time. When a permanent lockout is shown, the "Lockout Expires" column is empty and the "Lockout Count" column contains the word Permanent.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<lockoutTable> core:OCITable </lockoutTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPAuthenticationTrunkGroupLockoutGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="lockoutTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeleteACLEntryRequest14sp2

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

Complex Type: SystemSIPDeleteContentTypeRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeleteContentTypeRequest
Abstract no
Documentation Delete a content type for the SIP interface. 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. -->
<contentType> SystemSIPContentType </contentType> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeleteContentTypeRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="contentType" type=" SystemSIPContentType "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceFileApplyExtendedCaptureToAllDeviceProfilesRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceFileApplyExtendedCaptureToAllDeviceProfilesRequest
Abstract no
Documentation Request to apply an extended file capture value to all the profile instances associated to a sip device type file. The response is either SuccessResponse or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceType> AccessDeviceType </deviceType> [1]
<fileFormat> DeviceManagementFileFormat </fileFormat> [1]
<extendedCaptureOnUploadFromDevice> xs:boolean </extendedCaptureOnUploadFromDevice> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceFileApplyExtendedCaptureToAllDeviceProfilesRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="fileFormat" type=" DeviceManagementFileFormat "/>
<xs:element name="extendedCaptureOnUploadFromDevice" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeAddRequest20

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeAddRequest20
Abstract no
Documentation Request to add a sip device type. The response is either SuccessResponse or ErrorResponse. The following elements are only used in HSS data mode: enable3G4GContinuity, use value "false" in AS data mode The following elements are only used in AS data mode: holdAnnouncementMethod, use value "useInactive" in HSS data mode supportRFC3398, use value "false" in HSS data mode supportClientSessionInfo, use value "false" in HSS data mode supportCallInfoConferenceSubscriptionURI, use value "false" in HSS data mode supportRemotePartyInfo, use value "false" in HSS data mode The following element values are only applicable in AS data mode: holdNormalization=useRfc3264Hold will raise an error in HSS data mode
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. -->
<deviceType> AccessDeviceType </deviceType> [1]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<profile> SignalingAddressType </profile> [1]
<registrationCapable> xs:boolean </registrationCapable> [1]
<isConferenceDevice> xs:boolean </isConferenceDevice> [1]
<isMobilityManagerDevice> xs:boolean </isMobilityManagerDevice> [1]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<holdNormalization> HoldNormalizationMode </holdNormalization> [1]
<holdAnnouncementMethod> HoldAnnouncementMethodMode </holdAnnouncementMethod> [1]
<isTrusted> xs:boolean </isTrusted> [1]
<E164Capable> xs:boolean </E164Capable> [1]
<routeAdvance> xs:boolean </routeAdvance> [1]
<forwardingOverride> xs:boolean </forwardingOverride> [1]
<wirelessIntegration> xs:boolean </wirelessIntegration> [1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptions16sp1 </cpeDeviceOptions> [0..1]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [1]
<requiresBroadWorksDigitCollection> xs:boolean </requiresBroadWorksDigitCollection> [1]
<requiresBroadWorksCallWaitingTone> xs:boolean </requiresBroadWorksCallWaitingTone> [1]
<requiresMWISubscription> xs:boolean </requiresMWISubscription> [1]
<useHistoryInfoHeaderOnAccessSide> xs:boolean </useHistoryInfoHeaderOnAccessSide> [1]
<adviceOfChargeCapable> xs:boolean </adviceOfChargeCapable> [1]
<resetEvent> AccessDeviceResetEvent </resetEvent> [0..1]
<supportCallCenterMIMEType> xs:boolean </supportCallCenterMIMEType> [1]
<trunkMode> TrunkMode </trunkMode> [1]
<addPCalledPartyId> xs:boolean </addPCalledPartyId> [1]
<supportIdentityInUpdateAndReInvite> xs:boolean </supportIdentityInUpdateAndReInvite> [1]
<unscreenedPresentationIdentityPolicy> UnscreenedPresentationIdentityPolicy </unscreenedPresentationIdentityPolicy> [1]
<enable3G4GContinuity> xs:boolean </enable3G4GContinuity> [1]
<supportEmergencyDisconnectControl> xs:boolean </supportEmergencyDisconnectControl> [1]
<deviceTypeConfigurationOption> DeviceTypeConfigurationOptionType </deviceTypeConfigurationOption> [1]
<supportRFC3398> xs:boolean </supportRFC3398> [1]
<staticLineOrdering> xs:boolean </staticLineOrdering> [1]
<supportClientSessionInfo> xs:boolean </supportClientSessionInfo> [1]
<supportCallInfoConferenceSubscriptionURI> xs:boolean </supportCallInfoConferenceSubscriptionURI> [1]
<supportRemotePartyInfo> xs:boolean </supportRemotePartyInfo> [1]
<supportVisualDeviceManagement> xs:boolean </supportVisualDeviceManagement> [1]
<bypassMediaTreatment> xs:boolean </bypassMediaTreatment> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeAddRequest20">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="profile" type=" SignalingAddressType "/>
<xs:element name="registrationCapable" type=" xs:boolean "/>
<xs:element name="isConferenceDevice" type=" xs:boolean "/>
<xs:element name="isMobilityManagerDevice" type=" xs:boolean "/>
<xs:element name="isMusicOnHoldDevice" type=" xs:boolean "/>
<xs:element name="holdNormalization" type=" HoldNormalizationMode "/>
<xs:element name="holdAnnouncementMethod" type=" HoldAnnouncementMethodMode "/>
<xs:element name="isTrusted" type=" xs:boolean "/>
<xs:element name="E164Capable" type=" xs:boolean "/>
<xs:element name="routeAdvance" type=" xs:boolean "/>
<xs:element name="forwardingOverride" type=" xs:boolean "/>
<xs:element name="wirelessIntegration" type=" xs:boolean "/>
<xs:element name="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptions16sp1 " minOccurs="0"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
<xs:element name="authenticateRefer" type=" xs:boolean "/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean "/>
<xs:element name="authenticationMode" type=" AuthenticationMode "/>
<xs:element name="requiresBroadWorksDigitCollection" type=" xs:boolean "/>
<xs:element name="requiresBroadWorksCallWaitingTone" type=" xs:boolean "/>
<xs:element name="requiresMWISubscription" type=" xs:boolean "/>
<xs:element name="useHistoryInfoHeaderOnAccessSide" type=" xs:boolean "/>
<xs:element name="adviceOfChargeCapable" type=" xs:boolean "/>
<xs:element name="resetEvent" type=" AccessDeviceResetEvent " minOccurs="0"/>
<xs:element name="supportCallCenterMIMEType" type=" xs:boolean "/>
<xs:element name="trunkMode" type=" TrunkMode "/>
<xs:element name="addPCalledPartyId" type=" xs:boolean "/>
<xs:element name="supportIdentityInUpdateAndReInvite" type=" xs:boolean "/>
<xs:element name="unscreenedPresentationIdentityPolicy" type=" UnscreenedPresentationIdentityPolicy "/>
<xs:element name="enable3G4GContinuity" type=" xs:boolean "/>
<xs:element name="supportEmergencyDisconnectControl" type=" xs:boolean "/>
<xs:element name="deviceTypeConfigurationOption" type=" DeviceTypeConfigurationOptionType "/>
<xs:element name="supportRFC3398" type=" xs:boolean "/>
<xs:element name="staticLineOrdering" type=" xs:boolean "/>
<xs:element name="supportClientSessionInfo" type=" xs:boolean "/>
<xs:element name="supportCallInfoConferenceSubscriptionURI" type=" xs:boolean "/>
<xs:element name="supportRemotePartyInfo" type=" xs:boolean "/>
<xs:element name="supportVisualDeviceManagement" type=" xs:boolean "/>
<xs:element name="bypassMediaTreatment" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeDeleteRequest
Abstract no
Documentation Request to delete 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]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeDeleteRequest">
<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: SystemSIPDeviceTypeFileAddRequest20

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

Complex Type: SystemSIPDeviceTypeFileDeleteRequest14sp8

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

Complex Type: SystemSIPDeviceTypeFileGetListRequest14sp8

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeFileGetListRequest14sp8
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 SystemSIPDeviceTypeFileGetListResponse14sp8 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="SystemSIPDeviceTypeFileGetListRequest14sp8">
<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: SystemSIPDeviceTypeFileGetListResponse14sp8

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeFileGetListResponse14sp8
Abstract no
Documentation Response to SystemSIPDeviceTypeFileGetListRequest14sp8. Contains a table of device files managed by the Device Management System on a per-device type basis. The column headings are: "File Format", "Is Authenticated", "Access URL", "Repository URL", "Template URL".
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="SystemSIPDeviceTypeFileGetListResponse14sp8">
<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: SystemSIPDeviceTypeFileGetRequest20

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

Complex Type: SystemSIPDeviceTypeFileGetResponse20

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeFileGetResponse20
Abstract no
Documentation Response to SystemSIPDeviceTypeFileGetRequest20. Take note: 1. accessUrl may have undefined content. When it is the case, undefined content is put between []. It may also be set to "Error Access FQDN Not Provisioned" when the access FQDN is not set, or "Error Access Context Name Not Provisioned" when the context name is not set. 2. repositoryUrl may be set to "DEVICE_CONFIGURATION_FILE_REPOSITORY_MISSING", if there is no file repository defined.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<remoteFileFormat> DeviceManagementFileFormat </remoteFileFormat> [1]
<fileCategory> DeviceManagementFileCategory </fileCategory> [1]
<fileCustomization> DeviceManagementFileCustomization </fileCustomization> [1]
<fileSource> DeviceTypeFileEnhancedConfigurationMode </fileSource> [1]
<configurationFileName> AccessDeviceEnhancedConfigurationFileName </configurationFileName> [0..1]
<useHttpDigestAuthentication> xs:boolean </useHttpDigestAuthentication> [1]
<macBasedFileAuthentication> xs:boolean </macBasedFileAuthentication> [1]
<userNamePasswordFileAuthentication> xs:boolean </userNamePasswordFileAuthentication> [1]
<macInNonRequestURI> xs:boolean </macInNonRequestURI> [1]
<macFormatInNonRequestURI> DeviceManagementAccessURI </macFormatInNonRequestURI> [0..1]
<accessUrl> URL </accessUrl> [1]
<repositoryUrl> URL </repositoryUrl> [0..1]
<templateUrl> URL </templateUrl> [0..1]
<allowHttp> xs:boolean </allowHttp> [1]
<allowHttps> xs:boolean </allowHttps> [1]
<allowTftp> xs:boolean </allowTftp> [1]
<enableCaching> xs:boolean </enableCaching> [1]
<allowUploadFromDevice> xs:boolean </allowUploadFromDevice> [1]
<defaultExtendedFileCaptureMode> xs:boolean </defaultExtendedFileCaptureMode> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeFileGetResponse20">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="remoteFileFormat" type=" DeviceManagementFileFormat "/>
<xs:element name="fileCategory" type=" DeviceManagementFileCategory "/>
<xs:element name="fileCustomization" type=" DeviceManagementFileCustomization "/>
<xs:element name="fileSource" type=" DeviceTypeFileEnhancedConfigurationMode "/>
<xs:element name="configurationFileName" type=" AccessDeviceEnhancedConfigurationFileName " minOccurs="0"/>
<xs:element name="useHttpDigestAuthentication" type=" xs:boolean "/>
<xs:element name="macBasedFileAuthentication" type=" xs:boolean "/>
<xs:element name="userNamePasswordFileAuthentication" type=" xs:boolean "/>
<xs:element name="macInNonRequestURI" type=" xs:boolean "/>
<xs:element name="macFormatInNonRequestURI" type=" DeviceManagementAccessURI " minOccurs="0"/>
<xs:element name="accessUrl" type=" URL "/>
<xs:element name="repositoryUrl" type=" URL " minOccurs="0"/>
<xs:element name="templateUrl" type=" URL " minOccurs="0"/>
<xs:element name="allowHttp" type=" xs:boolean "/>
<xs:element name="allowHttps" type=" xs:boolean "/>
<xs:element name="allowTftp" type=" xs:boolean "/>
<xs:element name="enableCaching" type=" xs:boolean "/>
<xs:element name="allowUploadFromDevice" type=" xs:boolean "/>
<xs:element name="defaultExtendedFileCaptureMode" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeFileModifyRequest16sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeFileModifyRequest16sp1
Abstract no
Documentation Request to modify a sip device type file. The response is either SuccessResponse or ErrorResponse. The following elements are only used in AS data mode: defaultExtendedFileCaptureMode
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceType> AccessDeviceType </deviceType> [1]
<fileFormat> DeviceManagementFileFormat </fileFormat> [1]
<fileCustomization> DeviceManagementFileCustomization </fileCustomization> [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]
<allowHttp> xs:boolean </allowHttp> [0..1]
<allowHttps> xs:boolean </allowHttps> [0..1]
<allowTftp> xs:boolean </allowTftp> [0..1]
<enableCaching> xs:boolean </enableCaching> [0..1]
<allowUploadFromDevice> xs:boolean </allowUploadFromDevice> [0..1]
<defaultExtendedFileCaptureMode> xs:boolean </defaultExtendedFileCaptureMode> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeFileModifyRequest16sp1">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="fileFormat" type=" DeviceManagementFileFormat "/>
<xs:element name="fileCustomization" type=" DeviceManagementFileCustomization " 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:element name="allowHttp" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowHttps" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowTftp" type=" xs:boolean " minOccurs="0"/>
<xs:element name="enableCaching" type=" xs:boolean " minOccurs="0"/>
<xs:element name="allowUploadFromDevice" type=" xs:boolean " minOccurs="0"/>
<xs:element name="defaultExtendedFileCaptureMode" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetListRequest
Abstract no
Documentation Request to get the list of sip device types in the system. See Also: SystemDeviceTypeGetAvailableListRequest14sp3. The response is either SystemSIPDeviceTypeGetListResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaDeviceType> SearchCriteriaDeviceType </searchCriteriaDeviceType> [0..*]
<searchCriteriaExactSignalingAddressType> SearchCriteriaExactSignalingAddressType </searchCriteriaExactSignalingAddressType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaDeviceType" type=" SearchCriteriaDeviceType " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactSignalingAddressType" type=" SearchCriteriaExactSignalingAddressType " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetListResponse
Abstract no
Documentation Response to SystemSIPDeviceTypeGetListRequest. Contains a table of identity/ device profile types configured in the system. The column headings are: "Device Type", "Profile", "Is Obsolete".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceTypeTable> core:OCITable </deviceTypeTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="deviceTypeTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeGetRequest20

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

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeGetResponse20
Abstract no
Documentation Response to SystemSIPDeviceTypeGetRequest20. The following elements are only used in AS data mode: holdAnnouncementMethod supportRFC3398 supportClientSessionInfo supportCallInfoConferenceSubscriptionURI supportRemotePartyInfo The following elements are only used in HSS data mode: enable3G4GContinuity The following element values are only applicable in AS data mode: holdNormalization=useRfc3264Hold
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<isObsolete> xs:boolean </isObsolete> [1]
<numberOfPorts> UnboundedPositiveInt </numberOfPorts> [1]
<profile> SignalingAddressType </profile> [1]
<registrationCapable> xs:boolean </registrationCapable> [1]
<isConferenceDevice> xs:boolean </isConferenceDevice> [1]
<isMobilityManagerDevice> xs:boolean </isMobilityManagerDevice> [1]
<isMusicOnHoldDevice> xs:boolean </isMusicOnHoldDevice> [1]
<holdNormalization> HoldNormalizationMode </holdNormalization> [1]
<holdAnnouncementMethod> HoldAnnouncementMethodMode </holdAnnouncementMethod> [1]
<isTrusted> xs:boolean </isTrusted> [1]
<E164Capable> xs:boolean </E164Capable> [1]
<routeAdvance> xs:boolean </routeAdvance> [1]
<forwardingOverride> xs:boolean </forwardingOverride> [1]
<wirelessIntegration> xs:boolean </wirelessIntegration> [1]
<webBasedConfigURL> WebBasedConfigURL </webBasedConfigURL> [0..1]
<isVideoCapable> xs:boolean </isVideoCapable> [1]
<PBXIntegration> xs:boolean </PBXIntegration> [1]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [1]
<cpeDeviceOptions> CPEDeviceOptionsRead16sp1 </cpeDeviceOptions> [0..1]
<protocolChoice> AccessDeviceProtocol </protocolChoice> [1..*]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [1]
<authenticateRefer> xs:boolean </authenticateRefer> [1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [1]
<authenticationMode> AuthenticationMode </authenticationMode> [1]
<requiresBroadWorksDigitCollection> xs:boolean </requiresBroadWorksDigitCollection> [1]
<requiresBroadWorksCallWaitingTone> xs:boolean </requiresBroadWorksCallWaitingTone> [1]
<requiresMWISubscription> xs:boolean </requiresMWISubscription> [1]
<useHistoryInfoHeaderOnAccessSide> xs:boolean </useHistoryInfoHeaderOnAccessSide> [1]
<adviceOfChargeCapable> xs:boolean </adviceOfChargeCapable> [1]
<resetEvent> AccessDeviceResetEvent </resetEvent> [0..1]
<supportCallCenterMIMEType> xs:boolean </supportCallCenterMIMEType> [1]
<trunkMode> TrunkMode </trunkMode> [1]
<addPCalledPartyId> xs:boolean </addPCalledPartyId> [1]
<supportIdentityInUpdateAndReInvite> xs:boolean </supportIdentityInUpdateAndReInvite> [1]
<unscreenedPresentationIdentityPolicy> UnscreenedPresentationIdentityPolicy </unscreenedPresentationIdentityPolicy> [1]
<enable3G4GContinuity> xs:boolean </enable3G4GContinuity> [1]
<supportEmergencyDisconnectControl> xs:boolean </supportEmergencyDisconnectControl> [1]
<deviceTypeConfigurationOption> DeviceTypeConfigurationOptionType </deviceTypeConfigurationOption> [1]
<supportRFC3398> xs:boolean </supportRFC3398> [1]
<staticLineOrdering> xs:boolean </staticLineOrdering> [1]
<supportClientSessionInfo> xs:boolean </supportClientSessionInfo> [1]
<supportCallInfoConferenceSubscriptionURI> xs:boolean </supportCallInfoConferenceSubscriptionURI> [1]
<supportRemotePartyInfo> xs:boolean </supportRemotePartyInfo> [1]
<supportVisualDeviceManagement> xs:boolean </supportVisualDeviceManagement> [1]
<bypassMediaTreatment> xs:boolean </bypassMediaTreatment> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeGetResponse20">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="isObsolete" type=" xs:boolean "/>
<xs:element name="numberOfPorts" type=" UnboundedPositiveInt "/>
<xs:element name="profile" type=" SignalingAddressType "/>
<xs:element name="registrationCapable" type=" xs:boolean "/>
<xs:element name="isConferenceDevice" type=" xs:boolean "/>
<xs:element name="isMobilityManagerDevice" type=" xs:boolean "/>
<xs:element name="isMusicOnHoldDevice" type=" xs:boolean "/>
<xs:element name="holdNormalization" type=" HoldNormalizationMode "/>
<xs:element name="holdAnnouncementMethod" type=" HoldAnnouncementMethodMode "/>
<xs:element name="isTrusted" type=" xs:boolean "/>
<xs:element name="E164Capable" type=" xs:boolean "/>
<xs:element name="routeAdvance" type=" xs:boolean "/>
<xs:element name="forwardingOverride" type=" xs:boolean "/>
<xs:element name="wirelessIntegration" type=" xs:boolean "/>
<xs:element name="webBasedConfigURL" type=" WebBasedConfigURL " minOccurs="0"/>
<xs:element name="isVideoCapable" type=" xs:boolean "/>
<xs:element name="PBXIntegration" type=" xs:boolean "/>
<xs:element name="staticRegistrationCapable" type=" xs:boolean "/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceOptionsRead16sp1 " minOccurs="0"/>
<xs:element name="protocolChoice" type=" AccessDeviceProtocol " maxOccurs="unbounded"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType "/>
<xs:element name="authenticateRefer" type=" xs:boolean "/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean "/>
<xs:element name="authenticationMode" type=" AuthenticationMode "/>
<xs:element name="requiresBroadWorksDigitCollection" type=" xs:boolean "/>
<xs:element name="requiresBroadWorksCallWaitingTone" type=" xs:boolean "/>
<xs:element name="requiresMWISubscription" type=" xs:boolean "/>
<xs:element name="useHistoryInfoHeaderOnAccessSide" type=" xs:boolean "/>
<xs:element name="adviceOfChargeCapable" type=" xs:boolean "/>
<xs:element name="resetEvent" type=" AccessDeviceResetEvent " minOccurs="0"/>
<xs:element name="supportCallCenterMIMEType" type=" xs:boolean "/>
<xs:element name="trunkMode" type=" TrunkMode "/>
<xs:element name="addPCalledPartyId" type=" xs:boolean "/>
<xs:element name="supportIdentityInUpdateAndReInvite" type=" xs:boolean "/>
<xs:element name="unscreenedPresentationIdentityPolicy" type=" UnscreenedPresentationIdentityPolicy "/>
<xs:element name="enable3G4GContinuity" type=" xs:boolean "/>
<xs:element name="supportEmergencyDisconnectControl" type=" xs:boolean "/>
<xs:element name="deviceTypeConfigurationOption" type=" DeviceTypeConfigurationOptionType "/>
<xs:element name="supportRFC3398" type=" xs:boolean "/>
<xs:element name="staticLineOrdering" type=" xs:boolean "/>
<xs:element name="supportClientSessionInfo" type=" xs:boolean "/>
<xs:element name="supportCallInfoConferenceSubscriptionURI" type=" xs:boolean "/>
<xs:element name="supportRemotePartyInfo" type=" xs:boolean "/>
<xs:element name="supportVisualDeviceManagement" type=" xs:boolean "/>
<xs:element name="bypassMediaTreatment" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeLanguageMappingGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeLanguageMappingGetListRequest
Abstract no
Documentation Request to get the list of device language names mapped to BroadWorks language names, per-device type. The response is either SystemSIPDeviceTypeLanguageMappingGetListResponse 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="SystemSIPDeviceTypeLanguageMappingGetListRequest">
<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: SystemSIPDeviceTypeLanguageMappingGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeLanguageMappingGetListResponse
Abstract no
Documentation Response to SystemSIPDeviceTypeLanguageMappingGetListRequest. Contains a table of device type languages mapped to equivalent BroadWorks languages. The column headings are: "BroadWorks Language", "Device Language".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceTypeLanguagesTable> core:OCITable </deviceTypeLanguagesTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeLanguageMappingGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="deviceTypeLanguagesTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeLanguageMappingModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeLanguageMappingModifyRequest
Abstract no
Documentation Request to modify the device language name that is mapped to a BroadWorks language name. The request can be used to map many languages. 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]
<languageMapping> DeviceManagementLanguageMapping </languageMapping> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeLanguageMappingModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="languageMapping" type=" DeviceManagementLanguageMapping " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeModifyRequest18sp1

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeModifyRequest18sp1
Abstract no
Documentation Request to modify a sip device type. The response is either SuccessResponse or ErrorResponse. The following elements are not changeable: numberOfPorts SignalingAddressType isConferenceDevice isMusicOnHoldDevice isMobilityManagerDevice deviceTypeConfigurationOption staticLineOrdering The following elements are only used in HSS data mode: enable3G4GContinuity The following elements are only used in AS data mode: holdAnnouncementMethod supportRFC3398 supportClientSessionInfo supportCallInfoConferenceSubscriptionURI supportRemotePartyInfo The following element values are only applicable in AS data mode: holdNormalization=useRfc3264Hold will raise an error in HSS data mode
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<deviceType> AccessDeviceType </deviceType> [1]
<isObsolete> xs:boolean </isObsolete> [0..1]
<registrationCapable> xs:boolean </registrationCapable> [0..1]
<holdNormalization> HoldNormalizationMode </holdNormalization> [0..1]
<holdAnnouncementMethod> HoldAnnouncementMethodMode </holdAnnouncementMethod> [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]
<staticRegistrationCapable> xs:boolean </staticRegistrationCapable> [0..1]
<cpeDeviceOptions> CPEDeviceModifyOptions16sp1 </cpeDeviceOptions> [0..1]
<earlyMediaSupport> EarlyMediaSupportType </earlyMediaSupport> [0..1]
<authenticateRefer> xs:boolean </authenticateRefer> [0..1]
<autoConfigSoftClient> xs:boolean </autoConfigSoftClient> [0..1]
<authenticationMode> AuthenticationMode </authenticationMode> [0..1]
<requiresBroadWorksDigitCollection> xs:boolean </requiresBroadWorksDigitCollection> [0..1]
<requiresBroadWorksCallWaitingTone> xs:boolean </requiresBroadWorksCallWaitingTone> [0..1]
<requiresMWISubscription> xs:boolean </requiresMWISubscription> [0..1]
<useHistoryInfoHeaderOnAccessSide> xs:boolean </useHistoryInfoHeaderOnAccessSide> [0..1]
<adviceOfChargeCapable> xs:boolean </adviceOfChargeCapable> [0..1]
<resetEvent> AccessDeviceResetEvent </resetEvent> [0..1]
<supportCallCenterMIMEType> xs:boolean </supportCallCenterMIMEType> [0..1]
<trunkMode> TrunkMode </trunkMode> [0..1]
<addPCalledPartyId> xs:boolean </addPCalledPartyId> [0..1]
<supportIdentityInUpdateAndReInvite> xs:boolean </supportIdentityInUpdateAndReInvite> [0..1]
<unscreenedPresentationIdentityPolicy> UnscreenedPresentationIdentityPolicy </unscreenedPresentationIdentityPolicy> [0..1]
<enable3G4GContinuity> xs:boolean </enable3G4GContinuity> [0..1]
<supportEmergencyDisconnectControl> xs:boolean </supportEmergencyDisconnectControl> [0..1]
<supportRFC3398> xs:boolean </supportRFC3398> [0..1]
<supportClientSessionInfo> xs:boolean </supportClientSessionInfo> [0..1]
<supportCallInfoConferenceSubscriptionURI> xs:boolean </supportCallInfoConferenceSubscriptionURI> [0..1]
<supportRemotePartyInfo> xs:boolean </supportRemotePartyInfo> [0..1]
<supportVisualDeviceManagement> xs:boolean </supportVisualDeviceManagement> [0..1]
<bypassMediaTreatment> xs:boolean </bypassMediaTreatment> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeModifyRequest18sp1">
<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="holdNormalization" type=" HoldNormalizationMode " minOccurs="0"/>
<xs:element name="holdAnnouncementMethod" type=" HoldAnnouncementMethodMode " 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="staticRegistrationCapable" type=" xs:boolean " minOccurs="0"/>
<xs:element name="cpeDeviceOptions" type=" CPEDeviceModifyOptions16sp1 " minOccurs="0"/>
<xs:element name="earlyMediaSupport" type=" EarlyMediaSupportType " minOccurs="0"/>
<xs:element name="authenticateRefer" type=" xs:boolean " minOccurs="0"/>
<xs:element name="autoConfigSoftClient" type=" xs:boolean " minOccurs="0"/>
<xs:element name="authenticationMode" type=" AuthenticationMode " minOccurs="0"/>
<xs:element name="requiresBroadWorksDigitCollection" type=" xs:boolean " minOccurs="0"/>
<xs:element name="requiresBroadWorksCallWaitingTone" type=" xs:boolean " minOccurs="0"/>
<xs:element name="requiresMWISubscription" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useHistoryInfoHeaderOnAccessSide" type=" xs:boolean " minOccurs="0"/>
<xs:element name="adviceOfChargeCapable" type=" xs:boolean " minOccurs="0"/>
<xs:element name="resetEvent" type=" AccessDeviceResetEvent " nillable="true" minOccurs="0"/>
<xs:element name="supportCallCenterMIMEType" type=" xs:boolean " minOccurs="0"/>
<xs:element name="trunkMode" type=" TrunkMode " minOccurs="0"/>
<xs:element name="addPCalledPartyId" type=" xs:boolean " minOccurs="0"/>
<xs:element name="supportIdentityInUpdateAndReInvite" type=" xs:boolean " minOccurs="0"/>
<xs:element name="unscreenedPresentationIdentityPolicy" type=" UnscreenedPresentationIdentityPolicy " minOccurs="0"/>
<xs:element name="enable3G4GContinuity" type=" xs:boolean " minOccurs="0"/>
<xs:element name="supportEmergencyDisconnectControl" type=" xs:boolean " minOccurs="0"/>
<xs:element name="supportRFC3398" type=" xs:boolean " minOccurs="0"/>
<xs:element name="supportClientSessionInfo" type=" xs:boolean " minOccurs="0"/>
<xs:element name="supportCallInfoConferenceSubscriptionURI" type=" xs:boolean " minOccurs="0"/>
<xs:element name="supportRemotePartyInfo" type=" xs:boolean " minOccurs="0"/>
<xs:element name="supportVisualDeviceManagement" type=" xs:boolean " minOccurs="0"/>
<xs:element name="bypassMediaTreatment" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPDeviceTypeServiceGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeServiceGetRequest
Abstract no
Documentation Request to get the list of BroadWorks services that can be integrated to a device type and the level of integration for this device type. The response is either SystemSIPDeviceTypeServiceGetResponse 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="SystemSIPDeviceTypeServiceGetRequest">
<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: SystemSIPDeviceTypeServiceGetResponse

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

Complex Type: SystemSIPDeviceTypeServiceModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPDeviceTypeServiceModifyRequest
Abstract no
Documentation Request to set the level of integration that a device type has in relation to BroadWorks services. 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]
<supportsPolycomPhoneServices> xs:boolean </supportsPolycomPhoneServices> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPDeviceTypeServiceModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="deviceType" type=" AccessDeviceType "/>
<xs:element name="supportsPolycomPhoneServices" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPGetACLListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPGetACLListRequest
Abstract no
Documentation Get the SIP access control list. The response is either SystemSIPGetACLListResponse 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="SystemSIPGetACLListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPGetACLListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPGetACLListResponse
Abstract no
Documentation Response to SystemSIPGetACLListRequest. The table columns are: "Net Address", "Transport" and "Description".
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<aclTable> core:OCITable </aclTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPGetACLListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="aclTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPGetContentTypeListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPGetContentTypeListRequest
Abstract no
Documentation Get the content type list for the SIP interface. The response is either SystemSIPGetContentTypeListResponse 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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemSIPGetContentTypeListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPGetContentTypeListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSIPGetContentTypeListResponse
Abstract no
Documentation Response to SystemSIPGetContentTypeListRequest. Returns a 2 column table with column headings: "Content Type" and "Supported Interface".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<contentTypeTable> core:OCITable </contentTypeTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPGetContentTypeListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="contentTypeTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSIPModifyACLEntryRequest14sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPModifyACLEntryRequest14sp2
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> IPAddress </netAddress> [1]
<transportProtocol> SIPACLTransportProtocol </transportProtocol> [0..1]
<description> NetworkACLEntryDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPModifyACLEntryRequest14sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" IPAddress "/>
<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: SystemSIPModifyContentTypeRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSIPModifyContentTypeRequest
Abstract no
Documentation Modify an content type for the SIP interface. 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. -->
<contentType> SystemSIPContentType </contentType> [1]
<interface> SystemSIPSupportedInterface </interface> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSIPModifyContentTypeRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="contentType" type=" SystemSIPContentType "/>
<xs:element name="interface" type=" SystemSIPSupportedInterface " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSMDIAddACLEntryRequest14sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSMDIAddACLEntryRequest14sp2
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> IPAddress </netAddress> [1]
<description> NetworkACLEntryDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSMDIAddACLEntryRequest14sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" IPAddress "/>
<xs:element name="description" type=" NetworkACLEntryDescription " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSMDIDeleteACLEntryRequest14sp2

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

Complex Type: SystemSMDIGetACLListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSMDIGetACLListRequest
Abstract no
Documentation Get the SMDI access control list. The response is either SystemSMDIGetACLListResponse 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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemSMDIGetACLListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSMDIGetACLListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSMDIGetACLListResponse
Abstract no
Documentation Response to SystemSMDIGetACLListRequest. The table columns are: "Net Address" and "Description".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<aclTable> core:OCITable </aclTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSMDIGetACLListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="aclTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSMDIModifyACLEntryRequest14sp2

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSMDIModifyACLEntryRequest14sp2
Abstract no
Documentation Modify 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> IPAddress </netAddress> [1]
<description> NetworkACLEntryDescription </description> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSMDIModifyACLEntryRequest14sp2">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="netAddress" type=" IPAddress "/>
<xs:element name="description" type=" NetworkACLEntryDescription " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSMDIParametersGetRequest

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

Complex Type: SystemSMDIParametersGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSMDIParametersGetResponse
Abstract no
Documentation Response to SystemSMDIParametersGetListRequest. Contains a list of system SMDI parameters.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<enableSMDI> xs:boolean </enableSMDI> [1]
<listeningPort> Port1025 </listeningPort> [1]
<maxConnections> SMDIMaxConnections </maxConnections> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSMDIParametersGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="enableSMDI" type=" xs:boolean "/>
<xs:element name="listeningPort" type=" Port1025 "/>
<xs:element name="maxConnections" type=" SMDIMaxConnections "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSMDIParametersModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSMDIParametersModifyRequest
Abstract no
Documentation Request to modify SMDI system parameters. 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. -->
<enableSMDI> xs:boolean </enableSMDI> [0..1]
<listeningPort> Port1025 </listeningPort> [0..1]
<maxConnections> SMDIMaxConnections </maxConnections> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSMDIParametersModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="enableSMDI" type=" xs:boolean " minOccurs="0"/>
<xs:element name="listeningPort" type=" Port1025 " minOccurs="0"/>
<xs:element name="maxConnections" type=" SMDIMaxConnections " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSMPPGetRequest14sp5

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

Complex Type: SystemSMPPGetResponse14sp5

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

Complex Type: SystemSMPPModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSMPPModifyRequest
Abstract no
Documentation Request to modify the system level data associated with the SMPP external interface. 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. -->
<primarySMPPServerNetAddress> NetAddress </primarySMPPServerNetAddress> [0..1]
<primarySMPPPort> Port </primarySMPPPort> [0..1]
<secondarySMPPServerNetAddress> NetAddress </secondarySMPPServerNetAddress> [0..1]
<secondarySMPPPort> Port </secondarySMPPPort> [0..1]
<systemId> SMPPSystemId </systemId> [0..1]
<password> SMPPPassword </password> [0..1]
<version> SMPPVersion </version> [0..1]
<systemType> SMPPSystemType </systemType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSMPPModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="primarySMPPServerNetAddress" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="primarySMPPPort" type=" Port " minOccurs="0"/>
<xs:element name="secondarySMPPServerNetAddress" type=" NetAddress " nillable="true" minOccurs="0"/>
<xs:element name="secondarySMPPPort" type=" Port " minOccurs="0"/>
<xs:element name="systemId" type=" SMPPSystemId " nillable="true" minOccurs="0"/>
<xs:element name="password" type=" SMPPPassword " nillable="true" minOccurs="0"/>
<xs:element name="version" type=" SMPPVersion " minOccurs="0"/>
<xs:element name="systemType" type=" SMPPSystemType " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSoftwareVersionGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSoftwareVersionGetRequest
Abstract no
Documentation Requests the software version of the Application Server. The response is either SystemSoftwareVersionGetResponse 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="SystemSoftwareVersionGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSoftwareVersionGetResponse

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

Complex Type: SystemStateOrProvinceGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemStateOrProvinceGetListRequest
Abstract no
Documentation Requests the list of state and province names. The response is either SystemStateOrProvinceGetListResponse 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="SystemStateOrProvinceGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemStateOrProvinceGetListResponse

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

Complex Type: SystemSubscriberGetCallProcessingParametersRequest18sp1

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

Complex Type: SystemSubscriberGetCallProcessingParametersResponse18sp1

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

Complex Type: SystemSubscriberGetLoginParametersRequest

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

Complex Type: SystemSubscriberGetLoginParametersResponse

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

Complex Type: SystemSubscriberModifyCallProcessingParametersRequest14sp7

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSubscriberModifyCallProcessingParametersRequest14sp7
Abstract no
Documentation Modify the system call processing configuration for all subscribers. The response is either a SuccessResponse or an ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<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]
<incomingCallToUserAliasMode> IncomingCallToUserAliasMode </incomingCallToUserAliasMode> [0..1]
<bypassTerminationLoopDetection> xs:boolean </bypassTerminationLoopDetection> [0..1]
<honorCLIDBlockingForEmergencyCalls> xs:boolean </honorCLIDBlockingForEmergencyCalls> [0..1]
<useUnicodeIdentityName> xs:boolean </useUnicodeIdentityName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSubscriberModifyCallProcessingParametersRequest14sp7">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<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:element name="incomingCallToUserAliasMode" type=" IncomingCallToUserAliasMode " minOccurs="0"/>
<xs:element name="bypassTerminationLoopDetection" type=" xs:boolean " minOccurs="0"/>
<xs:element name="honorCLIDBlockingForEmergencyCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useUnicodeIdentityName" type=" xs:boolean " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSubscriberModifyLoginParametersRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSubscriberModifyLoginParametersRequest
Abstract no
Documentation Modify the system login configuration for all subscribers 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. -->
<maxFailedLoginAttempts> SystemMaxLoginAttempts </maxFailedLoginAttempts> [0..1]
<minLoginIdLength> SystemMinLoginIdLength </minLoginIdLength> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSubscriberModifyLoginParametersRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="maxFailedLoginAttempts" type=" SystemMaxLoginAttempts " minOccurs="0"/>
<xs:element name="minLoginIdLength" type=" SystemMinLoginIdLength " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSystemServiceCallProcessingPoliciesGetRequest

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

Complex Type: SystemSystemServiceCallProcessingPoliciesGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSystemServiceCallProcessingPoliciesGetResponse
Abstract no
Documentation Response to SystemSystemServiceCallProcessingPoliciesGetRequest.
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> SystemServiceCallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [1]
<maxSimultaneousVideoCalls> SystemServiceCallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [1]
<maxConcurrentRedirectedCalls> SystemServiceCallProcessingMaxConcurrentRedirectedCalls </maxConcurrentRedirectedCalls> [1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [1]
<maxCallTimeForAnsweredCallsMinutes> SystemServiceCallProcessingMaxCallTimeForAnsweredCallsMinutes </maxCallTimeForAnsweredCallsMinutes> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSystemServiceCallProcessingPoliciesGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousCalls" type=" SystemServiceCallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean "/>
<xs:element name="maxSimultaneousVideoCalls" type=" SystemServiceCallProcessingMaxSimultaneousCalls "/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean "/>
<xs:element name="maxConcurrentRedirectedCalls" type=" SystemServiceCallProcessingMaxConcurrentRedirectedCalls "/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean "/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" SystemServiceCallProcessingMaxCallTimeForAnsweredCallsMinutes "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSystemServiceCallProcessingPoliciesModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSystemServiceCallProcessingPoliciesModifyRequest
Abstract no
Documentation Request the data associated with Call Processing Policy for system service instances. 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. -->
<useMaxSimultaneousCalls> xs:boolean </useMaxSimultaneousCalls> [0..1]
<maxSimultaneousCalls> SystemServiceCallProcessingMaxSimultaneousCalls </maxSimultaneousCalls> [0..1]
<useMaxSimultaneousVideoCalls> xs:boolean </useMaxSimultaneousVideoCalls> [0..1]
<maxSimultaneousVideoCalls> SystemServiceCallProcessingMaxSimultaneousCalls </maxSimultaneousVideoCalls> [0..1]
<useMaxConcurrentRedirectedCalls> xs:boolean </useMaxConcurrentRedirectedCalls> [0..1]
<maxConcurrentRedirectedCalls> SystemServiceCallProcessingMaxConcurrentRedirectedCalls </maxConcurrentRedirectedCalls> [0..1]
<useMaxCallTimeForAnsweredCalls> xs:boolean </useMaxCallTimeForAnsweredCalls> [0..1]
<maxCallTimeForAnsweredCallsMinutes> SystemServiceCallProcessingMaxCallTimeForAnsweredCallsMinutes </maxCallTimeForAnsweredCallsMinutes> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSystemServiceCallProcessingPoliciesModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="useMaxSimultaneousCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousCalls" type=" SystemServiceCallProcessingMaxSimultaneousCalls " minOccurs="0"/>
<xs:element name="useMaxSimultaneousVideoCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxSimultaneousVideoCalls" type=" SystemServiceCallProcessingMaxSimultaneousCalls " minOccurs="0"/>
<xs:element name="useMaxConcurrentRedirectedCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConcurrentRedirectedCalls" type=" SystemServiceCallProcessingMaxConcurrentRedirectedCalls " minOccurs="0"/>
<xs:element name="useMaxCallTimeForAnsweredCalls" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxCallTimeForAnsweredCallsMinutes" type=" SystemServiceCallProcessingMaxCallTimeForAnsweredCallsMinutes " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSystemServiceDnAddListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSystemServiceDnAddListRequest
Abstract no
Documentation Adds system service Dns. It is possible to add either: a single DN, a list of DNs a range of DNs, or any combination thereof. 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. -->
<phoneNumber> DN </phoneNumber> [0..*]
<dnRange> DNRange </dnRange> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemSystemServiceDnAddListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<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:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSystemServiceDnDeleteListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSystemServiceDnDeleteListRequest
Abstract no
Documentation Deletes system service DNs. It is possible to delete either: a single DN, a list of DNs, a range of DNs, or any combination thereof. 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. -->
<phoneNumber> DN </phoneNumber> [0..*]
<dnRange> DNRange </dnRange> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemSystemServiceDnDeleteListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<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:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSystemServiceDnGetAvailableListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSystemServiceDnGetAvailableListRequest
Abstract no
Documentation Request a list of system service DNs not yet in use. The response is either SystemSystemServiceDnGetAvailableListResponse 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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemSystemServiceDnGetAvailableListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSystemServiceDnGetAvailableListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSystemServiceDnGetAvailableListResponse
Abstract no
Documentation Response to SystemSystemServiceDnGetAvailableListRequest. Contains a list of available DNs not yet assigned to any instance of system service.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<availableDn> DN </availableDn> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SystemSystemServiceDnGetAvailableListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="availableDn" type=" DN " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSystemServiceDnGetSummaryListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSystemServiceDnGetSummaryListRequest
Abstract no
Documentation Request a summary table of all System Service DNs. The response is either SystemSystemServiceDnGetSummaryListResponse 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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemSystemServiceDnGetSummaryListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSystemServiceDnGetSummaryListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSystemServiceDnGetSummaryListResponse
Abstract no
Documentation Response to SystemSystemServiceDnGetSummaryListRequest. The column headings are "Phone Numbers" and "Assigned". The possible values for "Assigned" are true, false.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<dnSummaryTable> core:OCITable </dnSummaryTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSystemServiceDnGetSummaryListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="dnSummaryTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSystemServiceDnGetUsageListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSystemServiceDnGetUsageListRequest
Abstract no
Documentation Request a list of System Service DN utilization. The response is either SystemSystemServiceDnGetUsageListResponse 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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemSystemServiceDnGetUsageListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSystemServiceDnGetUsageListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSystemServiceDnGetUsageListResponse
Abstract no
Documentation Response to SystemSystemServiceDnGetUsageListRequest. The table columns are: "Phone Number", "Id", "Name", and "System Service". The possible values for "System Service" is "System Voice Portal".
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<dnUtilizationTable> core:OCITable </dnUtilizationTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSystemServiceDnGetUsageListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="dnUtilizationTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSystemVoicePortalAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSystemVoicePortalAddRequest
Abstract no
Documentation Request to add a system voice portal instance. The response is either SuccessResponse or ErrorResponse. The following elements are only used in IMS mode: publicUserIdentity, ignored in standalone mode if provided.
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. -->
<systemVoicePortalId> UserId </systemVoicePortalId> [1]
<name> SystemServiceName </name> [1]
<callingLineIdName> SystemServiceCallingLineIdName </callingLineIdName> [1]
<language> Language </language> [1]
<timeZone> TimeZone </timeZone> [1]
<phoneNumber> DN </phoneNumber> [0..1]
<publicUserIdentity> SIPURI </publicUserIdentity> [0..1]
<networkVoicePortalNumber> DN </networkVoicePortalNumber> [0..1]
<allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin> xs:boolean </allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin> [1]
<useVoicePortalWizard> xs:boolean </useVoicePortalWizard> [1]
<useVoicePortalDefaultGreeting> xs:boolean </useVoicePortalDefaultGreeting> [1]
<voicePortalGreetingFile> LabeledMediaFileResource </voicePortalGreetingFile> [0..1]
<useVoiceMessagingDefaultGreeting> xs:boolean </useVoiceMessagingDefaultGreeting> [1]
<voiceMessagingGreetingFile> LabeledMediaFileResource </voiceMessagingGreetingFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSystemVoicePortalAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="systemVoicePortalId" type=" UserId "/>
<xs:element name="name" type=" SystemServiceName "/>
<xs:element name="callingLineIdName" type=" SystemServiceCallingLineIdName "/>
<xs:element name="language" type=" Language "/>
<xs:element name="timeZone" type=" TimeZone "/>
<xs:element name="phoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="publicUserIdentity" type=" SIPURI " minOccurs="0"/>
<xs:element name="networkVoicePortalNumber" type=" DN " minOccurs="0"/>
<xs:element name="allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin" type=" xs:boolean "/>
<xs:element name="useVoicePortalWizard" type=" xs:boolean "/>
<xs:element name="useVoicePortalDefaultGreeting" type=" xs:boolean "/>
<xs:element name="voicePortalGreetingFile" type=" LabeledMediaFileResource " minOccurs="0"/>
<xs:element name="useVoiceMessagingDefaultGreeting" type=" xs:boolean "/>
<xs:element name="voiceMessagingGreetingFile" type=" LabeledMediaFileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSystemVoicePortalDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSystemVoicePortalDeleteRequest
Abstract no
Documentation Request to delete a system voice portal instance. 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. -->
<systemVoicePortalId> UserId </systemVoicePortalId> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSystemVoicePortalDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="systemVoicePortalId" type=" UserId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSystemVoicePortalGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSystemVoicePortalGetListRequest
Abstract no
Documentation Request to get the list of the system voice portals. The response is either SystemSystemVoicePortalGetListResponce 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. -->
</...>
Schema Component Representation
<xs:complexType name="SystemSystemVoicePortalGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSystemVoicePortalGetListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
Name SystemSystemVoicePortalGetListResponse
Abstract no
Documentation Response to SystemSystemVoicePortalGetListRequest. The column headings are "Default", "System Voice Portal Id", "Name", "Network Voice Portal Number", "System Voice Portal Number" and "Language". The possible values for "Default" are true, false.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCIResponse ' super type was not found in this schema. Some elements and attributes may be missing. -->
<systemVoicePortalsTable> core:OCITable </systemVoicePortalsTable> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemSystemVoicePortalGetListResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="systemVoicePortalsTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSystemVoicePortalGetRequest

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

Complex Type: SystemSystemVoicePortalGetResponse

Parent type: core:OCIResponse (derivation method: extension)
Sub-types: None
Name SystemSystemVoicePortalGetResponse
Abstract no
Documentation Response to SystemSystemVoicePortalGetRequest.
XML Instance Representation
<...
debugInfo=" xs:string [0..1] ?">
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<name> SystemServiceName </name> [1]
<callingLineIdName> SystemServiceCallingLineIdName </callingLineIdName> [1]
<language> Language </language> [1]
<timeZone> TimeZone </timeZone> [1]
<phoneNumber> DN </phoneNumber> [0..1]
<publicUserIdentity> SIPURI </publicUserIdentity> [0..1]
<networkVoicePortalNumber> DN </networkVoicePortalNumber> [0..1]
<allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin> xs:boolean </allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin> [1]
<useVoicePortalWizard> xs:boolean </useVoicePortalWizard> [1]
<isDefault> xs:boolean </isDefault> [1]
<useVoicePortalDefaultGreeting> xs:boolean </useVoicePortalDefaultGreeting> [1]
<voicePortalGreetingFileDescription> FileDescription </voicePortalGreetingFileDescription> [0..1]
<voicePortalGreetingMediaFileType> MediaFileType </voicePortalGreetingMediaFileType> [0..1]
<useVoiceMessagingDefaultGreeting> xs:boolean </useVoiceMessagingDefaultGreeting> [1]
<voiceMessagingGreetingFileDescription> FileDescription </voiceMessagingGreetingFileDescription> [0..1]
<voiceMessagingGreetingMediaFileType> MediaFileType </voiceMessagingGreetingMediaFileType> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSystemVoicePortalGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIResponse ">
<xs:sequence>
<xs:element name="name" type=" SystemServiceName "/>
<xs:element name="callingLineIdName" type=" SystemServiceCallingLineIdName "/>
<xs:element name="language" type=" Language "/>
<xs:element name="timeZone" type=" TimeZone "/>
<xs:element name="phoneNumber" type=" DN " minOccurs="0"/>
<xs:element name="publicUserIdentity" type=" SIPURI " minOccurs="0"/>
<xs:element name="networkVoicePortalNumber" type=" DN " minOccurs="0"/>
<xs:element name="allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin" type=" xs:boolean "/>
<xs:element name="useVoicePortalWizard" type=" xs:boolean "/>
<xs:element name="isDefault" type=" xs:boolean "/>
<xs:element name="useVoicePortalDefaultGreeting" type=" xs:boolean "/>
<xs:element name="voicePortalGreetingFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="voicePortalGreetingMediaFileType" type=" MediaFileType " minOccurs="0"/>
<xs:element name="useVoiceMessagingDefaultGreeting" type=" xs:boolean "/>
<xs:element name="voiceMessagingGreetingFileDescription" type=" FileDescription " minOccurs="0"/>
<xs:element name="voiceMessagingGreetingMediaFileType" type=" MediaFileType " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemSystemVoicePortalModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemSystemVoicePortalModifyRequest
Abstract no
Documentation Request to update a System Voice portal instance. 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. -->
<systemVoicePortalId> UserId </systemVoicePortalId> [1]
<newSystemVoicePortalId> UserId </newSystemVoicePortalId> [0..1]
<name> SystemServiceName </name> [0..1]
<callingLineIdName> SystemServiceCallingLineIdName </callingLineIdName> [0..1]
<language> Language </language> [0..1]
<timeZone> TimeZone </timeZone> [0..1]
<phoneNumber> DN </phoneNumber> [0..1]
<publicUserIdentity> SIPURI </publicUserIdentity> [0..1]
<networkVoicePortalNumber> DN </networkVoicePortalNumber> [0..1]
<allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin> xs:boolean </allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin> [0..1]
<useVoicePortalWizard> xs:boolean </useVoicePortalWizard> [0..1]
<becomeDefaultSystemVoicePortal> true </becomeDefaultSystemVoicePortal> [0..1]
<useVoicePortalDefaultGreeting> xs:boolean </useVoicePortalDefaultGreeting> [0..1]
<voicePortalGreetingFile> LabeledMediaFileResource </voicePortalGreetingFile> [0..1]
<useVoiceMessagingDefaultGreeting> xs:boolean </useVoiceMessagingDefaultGreeting> [0..1]
<voiceMessagingGreetingFile> LabeledMediaFileResource </voiceMessagingGreetingFile> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemSystemVoicePortalModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="systemVoicePortalId" type=" UserId "/>
<xs:element name="newSystemVoicePortalId" type=" UserId " minOccurs="0"/>
<xs:element name="name" type=" SystemServiceName " minOccurs="0"/>
<xs:element name="callingLineIdName" type=" SystemServiceCallingLineIdName " minOccurs="0"/>
<xs:element name="language" type=" Language " minOccurs="0"/>
<xs:element name="timeZone" type=" TimeZone " minOccurs="0"/>
<xs:element name="phoneNumber" type=" DN " nillable="true" minOccurs="0"/>
<xs:element name="publicUserIdentity" type=" SIPURI " nillable="true" minOccurs="0"/>
<xs:element name="networkVoicePortalNumber" type=" DN " nillable="true" minOccurs="0"/>
<xs:element name="allowIdentificationByPhoneNumberOrVoiceMailAliasesOnLogin" type=" xs:boolean " minOccurs="0"/>
<xs:element name="useVoicePortalWizard" type=" xs:boolean " minOccurs="0"/>
<xs:element name="becomeDefaultSystemVoicePortal" type=" xs:boolean " fixed="true" minOccurs="0"/>
<xs:element name="useVoicePortalDefaultGreeting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="voicePortalGreetingFile" type=" LabeledMediaFileResource " minOccurs="0"/>
<xs:element name="useVoiceMessagingDefaultGreeting" type=" xs:boolean " minOccurs="0"/>
<xs:element name="voiceMessagingGreetingFile" type=" LabeledMediaFileResource " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTimeZoneGetListRequest20

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTimeZoneGetListRequest20
Abstract no
Documentation Requests the configured time zone of the server processing the request and the list of time zone names. The response is either SystemTimeZoneGetListResponse20 or ErrorResponse.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
true
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<xs:complexType name="SystemTimeZoneGetListRequest20">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTimeZoneGetListResponse20

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

Complex Type: SystemTreatmentMappingAccessSIPStatusAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingAccessSIPStatusAddRequest
Abstract no
Documentation Add an Access SIP Status Code Mapping. 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. -->
<sipStatusCode> SIPFailureStatusCode </sipStatusCode> [1]
<treatmentId> TreatmentId </treatmentId> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingAccessSIPStatusAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="sipStatusCode" type=" SIPFailureStatusCode "/>
<xs:element name="treatmentId" type=" TreatmentId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingAccessSIPStatusDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingAccessSIPStatusDeleteRequest
Abstract no
Documentation Delete an Access SIP Status Code mapping. 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. -->
<sipStatusCode> SIPFailureStatusCode </sipStatusCode> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingAccessSIPStatusDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="sipStatusCode" type=" SIPFailureStatusCode "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingAccessSIPStatusGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingAccessSIPStatusGetListRequest
Abstract no
Documentation Requests a table of all the existing Access Side SIP Status Code Mappings in the system. The response is either an SystemTreatmentMappingAccessSIPStatusGetListResponse 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="SystemTreatmentMappingAccessSIPStatusGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingAccessSIPStatusGetListResponse

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

Complex Type: SystemTreatmentMappingAccessSIPStatusModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingAccessSIPStatusModifyRequest
Abstract no
Documentation Modify the fields for an Access SIP Status Code mapping. 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. -->
<sipStatusCode> SIPFailureStatusCode </sipStatusCode> [1]
<treatmentId> TreatmentId </treatmentId> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingAccessSIPStatusModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="sipStatusCode" type=" SIPFailureStatusCode "/>
<xs:element name="treatmentId" type=" TreatmentId " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingCallBlockingServiceAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingCallBlockingServiceAddRequest
Abstract no
Documentation Add a Call Blocking Service mapping. 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. -->
<callBlockingService> CallBlockingService </callBlockingService> [1]
<treatmentId> TreatmentId </treatmentId> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingCallBlockingServiceAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callBlockingService" type=" CallBlockingService "/>
<xs:element name="treatmentId" type=" TreatmentId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingCallBlockingServiceDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingCallBlockingServiceDeleteRequest
Abstract no
Documentation Delete a Call Blocking Service mapping. 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. -->
<callBlockingService> CallBlockingService </callBlockingService> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingCallBlockingServiceDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callBlockingService" type=" CallBlockingService "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingCallBlockingServiceGetListRequest19sp1

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

Complex Type: SystemTreatmentMappingCallBlockingServiceGetListResponse19sp1

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

Complex Type: SystemTreatmentMappingCallBlockingServiceModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingCallBlockingServiceModifyRequest
Abstract no
Documentation Modify the fields for a Call Blocking Service mapping. 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. -->
<callBlockingService> CallBlockingService </callBlockingService> [1]
<treatmentId> TreatmentId </treatmentId> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingCallBlockingServiceModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="callBlockingService" type=" CallBlockingService "/>
<xs:element name="treatmentId" type=" TreatmentId " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingInternalReleaseCauseAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingInternalReleaseCauseAddRequest
Abstract no
Documentation Add an Internal Release Cause mapping. 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. -->
<internalReleaseCause> InternalReleaseCause16 </internalReleaseCause> [1]
<treatmentId> TreatmentId </treatmentId> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingInternalReleaseCauseAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="internalReleaseCause" type=" InternalReleaseCause16 "/>
<xs:element name="treatmentId" type=" TreatmentId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingInternalReleaseCauseDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingInternalReleaseCauseDeleteRequest
Abstract no
Documentation Delete an Internal Release Cause mapping. 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. -->
<internalReleaseCause> InternalReleaseCause16 </internalReleaseCause> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingInternalReleaseCauseDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="internalReleaseCause" type=" InternalReleaseCause16 "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingInternalReleaseCauseGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingInternalReleaseCauseGetListRequest
Abstract no
Documentation Requests a table of all the Internal Release Cause mappings in the system. The response is either a SystemTreatmentMappingInternalReleaseCauseGetListResponse 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="SystemTreatmentMappingInternalReleaseCauseGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingInternalReleaseCauseGetListResponse

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

Complex Type: SystemTreatmentMappingInternalReleaseCauseModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingInternalReleaseCauseModifyRequest
Abstract no
Documentation Modify the fields for an Internal Release Cause mapping. 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. -->
<internalReleaseCause> InternalReleaseCause16 </internalReleaseCause> [1]
<treatmentId> TreatmentId </treatmentId> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingInternalReleaseCauseModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="internalReleaseCause" type=" InternalReleaseCause16 "/>
<xs:element name="treatmentId" type=" TreatmentId " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingNetworkServerTreatmentAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingNetworkServerTreatmentAddRequest
Abstract no
Documentation Add a Network Server Treatment mapping. 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. -->
<nsTreatment> NetworkServerTreatment </nsTreatment> [1]
<treatmentId> TreatmentId </treatmentId> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingNetworkServerTreatmentAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="nsTreatment" type=" NetworkServerTreatment "/>
<xs:element name="treatmentId" type=" TreatmentId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingNetworkServerTreatmentDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingNetworkServerTreatmentDeleteRequest
Abstract no
Documentation Delete a NS Treatment mapping. 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. -->
<nsTreatment> NetworkServerTreatment </nsTreatment> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingNetworkServerTreatmentDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="nsTreatment" type=" NetworkServerTreatment "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingNetworkServerTreatmentGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingNetworkServerTreatmentGetListRequest
Abstract no
Documentation Requests a table of all the existing NS Treatment Mappings in the system. The response is either a SystemTreatmentMappingNetworkServerTreatmentGetListResponse 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="SystemTreatmentMappingNetworkServerTreatmentGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingNetworkServerTreatmentGetListResponse

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

Complex Type: SystemTreatmentMappingNetworkServerTreatmentModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingNetworkServerTreatmentModifyRequest
Abstract no
Documentation Modify the fields for a Network Server Treatment mapping. 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. -->
<nsTreatment> NetworkServerTreatment </nsTreatment> [1]
<treatmentId> TreatmentId </treatmentId> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingNetworkServerTreatmentModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="nsTreatment" type=" NetworkServerTreatment "/>
<xs:element name="treatmentId" type=" TreatmentId " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingNetworkSIPStatusAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingNetworkSIPStatusAddRequest
Abstract no
Documentation Add a Network SIP Status Code mapping. 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. -->
<sipStatusCode> SIPFailureStatusCode </sipStatusCode> [1]
<treatmentId> TreatmentId </treatmentId> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingNetworkSIPStatusAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="sipStatusCode" type=" SIPFailureStatusCode "/>
<xs:element name="treatmentId" type=" TreatmentId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingNetworkSIPStatusDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingNetworkSIPStatusDeleteRequest
Abstract no
Documentation Delete a Network SIP Status Code mapping. 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. -->
<sipStatusCode> SIPFailureStatusCode </sipStatusCode> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingNetworkSIPStatusDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="sipStatusCode" type=" SIPFailureStatusCode "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingNetworkSIPStatusGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingNetworkSIPStatusGetListRequest
Abstract no
Documentation Requests a table of all the existing Network SIP Status Code Mappings in the system. The response is either an SystemTreatmentMappingNetworkSIPStatusCodeGetListResponse 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="SystemTreatmentMappingNetworkSIPStatusGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingNetworkSIPStatusGetListResponse

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

Complex Type: SystemTreatmentMappingNetworkSIPStatusModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingNetworkSIPStatusModifyRequest
Abstract no
Documentation Modify the fields for a Network SIP Status Code mapping. 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. -->
<sipStatusCode> SIPFailureStatusCode </sipStatusCode> [1]
<treatmentId> TreatmentId </treatmentId> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingNetworkSIPStatusModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="sipStatusCode" type=" SIPFailureStatusCode "/>
<xs:element name="treatmentId" type=" TreatmentId " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingQ850CauseAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingQ850CauseAddRequest
Abstract no
Documentation Add a Q850 Cause Value mapping. 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. -->
<q850CauseValue> Q850CauseValue </q850CauseValue> [1]
<treatmentId> TreatmentId </treatmentId> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingQ850CauseAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="q850CauseValue" type=" Q850CauseValue "/>
<xs:element name="treatmentId" type=" TreatmentId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingQ850CauseDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingQ850CauseDeleteRequest
Abstract no
Documentation Delete a Q850 Cause Value mapping. 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. -->
<q850CauseValue> Q850CauseValue </q850CauseValue> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingQ850CauseDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="q850CauseValue" type=" Q850CauseValue "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingQ850CauseGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingQ850CauseGetListRequest
Abstract no
Documentation Requests a table of all the existing Q850 Cause Value Mappings in the system. The response is either a SystemTreatmentMappingQ850CauseGetListResponse 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="SystemTreatmentMappingQ850CauseGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemTreatmentMappingQ850CauseGetListResponse

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

Complex Type: SystemTreatmentMappingQ850CauseModifyRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemTreatmentMappingQ850CauseModifyRequest
Abstract no
Documentation Modify the fields for a Q850CauseValue mapping. 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. -->
<q850CauseValue> Q850CauseValue </q850CauseValue> [1]
<treatmentId> TreatmentId </treatmentId> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemTreatmentMappingQ850CauseModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="q850CauseValue" type=" Q850CauseValue "/>
<xs:element name="treatmentId" type=" TreatmentId " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVerifyTranslationAndRoutingRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemVerifyTranslationAndRoutingRequest
Abstract no
Documentation Represents a Verify Translation and Routing request which can be either a request containing parameters or a request containing a SIP message. Returns a SystemVerifyTranslationAndRoutingResponse.
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. -->
Start Choice [1]
<parameters> VerifyTranslationAndRoutingParameters </parameters> [1]
<sipMessage> xs:string </sipMessage> [1]
End Choice
</...>
Schema Component Representation
<xs:complexType name="SystemVerifyTranslationAndRoutingRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:choice>
<xs:element name="parameters" type=" VerifyTranslationAndRoutingParameters "/>
<xs:element name="sipMessage" type=" xs:string "/>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemVerifyTranslationAndRoutingResponse

Parent type: core:OCIResponse (derivation method: extension)
Sub-types: None
Name SystemVerifyTranslationAndRoutingResponse
Abstract no
Documentation Represents a Verify Translation and Routing Test Call Result.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
XML Instance Representation
<...
debugInfo=" xs:string [0..1] ?">
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<Result> xs:string </Result> [1] ?
</...>
Schema Component Representation
<xs:complexType name="SystemVerifyTranslationAndRoutingResponse">
<xs:complexContent>
<xs:extension base=" core:OCIResponse ">
<xs:sequence>
<xs:element name="Result" type=" xs:string "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemZoneAddRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemZoneAddRequest
Abstract no
Documentation Add a Zone and optional Net Addresses and Physical Locations. 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. -->
<zoneName> ZoneName </zoneName> [1]
<netAddress> IPAddress </netAddress> [0..*]
<netAddressRange> IPAddressRange </netAddressRange> [0..*]
<locationBasedPhysicalLocation> PhysicalLocation </locationBasedPhysicalLocation> [0..*]
<callingZonePhysicalLocation> PhysicalLocation </callingZonePhysicalLocation> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemZoneAddRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="zoneName" type=" ZoneName "/>
<xs:element name="netAddress" type=" IPAddress " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="netAddressRange" type=" IPAddressRange " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="locationBasedPhysicalLocation" type=" PhysicalLocation " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="callingZonePhysicalLocation" type=" PhysicalLocation " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemZoneCallingZonePhysicalLocationGetRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemZoneCallingZonePhysicalLocationGetRequest
Abstract no
Documentation Returns a zone calling physical location for a given zone. Response is SystemZoneCallingZonePhysicalLocationGetResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- ' OCICommand ' super type was not found in this schema. Some elements and attributes may be missing. -->
<zoneName> ZoneName </zoneName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemZoneCallingZonePhysicalLocationGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="zoneName" type=" ZoneName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemZoneCallingZonePhysicalLocationGetResponse

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

Complex Type: SystemZoneCallingZonePhysicalLocationModifyRequest

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

Complex Type: SystemZoneDeleteRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemZoneDeleteRequest
Abstract no
Documentation Delete a Zone. 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. -->
<zoneName> ZoneName </zoneName> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemZoneDeleteRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="zoneName" type=" ZoneName "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemZoneGetListRequest

Parent type: core:OCIRequest (derivation method: extension)
Sub-types: None
Name SystemZoneGetListRequest
Abstract no
Documentation Get the list of all Zones. The response is either a SystemZoneGetListResponse 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="SystemZoneGetListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemZoneGetListResponse

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

Complex Type: SystemZoneLocationBasedPhysicalLocationAddListRequest

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

Complex Type: SystemZoneLocationBasedPhysicalLocationDeleteListRequest

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

Complex Type: SystemZoneLocationBasedPhysicalLocationGetListRequest

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

Complex Type: SystemZoneLocationBasedPhysicalLocationGetListResponse

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

Complex Type: SystemZoneNetAddressAddListRequest

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

Complex Type: SystemZoneNetAddressDeleteListRequest

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

Complex Type: SystemZoneNetAddressGetListRequest

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

Complex Type: SystemZoneNetAddressGetListResponse

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

Simple Type: AccessDeviceMonitorPollingIntervalMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name AccessDeviceMonitorPollingIntervalMinutes
Content
  • Base XSD Type: int
  • 0 <= value <= 1440
Documentation Polling interval in minutes. Setting the monitoring interval to zero will turn it off.
Schema Component Representation
<xs:simpleType name="AccessDeviceMonitorPollingIntervalMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="1440"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ApplicationControllerName

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

Simple Type: ASRMaxTransmissions

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name ASRMaxTransmissions
Content
  • Base XSD Type: int
  • 1 <= value <= 10
Documentation Maximum number of transmissions.
Schema Component Representation
<xs:simpleType name="ASRMaxTransmissions">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ASRRetransmissionDelayMilliSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name ASRRetransmissionDelayMilliSeconds
Content
  • Base XSD Type: int
  • 100 <= value <= 2000
Documentation Retransmission timer
Schema Component Representation
<xs:simpleType name="ASRRetransmissionDelayMilliSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="100"/>
<xs:maxInclusive value="2000"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BwDiameterAdvertisedApplication

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name BwDiameterAdvertisedApplication
Content
  • Base XSD Type: token
  • value comes from list: {'Base'|'3gpp'}
Documentation The application Id advertised for billing (Ro or Rf) during the Diameter Capability Exchange. When base is selected, Acct-Application-Id=3 is advertised for offline billing and Auth-Application-Id=4 for online billing. When 3gpp is selected, Vendor-Specific-Application-Id(Acct-Application-Id=3; Vendor-Id=10415) is advertised for offline billing and Vendor-Specific-Application-Id(Auth-Application-Id=4; Vendor-Id=10415) for online billing.
Schema Component Representation
<xs:simpleType name="BwDiameterAdvertisedApplication">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Base"/>
<xs:enumeration value="3gpp"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BwDiameterApplicationId

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name BwDiameterApplicationId
Content
  • Base XSD Type: token
  • value comes from list: {'Rf'|'Ro'|'Sh'|'All'}
Documentation Choices for locally supported Diameter Application Ids.
Schema Component Representation
<xs:simpleType name="BwDiameterApplicationId">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Rf"/>
<xs:enumeration value="Ro"/>
<xs:enumeration value="Sh"/>
<xs:enumeration value="All"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BwDiameterBusyPeerOutstandingTxnCount

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name BwDiameterBusyPeerOutstandingTxnCount
Content
  • Base XSD Type: int
  • 1 <= value <= 1000000
Documentation The maximum number of concurrent outstanding transactions allowed on a single peer connection.
Schema Component Representation
<xs:simpleType name="BwDiameterBusyPeerOutstandingTxnCount">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="1000000"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BwDiameterDynamicEntryInactivityTimerHours

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name BwDiameterDynamicEntryInactivityTimerHours
Content
  • Base XSD Type: int
  • 1 <= value <= 168
Documentation Idle time allowed for a dynamic entry (either Realm Routing Table entry or Peer Table entry) before it is removed.
Schema Component Representation
<xs:simpleType name="BwDiameterDynamicEntryInactivityTimerHours">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="168"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BwDiameterPeerInstance

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name BwDiameterPeerInstance
Content
  • Base XSD Type: token
  • value comes from list: {'XS'|'PS'}
Documentation The diameter peer instance type for an entry in the Peer Table.
Schema Component Representation
<xs:simpleType name="BwDiameterPeerInstance">
<xs:restriction base=" xs:token ">
<xs:enumeration value="XS"/>
<xs:enumeration value="PS"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BwDiameterPriority

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name BwDiameterPriority
Content
  • Base XSD Type: int
  • 0 <= value <= 65535
Documentation The priority of a peer against other routing peers associated to the same Realm Routing Table entry.
Schema Component Representation
<xs:simpleType name="BwDiameterPriority">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="65535"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BwDiameterRequestTimerSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name BwDiameterRequestTimerSeconds
Content
  • Base XSD Type: int
  • 1 <= value <= 600
Documentation Time after which the Diameter stack reports a timeout to applications and removes the request from its requests queue.
Schema Component Representation
<xs:simpleType name="BwDiameterRequestTimerSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="600"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BwDiameterTcTimerSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name BwDiameterTcTimerSeconds
Content
  • Base XSD Type: int
  • 1 <= value <= 3600
Documentation Delay afer which the Diameter stack attempts to reconnect to a peer after detecting a connection failure.
Schema Component Representation
<xs:simpleType name="BwDiameterTcTimerSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="3600"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BwDiameterTwTimerSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name BwDiameterTwTimerSeconds
Content
  • Base XSD Type: int
  • 6 <= value <= 60
Documentation Timer that controls the frequency of Device-Watchdog messages (when no other messages are exchanged on the peer connection) and is used in the connection failure detection algorithm.
Schema Component Representation
<xs:simpleType name="BwDiameterTwTimerSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="6"/>
<xs:maxInclusive value="60"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: BwDiameterWeight

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name BwDiameterWeight
Content
  • Base XSD Type: int
  • 0 <= value <= 65535
Documentation The weight used for ordering peers having the same priority.
Schema Component Representation
<xs:simpleType name="BwDiameterWeight">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="65535"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CallBlockingService

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name CallBlockingService
Content
  • Base XSD Type: token
  • value comes from list: {'OCP'|'EOCP'|'ICP'|'ACR'|'SCR'|'SCA'|'AAC'|'Intercept'|'PTT'|'Communication Barring'|'SAC'|'Incoming Communication Barring'|'Hierarchical Communication Barring'|'Incoming Hierarchical Communication Barring'|'BroadWorks Mobility Deny Originations'|'BroadWorks Mobility Deny Terminations'|'Enterprise Trunk Route Exhaust'|'Call Park'|'Number Portability'}
Documentation Possible types of Call Blocking Services. The following enumeration values are only used in AS Data mode: PTT SAC BroadWorks Mobility Deny Originations BroadWorks Mobility Deny Terminations Enterprise Trunk Route Exhaust Call Park Number Portability The following types are only used in HSS data mode: Incoming Communication Barring Hierarchical Communication Barring Incoming Hierarchical Communication Barring
Schema Component Representation
<xs:simpleType name="CallBlockingService">
<xs:restriction base=" xs:token ">
<xs:enumeration value="OCP"/>
<xs:enumeration value="EOCP"/>
<xs:enumeration value="ICP"/>
<xs:enumeration value="ACR"/>
<xs:enumeration value="SCR"/>
<xs:enumeration value="SCA"/>
<xs:enumeration value="AAC"/>
<xs:enumeration value="Intercept"/>
<xs:enumeration value="PTT"/>
<xs:enumeration value="Communication Barring"/>
<xs:enumeration value="SAC"/>
<xs:enumeration value="Incoming Communication Barring"/>
<xs:enumeration value="Hierarchical Communication Barring"/>
<xs:enumeration value="Incoming Hierarchical Communication Barring"/>
<xs:enumeration value="BroadWorks Mobility Deny Originations"/>
<xs:enumeration value="BroadWorks Mobility Deny Terminations"/>
<xs:enumeration value="Enterprise Trunk Route Exhaust"/>
<xs:enumeration value="Call Park"/>
<xs:enumeration value="Number Portability"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CAPConnectionPingIntervalMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CAPConnectionPingIntervalMinutes
Content
  • Base XSD Type: int
  • 0 <= value <= 1440
Documentation Connection ping interval in minutes
Schema Component Representation
<xs:simpleType name="CAPConnectionPingIntervalMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="1440"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CAPMaxClientConnections

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CAPMaxClientConnections
Content
  • Base XSD Type: int
  • 0 <= value <= 10
Documentation Number of client connections.
Schema Component Representation
<xs:simpleType name="CAPMaxClientConnections">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CCC2MaxClientConnections

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CCC2MaxClientConnections
Content
  • Base XSD Type: int
  • 0 <= value <= 10
Documentation CCC2 to number of client connections.
Schema Component Representation
<xs:simpleType name="CCC2MaxClientConnections">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CDRTerminationCause

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name CDRTerminationCause
Content
  • Base XSD Type: token
  • length >= 1
Documentation The string value for termination cause
Schema Component Representation
<xs:simpleType name="CDRTerminationCause">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ChannelSetId

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

Simple Type: ChargeIndicator

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ChargeIndicator
Content
  • Base XSD Type: token
  • value comes from list: {'Charge'|'No Charge'}
Documentation Possible values for Charge Indicator.
Schema Component Representation
<xs:simpleType name="ChargeIndicator">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Charge"/>
<xs:enumeration value="No Charge"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ChargingFunctionElementServerDescription

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

Simple Type: ChargingFunctionElementServerType

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

Simple Type: ClientSessionTimeoutMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name ClientSessionTimeoutMinutes
Content
  • Base XSD Type: int
  • 10 <= value <= 360
Documentation Client session (web and CLI) inactivity timeout in minutes.
Schema Component Representation
<xs:simpleType name="ClientSessionTimeoutMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="10"/>
<xs:maxInclusive value="360"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Codec

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name Codec
Content
  • Base XSD Type: token
  • value comes from list: {'Clear'|'G711alaw'|'G711ulaw'|'G722'|'G723-53'|'G723-63'|'G723A-53'|'G723A-63'|'G726-16'|'G726-24'|'G726-32'|'G726-40'|'G728'|'G729-8'|'G729B-8'|'GSMEFR'|'GSMFR'|'AMR-WB'}
Documentation Codec.
Schema Component Representation
<xs:simpleType name="Codec">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Clear"/>
<xs:enumeration value="G711alaw"/>
<xs:enumeration value="G711ulaw"/>
<xs:enumeration value="G722"/>
<xs:enumeration value="G723-53"/>
<xs:enumeration value="G723-63"/>
<xs:enumeration value="G723A-53"/>
<xs:enumeration value="G723A-63"/>
<xs:enumeration value="G726-16"/>
<xs:enumeration value="G726-24"/>
<xs:enumeration value="G726-32"/>
<xs:enumeration value="G726-40"/>
<xs:enumeration value="G728"/>
<xs:enumeration value="G729-8"/>
<xs:enumeration value="G729B-8"/>
<xs:enumeration value="GSMEFR"/>
<xs:enumeration value="GSMFR"/>
<xs:enumeration value="AMR-WB"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CodecName

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

Simple Type: CommunicationBarringCriteriaDescription

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name CommunicationBarringCriteriaDescription
Content
  • Base XSD Type: token
  • length >= 1
Documentation Communication Barring Criteria description
Schema Component Representation
<xs:simpleType name="CommunicationBarringCriteriaDescription">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="80"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ConfigurableFileSystemDirectory

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ConfigurableFileSystemDirectory
Content
  • Base XSD Type: token
  • length >= 1
Documentation Audio/Video File Directory location.
Schema Component Representation
<xs:simpleType name="ConfigurableFileSystemDirectory">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ConfigurableTreatmentDescription

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

Simple Type: CountryCodeMaxCallWaitingTones

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CountryCodeMaxCallWaitingTones
Content
  • Base XSD Type: int
  • 1 <= value <= 20
Documentation The maximum number of call waiting tones per call.
Schema Component Representation
<xs:simpleType name="CountryCodeMaxCallWaitingTones">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="20"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CountryCodeOffHookWarningTimerSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CountryCodeOffHookWarningTimerSeconds
Content
  • Base XSD Type: int
  • 1 <= value <= 360
Documentation Country code off hook warning timer seconds.
Schema Component Representation
<xs:simpleType name="CountryCodeOffHookWarningTimerSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="360"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CountryCodeRingPeriodMilliseconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CountryCodeRingPeriodMilliseconds
Content
  • Base XSD Type: int
  • 1 <= value <= 12000
Documentation Country code ring period milliseconds.
Schema Component Representation
<xs:simpleType name="CountryCodeRingPeriodMilliseconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="12000"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CountryCodeTimeBetweenCallWaitingTonesMilliseconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name CountryCodeTimeBetweenCallWaitingTonesMilliseconds
Content
  • Base XSD Type: int
  • 0 <= value <= 120000
Documentation The amount of quiet time between call waiting tones.
Schema Component Representation
<xs:simpleType name="CountryCodeTimeBetweenCallWaitingTonesMilliseconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="120000"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: DiameterApplicationId

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name DiameterApplicationId
Content
  • Base XSD Type: token
  • value comes from list: {'Rf'|'Ro'|'Sh'}
Documentation Choices for locally supported Diameter Application Ids.
Schema Component Representation
<xs:simpleType name="DiameterApplicationId">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Rf"/>
<xs:enumeration value="Ro"/>
<xs:enumeration value="Sh"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: DiameterPeerMode

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name DiameterPeerMode
Content
  • Base XSD Type: token
  • value comes from list: {'Active'|'Standby'}
Documentation Choices for the mode of a Diameter Peer.
Schema Component Representation
<xs:simpleType name="DiameterPeerMode">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Active"/>
<xs:enumeration value="Standby"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: DiameterRouteAction

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name DiameterRouteAction
Content
  • Base XSD Type: token
  • value comes from list: {'Local'|'Relay'}
Documentation Choices for the action of a Diameter Route.
Schema Component Representation
<xs:simpleType name="DiameterRouteAction">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Local"/>
<xs:enumeration value="Relay"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: DTMFTransmissionMethod

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name DTMFTransmissionMethod
Content
  • Base XSD Type: token
  • value comes from list: {'Signaling'|'RTP'}
Documentation The DTMF transmission method.
Schema Component Representation
<xs:simpleType name="DTMFTransmissionMethod">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Signaling"/>
<xs:enumeration value="RTP"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: DtmfTransmissionSignalingContentType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name DtmfTransmissionSignalingContentType
Content
  • Base XSD Type: token
  • value comes from list: {'application/dtmf'|'application/dtmf-relay'|'audio/telephone-event'}
Documentation The signaling content type.
Schema Component Representation
<xs:simpleType name="DtmfTransmissionSignalingContentType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="application/dtmf"/>
<xs:enumeration value="application/dtmf-relay"/>
<xs:enumeration value="audio/telephone-event"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: EarlyMediaSupportType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name EarlyMediaSupportType
Content
  • Base XSD Type: token
  • value comes from list: {'No Early Media'|'RTP - Session'|'RTP - Early Session'}
Documentation Early Media Support types. This is typically used to configure the ringback tone delivery mode. When there is no early media, the call originator typically supplies ringback tone locally. RTP - Early Session refers to RFC 3959.
Schema Component Representation
<xs:simpleType name="EarlyMediaSupportType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="No Early Media"/>
<xs:enumeration value="RTP - Session"/>
<xs:enumeration value="RTP - Early Session"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: EmergencyCallAlarmMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name EmergencyCallAlarmMinutes
Content
  • Base XSD Type: int
  • 1 <= value <= 1440
Documentation Duration of emergency call before BroadWorks sends an SNMP notification.
Schema Component Representation
<xs:simpleType name="EmergencyCallAlarmMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="1440"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: EmergencyCallCleanupMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name EmergencyCallCleanupMinutes
Content
  • Base XSD Type: int
  • 1 <= value <= 1440
Documentation Duration of emergency call before BroadWorks releases all internal resources.
Schema Component Representation
<xs:simpleType name="EmergencyCallCleanupMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="1440"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ExpensiveCallNotificationPostAnnouncementDelaySeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name ExpensiveCallNotificationPostAnnouncementDelaySeconds
Content
  • Base XSD Type: int
  • 0 <= value <= 20
Documentation Additional grace period after the expensive call notification announcement before call setup continues.
Schema Component Representation
<xs:simpleType name="ExpensiveCallNotificationPostAnnouncementDelaySeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="20"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ExternalEmergencyRoutingConnectionTimeoutSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name ExternalEmergencyRoutingConnectionTimeoutSeconds
Content
  • Base XSD Type: int
  • 1 <= value <= 10
Documentation Connection Timer seconds.
Schema Component Representation
<xs:simpleType name="ExternalEmergencyRoutingConnectionTimeoutSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ExternalSystemDescription

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ExternalSystemDescription
Content
  • Base XSD Type: token
  • length >= 1
Documentation The Route Point External System's description.
Schema Component Representation
<xs:simpleType name="ExternalSystemDescription">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="80"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: FileRepositoryProtocol

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name FileRepositoryProtocol
Content
  • Base XSD Type: token
  • value comes from list: {'WebDAV'|'FTP'}
Documentation File repository protocol.
Schema Component Representation
<xs:simpleType name="FileRepositoryProtocol">
<xs:restriction base=" xs:token ">
<xs:enumeration value="WebDAV"/>
<xs:enumeration value="FTP"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: GroupUserLicenseLimit

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name GroupUserLicenseLimit
Content
  • Base XSD Type: int
  • value >= 1
Documentation The max number of users in a group that will consume a group license. This number has to be greater than 0. For example, if the number is 300, then the first 300 users in a group will consume one group license and the #301 user will consume the second group license.
Schema Component Representation
<xs:simpleType name="GroupUserLicenseLimit">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: HoldAnnouncementMethodMode

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name HoldAnnouncementMethodMode
Content
  • Base XSD Type: token
  • value comes from list: {'Inactive'|'Bandwidth Attributes'}
Documentation Choices for SIP Hold Announcement Method option
Schema Component Representation
<xs:simpleType name="HoldAnnouncementMethodMode">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Inactive"/>
<xs:enumeration value="Bandwidth Attributes"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: InternalReleaseCause16

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

Simple Type: LicenseName

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name LicenseName
Content
  • Base XSD Type: token
  • length >= 1
Documentation Something that has been licensed.
Schema Component Representation
<xs:simpleType name="LicenseName">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: LicenseStrictness

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

Simple Type: LocationCriteria

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name LocationCriteria
Content
  • Base XSD Type: token
  • value comes from list: {'In Office Zone'|'In Primary Zone'|'In Office Zone, Outside of Primary Zone'|'Outside of Office Zone'|'Disregard Zones'}
Documentation Identifies the location zone criteria to be matched.
Schema Component Representation
<xs:simpleType name="LocationCriteria">
<xs:restriction base=" xs:token ">
<xs:enumeration value="In Office Zone"/>
<xs:enumeration value="In Primary Zone"/>
<xs:enumeration value="In Office Zone, Outside of Primary Zone"/>
<xs:enumeration value="Outside of Office Zone"/>
<xs:enumeration value="Disregard Zones"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: MediaBandwidthBitsPerSecond

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name MediaBandwidthBitsPerSecond
Content
  • Base XSD Type: int
  • 1 <= value <= 100000000
Documentation Bandwidth for a Media.
Schema Component Representation
<xs:simpleType name="MediaBandwidthBitsPerSecond">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="100000000"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: MediaBandwidthEnforcementType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name MediaBandwidthEnforcementType
Content
  • Base XSD Type: token
  • value comes from list: {'Allow All'|'Allow Unspecified'|'Enforce All'}
Documentation Types of bandwidth enforcement.
Schema Component Representation
<xs:simpleType name="MediaBandwidthEnforcementType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Allow All"/>
<xs:enumeration value="Allow Unspecified"/>
<xs:enumeration value="Enforce All"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: MediaName

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

Simple Type: MediaServerDescription

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

Simple Type: MediaServerResponseTimerMilliseconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name MediaServerResponseTimerMilliseconds
Content
  • Base XSD Type: int
  • 600 <= value <= 120000
Documentation Media Server timer length.
Schema Component Representation
<xs:simpleType name="MediaServerResponseTimerMilliseconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="600"/>
<xs:maxInclusive value="120000"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: MediaServerSelectionRouteTimerMilliseconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name MediaServerSelectionRouteTimerMilliseconds
Content
  • Base XSD Type: int
  • 500 <= value <= 120000
Documentation Media Server selection route timer length.
Schema Component Representation
<xs:simpleType name="MediaServerSelectionRouteTimerMilliseconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="500"/>
<xs:maxInclusive value="120000"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: MediaTreatmentFileName

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name MediaTreatmentFileName
Content
  • Base XSD Type: token
  • length >= 1
Documentation Audio or video treatment file name.
Schema Component Representation
<xs:simpleType name="MediaTreatmentFileName">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: MediaType16

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

Simple Type: NetAddressExtended

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name NetAddressExtended
Content
  • Base XSD Type: token
  • length >= 1
Documentation This is a net address or can contain a string that includes additional items such as protocols and transports.
Schema Component Representation
<xs:simpleType name="NetAddressExtended">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: NetworkACLEntryDescription

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name NetworkACLEntryDescription
Content
  • Base XSD Type: token
  • length >= 1
Documentation The description for the entry in the network access control list.
Schema Component Representation
<xs:simpleType name="NetworkACLEntryDescription">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="80"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: NetworkDeviceMonitorFailedPollingIntervalMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name NetworkDeviceMonitorFailedPollingIntervalMinutes
Content
  • Base XSD Type: int
  • 1 <= value <= 720
Documentation Network Device failed polling interval in minutes.
Schema Component Representation
<xs:simpleType name="NetworkDeviceMonitorFailedPollingIntervalMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="720"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: NetworkDeviceMonitorPollingIntervalMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name NetworkDeviceMonitorPollingIntervalMinutes
Content
  • Base XSD Type: int
  • 0 <= value <= 1440
Documentation Network Device polling interval in minutes.
Schema Component Representation
<xs:simpleType name="NetworkDeviceMonitorPollingIntervalMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="1440"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: NetworkProgressionWaitPeriodSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name NetworkProgressionWaitPeriodSeconds
Content
  • Base XSD Type: int
  • 1 <= value <= 15
Documentation Network progression wait period in seconds.
Schema Component Representation
<xs:simpleType name="NetworkProgressionWaitPeriodSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="15"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: NetworkServerAlternateCallIndicator

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name NetworkServerAlternateCallIndicator
Content
  • Base XSD Type: token
  • length >= 1
Documentation Network Server Alternate Call Indicator.
Schema Component Representation
<xs:simpleType name="NetworkServerAlternateCallIndicator">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="64"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: NetworkServerCallType

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

Simple Type: NetworkServerDescription

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

Simple Type: NetworkServerTreatment

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name NetworkServerTreatment
Content
  • Base XSD Type: token
  • length >= 1
Documentation Possible string value for Network Server Treatment.
Schema Component Representation
<xs:simpleType name="NetworkServerTreatment">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="8"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: NetworkServerType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name NetworkServerType
Content
  • Base XSD Type: token
  • value comes from list: {'Lookup'|'Update'|'Both'}
Documentation Network Server types.
Schema Component Representation
<xs:simpleType name="NetworkServerType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Lookup"/>
<xs:enumeration value="Update"/>
<xs:enumeration value="Both"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: NetworkTranslationIndex

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name NetworkTranslationIndex
Content
  • Base XSD Type: token
  • length >= 1
Documentation Network Translation Index for selecting Enterprise and Public dial plans.
Schema Component Representation
<xs:simpleType name="NetworkTranslationIndex">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="128"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: OCICallApplicationNotificationTimeOutSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name OCICallApplicationNotificationTimeOutSeconds
Content
  • Base XSD Type: int
  • 2 <= value <= 30
Documentation The timeout value for OCI Call Application notifications.
Schema Component Representation
<xs:simpleType name="OCICallApplicationNotificationTimeOutSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="2"/>
<xs:maxInclusive value="30"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: OCICallControlApplicationDescription

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name OCICallControlApplicationDescription
Content
  • Base XSD Type: token
  • length >= 1
Documentation The description for the entry in the OCI call control application list.
Schema Component Representation
<xs:simpleType name="OCICallControlApplicationDescription">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="80"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: OCIReportingMessageName

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

Simple Type: OfficeZoneDescription

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

Simple Type: PeerSipConnectionMonitoringHeartbeatIntervalMilliseconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name PeerSipConnectionMonitoringHeartbeatIntervalMilliseconds
Content
  • Base XSD Type: int
  • 10 <= value <= 3600000
Documentation Peer SIP Connection Monitoring heartbeat interval in milliseconds
Schema Component Representation
<xs:simpleType name="PeerSipConnectionMonitoringHeartbeatIntervalMilliseconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="10"/>
<xs:maxInclusive value="3600000"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: PeerSipConnectionMonitoringHeartbeatTimeoutMilliseconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name PeerSipConnectionMonitoringHeartbeatTimeoutMilliseconds
Content
  • Base XSD Type: int
  • 10 <= value <= 18000000
Documentation Peer SIP Connection Monitoring heartbeat timeout in milliseconds
Schema Component Representation
<xs:simpleType name="PeerSipConnectionMonitoringHeartbeatTimeoutMilliseconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="10"/>
<xs:maxInclusive value="18000000"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: PerformanceMeasurementReportingIntervalMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name PerformanceMeasurementReportingIntervalMinutes
Content
  • Base XSD Type: int
  • 5 <= value <= 45000
Documentation Performance Measurement Reporting Interval Minutes.
Schema Component Representation
<xs:simpleType name="PerformanceMeasurementReportingIntervalMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="5"/>
<xs:maxInclusive value="45000"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ProvisioningValidationTimeoutSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name ProvisioningValidationTimeoutSeconds
Content
  • Base XSD Type: int
  • 1 <= value <= 30
Documentation The timeout value in seconds for provisioning validation.
Schema Component Representation
<xs:simpleType name="ProvisioningValidationTimeoutSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="30"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Q850CauseValue

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name Q850CauseValue
Content
  • Base XSD Type: int
  • 1 <= value <= 256
Documentation The possible range values for Q850 Cause Value.
Schema Component Representation
<xs:simpleType name="Q850CauseValue">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="256"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Q850Text

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name Q850Text
Content
  • Base XSD Type: token
  • length >= 1
Documentation A text parameter appended to the Reason header to explain the Q850 cause value
Schema Component Representation
<xs:simpleType name="Q850Text">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: RadiusServerDescription

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

Simple Type: RedundancyRollBackTimerMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name RedundancyRollBackTimerMinutes
Content
  • Base XSD Type: int
  • 0 <= value <= 3600
Documentation Redundancy rollback timer in minutes.
Schema Component Representation
<xs:simpleType name="RedundancyRollBackTimerMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="3600"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: RoamingCriteria

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name RoamingCriteria
Content
  • Base XSD Type: token
  • value comes from list: {'In Home Network'|'In Roaming Network'|'Disregard Roaming'}
Documentation Identifies the roaming criteria to be matched.
Schema Component Representation
<xs:simpleType name="RoamingCriteria">
<xs:restriction base=" xs:token ">
<xs:enumeration value="In Home Network"/>
<xs:enumeration value="In Roaming Network"/>
<xs:enumeration value="Disregard Roaming"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: RouteDeviceDescription

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

Simple Type: RouteName

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

Simple Type: RouteTimerSeconds

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

Simple Type: RoutingDigits

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name RoutingDigits
Content
  • Base XSD Type: token
  • length >= 1
Documentation Digit pattern used to route a call -- a 3 to 6 digit number. If the digit pattern does not include a wildcard, it must be 6 digits.
Schema Component Representation
<xs:simpleType name="RoutingDigits">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: RoutingDNSResolvedAddressSelectionPolicy

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name RoutingDNSResolvedAddressSelectionPolicy
Content
  • Base XSD Type: token
  • value comes from list: {'Standard'|'Load Balanced'|'Stateful'}
Documentation Policy for choosing an address from the the results of a DNS lookup.
Schema Component Representation
<xs:simpleType name="RoutingDNSResolvedAddressSelectionPolicy">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Standard"/>
<xs:enumeration value="Load Balanced"/>
<xs:enumeration value="Stateful"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: RoutingMaxAddresses

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name RoutingMaxAddresses
Content
  • Base XSD Type: int
  • 1 <= value <= 50
Documentation Routing max addresses.
Schema Component Representation
<xs:simpleType name="RoutingMaxAddresses">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="50"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: RoutingStatefulExpirationMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name RoutingStatefulExpirationMinutes
Content
  • Base XSD Type: int
  • 0 <= value <= 1440
Documentation Routing stateful expiration minutes.
Schema Component Representation
<xs:simpleType name="RoutingStatefulExpirationMinutes">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="1440"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ScheduleCombinationType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ScheduleCombinationType
Content
  • Base XSD Type: token
  • value comes from list: {'UNION'|'INTERSECTION'}
Documentation Schedule Combination.
Application Data <asDataModeSupported>
true
</asDataModeSupported>
<hssDataModeSupported>
false
</hssDataModeSupported>
Schema Component Representation
<xs:simpleType name="ScheduleCombinationType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="UNION"/>
<xs:enumeration value="INTERSECTION"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ServerHostId

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ServerHostId
Content
  • Base XSD Type: token
  • length >= 1
Documentation Uniquely identifies the server computer hardware.
Schema Component Representation
<xs:simpleType name="ServerHostId">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ServiceActivationAccessCode

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name ServiceActivationAccessCode
Content
  • Base XSD Type: token
  • length >= 1
Documentation Access code for Service Activation Access Code System Parameters.
Schema Component Representation
<xs:simpleType name="ServiceActivationAccessCode">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="80"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ServiceControlMaxClientConnections

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name ServiceControlMaxClientConnections
Content
  • Base XSD Type: int
  • 0 <= value <= 10
Documentation Maximum allowed number of service control client connections.
Schema Component Representation
<xs:simpleType name="ServiceControlMaxClientConnections">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="10"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SessionAdmissionControlForMusicOnHoldType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name SessionAdmissionControlForMusicOnHoldType
Content
  • Base XSD Type: token
  • value comes from list: {'Do Not Play'|'Play And Count'}
Documentation Session Admission Control handling for Music On Hold types.
Schema Component Representation
<xs:simpleType name="SessionAdmissionControlForMusicOnHoldType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Do Not Play"/>
<xs:enumeration value="Play And Count"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SessionAuditIntervalSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name SessionAuditIntervalSeconds
Content
  • Base XSD Type: int
  • 60 <= value <= 7200
Documentation Session Audit interval seconds.
Schema Component Representation
<xs:simpleType name="SessionAuditIntervalSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="60"/>
<xs:maxInclusive value="7200"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SessionAuditTimeoutPeriodSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name SessionAuditTimeoutPeriodSeconds
Content
  • Base XSD Type: int
  • 60 <= value <= 600
Documentation Session Audit timeout period seconds.
Schema Component Representation
<xs:simpleType name="SessionAuditTimeoutPeriodSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="60"/>
<xs:maxInclusive value="600"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SessionTimerRefresher

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name SessionTimerRefresher
Content
  • Base XSD Type: token
  • value comes from list: {'Local'|'Remote'}
Documentation Choices for Preferred Session Timer Refresher.
Schema Component Representation
<xs:simpleType name="SessionTimerRefresher">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Local"/>
<xs:enumeration value="Remote"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ShInterfacePublicIdentityRefreshDelaySeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name ShInterfacePublicIdentityRefreshDelaySeconds
Content
  • Base XSD Type: int
  • 0 <= value <= 30
Documentation The amount of time to wait after a Public Identity has been added before dispatching the Public Identity refresh procedure. A value of 0 indicates no delay.
Schema Component Representation
<xs:simpleType name="ShInterfacePublicIdentityRefreshDelaySeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="30"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ShInterfaceRequestTimeoutSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name ShInterfaceRequestTimeoutSeconds
Content
  • Base XSD Type: int
  • 1 <= value <= 30
Documentation The amount of time to wait for a response to an Sh Interface request.
Schema Component Representation
<xs:simpleType name="ShInterfaceRequestTimeoutSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="30"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ShInterfaceSystemRefreshPublicIdentitiesPerHour

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name ShInterfaceSystemRefreshPublicIdentitiesPerHour
Content
  • Base XSD Type: int
  • 1 <= value <= 100000
Documentation The rate at which a system refresh dispatches constituent Public Identity refresh procedures.
Schema Component Representation
<xs:simpleType name="ShInterfaceSystemRefreshPublicIdentitiesPerHour">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="100000"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SIPACLTransportProtocol

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name SIPACLTransportProtocol
Content
  • Base XSD Type: token
  • value comes from list: {'UDP'|'TCP'|'All'}
Documentation SIP ACL Network Transport Protocol.
Schema Component Representation
<xs:simpleType name="SIPACLTransportProtocol">
<xs:restriction base=" xs:token ">
<xs:enumeration value="UDP"/>
<xs:enumeration value="TCP"/>
<xs:enumeration value="All"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SIPFailureStatusCode

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name SIPFailureStatusCode
Content
  • Base XSD Type: int
  • 400 <= value <= 699
Documentation The possible range values for SIP failure status codes.
Schema Component Representation
<xs:simpleType name="SIPFailureStatusCode">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="400"/>
<xs:maxInclusive value="699"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SIPSessionExpiresMaximumSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name SIPSessionExpiresMaximumSeconds
Content
  • Base XSD Type: int
  • 3600 <= value <= 86400
Documentation Corresponds to the SIP Max-SE header.
Schema Component Representation
<xs:simpleType name="SIPSessionExpiresMaximumSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="3600"/>
<xs:maxInclusive value="86400"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SIPSessionExpiresMinimumSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name SIPSessionExpiresMinimumSeconds
Content
  • Base XSD Type: int
  • 30 <= value <= 3600
Documentation Corresponds to the SIP Min-SE header.
Schema Component Representation
<xs:simpleType name="SIPSessionExpiresMinimumSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="30"/>
<xs:maxInclusive value="3600"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SIPSessionExpiresTimerSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name SIPSessionExpiresTimerSeconds
Content
  • Base XSD Type: int
  • 60 <= value <= 86400
Documentation Corresponds to the SIP Session-Expires header.
Schema Component Representation
<xs:simpleType name="SIPSessionExpiresTimerSeconds">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="60"/>
<xs:maxInclusive value="86400"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SIPStatusMessage

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name SIPStatusMessage
Content
  • Base XSD Type: token
  • length >= 1
Documentation A text parameter appended to the SIP status line.
Schema Component Representation
<xs:simpleType name="SIPStatusMessage">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SMDIMaxConnections

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name SMDIMaxConnections
Content
  • Base XSD Type: int
  • 0 <= value <= 64
Documentation Maximum Number of SMDI connections.
Schema Component Representation
<xs:simpleType name="SMDIMaxConnections">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="64"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SMPPPassword

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

Simple Type: SMPPSystemId

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

Simple Type: SMPPSystemType

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

Simple Type: SMPPVersion

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name SMPPVersion
Content
  • Base XSD Type: token
  • value comes from list: {'3.3'|'3.4'|'5.0'}
Documentation The SMPP Protocol Version.
Schema Component Representation
<xs:simpleType name="SMPPVersion">
<xs:restriction base=" xs:token ">
<xs:enumeration value="3.3"/>
<xs:enumeration value="3.4"/>
<xs:enumeration value="5.0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SMTPFromAddress

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

Simple Type: SMTPSubject

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

Simple Type: SystemCallType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name SystemCallType
Content
  • Base XSD Type: token
  • value comes from list: {'Emergency'|'Repair'}
Documentation System Call Type
Schema Component Representation
<xs:simpleType name="SystemCallType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Emergency"/>
<xs:enumeration value="Repair"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SystemLicenseType

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name SystemLicenseType
Content
  • Base XSD Type: token
  • value comes from list: {'Lawful Intercept Event Monitoring'|'Lawful Intercept Media Monitoring'|'Enterprise Voice Portal'|'Service Packs'|'SIP TCP'|'Realtime Accounting'|'Network-Wide Messaging'|'Sh Interface'|'Destination Trunk Group'|'Deployment Studio'|'Session Admission Control'|'Session Data Replication'|'BroadWorks Mobile Manager'|'System Voice Portal'|'Number Portability Query'}
Documentation System License type.
Schema Component Representation
<xs:simpleType name="SystemLicenseType">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Lawful Intercept Event Monitoring"/>
<xs:enumeration value="Lawful Intercept Media Monitoring"/>
<xs:enumeration value="Enterprise Voice Portal"/>
<xs:enumeration value="Service Packs"/>
<xs:enumeration value="SIP TCP"/>
<xs:enumeration value="Realtime Accounting"/>
<xs:enumeration value="Network-Wide Messaging"/>
<xs:enumeration value="Sh Interface"/>
<xs:enumeration value="Destination Trunk Group"/>
<xs:enumeration value="Deployment Studio"/>
<xs:enumeration value="Session Admission Control"/>
<xs:enumeration value="Session Data Replication"/>
<xs:enumeration value="BroadWorks Mobile Manager"/>
<xs:enumeration value="System Voice Portal"/>
<xs:enumeration value="Number Portability Query"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SystemMaxLoginAttempts

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name SystemMaxLoginAttempts
Content
  • Base XSD Type: int
  • 1 <= value <= 1000
Documentation Maximum Login Attempts.
Schema Component Representation
<xs:simpleType name="SystemMaxLoginAttempts">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="1000"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SystemMinLoginIdLength

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name SystemMinLoginIdLength
Content
  • Base XSD Type: int
  • 2 <= value <= 80
Documentation Minimum Login Id Length.
Schema Component Representation
<xs:simpleType name="SystemMinLoginIdLength">
<xs:restriction base=" xs:int ">
<xs:minInclusive value="2"/>
<xs:maxInclusive value="80"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SystemPasswordRulesApplyTo

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name SystemPasswordRulesApplyTo
Content
  • Base XSD Type: token
  • value comes from list: {'System, Provisioning Administrator'|'System, Provisioning, Service Provider Administrator'|'Administrator and User'}
Documentation User types for which the System Password Rules apply. The rules could apply to the (1) System, Provisioning Administrator (2) System, Provisioning, Service Provider Administrator (3) Administrator (System, Provisioning, Service Provider, Group and Department) and Users.
Schema Component Representation
<xs:simpleType name="SystemPasswordRulesApplyTo">
<xs:restriction base=" xs:token ">
<xs:enumeration value="System, Provisioning Administrator"/>
<xs:enumeration value="System, Provisioning, Service Provider Administrator"/>
<xs:enumeration value="Administrator and User"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SystemServiceCallingLineIdName

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name SystemServiceCallingLineIdName
Content
  • Base XSD Type: token
  • length >= 1
Documentation Name for Calling Line Id Display.
Schema Component Representation
<xs:simpleType name="SystemServiceCallingLineIdName">
<xs:restriction base=" xs:token ">
<xs:minLength value="1"/>
<xs:maxLength value="80"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: SystemServiceCallProcessingMaxCallTimeForAnsweredCallsMinutes

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

Simple Type: SystemServiceCallProcessingMaxConcurrentRedirectedCalls

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

Simple Type: SystemServiceCallProcessingMaxSimultaneousCalls

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

Simple Type: SystemServiceName

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

Simple Type: SystemSIPContentType

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

Simple Type: SystemSIPSupportedInterface

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

Simple Type: TrunkGroupLicensedCallCapacity

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name TrunkGroupLicensedCallCapacity
Content
  • Base XSD Type: int
Documentation Trunk Group licensed call capacity.
Schema Component Representation
<xs:simpleType name="TrunkGroupLicensedCallCapacity">
<xs:restriction base=" xs:int "/>
</xs:simpleType>
top

Simple Type: TrunkMode

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name TrunkMode
Content
  • Base XSD Type: token
  • value comes from list: {'Pilot'|'Proxy'|'User'}
Documentation Trunk Mode Options
Schema Component Representation
<xs:simpleType name="TrunkMode">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Pilot"/>
<xs:enumeration value="Proxy"/>
<xs:enumeration value="User"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: UnscreenedPresentationIdentityPolicy

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name UnscreenedPresentationIdentityPolicy
Content
  • Base XSD Type: token
  • value comes from list: {'Profile Presentation Identity'|'Unscreened Presentation Identity'|'Unscreened Presentation Identity With Profile Domain'}
Documentation Unscreened Presentation Identity Policy Options
Schema Component Representation
<xs:simpleType name="UnscreenedPresentationIdentityPolicy">
<xs:restriction base=" xs:token ">
<xs:enumeration value="Profile Presentation Identity"/>
<xs:enumeration value="Unscreened Presentation Identity"/>
<xs:enumeration value="Unscreened Presentation Identity With Profile Domain"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: WebDAVPassword

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

Simple Type: WebDAVUserName

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

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Parent type: Address (derivation method: extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base=" Address ">
<sequence>
<element name="state" type=" AusStates "/>
<element name="postcode">
<simpleType>
<restriction base=" string ">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type=" string " fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top