Table of Contents
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
This schema imports schema(s) from the following namespace(s):
This schema includes components from the following schema document(s):
Declared Namespaces
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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceAddRequest14
Abstract
no
Documentation
Request to add a service provider 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. -->
<outboundProxyServerNetAddress>
NetAddress
</outboundProxyServerNetAddress>
[0..1]
<stunServerNetAddress>
NetAddress
</stunServerNetAddress>
[0..1]
<mobilityManagerProvisioningURL>
URL
</mobilityManagerProvisioningURL>
[0..1]
<mobilityManagerDefaultOriginatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultOriginatingServiceKey>
[0..1]
<mobilityManagerDefaultTerminatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultTerminatingServiceKey>
[0..1]
<useCustomUserNamePassword>
xs :boolean </useCustomUserNamePassword>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceAddRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
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 ="
mobilityManagerProvisioningURL "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
useCustomUserNamePassword "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceCustomTagAddRequest
Abstract
no
Documentation
Request to add a static configuration tag for a service provider 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceCustomTagAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceCustomTagDeleteListRequest
Abstract
no
Documentation
Request to delete static configuration tags for a service provider 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceCustomTagDeleteListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceCustomTagGetListRequest
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 ServiceProviderAccessDeviceCustomTagGetListResponse 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 ="
ServiceProviderAccessDeviceCustomTagGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAccessDeviceCustomTagGetListResponse
Abstract
no
Documentation
Response to ServiceProviderAccessDeviceCustomTagGetListRequest.
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 ="
ServiceProviderAccessDeviceCustomTagGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceCustomTagModifyRequest
Abstract
no
Documentation
Request to modify a static configuration tag for a service provider 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceCustomTagModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceDeleteRequest
Abstract
no
Documentation
Request to delete a specified service provider 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceFileGetListRequest14sp8
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 ServiceProviderAccessDeviceFileGetListResponse14sp8 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 ="
ServiceProviderAccessDeviceFileGetListRequest14sp8 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAccessDeviceFileGetListResponse14sp8
Abstract
no
Documentation
Response to ServiceProviderAccessDeviceFileGetListRequest14sp8.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceFileGetListResponse14sp8 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceFileGetRequest20
Abstract
no
Documentation
Request to get a service provider device profile file.
The response is either ServiceProviderAccessDeviceFileGetResponse20 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 ="
ServiceProviderAccessDeviceFileGetRequest20 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAccessDeviceFileGetResponse20
Abstract
no
Documentation
Response to ServiceProviderAccessDeviceFileGetRequest20.
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. -->
<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 ="
ServiceProviderAccessDeviceFileGetResponse20 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceFileModifyRequest14sp8
Abstract
no
Documentation
Request to modify a specified service provider/enterprise 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. -->
<extendedCaptureEnabled>
xs :boolean </extendedCaptureEnabled>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceFileModifyRequest14sp8 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceGetListRequest
Abstract
no
Documentation
Requests the list of access devices in a service provider.
The response is either ServiceProviderAccessDeviceGetListResponse 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 ="
ServiceProviderAccessDeviceGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAccessDeviceGetListResponse
Abstract
no
Documentation
Response to ServiceProviderAccessDeviceGetListRequest.
Contains a table of devices configured in the service provider.
The column headings are: "Device Name", "Device Type", "Available Ports",
"Net Address", "MAC Address", "Status", and "Version".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceGetRequest18sp1
Abstract
no
Documentation
Requests the configuration of a specified service provider access device.
The response is either ServiceProviderAccessDeviceGetResponse18sp1 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 ="
ServiceProviderAccessDeviceGetRequest18sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAccessDeviceGetResponse18sp1
Abstract
no
Documentation
Response to ServiceProviderAccessDeviceGetRequest18sp1.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<outboundProxyServerNetAddress>
NetAddress
</outboundProxyServerNetAddress>
[0..1]
<stunServerNetAddress>
NetAddress
</stunServerNetAddress>
[0..1]
<numberOfAssignedPorts>
xs :int </numberOfAssignedPorts>
[1]
<mobilityManagerProvisioningURL>
URL
</mobilityManagerProvisioningURL>
[0..1]
<mobilityManagerDefaultOriginatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultOriginatingServiceKey>
[0..1]
<mobilityManagerDefaultTerminatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultTerminatingServiceKey>
[0..1]
<useCustomUserNamePassword>
xs :boolean </useCustomUserNamePassword>
[0..1]
<userName>
UserId
</userName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceGetResponse18sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
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 ="
numberOfAssignedPorts "
type ="
xs :int
"/>
<
xs:element name ="
mobilityManagerProvisioningURL "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
useCustomUserNamePassword "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
userName "
type ="
UserId
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceGetUserListRequest
Abstract
no
Documentation
Requests the list of users on a specified device.
The response is either ServiceProviderAccessDeviceGetResponse 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 ="
ServiceProviderAccessDeviceGetUserListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
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:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAccessDeviceGetUserListResponse
Abstract
no
Documentation
Response to ServiceProviderAccessDeviceGetUserListRequest.
The column headings for the deviceUserTable are: "Line/Port", "Last Name",
"First Name", "Phone Number", "Group Id", "User Id",
"User Type", "Endpoint Type", "Primary Line/Port", "Order", "Extension", "Department", "Email Address".
In IMS mode, the table will contain a row for each TEL-URI in the Phone Number column.
In standalone mode, 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceGetUserListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceModifyRequest14
Abstract
no
Documentation
Request to modify a specified service provider 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. -->
<outboundProxyServerNetAddress>
NetAddress
</outboundProxyServerNetAddress>
[0..1]
<stunServerNetAddress>
NetAddress
</stunServerNetAddress>
[0..1]
<mobilityManagerProvisioningURL>
URL
</mobilityManagerProvisioningURL>
[0..1]
<mobilityManagerDefaultOriginatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultOriginatingServiceKey>
[0..1]
<mobilityManagerDefaultTerminatingServiceKey>
MobilityManagerServiceKey
</mobilityManagerDefaultTerminatingServiceKey>
[0..1]
<useCustomUserNamePassword>
xs :boolean </useCustomUserNamePassword>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceModifyRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
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 ="
mobilityManagerProvisioningURL "
type ="
URL
"
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:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceModifyUserRequest
Abstract
no
Documentation
Request to modify attributes for line/ports assigned on the service provider 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. -->
<isPrimaryLinePort>
xs :boolean </isPrimaryLinePort>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceModifyUserRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
isPrimaryLinePort "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAccessDeviceResetRequest
Abstract
no
Documentation
Reset a specific service provider 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAccessDeviceResetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAddRequest13mp2
Abstract
no
Documentation
Add a service provider or enterprise.
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]
<isEnterprise> true </isEnterprise> [1]
<useCustomRoutingProfile>
xs :boolean </useCustomRoutingProfile>
[1]
End Choice
<contact>
Contact
</contact>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAddRequest13mp2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:choice >
<
xs:element name ="
isEnterprise "
type ="
xs :boolean
"
fixed ="
true "/>
<
xs:element name ="
useCustomRoutingProfile "
type ="
xs :boolean
"/>
</
xs:choice >
<
xs:element name ="
defaultDomain "
type ="
NetAddress
"/>
<
xs:element name ="
supportEmail "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
contact "
type ="
Contact
"
minOccurs ="
0 "/>
<
xs:element name ="
address "
type ="
StreetAddress
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAdminAddRequest14
Abstract
no
Documentation
Add a service provider 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAdminAddRequest14 ">
<
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
"
minOccurs ="
0 "/>
<
xs:element name ="
language "
type ="
Language
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAdminDeleteRequest
Abstract
no
Documentation
Delete a service provider 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAdminDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAdminGetListRequest14
Abstract
no
Documentation
Get a list of service provider administrators.
The response is either a ServiceProviderAdminGetListResponse14 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 ="
ServiceProviderAdminGetListRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAdminGetListResponse14
Abstract
no
Documentation
Response to ServiceProviderAdminGetListRequest14.
Contains a 5 column table with column headings "Administrator ID",
"Last Name", "First Name", "Administrator Type", "Language".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderAdminTable>
core :OCITable
</serviceProviderAdminTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAdminGetListResponse14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
serviceProviderAdminTable "
type ="
core :OCITable
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAdminGetPolicyRequest20
Abstract
no
Documentation
Requests the service provider administrator's policy settings.
The response is either ServiceProviderAdminGetPolicyResponse20 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 ="
ServiceProviderAdminGetPolicyRequest20 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAdminGetPolicyResponse20
Abstract
no
Documentation
Response to ServiceProviderAdminGetPolicyRequest20.
Contains the policy settings for the service provider administrator.
The networkPolicyAccess and numberActivationAccess are returned only for the enterprise administrator.
The following elements are only used in AS data mode:
dialableCallerIDAccess
verifyTranslationAndRoutingAccess
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAdminGetPolicyResponse20 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAdminGetRequest14
Abstract
no
Documentation
Get a service provider administrators profile.
The response is either a ServiceProviderAdminGetResponse14 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 ="
ServiceProviderAdminGetRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAdminGetResponse14
Abstract
no
Documentation
Response to the ServiceProviderAdminGetRequest14.
The response contains the service provider administrators profile information.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAdminGetResponse14 ">
<
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:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAdminModifyPolicyRequest14
Abstract
no
Documentation
Request to modify the service provider administrator's policy settings.
The response is either SuccessResponse or ErrorResponse.
The networkPolicyAccess is only modified for the enterprise administrator.
The following elements are only used in AS data mode:
dialableCallerIDAccess
verifyTranslationAndroutingAccess
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 ="
ServiceProviderAdminModifyPolicyRequest14 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAdminModifyRequest
Abstract
no
Documentation
Modify a service provider 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAdminModifyRequest ">
<
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
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
language "
type ="
Language
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAnswerConfirmationGetRequest16
Abstract
no
Documentation
Get a service provider or enterprise's answer confirmation settings.
The response is either a ServiceProviderAnswerConfirmationGetResponse16 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 ="
ServiceProviderAnswerConfirmationGetRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderAnswerConfirmationGetResponse16
Abstract
no
Documentation
Response to the ServiceProviderAnswerConfirmationGetRequest16.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<confirmationMessageAudioFileDescription>
FileDescription
</confirmationMessageAudioFileDescription>
[0..1]
<confirmationMessageMediaType>
MediaFileType
</confirmationMessageMediaType>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAnswerConfirmationGetResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
confirmationMessageAudioFileDescription "
type ="
FileDescription
"
minOccurs ="
0 "/>
<
xs:element name ="
confirmationMessageMediaType "
type ="
MediaFileType
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderAnswerConfirmationModifyRequest16
Abstract
no
Documentation
Modify a service provider or enterprise's answer confirmation settings.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderAnswerConfirmationModifyRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderApplicationServerSetGetRequest
Abstract
no
Documentation
Get the Application Server set for a service provider or enterprise.
The response is either a ServiceProviderApplicationServerSetGetResponse 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 ="
ServiceProviderApplicationServerSetGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderApplicationServerSetGetResponse
Abstract
no
Documentation
Response to the ServiceProviderApplicationServerSetGetRequest.
The response contains the service provider or enterprise's Application Server set information.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderApplicationServerSetGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderApplicationServerSetModifyRequest
Abstract
no
Documentation
Modify the Application Server set assigned to the service provider or enterprise.
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 ="
ServiceProviderApplicationServerSetModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCallProcessingGetPolicyRequest19sp1
Abstract
no
Documentation
Request the service provider level data associated with Call Processing
Policy. The response is either a
ServiceProviderCallProcessingGetPolicyResponse18sp1 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 ="
ServiceProviderCallProcessingGetPolicyRequest19sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCallProcessingGetPolicyResponse19sp1
Abstract
no
Documentation
Response to ServiceProviderCallProcessingGetPolicyRequest19sp1.
The following elements are only used in AS data mode:
useServiceProviderDCLIDSetting
enableDialableCallerID
allowConfigurableCLIDForRedirectingIdentity
enterpriseCallsCLIDPolicy
groupCallsCLIDPolicy
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. -->
<useServiceProviderDCLIDSetting>
xs :boolean </useServiceProviderDCLIDSetting>
[1]
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan>
[1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan>
[1]
<overrideCLIDRestrictionForPrivateCallCategory>
xs :boolean </overrideCLIDRestrictionForPrivateCallCategory>
[1]
<useEnterpriseCLIDForPrivateCallCategory>
xs :boolean </useEnterpriseCLIDForPrivateCallCategory>
[1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[1]
<enforceEnterpriseCallingLineIdentityRestriction>
xs :boolean </enforceEnterpriseCallingLineIdentityRestriction>
[1]
<conferenceURI>
SIPURI
</conferenceURI>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[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]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCallProcessingGetPolicyResponse19sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useServiceProviderDCLIDSetting "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPrivateDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPublicDialingPlan "
type ="
xs :boolean
"/>
<
xs:element name ="
overrideCLIDRestrictionForPrivateCallCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
useEnterpriseCLIDForPrivateCallCategory "
type ="
xs :boolean
"/>
<
xs:element name ="
enableEnterpriseExtensionDialing "
type ="
xs :boolean
"/>
<
xs:element name ="
enforceEnterpriseCallingLineIdentityRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceURI "
type ="
SIPURI
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"/>
<
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:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCallProcessingModifyPolicyRequest15
Abstract
no
Documentation
Modify the service provider level data associated with Call Procesing
Policy. The response is either a SuccessResponse or an ErrorResponse.
The following elements are only used in AS data mode:
useServiceProviderDCLIDSetting
enableDialableCallerID
allowConfigurableCLIDForRedirectingIdentity
enterpriseCallsCLIDPolicy
groupCallsCLIDPolicy
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. -->
<useServiceProviderDCLIDSetting>
xs :boolean </useServiceProviderDCLIDSetting>
[0..1]
<useMaxSimultaneousCalls>
xs :boolean </useMaxSimultaneousCalls>
[0..1]
<useMaxSimultaneousVideoCalls>
xs :boolean </useMaxSimultaneousVideoCalls>
[0..1]
<useMaxCallTimeForAnsweredCalls>
xs :boolean </useMaxCallTimeForAnsweredCalls>
[0..1]
<useMaxCallTimeForUnansweredCalls>
xs :boolean </useMaxCallTimeForUnansweredCalls>
[0..1]
<supportedMediaSetName>
MediaSetName
</supportedMediaSetName>
[0..1]
<enforceGroupCallingLineIdentityRestriction>
xs :boolean </enforceGroupCallingLineIdentityRestriction>
[0..1]
<allowEnterpriseGroupCallTypingForPrivateDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPrivateDialingPlan>
[0..1]
<allowEnterpriseGroupCallTypingForPublicDialingPlan>
xs :boolean </allowEnterpriseGroupCallTypingForPublicDialingPlan>
[0..1]
<overrideCLIDRestrictionForPrivateCallCategory>
xs :boolean </overrideCLIDRestrictionForPrivateCallCategory>
[0..1]
<useEnterpriseCLIDForPrivateCallCategory>
xs :boolean </useEnterpriseCLIDForPrivateCallCategory>
[0..1]
<enableEnterpriseExtensionDialing>
xs :boolean </enableEnterpriseExtensionDialing>
[0..1]
<enforceEnterpriseCallingLineIdentityRestriction>
xs :boolean </enforceEnterpriseCallingLineIdentityRestriction>
[0..1]
<conferenceURI>
SIPURI
</conferenceURI>
[0..1]
<useMaxConcurrentRedirectedCalls>
xs :boolean </useMaxConcurrentRedirectedCalls>
[0..1]
<useMaxFindMeFollowMeDepth>
xs :boolean </useMaxFindMeFollowMeDepth>
[0..1]
<useMaxConcurrentFindMeFollowMeInvocations>
xs :boolean </useMaxConcurrentFindMeFollowMeInvocations>
[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]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCallProcessingModifyPolicyRequest15 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
useServiceProviderDCLIDSetting "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxSimultaneousCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxSimultaneousVideoCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxCallTimeForAnsweredCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxCallTimeForUnansweredCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
supportedMediaSetName "
type ="
MediaSetName
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
enforceGroupCallingLineIdentityRestriction "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPrivateDialingPlan "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowEnterpriseGroupCallTypingForPublicDialingPlan "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
overrideCLIDRestrictionForPrivateCallCategory "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useEnterpriseCLIDForPrivateCallCategory "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableEnterpriseExtensionDialing "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enforceEnterpriseCallingLineIdentityRestriction "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
conferenceURI "
type ="
SIPURI
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentRedirectedCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxFindMeFollowMeDepth "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
useMaxConcurrentFindMeFollowMeInvocations "
type ="
xs :boolean
"
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:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringCriteriaAssignListRequest
Abstract
no
Documentation
Assign a list of Communication Barring Criteria to a service provider.
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 ="
ServiceProviderCommunicationBarringCriteriaAssignListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringCriteriaGetAssignedListRequest
Abstract
no
Documentation
Get a list of Communication Barring Criteria assigned to a service provider.
The response is either a ServiceProviderCommunicationBarringCriteriaGetAssignedListResponse
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 ="
ServiceProviderCommunicationBarringCriteriaGetAssignedListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCommunicationBarringCriteriaGetAssignedListResponse
Abstract
no
Documentation
Response to ServiceProviderCommunicationBarringCriteriaGetAssignedListRequest.
Contains a table of all Communication Barring Criteria assigned to the
service provider. 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringCriteriaGetAssignedListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringCriteriaUnassignListRequest
Abstract
no
Documentation
Unassign a list of Communication Barring Criteria from a service provider.
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 ="
ServiceProviderCommunicationBarringCriteriaUnassignListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringDigitPatternCriteriaAddRequest
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. -->
<matchDigitPattern>
DigitPattern
</matchDigitPattern>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringDigitPatternCriteriaAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
matchDigitPattern "
type ="
DigitPattern
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringDigitPatternCriteriaDeleteRequest
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringDigitPatternCriteriaDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringDigitPatternCriteriaGetListRequest
Abstract
no
Documentation
Get the list of all Digit Pattern Criteria defined for the service provider.
The response is either a ServiceProviderCommunicationBarringDigitPatternCriteriaGetListResponse 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 ="
ServiceProviderCommunicationBarringDigitPatternCriteriaGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCommunicationBarringDigitPatternCriteriaGetListResponse
Abstract
no
Documentation
Response to the ServiceProviderCommunicationBarringDigitPatternCriteriaGetListRequest.
The response contains a table of all Digit Pattern Criteria defined for the service provider. 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringDigitPatternCriteriaGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringDigitPatternCriteriaGetPatternListRequest
Abstract
no
Documentation
Get an existing Digit Pattern Criteria.
The response is either a ServiceProviderCommunicationBarringDigitPatternCriteriaGetPatternListResponse 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 ="
ServiceProviderCommunicationBarringDigitPatternCriteriaGetPatternListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCommunicationBarringDigitPatternCriteriaGetPatternListResponse
Abstract
no
Documentation
Response to the ServiceProviderCommunicationBarringDigitPatternCriteriaGetPatternListRequest.
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 ="
ServiceProviderCommunicationBarringDigitPatternCriteriaGetPatternListResponse ">
<
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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringDigitPatternCriteriaGetRequest
Abstract
no
Documentation
Get an existing Digit Pattern Criteria.
The response is either a ServiceProviderCommunicationBarringDigitPatternCriteriaGetResponse 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 ="
ServiceProviderCommunicationBarringDigitPatternCriteriaGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCommunicationBarringDigitPatternCriteriaGetResponse
Abstract
no
Documentation
Response to the ServiceProviderCommunicationBarringDigitPatternCriteriaGetRequest.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringDigitPatternCriteriaGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringDigitPatternCriteriaModifyRequest
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. -->
<addMatchDigitPattern>
DigitPattern
</addMatchDigitPattern>
[0..*]
<deleteMatchDigitPattern>
DigitPattern
</deleteMatchDigitPattern>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringDigitPatternCriteriaModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringIncomingCriteriaAssignListRequest
Abstract
no
Documentation
Assign a list of Communication Barring Incoming Criteria to a service provider.
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 ="
ServiceProviderCommunicationBarringIncomingCriteriaAssignListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringIncomingCriteriaGetAssignedListRequest
Abstract
no
Documentation
Get a list of Communication Barring Incoming Criteria assigned to a service provider.
The response is either a ServiceProviderCommunicationBarringIncomingCriteriaGetAssignedListResponse
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 ="
ServiceProviderCommunicationBarringIncomingCriteriaGetAssignedListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCommunicationBarringIncomingCriteriaGetAssignedListResponse
Abstract
no
Documentation
Response to ServiceProviderCommunicationBarringIncomingCriteriaGetAssignedListRequest.
Contains a table of all Communication Barring Incoming Criteria assigned to the
service provider. 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringIncomingCriteriaGetAssignedListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringIncomingCriteriaUnassignListRequest
Abstract
no
Documentation
Unassign a list of Communication Barring Incoming Criteria from a service provider.
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 ="
ServiceProviderCommunicationBarringIncomingCriteriaUnassignListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringProfileAddRequest19sp1
Abstract
no
Documentation
Add a new Communication Barring Profile.
The priorities for OriginatingRules, RedirectingRules, CallMeNowRules and 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
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<originatingDefaultTreatmentId>
TreatmentId
</originatingDefaultTreatmentId>
[0..1]
<originatingDefaultTransferNumber>
OutgoingDN
</originatingDefaultTransferNumber>
[0..1]
<becomeDefault>
xs :boolean </becomeDefault>
[1]
<applyToAttendedCallTransfers>
xs :boolean </applyToAttendedCallTransfers>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringProfileAddRequest19sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
originatingDefaultTreatmentId "
type ="
TreatmentId
"
minOccurs ="
0 "/>
<
xs:element name ="
originatingDefaultTransferNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
<
xs:element name ="
becomeDefault "
type ="
xs :boolean
"/>
<
xs:element name ="
applyToAttendedCallTransfers "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringProfileDeleteRequest
Abstract
no
Documentation
Deletes an existing Communication Barring Profile. Optionally, a new default profile can be chosen if the current default profile is being deleted.
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 ="
ServiceProviderCommunicationBarringProfileDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest
Abstract
no
Documentation
Get a list of groups within a service provider that have a given
Communication Barring Profile assigned.
The response is either a ServiceProviderCommunicationBarringProfileGetAssignedGroupListResponse
or an ErorResponse.
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 ="
ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
searchCriteriaGroupId "
type ="
SearchCriteriaGroupId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCommunicationBarringProfileGetAssignedGroupListResponse
Abstract
no
Documentation
Response to ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest.
Contains a table of groups that have the Communication Barring Profile
assigned. The column headings are: "Group Id" and "Group Name".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringProfileGetAssignedGroupListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringProfileGetCriteriaUsageListRequest
Abstract
no
Documentation
Get a list of Communication Barring profiles within a service provider that have a given Communication Barring Criteria assigned.
The response is either a ServiceProviderCommunicationBarring ProfileGetCriteriaUsageListResponse
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 ="
ServiceProviderCommunicationBarringProfileGetCriteriaUsageListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCommunicationBarringProfileGetCriteriaUsageListResponse
Abstract
no
Documentation
Response to ServiceProviderCommunicationBarring ProfileGetCriteriaUsageListRequest. Contains a table of profiles that have the Communication Barring Criteria assigned. 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringProfileGetCriteriaUsageListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringProfileGetDigitPatternCriteriaUsageListRequest
Abstract
no
Documentation
Get the list of Profiles that use a specific Digit Pattern Criteria.
The response is either a ServiceProviderCommunicationBarringProfileGetDigitPatternCriteriaUsageListResponse
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 ="
ServiceProviderCommunicationBarringProfileGetDigitPatternCriteriaUsageListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCommunicationBarringProfileGetDigitPatternCriteriaUsageListResponse
Abstract
no
Documentation
Response to the ServiceProviderCommunicationBarringProfileGetDigitPatternCriteriaUsageListRequest.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringProfileGetDigitPatternCriteriaUsageListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringProfileGetIncomingCriteriaUsageListRequest
Abstract
no
Documentation
Get a list of Communication Barring profiles within a service provider that have a given Communication Barring Incoming Criteria assigned.
The response is either a ServiceProviderCommunicationBarring ProfileGetIncomingCriteriaUsageListResponse
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 ="
ServiceProviderCommunicationBarringProfileGetIncomingCriteriaUsageListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCommunicationBarringProfileGetIncomingCriteriaUsageListResponse
Abstract
no
Documentation
Response to ServiceProviderCommunicationBarringProfileGetIncomingCriteriaUsageListRequest.
Contains a table of profiles that have the Communication Barring Incoming Criteria assigned.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringProfileGetIncomingCriteriaUsageListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringProfileGetListRequest
Abstract
no
Documentation
Get the list of all Communication Barring Profiles.
The response is either a
ServiceProviderCommunicationBarringProfileGetListResponse 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 ="
ServiceProviderCommunicationBarringProfileGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCommunicationBarringProfileGetListResponse
Abstract
no
Documentation
Response to the ServiceProviderCommunicationBarringProfileGetListRequest.
The response contains a table of all Communication Barring Profiles
for the service provider. The column headings are "Default" , "Name" and "Description"
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringProfileGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringProfileGetRequest19sp1
Abstract
no
Documentation
Get an existing Communication Barring Profile.
The response is either a ServiceProviderCommunicationBarringProfileGetResponse19sp1
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 ="
ServiceProviderCommunicationBarringProfileGetRequest19sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringProfileGetRequest19sp1V2
Abstract
no
Documentation
Get an existing Communication Barring Profile.
The response is either a ServiceProviderCommunicationBarringProfileGetResponse19sp1V2
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 ="
ServiceProviderCommunicationBarringProfileGetRequest19sp1V2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCommunicationBarringProfileGetResponse19sp1
Abstract
no
Documentation
Response to the ServiceProviderCommunicationBarringProfileGetRequest19sp1.
The response contains the Communication Barring Profile information.
The incoming, originating, redirecting and call me now 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. -->
<originatingDefaultTreatmentId>
TreatmentId
</originatingDefaultTreatmentId>
[0..1]
<originatingDefaultTransferNumber>
OutgoingDN
</originatingDefaultTransferNumber>
[0..1]
<isDefault>
xs :boolean </isDefault>
[1]
<applyToAttendedCallTransfers>
xs :boolean </applyToAttendedCallTransfers>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringProfileGetResponse19sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
originatingDefaultTreatmentId "
type ="
TreatmentId
"
minOccurs ="
0 "/>
<
xs:element name ="
originatingDefaultTransferNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
<
xs:element name ="
isDefault "
type ="
xs :boolean
"/>
<
xs:element name ="
applyToAttendedCallTransfers "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderCommunicationBarringProfileGetResponse19sp1V2
Abstract
no
Documentation
Response to the ServiceProviderCommunicationBarringProfileGetRequest19sp1V2.
The response contains the Communication Barring Profile information.
The incoming, originating, redirecting and call me now 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. -->
<originatingDefaultTreatmentId>
TreatmentId
</originatingDefaultTreatmentId>
[0..1]
<originatingDefaultTransferNumber>
OutgoingDN
</originatingDefaultTransferNumber>
[0..1]
<isDefault>
xs :boolean </isDefault>
[1]
<applyToAttendedCallTransfers>
xs :boolean </applyToAttendedCallTransfers>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringProfileGetResponse19sp1V2 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
originatingDefaultTreatmentId "
type ="
TreatmentId
"
minOccurs ="
0 "/>
<
xs:element name ="
originatingDefaultTransferNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
<
xs:element name ="
isDefault "
type ="
xs :boolean
"/>
<
xs:element name ="
applyToAttendedCallTransfers "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringProfileModifyDefaultRequest
Abstract
no
Documentation
Modifies the default Communication Barring Profile of a Service Provider. If a default has been previously selected, this command will swap the default profile with the profile provided. Selecting a nil profile will cause the service provider to not have a default Communicaton 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 ="
ServiceProviderCommunicationBarringProfileModifyDefaultRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCommunicationBarringProfileModifyRequest
Abstract
no
Documentation
Modify an existing Communication Barring Profile.
The priorities for OriginatingRules, RedirectingRules, CallMeNowRules and 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
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. -->
<originatingDefaultTreatmentId>
TreatmentId
</originatingDefaultTreatmentId>
[0..1]
<originatingDefaultTransferNumber>
OutgoingDN
</originatingDefaultTransferNumber>
[0..1]
<becomeDefault>
xs :boolean </becomeDefault>
[0..1]
<applyToAttendedCallTransfers>
xs :boolean </applyToAttendedCallTransfers>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCommunicationBarringProfileModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
originatingDefaultTreatmentId "
type ="
TreatmentId
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
originatingDefaultTransferNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "
nillable ="
true "/>
<
xs:element name ="
becomeDefault "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
applyToAttendedCallTransfers "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCPEConfigRebuildDeviceConfigFileRequest
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCPEConfigRebuildDeviceConfigFileRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCPEConfigReorderDeviceLinePortsRequest
Abstract
no
Documentation
Reorder the lines of a Service Provider 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 ServiceProviderAccessDeviceGetRequest 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCPEConfigReorderDeviceLinePortsRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderCPEConfigResetDeviceRequest
Abstract
no
Documentation
Reset a specific service provider or enterprise 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderCPEConfigResetDeviceRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDeleteRequest
Abstract
no
Documentation
Delete a service provider or enterprise.
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 ="
ServiceProviderDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDeviceManagementEventGetListRequest
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 ServiceProviderDeviceManagementEventGetListResponse 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 ="
ServiceProviderDeviceManagementEventGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderDeviceManagementEventGetListResponse
Abstract
no
Documentation
Response to ServiceProviderDeviceManagementEventGetListRequest.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDeviceManagementEventGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDeviceManagementInProgressAndPendingEventCancelRequest
Abstract
no
Documentation
Cancel pending and in progress events. A list of individual events can
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. -->
<eventId>
xs :int </eventId>
[1..*]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDeviceManagementInProgressAndPendingEventCancelRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
eventId "
type ="
xs :int
"
minOccurs ="
1 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDeviceProfileAuthenticationPasswordRulesGetRequest
Abstract
no
Documentation
Request to get the service provider level device profile authentication password rule settings.
The response is either a ServiceProviderDeviceProfileAuthenticationPasswordRulesGetResponse 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 ="
ServiceProviderDeviceProfileAuthenticationPasswordRulesGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderDeviceProfileAuthenticationPasswordRulesGetResponse
Abstract
no
Documentation
Response to ServiceProviderDeviceProfileAuthenticationPasswordRulesGetRequest.
Contains the device profile authentication password rules for the service provider.
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. -->
<useServiceProviderSettings>
xs :boolean </useServiceProviderSettings>
[1]
<disallowAuthenticationName>
xs :boolean </disallowAuthenticationName>
[1]
<disallowOldPassword>
xs :boolean </disallowOldPassword>
[1]
<disallowReversedOldPassword>
xs :boolean </disallowReversedOldPassword>
[1]
<restrictMinDigits>
xs :boolean </restrictMinDigits>
[1]
<restrictMinUpperCaseLetters>
xs :boolean </restrictMinUpperCaseLetters>
[1]
<restrictMinLowerCaseLetters>
xs :boolean </restrictMinLowerCaseLetters>
[1]
<restrictMinNonAlphanumericCharacters>
xs :boolean </restrictMinNonAlphanumericCharacters>
[1]
<sendPermanentLockoutNotification>
xs :boolean </sendPermanentLockoutNotification>
[1]
<permanentLockoutNotifyEmailAddress>
EmailAddress
</permanentLockoutNotifyEmailAddress>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDeviceProfileAuthenticationPasswordRulesGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useServiceProviderSettings "
type ="
xs :boolean
"/>
<
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 ="
restrictMinUpperCaseLetters "
type ="
xs :boolean
"/>
<
xs:element name ="
restrictMinLowerCaseLetters "
type ="
xs :boolean
"/>
<
xs:element name ="
restrictMinNonAlphanumericCharacters "
type ="
xs :boolean
"/>
<
xs:element name ="
sendPermanentLockoutNotification "
type ="
xs :boolean
"/>
<
xs:element name ="
permanentLockoutNotifyEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDeviceProfileAuthenticationPasswordRulesModifyRequest
Abstract
no
Documentation
Request to modify the service provider level device profile authentication password rule settings. The useServiceProviderSettings element can only be modified by a system administrator or a provisioning administrator.
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. -->
<useServiceProviderSettings>
xs :boolean </useServiceProviderSettings>
[0..1]
<disallowAuthenticationName>
xs :boolean </disallowAuthenticationName>
[0..1]
<disallowOldPassword>
xs :boolean </disallowOldPassword>
[0..1]
<disallowReversedOldPassword>
xs :boolean </disallowReversedOldPassword>
[0..1]
<restrictMinDigits>
xs :boolean </restrictMinDigits>
[0..1]
<restrictMinUpperCaseLetters>
xs :boolean </restrictMinUpperCaseLetters>
[0..1]
<restrictMinLowerCaseLetters>
xs :boolean </restrictMinLowerCaseLetters>
[0..1]
<restrictMinNonAlphanumericCharacters>
xs :boolean </restrictMinNonAlphanumericCharacters>
[0..1]
<sendPermanentLockoutNotification>
xs :boolean </sendPermanentLockoutNotification>
[0..1]
<permanentLockoutNotifyEmailAddress>
EmailAddress
</permanentLockoutNotifyEmailAddress>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDeviceProfileAuthenticationPasswordRulesModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
useServiceProviderSettings "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
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 ="
restrictMinUpperCaseLetters "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
restrictMinLowerCaseLetters "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
restrictMinNonAlphanumericCharacters "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
sendPermanentLockoutNotification "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
permanentLockoutNotifyEmailAddress "
type ="
EmailAddress
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDialableCallerIDCriteriaAddRequest
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. -->
<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 ="
ServiceProviderDialableCallerIDCriteriaAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDialableCallerIDCriteriaDeleteRequest
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDialableCallerIDCriteriaDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDialableCallerIDCriteriaGetRequest
Abstract
no
Documentation
Get an existing Dialable Caller ID Criteria.
The response is either a
ServiceProviderDialableCallerIDCriteriaGetRequest 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 ="
ServiceProviderDialableCallerIDCriteriaGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderDialableCallerIDCriteriaGetResponse
Abstract
no
Documentation
Response to the ServiceProviderDialableCallerIDCriteriaGetRequest.
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. -->
<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 ="
ServiceProviderDialableCallerIDCriteriaGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDialableCallerIDCriteriaModifyRequest
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. -->
<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 ="
ServiceProviderDialableCallerIDCriteriaModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDialableCallerIDGetRequest
Abstract
no
Documentation
Get the service provider?s Dialable Caller ID settings and criteria list.
The response is either a
ServiceProviderDialableCallerIDGetResponse 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 ="
ServiceProviderDialableCallerIDGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderDialableCallerIDGetResponse
Abstract
no
Documentation
Response to the ServiceProviderDialableCallerIDGetRequest.
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. -->
<useServiceProviderCriteria>
xs :boolean </useServiceProviderCriteria>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDialableCallerIDGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useServiceProviderCriteria "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDialableCallerIDModifyRequest
Abstract
no
Documentation
Modify the service provider?s Dialable Caller ID settings and 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. -->
<useServiceProviderCriteria>
xs :boolean </useServiceProviderCriteria>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDialableCallerIDModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
useServiceProviderCriteria "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDialPlanPolicyAddAccessCodeRequest
Abstract
no
Documentation
Request to add a Service Provider 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. -->
<includeCodeForNetworkTranslationsAndRouting>
xs :boolean </includeCodeForNetworkTranslationsAndRouting>
[1]
<includeCodeForScreeningServices>
xs :boolean </includeCodeForScreeningServices>
[1]
<enableSecondaryDialTone>
xs :boolean </enableSecondaryDialTone>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDialPlanPolicyAddAccessCodeRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
includeCodeForNetworkTranslationsAndRouting "
type ="
xs :boolean
"/>
<
xs:element name ="
includeCodeForScreeningServices "
type ="
xs :boolean
"/>
<
xs:element name ="
enableSecondaryDialTone "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDialPlanPolicyDeleteAccessCodeRequest
Abstract
no
Documentation
Request to delete a Service Provider 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDialPlanPolicyDeleteAccessCodeRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDialPlanPolicyGetAccessCodeListRequest
Abstract
no
Documentation
Request the Service Provider level data associated with Dial Plan Policy.
The response is either a ServiceProviderDialPlanPolicyGetAccessCodeListResponse
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 ="
ServiceProviderDialPlanPolicyGetAccessCodeListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderDialPlanPolicyGetAccessCodeListResponse
Abstract
no
Documentation
Response to ServiceProviderDialPlanPolicyGetAccessCodeListRequest.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDialPlanPolicyGetAccessCodeListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDialPlanPolicyGetAccessCodeRequest
Abstract
no
Documentation
Request access code data associated with Service Provider level Dial Plan Policy access codes.
The response is either a ServiceProviderDialPlanPolicyGetAccessCodeResponse 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 ="
ServiceProviderDialPlanPolicyGetAccessCodeRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderDialPlanPolicyGetAccessCodeResponse
Abstract
no
Documentation
Response to ServiceProviderDialPlanPolicyGetAccessCodeRequest
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]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDialPlanPolicyGetAccessCodeResponse ">
<
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:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDialPlanPolicyGetRequest17
Abstract
no
Documentation
Request the Service Provider level data associated with Dial Plan Policy.
The response is either a ServiceProviderDialPlanPolicyGetResponse17
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 ="
ServiceProviderDialPlanPolicyGetRequest17 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderDialPlanPolicyGetResponse17
Abstract
no
Documentation
Response to ServiceProviderDialPlanPolicyGetRequest17
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>
[0..1]
<privateDigitMap>
DigitMap
</privateDigitMap>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDialPlanPolicyGetResponse17 ">
<
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
"
minOccurs ="
0 "/>
<
xs:element name ="
privateDigitMap "
type ="
DigitMap
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDialPlanPolicyModifyAccessCodeRequest
Abstract
no
Documentation
Request to modify a Service Provider 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. -->
<includeCodeForNetworkTranslationsAndRouting>
xs :boolean </includeCodeForNetworkTranslationsAndRouting>
[0..1]
<includeCodeForScreeningServices>
xs :boolean </includeCodeForScreeningServices>
[0..1]
<enableSecondaryDialTone>
xs :boolean </enableSecondaryDialTone>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDialPlanPolicyModifyAccessCodeRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
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:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDialPlanPolicyModifyRequest
Abstract
no
Documentation
Modify the Service Provider 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 ="
ServiceProviderDialPlanPolicyModifyRequest ">
<
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
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
privateDigitMap "
type ="
DigitMap
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDigitCollectionGetRequest13mp4
Abstract
no
Documentation
Request the service provider's digit collection attributes.
The response is either a ServiceProviderDigitCollectionGetResponse13mp4 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 ="
ServiceProviderDigitCollectionGetRequest13mp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderDigitCollectionGetResponse13mp4
Abstract
no
Documentation
Response to ServiceProviderDigitCollectionGetRequest13mp4.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<publicDigitMap>
DigitMap
</publicDigitMap>
[0..1]
<privateDigitMap>
DigitMap
</privateDigitMap>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDigitCollectionGetResponse13mp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
accessCode "
type ="
AccessCode
"
minOccurs ="
0 "/>
<
xs:element name ="
publicDigitMap "
type ="
DigitMap
"
minOccurs ="
0 "/>
<
xs:element name ="
privateDigitMap "
type ="
DigitMap
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDigitCollectionModifyRequest
Abstract
no
Documentation
Modifies the service provider'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. -->
<publicDigitMap>
DigitMap
</publicDigitMap>
[0..1]
<privateDigitMap>
DigitMap
</privateDigitMap>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDigitCollectionModifyRequest ">
<
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
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
privateDigitMap "
type ="
DigitMap
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDnAddListRequest
Abstract
no
Documentation
Adds DNs to a service provider. It is possible to add either: a single DN,
or a list of DNs, or a range of DNs, or any combination thereof.
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. -->
<phoneNumber>
DN
</phoneNumber>
[0..*]
<dnRange>
DNRange
</dnRange>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDnAddListRequest ">
<
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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDnDeleteListRequest
Abstract
no
Documentation
Deletes DNs from a service provider. It is possible to delete either: a single DN,
or a list of DNs, or a range of DNs, or any combination thereof.
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. -->
<phoneNumber>
DN
</phoneNumber>
[0..*]
<dnRange>
DNRange
</dnRange>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDnDeleteListRequest ">
<
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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDnGetAvailableListRequest
Abstract
no
Documentation
Request a list of available DNs not yet assigned to any group.
Dns assigned to the IMRN pool are not listed in the response.
The response is either ServiceProviderDnGetAvailableListResponse 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 ="
ServiceProviderDnGetAvailableListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderDnGetAvailableListResponse
Abstract
no
Documentation
Response to ServiceProviderDnGetAvailableListRequest.
Contains a list of available DNs not yet assigned to any group.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<availableDn>
xs :token </availableDn>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDnGetAvailableListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
availableDn "
type ="
xs :token
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDnGetSummaryListRequest
Abstract
no
Documentation
Request a summary table of all DNs in a service provider.
Dns assigned to the IMRN pool are not listed in the response.
The response is either ServiceProviderDnGetSummaryListResponse 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 ="
ServiceProviderDnGetSummaryListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderDnGetSummaryListResponse
Abstract
no
Documentation
Response to ServiceProviderDnGetSummaryListRequest.
The column headings are "Phone Numbers, "Group Id" and "Can Delete"
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDnGetSummaryListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDomainAssignListRequest
Abstract
no
Documentation
Assign a list of domains to a service provider.
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 ="
ServiceProviderDomainAssignListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
domain "
type ="
NetAddress
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDomainGetAssignedGroupListRequest
Abstract
no
Documentation
Requests a list of groups within a service provider that have a given domain assigned.
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 a ServiceProviderDomainGetAssignedGroupListResponse 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 ="
ServiceProviderDomainGetAssignedGroupListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
searchCriteriaGroupId "
type ="
SearchCriteriaGroupId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderDomainGetAssignedGroupListResponse
Abstract
no
Documentation
Response to ServiceProviderDomainGetAssignedGroupListRequest.
Contains a table with column headings: "Group Id", "Group Name"
and a row for each group.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDomainGetAssignedGroupListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDomainGetAssignedListRequest
Abstract
no
Documentation
Requests the list of all domains assigned to a service provider.
The response is either ServiceProviderDomainGetAssignedListResponse 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 ="
ServiceProviderDomainGetAssignedListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderDomainGetAssignedListResponse
Abstract
no
Documentation
Contains a simple list of all service provider domain names.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceProviderDefaultDomain>
NetAddress
</serviceProviderDefaultDomain>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderDomainGetAssignedListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
serviceProviderDefaultDomain "
type ="
NetAddress
"/>
<
xs:element name ="
domain "
type ="
NetAddress
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderDomainUnassignListRequest
Abstract
no
Documentation
Unassign a list of domains from a service provider.
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 ="
ServiceProviderDomainUnassignListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
domain "
type ="
NetAddress
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderEndpointGetListRequest
Abstract
no
Documentation
Request to search endpoints in the service provider/enterprise.
The response is either ServiceProviderEndpointGetListResponse 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 ="
ServiceProviderEndpointGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
searchCriteriaGroupId "
type ="
SearchCriteriaGroupId
"
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:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderEndpointGetListResponse
Abstract
no
Documentation
Response to ServiceProviderEndpointGetListRequest.
The column headings for the endpointTable are:
"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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderEndpointGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderFeatureAccessCodeGetListRequest20
Abstract
no
Documentation
Get the list of feature access codes for a service provider or enterprise.
The response is either a ServiceProviderFeatureAccessCodeGetListResponse20
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderFeatureAccessCodeGetListRequest20 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderFeatureAccessCodeGetListResponse20
Abstract
no
Documentation
Response to the ServiceProviderFeatureAccessCodeGetListRequest20.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderFeatureAccessCodeGetListResponse20 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderFeatureAccessCodeModifyListRequest20
Abstract
no
Documentation
Modify a list of feature access codes for a service provider or enterprise.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderFeatureAccessCodeModifyListRequest20 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderFileRepositoryDeviceUserAddRequest
Abstract
no
Documentation
Add a new service provider 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. -->
<allowPut>
xs :boolean </allowPut>
[1]
<allowDelete>
xs :boolean </allowDelete>
[1]
<allowGet>
xs :boolean </allowGet>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderFileRepositoryDeviceUserAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderFileRepositoryDeviceUserDeleteRequest
Abstract
no
Documentation
Delete a service provider 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderFileRepositoryDeviceUserDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderFileRepositoryDeviceUserGetListRequest
Abstract
no
Documentation
Request the list of service provider users for a file repository in the system.
The response is either a ServiceProviderFileRepositoryDeviceUserGetListResponse 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 ="
ServiceProviderFileRepositoryDeviceUserGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderFileRepositoryDeviceUserGetListResponse
Abstract
no
Documentation
Response to ServiceProviderFileRepositoryDeviceUserGetListRequest.
Contains a table with column headings : "User Name","Allow Delete","Allow Get","Allow Put" in a row for each file repository service provider 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 ="
ServiceProviderFileRepositoryDeviceUserGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderFileRepositoryDeviceUserModifyRequest
Abstract
no
Documentation
Modify a service provider 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. -->
<allowPut>
xs :boolean </allowPut>
[0..1]
<allowDelete>
xs :boolean </allowDelete>
[0..1]
<allowGet>
xs :boolean </allowGet>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderFileRepositoryDeviceUserModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderGetDefaultRequest
Abstract
no
Documentation
Request the default profile for a service provider or enterprise.
The response is either a ServiceProviderGetDefaultResponse 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 ="
ServiceProviderGetDefaultRequest ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderGetDefaultResponse
Abstract
no
Documentation
Response to the ServiceProviderGetDefaultRequest. All values are default values for
a service provider or enterprise's profile.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isEnterprise>
xs :boolean </isEnterprise>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderGetDefaultResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isEnterprise "
type ="
xs :boolean
"/>
<
xs:element name ="
defaultDomain "
type ="
NetAddress
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderGetListRequest
Abstract
no
Documentation
Request a list of service providers and/or enterprises 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 a ServiceProviderGetListResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isEnterprise>
xs :boolean </isEnterprise>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
isEnterprise "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderGetListResponse
Abstract
no
Documentation
Response to ServiceProviderGetListRequest.
Contains a 3 column table with column headings 'Service Provider Id', 'Service Provider Name'
and 'Is Enterprise' and a row for each service provider or 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 ="
ServiceProviderGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderGetRequest17sp1
Abstract
no
Documentation
Get the profile for a service provider or enterprise.
The response is either a ServiceProviderGetResponse17sp1 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 ="
ServiceProviderGetRequest17sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderGetResponse17sp1
Abstract
no
Documentation
Response to the ServiceProviderGetRequest17sp1.
The response contains the service provider or enterprise's profile information.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
Start Choice [1]
<isEnterprise> true </isEnterprise> [1]
<useCustomRoutingProfile>
xs :boolean </useCustomRoutingProfile>
[1]
End Choice
<contact>
Contact
</contact>
[0..1]
<useServiceProviderLanguages>
xs :boolean </useServiceProviderLanguages>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderGetResponse17sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:choice >
<
xs:element name ="
isEnterprise "
type ="
xs :boolean
"
fixed ="
true "/>
<
xs:element name ="
useCustomRoutingProfile "
type ="
xs :boolean
"/>
</
xs:choice >
<
xs:element name ="
defaultDomain "
type ="
NetAddress
"/>
<
xs:element name ="
supportEmail "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
contact "
type ="
Contact
"
minOccurs ="
0 "/>
<
xs:element name ="
address "
type ="
StreetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
useServiceProviderLanguages "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderIMRNAssignListRequest
Abstract
no
Documentation
Assign a list of service provider DNs to the IMRN pool. It is possible to assign either: a single DN,
or a list of DNs, or 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. -->
<imrnRange>
DNRange
</imrnRange>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderIMRNAssignListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
imrn "
type ="
DN
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
imrnRange "
type ="
DNRange
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderIMRNGetListRequest
Abstract
no
Documentation
Returns a list of dns or dn ranges in a service provider IMRN pool.
The response is either ServiceProviderIMRNGetListResponse 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 ="
ServiceProviderIMRNGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderIMRNGetListResponse
Abstract
no
Documentation
Response to ServiceProviderIMRNGetListRequest.
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. -->
<imrn>
xs :token </imrn>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderIMRNGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
imrn "
type ="
xs :token
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderIMRNUnassignListRequest
Abstract
no
Documentation
Unassign a list of service provider DNs from the service provider IMRN pool. The DNs then become available for
assignment to groups. It is possible to delete either: a single DN,
or a list of DNs, or 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. -->
<imrnRange>
DNRange
</imrnRange>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderIMRNUnassignListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
imrn "
type ="
DN
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
imrnRange "
type ="
DNRange
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderLanguageAddRequest
Abstract
no
Documentation
Request to add a language for a service provder.
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 ="
ServiceProviderLanguageAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
language "
type ="
Language
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderLanguageDeleteRequest
Abstract
no
Documentation
Request to delete a language from a service provider supported languages.
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 ="
ServiceProviderLanguageDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
language "
type ="
Language
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderLanguageGetAvailableListRequest
Abstract
no
Documentation
Request the list of languages that a user or admin in a service provider is allowed to use.
The list will either be the system or service provider languages list, depending on the useServiceProviderLanguages flag.
The response is either a ServiceProviderLanguageGetAvailableListResponse 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 ="
ServiceProviderLanguageGetAvailableListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderLanguageGetAvailableListResponse
Abstract
no
Documentation
Response to ServiceProviderLanguageGetAvailableListRequest.
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]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderLanguageGetAvailableListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
defaultLanguage "
type ="
Language
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderLanguageGetListRequest
Abstract
no
Documentation
Request the defined languages for a service provider.
The response is either a ServiceProviderLanguageGetListResponse 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 ="
ServiceProviderLanguageGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderLanguageGetListResponse
Abstract
no
Documentation
Response to ServiceProviderLanguageGetListRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<defaultLanguage>
Language
</defaultLanguage>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderLanguageGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
language "
type ="
Language
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
defaultLanguage "
type ="
Language
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderLanguageModifyRequest
Abstract
no
Documentation
Request to modify a language properties for a service provider/enterprise.
If the becomeDefaultLanguage element is present, the language in this request
Becomes the default language for the service provider/enterprise.
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. -->
<becomeDefaultLanguage> true </becomeDefaultLanguage> [0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderLanguageModifyRequest ">
<
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:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderModifyRequest
Abstract
no
Documentation
Modify the profile for a service provider or enterprise.
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. -->
<defaultDomain>
NetAddress
</defaultDomain>
[0..1]
<contact>
Contact
</contact>
[0..1]
<useServiceProviderLanguages>
xs :boolean </useServiceProviderLanguages>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
defaultDomain "
type ="
NetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
serviceProviderName "
type ="
ServiceProviderName
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
supportEmail "
type ="
EmailAddress
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
contact "
type ="
Contact
"
minOccurs ="
0 "/>
<
xs:element name ="
address "
type ="
StreetAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
useServiceProviderLanguages "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderNetworkClassOfServiceAssignListRequest
Abstract
no
Documentation
Assign a list of Network Classes of Service to a service provider.
The Element defaultNetworkClassOfService is required only for the first assignment,
for subsequent assignments it is optional.
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 ="
ServiceProviderNetworkClassOfServiceAssignListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderNetworkClassOfServiceAssignListToAllGroupsRequest
Abstract
no
Documentation
Assign a list of Network Classes of Service to all groups with in a
service provider. If it is the first assigned Network Class of Service in
the group, it will be set as the default one.
The Network Classes of Service must be currently
assigned to the service provider. 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 ="
ServiceProviderNetworkClassOfServiceAssignListToAllGroupsRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderNetworkClassOfServiceAssignToAllUsersRequest
Abstract
no
Documentation
Assign a Network Classes of Service to all users with in a
service provider. This will also assign the Network Class of Service
to all the groups in the service provider if it is not assigned yet.
If it is the first assigned Network Class of Service in the group,
it will be set as the default one.
However, the Network Classes of Service must be currently assigned to
the service provider. 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 ="
ServiceProviderNetworkClassOfServiceAssignToAllUsersRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderNetworkClassOfServiceGetAssignedGroupListRequest
Abstract
no
Documentation
Get a list of groups within a service provider that have a given
Network Class of Service assigned.
The response is either a ServiceProviderNetworkClassOfServiceGetAssignedGroupListResponse
or an ErorResponse.
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 ="
ServiceProviderNetworkClassOfServiceGetAssignedGroupListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
searchCriteriaGroupId "
type ="
SearchCriteriaGroupId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderNetworkClassOfServiceGetAssignedGroupListResponse
Abstract
no
Documentation
Response to ServiceProviderNetworkClassOfServiceGetAssignedGroupListRequest.
Contains a table of groups that have the Network Class of Service
assigned. The column headings are: "Group Id" and "Group Name".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderNetworkClassOfServiceGetAssignedGroupListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderNetworkClassOfServiceGetAssignedListRequest
Abstract
no
Documentation
Get a list of Network Classes of Service assigned to a service provider.
The response is either a ServiceProviderNetworkClassOfServiceGetAssignedListResponse
or an ErorResponse.
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 ="
ServiceProviderNetworkClassOfServiceGetAssignedListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderNetworkClassOfServiceGetAssignedListResponse
Abstract
no
Documentation
Response to ServiceProviderNetworkClassOfServiceGetAssignedListRequest.
Contains a table of all Network Classes of Service assigned to the
service provider. The column headings are: "Name", "Description" and "Default".
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 ="
ServiceProviderNetworkClassOfServiceGetAssignedListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
networkClassOfServiceTable "
type ="
core :OCITable
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderNetworkClassOfServiceModifyDefaultRequest
Abstract
no
Documentation
Modifies the default Network Classes of Service of a Service Provider.
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 ="
ServiceProviderNetworkClassOfServiceModifyDefaultRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderNetworkClassOfServiceUnassignListRequest
Abstract
no
Documentation
Unassign a list of Network Classes of Service from a service provider.
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 ="
ServiceProviderNetworkClassOfServiceUnassignListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderNumberPortabilityQueryAddListRequest
Abstract
no
Documentation
Add a list of the Service Provider Number Portability Query Digit Patterns.
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 ="
ServiceProviderNumberPortabilityQueryAddListRequest ">
<
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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderNumberPortabilityQueryGetRequest
Abstract
no
Documentation
Request to get the Service Provider Number Portability Query Digit Pattern Trigger List information.
The response is either a ServiceProviderNumberPortabilityQueryGetResponse 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. -->
<includeDigitPatterns>
xs :boolean </includeDigitPatterns>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderNumberPortabilityQueryGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
includeDigitPatterns "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderNumberPortabilityQueryGetResponse
Abstract
no
Documentation
Response to the ServiceProviderNumberPortabilityQueryGetRequest.
The response contains the service provider number portability query 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. -->
<enableNumberPortabilityQueryForOutgoingCalls>
xs :boolean </enableNumberPortabilityQueryForOutgoingCalls>
[1]
<enableNumberPortabilityQueryForIncomingCalls>
xs :boolean </enableNumberPortabilityQueryForIncomingCalls>
[1]
<enableNumberPortabilityQueryForNetworkCallsOnly>
xs :boolean </enableNumberPortabilityQueryForNetworkCallsOnly>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderNumberPortabilityQueryGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableNumberPortabilityQueryForOutgoingCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
enableNumberPortabilityQueryForIncomingCalls "
type ="
xs :boolean
"/>
<
xs:element name ="
enableNumberPortabilityQueryForNetworkCallsOnly "
type ="
xs :boolean
"/>
<
xs:element name ="
digitPattern "
type ="
DigitPattern
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderNumberPortabilityQueryModifyRequest
Abstract
no
Documentation
Modify the Service Provider Number Portability Query 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. -->
<enableNumberPortabilityQueryForOutgoingCalls>
xs :boolean </enableNumberPortabilityQueryForOutgoingCalls>
[0..1]
<enableNumberPortabilityQueryForIncomingCalls>
xs :boolean </enableNumberPortabilityQueryForIncomingCalls>
[0..1]
<enableNumberPortabilityQueryForNetworkCallsOnly>
xs :boolean </enableNumberPortabilityQueryForNetworkCallsOnly>
[0..1]
<deleteDigitPattern>
DigitPattern
</deleteDigitPattern>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderNumberPortabilityQueryModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
enableNumberPortabilityQueryForOutgoingCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableNumberPortabilityQueryForIncomingCalls "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableNumberPortabilityQueryForNetworkCallsOnly "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
deleteDigitPattern "
type ="
DigitPattern
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderOfficeZoneAssignListRequest
Abstract
no
Documentation
Assign a list of Office Zones to a service provider.
The Element defaultOfficeZone is required only for the first assignment, for subsequent assignments it is optional.
Office Zones can only be assigned if the Location-Based Calling Restrictions has been authorized to the service provider otherwise the request will fail.
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. -->
<defaultOfficeZoneName>
OfficeZoneName
</defaultOfficeZoneName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderOfficeZoneAssignListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
officeZoneName "
type ="
OfficeZoneName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
defaultOfficeZoneName "
type ="
OfficeZoneName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderOfficeZoneGetAssignedGroupListRequest
Abstract
no
Documentation
Get a list of groups within a service provider that have a given Office Zone assigned.
The response is either a ServiceProviderOfficeZoneGetAssignedGroupListResponse
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 ="
ServiceProviderOfficeZoneGetAssignedGroupListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
searchCriteriaGroupId "
type ="
SearchCriteriaGroupId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderOfficeZoneGetAssignedGroupListResponse
Abstract
no
Documentation
Response to ServiceProviderOfficeZoneGetAssignedGroupListRequest. Contains a table of groups that have the Office Zone assigned. The column headings are: "Group Id" and "Group 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderOfficeZoneGetAssignedGroupListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderOfficeZoneGetAssignedListRequest
Abstract
no
Documentation
Get a list of Office Zones assigned to a service provider.
The response is either a ServiceProviderOfficeZoneGetAssignedListResponse
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 ="
ServiceProviderOfficeZoneGetAssignedListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderOfficeZoneGetAssignedListResponse
Abstract
no
Documentation
Response to ServiceProviderOfficeZoneGetAssignedListRequest.
Contains a table of all Office Zones assigned to the
service provider. The column headings are: "Name", "Description" and "Default".
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderOfficeZoneGetAssignedListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderOfficeZoneUnassignListRequest
Abstract
no
Documentation
Unassign a list of OfficeZones from a service provider. Note: a new default must be provided if unassigning the current default.
Office Zones can only be unassigned if the Location-Based Calling Restrictions has been authorized to the service provider otherwise the request will fail.
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. -->
<defaultOfficeZoneName>
OfficeZoneName
</defaultOfficeZoneName>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderOfficeZoneUnassignListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
officeZoneName "
type ="
OfficeZoneName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
defaultOfficeZoneName "
type ="
OfficeZoneName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderPasswordRulesGetRequest16
Abstract
no
Documentation
Requests the service provider's password rules setting applicable to
Administrators (Group and Department) and Users.
The response is either ServiceProviderPasswordRulesGetResponse16 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 ="
ServiceProviderPasswordRulesGetRequest16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderPasswordRulesGetResponse16
Abstract
no
Documentation
Response to ServiceProviderPasswordRulesGetRequest16.
Contains the group, department administrator and/or user password
rules setting.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<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]
<restrictMinUpperCaseLetters>
xs :boolean </restrictMinUpperCaseLetters>
[1]
<restrictMinLowerCaseLetters>
xs :boolean </restrictMinLowerCaseLetters>
[1]
<restrictMinNonAlphanumericCharacters>
xs :boolean </restrictMinNonAlphanumericCharacters>
[1]
<sendLoginDisabledNotifyEmail>
xs :boolean </sendLoginDisabledNotifyEmail>
[1]
<loginDisabledNotifyEmailAddress>
EmailAddress
</loginDisabledNotifyEmailAddress>
[0..1]
<disallowRulesModification>
xs :boolean </disallowRulesModification>
[1]
<disallowPreviousPasswords>
xs :boolean </disallowPreviousPasswords>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderPasswordRulesGetResponse16 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
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 ="
restrictMinUpperCaseLetters "
type ="
xs :boolean
"/>
<
xs:element name ="
restrictMinLowerCaseLetters "
type ="
xs :boolean
"/>
<
xs:element name ="
restrictMinNonAlphanumericCharacters "
type ="
xs :boolean
"/>
<
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:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderPasswordRulesModifyRequest14sp3
Abstract
no
Documentation
Request to modify the service provider's password rules settings
setting applicable to Administrators (Group and Department) and Users.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<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]
<restrictMinUpperCaseLetters>
xs :boolean </restrictMinUpperCaseLetters>
[0..1]
<restrictMinLowerCaseLetters>
xs :boolean </restrictMinLowerCaseLetters>
[0..1]
<restrictMinNonAlphanumericCharacters>
xs :boolean </restrictMinNonAlphanumericCharacters>
[0..1]
<sendLoginDisabledNotifyEmail>
xs :boolean </sendLoginDisabledNotifyEmail>
[0..1]
<loginDisabledNotifyEmailAddress>
EmailAddress
</loginDisabledNotifyEmailAddress>
[0..1]
<disallowPreviousPasswords>
xs :boolean </disallowPreviousPasswords>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderPasswordRulesModifyRequest14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
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 ="
restrictMinUpperCaseLetters "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
restrictMinLowerCaseLetters "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
restrictMinNonAlphanumericCharacters "
type ="
xs :boolean
"
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:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderPortalPasscodeRulesGetRequest19
Abstract
no
Documentation
Requests the service provider's passcode rules setting.
The response is either ServiceProviderPortalPasscodeRulesGetResponse19 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 ="
ServiceProviderPortalPasscodeRulesGetRequest19 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderPortalPasscodeRulesGetResponse19
Abstract
no
Documentation
Response to ServiceProviderPortalPasscodeRulesGetRequest19.
Contains the service provider's 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]
<disallowRepeatedPatterns>
xs :boolean </disallowRepeatedPatterns>
[1]
<disallowContiguousSequences>
xs :boolean </disallowContiguousSequences>
[1]
<disallowUserNumber>
xs :boolean </disallowUserNumber>
[1]
<disallowReversedUserNumber>
xs :boolean </disallowReversedUserNumber>
[1]
<disallowOldPasscode>
xs :boolean </disallowOldPasscode>
[1]
<disallowReversedOldPasscode>
xs :boolean </disallowReversedOldPasscode>
[1]
<disableLoginAfterMaxFailedLoginAttempts>
xs :boolean </disableLoginAfterMaxFailedLoginAttempts>
[1]
<expirePassword>
xs :boolean </expirePassword>
[1]
<sendLoginDisabledNotifyEmail>
xs :boolean </sendLoginDisabledNotifyEmail>
[1]
<loginDisabledNotifyEmailAddress>
EmailAddress
</loginDisabledNotifyEmailAddress>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderPortalPasscodeRulesGetResponse19 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
disallowRepeatedDigits "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowRepeatedPatterns "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowContiguousSequences "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowUserNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowReversedUserNumber "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowOldPasscode "
type ="
xs :boolean
"/>
<
xs:element name ="
disallowReversedOldPasscode "
type ="
xs :boolean
"/>
<
xs:element name ="
disableLoginAfterMaxFailedLoginAttempts "
type ="
xs :boolean
"/>
<
xs:element name ="
expirePassword "
type ="
xs :boolean
"/>
<
xs:element name ="
sendLoginDisabledNotifyEmail "
type ="
xs :boolean
"/>
<
xs:element name ="
loginDisabledNotifyEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderPortalPasscodeRulesModifyRequest
Abstract
no
Documentation
Request to modify the service provider's 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]
<disallowRepeatedPatterns>
xs :boolean </disallowRepeatedPatterns>
[0..1]
<disallowContiguousSequences>
xs :boolean </disallowContiguousSequences>
[0..1]
<disallowUserNumber>
xs :boolean </disallowUserNumber>
[0..1]
<disallowReversedUserNumber>
xs :boolean </disallowReversedUserNumber>
[0..1]
<disallowOldPasscode>
xs :boolean </disallowOldPasscode>
[0..1]
<disallowReversedOldPasscode>
xs :boolean </disallowReversedOldPasscode>
[0..1]
<disableLoginAfterMaxFailedLoginAttempts>
xs :boolean </disableLoginAfterMaxFailedLoginAttempts>
[0..1]
<expirePassword>
xs :boolean </expirePassword>
[0..1]
<sendLoginDisabledNotifyEmail>
xs :boolean </sendLoginDisabledNotifyEmail>
[0..1]
<loginDisabledNotifyEmailAddress>
EmailAddress
</loginDisabledNotifyEmailAddress>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderPortalPasscodeRulesModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
disallowRepeatedDigits "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowRepeatedPatterns "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowContiguousSequences "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowUserNumber "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowReversedUserNumber "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowOldPasscode "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disallowReversedOldPasscode "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
disableLoginAfterMaxFailedLoginAttempts "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
expirePassword "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
sendLoginDisabledNotifyEmail "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
loginDisabledNotifyEmailAddress "
type ="
EmailAddress
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderRoutePointExternalSystemAssignListRequest
Abstract
no
Documentation
Assign a list of route point external systems to a service provider.
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 ="
ServiceProviderRoutePointExternalSystemAssignListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderRoutePointExternalSystemGetAssignedGroupListRequest
Abstract
no
Documentation
Requests a list of groups within a service provider that have a given external system assigned.
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 a ServiceProviderRoutePointExternalSystemGetAssignedGroupListResponse 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 ="
ServiceProviderRoutePointExternalSystemGetAssignedGroupListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
searchCriteriaGroupId "
type ="
SearchCriteriaGroupId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderRoutePointExternalSystemGetAssignedGroupListResponse
Abstract
no
Documentation
Response to ServiceProviderRoutePointExternalSystemGetAssignedGroupListRequest.
Contains a table with column headings: "Group Id", "Group Name"
and a row for each group.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderRoutePointExternalSystemGetAssignedGroupListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderRoutePointExternalSystemGetAssignedListRequest
Abstract
no
Documentation
Requests the list of all Route Point External Systems assigned to a service provider.
The response is either ServiceProviderRoutePointExternalSystemGetAssignedListResponse 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 ="
ServiceProviderRoutePointExternalSystemGetAssignedListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderRoutePointExternalSystemGetAssignedListResponse
Abstract
no
Documentation
Response to the ServiceProviderRoutePointExternalSystemGetAssignedListRequest.
Contains a table of all Route Point External Systems assigned to the
service provider. 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. -->
<externalSystemTable>
core :OCITable
</externalSystemTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderRoutePointExternalSystemGetAssignedListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderRoutePointExternalSystemUnassignListRequest
Abstract
no
Documentation
Unassign a list of route point external systems from a service provider.
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 ="
ServiceProviderRoutePointExternalSystemUnassignListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderRoutingProfileGetRequest
Abstract
no
Documentation
Request the routing profile for the service provider/enterprise.
The response is either a ServiceProviderRoutingProfileGetResponse 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 ="
ServiceProviderRoutingProfileGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderRoutingProfileGetResponse
Abstract
no
Documentation
Response to ServiceProviderRoutingProfileGetRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderRoutingProfileGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderRoutingProfileModifyRequest
Abstract
no
Documentation
Requests to modify the routing profile for a service provider.
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 ="
ServiceProviderRoutingProfileModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
routingProfile "
type ="
RoutingProfile
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderScheduleAddEventRequest
Abstract
no
Documentation
Add an event to service provider 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. -->
<startDate>
xs :date </startDate>
[1]
Start Choice [1]
<allDayEvent> true </allDayEvent> [1]
End Choice
<endDate>
xs :date </endDate>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderScheduleAddEventRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
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: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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderScheduleAddRequest
Abstract
no
Documentation
Add a service provider 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderScheduleAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderScheduleDeleteEventListRequest
Abstract
no
Documentation
Delete a list of events from a service provider 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderScheduleDeleteEventListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
eventName "
type ="
EventName
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderScheduleDeleteListRequest
Abstract
no
Documentation
Delete a list of service provider 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderScheduleDeleteListRequest ">
<
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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderScheduleGetEventListRequest
Abstract
no
Documentation
Get the list of events of a service provider schedule.
The response is either a ServiceProviderScheduleGetEventListResponse 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 ="
ServiceProviderScheduleGetEventListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderScheduleGetEventListResponse
Abstract
no
Documentation
Response to ServiceProviderScheduleGetEventListRequest.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderScheduleGetEventListResponse ">
<
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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderScheduleGetEventRequest
Abstract
no
Documentation
Get an event from a service provider schedule.
The response is either a ServiceProviderScheduleGetEventResponse 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 ="
ServiceProviderScheduleGetEventRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
eventName "
type ="
EventName
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderScheduleGetEventResponse
Abstract
no
Documentation
Response to ServiceProviderScheduleGetEventRequest.
The response contains the event of the service provider schedule.
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]
End Choice
<endDate>
xs :date </endDate>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderScheduleGetEventResponse ">
<
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: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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderScheduleGetListRequest
Abstract
no
Documentation
Get the list of a service provider schedules. The list can be filtered by schedule type.
The response is either a ServiceProviderScheduleGetListResponse 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 ="
ServiceProviderScheduleGetListRequest ">
<
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 >
Name
ServiceProviderScheduleGetListResponse
Abstract
no
Documentation
Response to ServiceProviderScheduleGetListRequest.
The response contains a list of service provider schedules.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderScheduleGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
scheduleKey "
type ="
ScheduleKey
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderScheduleModifyEventRequest
Abstract
no
Documentation
Modify an event of a service provider 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. -->
<newEventName>
EventName
</newEventName>
[0..1]
<startDate>
xs :date </startDate>
[0..1]
Start Choice [0..1]
<allDayEvent> true </allDayEvent> [1]
End Choice
<endDate>
xs :date </endDate>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderScheduleModifyEventRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
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: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 >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderScheduleModifyRequest
Abstract
no
Documentation
Modify a service provider 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderScheduleModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
newScheduleName "
type ="
ScheduleName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServiceGetAuthorizationListRequest
Abstract
no
Documentation
Requests the service provider's service authorization status.
The response is either ServiceProviderServiceGetAuthorizationListResponse 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 ="
ServiceProviderServiceGetAuthorizationListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderServiceGetAuthorizationListResponse
Abstract
no
Documentation
Response to ServiceProviderServiceGetAuthorizationListRequest.
Contains two tables, one for the group services and one for the user services.
The Group Service table has column headings:
"Service Name", "Authorized", "Assigned", "Limited", "Quantity", "Allocated", "Licensed", "Service Pack Allocation"
The User Service table has column headings:
"Service Name", "Authorized", "Assigned", "Limited", "Quantity", "Allocated", "Licensed", "Service Pack Allocation", "User Assignable", "Service Pack Assignable".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<groupServicesAuthorizationTable>
core :OCITable
</groupServicesAuthorizationTable>
[1]
<userServicesAuthorizationTable>
core :OCITable
</userServicesAuthorizationTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServiceGetAuthorizationListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
groupServicesAuthorizationTable "
type ="
core :OCITable
"/>
<
xs:element name ="
userServicesAuthorizationTable "
type ="
core :OCITable
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServiceGetUserAssignableListRequest
Abstract
no
Documentation
Requests the list of all user services assignable to users in the specified service provider.
The response is either ServiceProviderServiceGetUserAssignableListResponse 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 ="
ServiceProviderServiceGetUserAssignableListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderServiceGetUserAssignableListResponse
Abstract
no
Documentation
Response to ServiceProviderServiceGetUserAssignableListRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServiceGetUserAssignableListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
serviceName "
type ="
UserService
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServiceModifyAuthorizationListRequest
Abstract
no
Documentation
Requests to change the service provider's service authorization status.
The boolean flags are used to authorize or unauthorize 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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServiceModifyAuthorizationListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackAddRequest
Abstract
no
Documentation
Request to add a service pack to a service provider.
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. -->
<isAvailableForUse>
xs :boolean </isAvailableForUse>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServicePackAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
isAvailableForUse "
type ="
xs :boolean
"/>
<
xs:element name ="
serviceName "
type ="
UserService
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackAddServiceListRequest
Abstract
no
Documentation
Request to add services to a service pack if the pack has not been authorized to a group.
The response is either SuccessResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServicePackAddServiceListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceName "
type ="
UserService
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackDeleteRequest
Abstract
no
Documentation
Request to delete a service pack from a service provider.
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 ="
ServiceProviderServicePackDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackGetDetailListRequest
Abstract
no
Documentation
Request to get a service pack details.
The response is either ServiceProviderServicePackGetDetailListResponse 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 ="
ServiceProviderServicePackGetDetailListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderServicePackGetDetailListResponse
Abstract
no
Documentation
Response to ServiceProviderServicePackGetDetailListRequest. It contains the service pack details
and the list of services in a table format. The column headings are "Service", "Authorized"
"Allocated" and "Available".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isAvailableForUse>
xs :boolean </isAvailableForUse>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServicePackGetDetailListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isAvailableForUse "
type ="
xs :boolean
"/>
<
xs:element name ="
userServiceTable "
type ="
core :OCITable
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackGetListRequest
Abstract
no
Documentation
Request to get a list of defined service packs for a service provider.
The response is either ServiceProviderServicePackGetListResponse 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 ="
ServiceProviderServicePackGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderServicePackGetListResponse
Abstract
no
Documentation
Response to ServiceProviderServicePackGetListRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServicePackGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
servicePackName "
type ="
ServicePackName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackGetServiceUsageListRequest
Abstract
no
Documentation
Request to get the list of service packs containing a specified service.
The response is either ServiceProviderServicePackGetServiceUsageListResponse 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 ="
ServiceProviderServicePackGetServiceUsageListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderServicePackGetServiceUsageListResponse
Abstract
no
Documentation
Response to ServiceProviderServicePackGetServiceUsageListRequest.
The column headings are "Service Pack Name", "Total Packs" and "Allocated to Groups"
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServicePackGetServiceUsageListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackGetUtilizationListRequest
Abstract
no
Documentation
Request to get the service pack utilization for a service provider.
For each service pack, a table of groups utilizing the pack is returned.
The response is either ServiceProviderServicePackGetUtilizationListResponse 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 ="
ServiceProviderServicePackGetUtilizationListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderServicePackGetUtilizationListResponse
Abstract
no
Documentation
Response to ServiceProviderServicePackGetUtilizationListRequest.
For each service pack, a table of groups utilizing the pack is returned.
The utilization table column headings are "Group", "Total Packs" and "Assigned".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUtilizationTable>
core :OCITable
</serviceUtilizationTable>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServicePackGetUtilizationListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
servicePackName "
type ="
ServicePackName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
serviceUtilizationTable "
type ="
core :OCITable
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackMigrationTaskAddRequest
Abstract
no
Documentation
Modify the properties of a specified service pack migration task.
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. -->
<startTimestamp>
xs :dateTime </startTimestamp>
[1]
<sendReportEmail>
xs :boolean </sendReportEmail>
[1]
<reportDeliveryEmailAddress>
EmailAddress
</reportDeliveryEmailAddress>
[0..1]
<abortOnError>
xs :boolean </abortOnError>
[1]
<reportAllUsers>
xs :boolean </reportAllUsers>
[1]
<automaticallyIncrementServiceQuantity>
xs :boolean </automaticallyIncrementServiceQuantity>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServicePackMigrationTaskAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
startTimestamp "
type ="
xs :dateTime
"/>
<
xs:element name ="
sendReportEmail "
type ="
xs :boolean
"/>
<
xs:element name ="
reportDeliveryEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
abortOnError "
type ="
xs :boolean
"/>
<
xs:element name ="
reportAllUsers "
type ="
xs :boolean
"/>
<
xs:element name ="
automaticallyIncrementServiceQuantity "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackMigrationTaskCopyRequest
Abstract
no
Documentation
Makes a copy of one or more existing service pack migration tasks. A copied task
can be edited with other commands and scheduled for future execution. The
name of the new task is chosen automatically. The name will
be "Copy (number) of taskName".
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 ="
ServiceProviderServicePackMigrationTaskCopyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackMigrationTaskDeleteRequest
Abstract
no
Documentation
Deletes a service pack migration task. It is not possible to delete a task while it is
currently executing.
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 ="
ServiceProviderServicePackMigrationTaskDeleteRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackMigrationTaskGetAvailableGroupListRequest
Abstract
no
Documentation
Requests a list of groups to migrate.
The response is either ServiceProviderServicePackMigrationTaskGetAvailabeGroupListResponse
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 ="
ServiceProviderServicePackMigrationTaskGetAvailableGroupListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
searchCriteriaGroupId "
type ="
SearchCriteriaGroupId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderServicePackMigrationTaskGetAvailableGroupListResponse
Abstract
no
Documentation
Response to ServiceProviderServicePackMigrationTaskGetAvailableGroupListRequest.
The groupTable column headings are: "Group Id", "Group Name", "User Count".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServicePackMigrationTaskGetAvailableGroupListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackMigrationTaskGetListRequest
Abstract
no
Documentation
Requests a list of all service pack migration task for a service provider.
The response is either ServiceProviderServicePackMigrationTaskGetListResponse
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 ="
ServiceProviderServicePackMigrationTaskGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderServicePackMigrationTaskGetListResponse
Abstract
no
Documentation
Response to ServiceProviderServicePackMigrationTaskGetListRequest.
Contains a table with a row for each service pack migration task and column headings :
"Start Timestamp Milliseconds", "Name", "Status", "Error Count", "Users Processed", "Users Total".
The start timestamp column is the number of milliseconds since the standard base time known as "the epoch",
namely January 1, 1970, 00:00:00 GMT.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServicePackMigrationTaskGetListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackMigrationTaskGetRequest14sp4
Abstract
no
Documentation
Requests the details of a specified service pack migration task.
The response is either ServiceProviderServicePackMigrationTaskGetResponse14sp4
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 ="
ServiceProviderServicePackMigrationTaskGetRequest14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderServicePackMigrationTaskGetResponse14sp4
Abstract
no
Documentation
Response to ServiceProviderServicePackMigrationTaskGetRequest14sp4.
The groupTable column headings are: "Group Id", "Group Name", "User Count".
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<startTimestamp>
xs :dateTime </startTimestamp>
[0..1]
<sendReportEmail>
xs :boolean </sendReportEmail>
[1]
<reportDeliveryEmailAddress>
EmailAddress
</reportDeliveryEmailAddress>
[0..1]
<abortOnError>
xs :boolean </abortOnError>
[1]
<reportAllUsers>
xs :boolean </reportAllUsers>
[1]
<automaticallyIncrementServiceQuantity>
xs :boolean </automaticallyIncrementServiceQuantity>
[1]
<errorCount>
xs :int </errorCount>
[1]
<groupsProcessed>
xs :int </groupsProcessed>
[1]
<groupsTotal>
xs :int </groupsTotal>
[1]
<usersProcessed>
xs :int </usersProcessed>
[1]
<usersTotal>
xs :int </usersTotal>
[1]
<reportFilePathName>
FileName
</reportFilePathName>
[1]
Start Choice [1]
<migrateAllGroups> true </migrateAllGroups> [1]
End Choice
<userSelectionServicePackName>
ServicePackName
</userSelectionServicePackName>
[0..*]
<userSelectionServiceName>
UserService
</userSelectionServiceName>
[0..*]
<removeServiceName>
UserService
</removeServiceName>
[0..*]
<assignServiceName>
UserService
</assignServiceName>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServicePackMigrationTaskGetResponse14sp4 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
startTimestamp "
type ="
xs :dateTime
"
minOccurs ="
0 "/>
<
xs:element name ="
sendReportEmail "
type ="
xs :boolean
"/>
<
xs:element name ="
reportDeliveryEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
<
xs:element name ="
abortOnError "
type ="
xs :boolean
"/>
<
xs:element name ="
reportAllUsers "
type ="
xs :boolean
"/>
<
xs:element name ="
automaticallyIncrementServiceQuantity "
type ="
xs :boolean
"/>
<
xs:element name ="
errorCount "
type ="
xs :int
"/>
<
xs:element name ="
groupsProcessed "
type ="
xs :int
"/>
<
xs:element name ="
groupsTotal "
type ="
xs :int
"/>
<
xs:element name ="
usersProcessed "
type ="
xs :int
"/>
<
xs:element name ="
usersTotal "
type ="
xs :int
"/>
<
xs:element name ="
reportFilePathName "
type ="
FileName
"/>
<
xs:choice >
<
xs:element name ="
migrateAllGroups "
type ="
xs :boolean
"
fixed ="
true "/>
</
xs:choice >
<
xs:element name ="
userSelectionServicePackName "
type ="
ServicePackName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
userSelectionServiceName "
type ="
UserService
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
removeServicePackName "
type ="
ServicePackName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
removeServiceName "
type ="
UserService
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
assignServicePackName "
type ="
ServicePackName
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
assignServiceName "
type ="
UserService
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackMigrationTaskModifyAssignmentListRequest
Abstract
no
Documentation
Replace the list of services and packs to be assigned to users during the service pack migration.
Modification is only allowed prior to task execution.
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 ="
ServiceProviderServicePackMigrationTaskModifyAssignmentListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackMigrationTaskModifyGroupListRequest
Abstract
no
Documentation
Replace the list of groups to be migrated for a specified service pack migration task.
Modification is only allowed prior to task execution.
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. -->
Start Choice [1]
<migrateAllGroups> true </migrateAllGroups> [1]
<groupIdList>
[0..1]
<groupId>
GroupId
</groupId>
[1..*]
</groupIdList>
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServicePackMigrationTaskModifyGroupListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:choice >
<
xs:element name ="
migrateAllGroups "
type ="
xs :boolean
"
fixed ="
true "/>
<
xs:element name ="
groupIdList "
nillable ="
true "
minOccurs ="
0 ">
<
xs:complexType >
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"
minOccurs ="
1 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:choice >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackMigrationTaskModifyRemovalListRequest
Abstract
no
Documentation
Replace the list of services and packs to be removed from users during the service pack migration.
Modification is only allowed prior to task execution.
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 ="
ServiceProviderServicePackMigrationTaskModifyRemovalListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackMigrationTaskModifyRequest
Abstract
no
Documentation
Modify the properties of a specified service pack migration task.
Modification is only allowed prior to task execution.
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. -->
<startTimestamp>
xs :dateTime </startTimestamp>
[0..1]
<sendReportEmail>
xs :boolean </sendReportEmail>
[0..1]
<reportDeliveryEmailAddress>
EmailAddress
</reportDeliveryEmailAddress>
[0..1]
<abortOnError>
xs :boolean </abortOnError>
[0..1]
<reportAllUsers>
xs :boolean </reportAllUsers>
[0..1]
<automaticallyIncrementServiceQuantity>
xs :boolean </automaticallyIncrementServiceQuantity>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServicePackMigrationTaskModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
startTimestamp "
type ="
xs :dateTime
"
minOccurs ="
0 "/>
<
xs:element name ="
sendReportEmail "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
reportDeliveryEmailAddress "
type ="
EmailAddress
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
abortOnError "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
reportAllUsers "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
automaticallyIncrementServiceQuantity "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackMigrationTaskModifyUserSelectionRequest
Abstract
no
Documentation
Replace the list of services and packs used to select which users will be migrated.
Modification is only allowed prior to task execution.
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 ="
ServiceProviderServicePackMigrationTaskModifyUserSelectionRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackMigrationTaskTerminateRequest
Abstract
no
Documentation
Terminates a service pack migration task that is currently executing.
Modification is only allowed prior to task execution.
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 ="
ServiceProviderServicePackMigrationTaskTerminateRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderServicePackModifyRequest
Abstract
no
Documentation
Requests to modify a service pack for a service provider.
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. -->
<isAvailableForUse>
xs :boolean </isAvailableForUse>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderServicePackModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
newServicePackName "
type ="
ServicePackName
"
minOccurs ="
0 "/>
<
xs:element name ="
isAvailableForUse "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderSessionAdmissionControlGetRequest
Abstract
no
Documentation
Get the session admission control capacity for the service provider.
The response is either a ServiceProviderSessionAdmissionControlGetResponse 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 ="
ServiceProviderSessionAdmissionControlGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderSessionAdmissionControlGetResponse
Abstract
no
Documentation
Response to the ServiceProviderSessionAdmissionControlGetRequest.
The response contains the session admission control capacity allocated for the service provider.
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. -->
<restrictAggregateSessions>
xs :boolean </restrictAggregateSessions>
[1]
<maxUserOriginatingSessions>
NonNegativeInt
</maxUserOriginatingSessions>
[0..1]
<maxUserTerminatingSessions>
NonNegativeInt
</maxUserTerminatingSessions>
[0..1]
<countIntraServiceProviderSessions>
xs :boolean </countIntraServiceProviderSessions>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderSessionAdmissionControlGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
restrictAggregateSessions "
type ="
xs :boolean
"/>
<
xs:element name ="
maxSessions "
type ="
NonNegativeInt
"
minOccurs ="
0 "/>
<
xs:element name ="
maxUserOriginatingSessions "
type ="
NonNegativeInt
"
minOccurs ="
0 "/>
<
xs:element name ="
maxUserTerminatingSessions "
type ="
NonNegativeInt
"
minOccurs ="
0 "/>
<
xs:element name ="
countIntraServiceProviderSessions "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderSessionAdmissionControlModifyRequest
Abstract
no
Documentation
Request to modify session admission control capacity for the service provider.
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. -->
<restrictAggregateSessions>
xs :boolean </restrictAggregateSessions>
[0..1]
<maxUserOriginatingSessions>
NonNegativeInt
</maxUserOriginatingSessions>
[0..1]
<maxUserTerminatingSessions>
NonNegativeInt
</maxUserTerminatingSessions>
[0..1]
<countIntraServiceProviderSessions>
xs :boolean </countIntraServiceProviderSessions>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderSessionAdmissionControlModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
restrictAggregateSessions "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
maxSessions "
type ="
NonNegativeInt
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
maxUserOriginatingSessions "
type ="
NonNegativeInt
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
maxUserTerminatingSessions "
type ="
NonNegativeInt
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
countIntraServiceProviderSessions "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderSessionAdmissionControlWhiteListGetRequest
Abstract
no
Documentation
Request to get the Service Provider Session Admission White List information.
The response is either a ServiceProviderSessionAdmissionControlWhiteListGetResponse 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 ="
ServiceProviderSessionAdmissionControlWhiteListGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderSessionAdmissionControlWhiteListGetResponse
Abstract
no
Documentation
Response to the ServiceProviderSessionAdmissionControlWhiteListGetRequest.
The response contains the White List 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. -->
<matchDigitPattern>
DigitPattern
</matchDigitPattern>
[0..*]
<enableWhiteList>
xs :boolean </enableWhiteList>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderSessionAdmissionControlWhiteListGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
matchDigitPattern "
type ="
DigitPattern
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
enableWhiteList "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderSessionAdmissionControlWhiteListModifyRequest
Abstract
no
Documentation
Modify the Service Provider Session Admission Control White List information.
The number of digit pattern 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. -->
<addMatchDigitPattern>
DigitPattern
</addMatchDigitPattern>
[0..100]
<deleteMatchDigitPattern>
DigitPattern
</deleteMatchDigitPattern>
[0..100]
<enableWhiteList>
xs :boolean </enableWhiteList>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderSessionAdmissionControlWhiteListModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
addMatchDigitPattern "
type ="
DigitPattern
"
minOccurs ="
0 "
maxOccurs ="
100 "/>
<
xs:element name ="
deleteMatchDigitPattern "
type ="
DigitPattern
"
minOccurs ="
0 "
maxOccurs ="
100 "/>
<
xs:element name ="
enableWhiteList "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderSIPAuthenticationPasswordRulesGetRequest
Abstract
no
Documentation
Request to get the service provider level SIP authentication password rule settings.
The response is either a ServiceProviderSIPAuthenticationPasswordRulesGetResponse 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 ="
ServiceProviderSIPAuthenticationPasswordRulesGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderSIPAuthenticationPasswordRulesGetResponse
Abstract
no
Documentation
Response to ServiceProviderSIPAuthenticationPasswordRulesGetRequest.
Contains the SIP authentication password rules for the service provider.
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. -->
<useServiceProviderSettings>
xs :boolean </useServiceProviderSettings>
[1]
<disallowAuthenticationName>
xs :boolean </disallowAuthenticationName>
[1]
<disallowOldPassword>
xs :boolean </disallowOldPassword>
[1]
<disallowReversedOldPassword>
xs :boolean </disallowReversedOldPassword>
[1]
<restrictMinDigits>
xs :boolean </restrictMinDigits>
[1]
<restrictMinUpperCaseLetters>
xs :boolean </restrictMinUpperCaseLetters>
[1]
<restrictMinLowerCaseLetters>
xs :boolean </restrictMinLowerCaseLetters>
[1]
<restrictMinNonAlphanumericCharacters>
xs :boolean </restrictMinNonAlphanumericCharacters>
[1]
<sendPermanentLockoutNotification>
xs :boolean </sendPermanentLockoutNotification>
[1]
<permanentLockoutNotifyEmailAddress>
EmailAddress
</permanentLockoutNotifyEmailAddress>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderSIPAuthenticationPasswordRulesGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
useServiceProviderSettings "
type ="
xs :boolean
"/>
<
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 ="
restrictMinUpperCaseLetters "
type ="
xs :boolean
"/>
<
xs:element name ="
restrictMinLowerCaseLetters "
type ="
xs :boolean
"/>
<
xs:element name ="
restrictMinNonAlphanumericCharacters "
type ="
xs :boolean
"/>
<
xs:element name ="
sendPermanentLockoutNotification "
type ="
xs :boolean
"/>
<
xs:element name ="
permanentLockoutNotifyEmailAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderSIPAuthenticationPasswordRulesModifyRequest
Abstract
no
Documentation
Request to modify the service provider level SIP authentication password rule settings. The useServiceProviderSettings element can only be modified by a system administrator or a provisioning administrator.
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. -->
<useServiceProviderSettings>
xs :boolean </useServiceProviderSettings>
[0..1]
<disallowAuthenticationName>
xs :boolean </disallowAuthenticationName>
[0..1]
<disallowOldPassword>
xs :boolean </disallowOldPassword>
[0..1]
<disallowReversedOldPassword>
xs :boolean </disallowReversedOldPassword>
[0..1]
<restrictMinDigits>
xs :boolean </restrictMinDigits>
[0..1]
<restrictMinUpperCaseLetters>
xs :boolean </restrictMinUpperCaseLetters>
[0..1]
<restrictMinLowerCaseLetters>
xs :boolean </restrictMinLowerCaseLetters>
[0..1]
<restrictMinNonAlphanumericCharacters>
xs :boolean </restrictMinNonAlphanumericCharacters>
[0..1]
<sendPermanentLockoutNotification>
xs :boolean </sendPermanentLockoutNotification>
[0..1]
<permanentLockoutNotifyEmailAddress>
EmailAddress
</permanentLockoutNotifyEmailAddress>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
ServiceProviderSIPAuthenticationPasswordRulesModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
useServiceProviderSettings "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
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 ="
restrictMinUpperCaseLetters "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
restrictMinLowerCaseLetters "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
restrictMinNonAlphanumericCharacters "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
sendPermanentLockoutNotification "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
permanentLockoutNotifyEmailAddress "
type ="
EmailAddress
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
AnswerConfirmationAnnouncementSelection
Content
value comes from list: {'System'|'Custom'}
Documentation
Anser Confirmation Announcement Selection.
Schema Component Representation
<
xs:simpleType name ="
AnswerConfirmationAnnouncementSelection ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="System "/>
<xs:enumeration value ="Custom "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
AnswerConfirmationTimeoutSeconds
Content
Documentation
The timer determines how long the system will wait for the confirmation.
Schema Component Representation
<
xs:simpleType name ="
AnswerConfirmationTimeoutSeconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="2 "/>
<xs:maxInclusive value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
ServicePackMigrationAbortErrorThreshold
Content
Documentation
The service pack migration task will be aborted if this many errors occurs.
Schema Component Representation
<
xs:simpleType name ="
ServicePackMigrationAbortErrorThreshold ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
ServicePackMigrationMaxDurationHours
Content
Documentation
The maximum duration of a service pack migration task.
Schema Component Representation
<
xs:simpleType name ="
ServicePackMigrationMaxDurationHours ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="9 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServicePackMigrationTaskName
Content
Documentation
Service pack migration task name.
Schema Component Representation
<
xs:simpleType name ="
ServicePackMigrationTaskName ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServicePackMigrationTaskStatus
Content
value comes from list: {'Awaiting Edits'|'Pending'|'Processing'|'Terminating'|'Terminated'|'Stopped By System'|'Completed'}
Documentation
Possible status values of a service pack migration task.
Schema Component Representation
<
xs:simpleType name ="
ServicePackMigrationTaskStatus ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Awaiting Edits "/>
<xs:enumeration value ="Pending "/>
<xs:enumeration value ="Processing "/>
<xs:enumeration value ="Terminating "/>
<xs:enumeration value ="Terminated "/>
<xs:enumeration value ="Stopped By System "/>
<xs:enumeration value ="Completed "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :NMTOKEN (derivation method: restriction)
Sub-types:
None
Name
ServicePackMigrationTaskUserSelectionType
Content
value comes from list: {'All'|'Any'|'None'}
Documentation
Possible status values of a service pack migration task.
Schema Component Representation
<
xs:simpleType name ="
ServicePackMigrationTaskUserSelectionType ">
<
xs:restriction base ="
xs :NMTOKEN
">
<xs:enumeration value ="All "/>
<xs:enumeration value ="Any "/>
<xs:enumeration value ="None "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
ServiceProviderPasswordRulesApplyTo
Content
value comes from list: {'Administrator'|'Administrator and User'|'Group Administrator and User External Authentication'}
Documentation
User types for which the Service Provider Password Rules apply.
The rules could apply to the Administrators (Group and Department) or
Administrators (Group and Department) and Users.
Schema Component Representation
<
xs:simpleType name ="
ServiceProviderPasswordRulesApplyTo ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Administrator "/>
<xs:enumeration value ="Administrator and User "/>
<xs:enumeration value ="Group Administrator and User External Authentication "/>
</
xs:restriction >
</
xs:simpleType >
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.
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.
The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].
Model group information are shown in gray, e.g. Start Choice ... End Choice.
For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in bold .
If an element/attribute has a fixed value, the fixed value is shown in green, e.g. country="Australia".
Otherwise, the type of the element/attribute is displayed.
If the element/attribute's type is in the schema, a link is provided to it.
For local simple type definitions, the constraints are displayed in angle brackets, e.g. <<pattern = [1-9][0-9]{3}>>.
If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked, e.g. <postcode>.
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.)
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 .