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 ="OCISchemaDataTypes.xsd "/>
<xs:include schemaLocation ="OCISchemaSearchCriteria.xsd "/>
...
</
xs:schema >
Parent type:
None
Sub-types:
None
Name
EnterpriseAccessDevice
Abstract
no
Documentation
Uniquely identifies an access device accessible for an enterprise. It could be a system level device, an enterprise level device or a group level device.
XML Instance Representation
<...>
<groupId>
GroupId
</groupId>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseAccessDevice ">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseBroadWorksMobileManagerActivationRequest
Abstract
no
Documentation
Activates or Deactivates the BroadWorks Mobile Manager.
The deactivationReason is required when isActive is set to false.
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. -->
<isActive>
xs :boolean </isActive>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseBroadWorksMobileManagerActivationRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseBroadWorksMobileManagerAddHomeZoneRequest
Abstract
no
Documentation
Add a home zone to the BroadWorks Mobile Manager.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseBroadWorksMobileManagerAddHomeZoneRequest ">
<
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
EnterpriseBroadWorksMobileManagerAddRequest
Abstract
no
Documentation
Add the BroadWorks Mobile Manager.
Only one BroadWorks Mobile Manager can be added per
enterprise.
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. -->
<isActive>
xs :boolean </isActive>
[1]
<localToCarrier>
xs :boolean </localToCarrier>
[1]
<maxTxPerSecondEnabled>
xs :boolean </maxTxPerSecondEnabled>
[1]
<tldnEnabled>
xs :boolean </tldnEnabled>
[1]
<genericNumberEnabled>
xs :boolean </genericNumberEnabled>
[1]
<mobileStateCheckEnabled>
xs :boolean </mobileStateCheckEnabled>
[1]
<locationBasedServicesEnabled>
xs :boolean </locationBasedServicesEnabled>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseBroadWorksMobileManagerAddRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
localToCarrier "
type ="
xs :boolean
"/>
<
xs:element name ="
maxTxPerSecondEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
tldnEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
genericNumberEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
mobileStateCheckEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
locationBasedServicesEnabled "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseBroadWorksMobileManagerDeleteHomeZoneListRequest
Abstract
no
Documentation
Delete a list of home zones from the BroadWorks Mobile Manager.
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. -->
<homeZoneId>
xs :string </homeZoneId>
[1..*]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseBroadWorksMobileManagerDeleteHomeZoneListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
homeZoneId "
type ="
xs :string
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseBroadWorksMobileManagerDeleteHomeZoneRequest
Abstract
no
Documentation
Delete a home zone from the BroadWorks Mobile Manager.
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. -->
<homeZoneId>
xs :string </homeZoneId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseBroadWorksMobileManagerDeleteHomeZoneRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
homeZoneId "
type ="
xs :string
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseBroadWorksMobileManagerDeleteRequest
Abstract
no
Documentation
Delete the BroadWorks Mobile Manager.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseBroadWorksMobileManagerDeleteRequest ">
<
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
EnterpriseBroadWorksMobileManagerGetDomainListRequest
Abstract
no
Documentation
Get the list of domains of the BroadWorks Mobile Manager.
The response is either EnterpriseBroadWorksMobileManagerGetDomainListResponse 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 ="
EnterpriseBroadWorksMobileManagerGetDomainListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseBroadWorksMobileManagerGetDomainListResponse
Abstract
no
Documentation
Response to the EnterpriseBroadWorksMobileManagerGetDomainListRequest.
Contains the list of domains.
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 ="
EnterpriseBroadWorksMobileManagerGetDomainListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseBroadWorksMobileManagerGetHomeZoneListRequest
Abstract
no
Documentation
Get the list of home zones of the BroadWorks Mobile Manager.
The response is either EnterpriseBroadWorksMobileManagerGetHomeZoneListResponse 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 ="
EnterpriseBroadWorksMobileManagerGetHomeZoneListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseBroadWorksMobileManagerGetHomeZoneListResponse
Abstract
no
Documentation
Response to the
EnterpriseBroadWorksMobileManagerGetHomeZoneListRequest.
Contains a table with column headings:
"Home Zone Id", "Domain Name", "Mobile Country Code",
"Mobile Network Code", "Local Area Code" and "Cell Identity".
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 ="
EnterpriseBroadWorksMobileManagerGetHomeZoneListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseBroadWorksMobileManagerGetHomeZoneRequest
Abstract
no
Documentation
Get a home zone from the BroadWorks Mobile Manager.
The response is either EnterpriseBroadWorksMobileManagerGetHomeZoneResponse 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. -->
<homeZoneId>
xs :string </homeZoneId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseBroadWorksMobileManagerGetHomeZoneRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
homeZoneId "
type ="
xs :string
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseBroadWorksMobileManagerGetHomeZoneResponse
Abstract
no
Documentation
Response to the EnterpriseBroadWorksMobileManagerGetHomeZoneRequest
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 ="
EnterpriseBroadWorksMobileManagerGetHomeZoneResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseBroadWorksMobileManagerGetRequest
Abstract
no
Documentation
Get the BroadWorks Mobile Manager.
The response is either EnterpriseBroadWorksMobileManagerGetResponse 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 ="
EnterpriseBroadWorksMobileManagerGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseBroadWorksMobileManagerGetResponse
Abstract
no
Documentation
Response to the EnterpriseBroadWorksMobileManagerGetRequest
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. -->
<isActive>
xs :boolean </isActive>
[1]
<localToCarrier>
xs :boolean </localToCarrier>
[1]
<maxTxPerSecondEnabled>
xs :boolean </maxTxPerSecondEnabled>
[1]
<tldnEnabled>
xs :boolean </tldnEnabled>
[1]
<genericNumberEnabled>
xs :boolean </genericNumberEnabled>
[1]
<mobileStateCheckEnabled>
xs :boolean </mobileStateCheckEnabled>
[1]
<locationBasedServicesEnabled>
xs :boolean </locationBasedServicesEnabled>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseBroadWorksMobileManagerGetResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
localToCarrier "
type ="
xs :boolean
"/>
<
xs:element name ="
maxTxPerSecondEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
tldnEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
genericNumberEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
mobileStateCheckEnabled "
type ="
xs :boolean
"/>
<
xs:element name ="
locationBasedServicesEnabled "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseBroadWorksMobileManagerModifyHomeZoneRequest
Abstract
no
Documentation
Modify an existing home zone in the BroadWorks Mobile Manager.
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. -->
<homeZoneId>
xs :string </homeZoneId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseBroadWorksMobileManagerModifyHomeZoneRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
homeZoneId "
type ="
xs :string
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseBroadWorksMobileManagerModifyRequest
Abstract
no
Documentation
Modify the BroadWorks Mobile Manager settings.
The response is either SuccessResponse or ErrorResponse.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<localToCarrier>
xs :boolean </localToCarrier>
[0..1]
<maxTxPerSecondEnabled>
xs :boolean </maxTxPerSecondEnabled>
[0..1]
<tldnEnabled>
xs :boolean </tldnEnabled>
[0..1]
<genericNumberEnabled>
xs :boolean </genericNumberEnabled>
[0..1]
<mobileStateCheckEnabled>
xs :boolean </mobileStateCheckEnabled>
[0..1]
<locationBasedServicesEnabled>
xs :boolean </locationBasedServicesEnabled>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseBroadWorksMobileManagerModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
localToCarrier "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
maxTxPerSecondEnabled "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
tldnEnabled "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
genericNumberEnabled "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
mobileStateCheckEnabled "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
locationBasedServicesEnabled "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseBroadWorksMobileManagerSendCarrierFilesRequest
Abstract
no
Documentation
Sends an email with the carrier information and certificate files.
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. -->
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseBroadWorksMobileManagerSendCarrierFilesRequest ">
<
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
EnterpriseCommonPhoneListAddListRequest
Abstract
no
Documentation
Add one or more entries to an enterprise's common phone list.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseCommonPhoneListAddListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
entry "
type ="
PhoneListEntry
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseCommonPhoneListDeleteListRequest
Abstract
no
Documentation
Delete one or more entries from an enterprise's common phone list.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseCommonPhoneListDeleteListRequest ">
<
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
EnterpriseCommonPhoneListGetListRequest
Abstract
no
Documentation
Get an enterprise's common phone list.
The response is either a EnterpriseCommonPhoneListGetListResponse or an ErrorResponse.
The search can be done using multiple criterion.
If the searchCriteriaModeOr is present, any result matching any one criteria is included in the results.
Otherwise, only results matching all the search criterion are included in the results.
If no search criteria is specified, all results are returned.
Specifying searchCriteriaModeOr without any search criteria results in an ErrorResponse.
In all cases, if a responseSizeLimit is specified and the number of matching results is more than this limit, then an
ErrorResponse is returned.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<searchCriteriaModeOr> true </searchCriteriaModeOr> [0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseCommonPhoneListGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
searchCriteriaModeOr "
type ="
xs :boolean
"
fixed ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseCommonPhoneListGetListResponse
Abstract
no
Documentation
Response to the EnterpriseCommonPhoneListGetListRequest.
The response contains the enterprise's common phone list.
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 ="
EnterpriseCommonPhoneListGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
entry "
type ="
PhoneListEntry
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseCommonPhoneListModifyRequest
Abstract
no
Documentation
Modify an entry in an enterprise's common phone list.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseCommonPhoneListModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
phoneNumber "
type ="
OutgoingDN
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseDepartmentAddRequest
Abstract
no
Documentation
Add a department to 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 ="
EnterpriseDepartmentAddRequest ">
<
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
EnterpriseDepartmentDeleteRequest
Abstract
no
Documentation
Delete a department from an 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 ="
EnterpriseDepartmentDeleteRequest ">
<
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
EnterpriseDepartmentGetAvailableParentListRequest
Abstract
no
Documentation
Get a list of enterprise level departments in an enterprise that could be the parent of the
specified department. The department itself and all its decendents are not eligible to be
the parent department.
The response is either EnterpriseDepartmentGetAvailableParentListResponse 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 ="
EnterpriseDepartmentGetAvailableParentListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseDepartmentGetAvailableParentListResponse
Abstract
no
Documentation
Response to EnterpriseDepartmentGetAvailableParentListRequest.
The response includes two parallel arrays of department keys and department display names.
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 ="
EnterpriseDepartmentGetAvailableParentListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
departmentKey "
type ="
DepartmentKey
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseDepartmentGetListRequest
Abstract
no
Documentation
Request a list of departments in an enterprise. You may request only the
list of departments defined at the enterprise-level, or you may request
the list of all departments in the enterprise including all the departments
defined within the groups inside the enterprise.
The response is either EnterpriseDepartmentGetListResponse or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<includeGroupDepartments>
xs :boolean </includeGroupDepartments>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseDepartmentGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
includeGroupDepartments "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseDepartmentGetListResponse
Abstract
no
Documentation
Response to EnterpriseDepartmentGetListRequest.
The response includes two parallel arrays of department keys and department display names.
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 ="
EnterpriseDepartmentGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
departmentKey "
type ="
DepartmentKey
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseDepartmentModifyRequest
Abstract
no
Documentation
Modify a department of an 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 ="
EnterpriseDepartmentModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
newDepartmentName "
type ="
DepartmentName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterprisePhoneDirectoryGetListRequest18
Abstract
no
Documentation
Request a table containing the phone directory for an enterprise.
The directory includes all users in the enterprise and all entries in the enterprise common phone list.
It is possible to search by various criteria to restrict the number of rows returned.
Multiple search criteria are logically ANDed together.
The response is either EnterprisePhoneDirectoryGetListResponse18 or ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isExtendedInfoRequested>
xs :boolean </isExtendedInfoRequested>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterprisePhoneDirectoryGetListRequest18 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
isExtendedInfoRequested "
type ="
xs :boolean
"/>
<
xs:element name ="
searchCriteriaDn "
type ="
SearchCriteriaDn
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
searchCriteriaYahooId "
type ="
SearchCriteriaYahooId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
searchCriteriaUserId "
type ="
SearchCriteriaUserId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
searchCriteriaImpId "
type ="
SearchCriteriaImpId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterprisePhoneDirectoryGetListResponse18
Abstract
no
Documentation
Response to EnterprisePhoneDirectoryGetListRequest18.
Contains a table with a row for each phone number and column headings :
"Name", "Number", "Extension", "Mobile", "Email Address",
"Department", "Hiragana Name", "Group Id", "Yahoo Id", "User Id", "IMP Id", "Is Virtual On-Net User".
If extended directory information is requested, the following columns are also included:
"First Name", "Last Name", "Pager", "Title", "Time Zone",
"Location", "Address Line 1", "Address Line 2",
"City", "State", "Zip", "Country".
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 ="
EnterprisePhoneDirectoryGetListResponse18 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseSessionAdmissionControlGetAvailableDeviceListRequest
Abstract
no
Documentation
Request to get the list of devices can be assigned to session admission control group for the enterprise.
The response is either an EnterpriseSessionAdmissionControlGetAvailableDeviceListResponse 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 ="
EnterpriseSessionAdmissionControlGetAvailableDeviceListRequest ">
<
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
EnterpriseSessionAdmissionControlGetAvailableDeviceListResponse
Abstract
no
Documentation
Response to EnterpriseSessionAdmissionControlGetAvailableDeviceListRequest.
Contains a table of devices can be assigned to session admission control group in the enterprise.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseSessionAdmissionControlGetAvailableDeviceListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseSessionAdmissionControlGroupAddDeviceListRequest
Abstract
no
Documentation
Request to add one or more devices to an enterprise level session admission control group.
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 ="
EnterpriseSessionAdmissionControlGroupAddDeviceListRequest ">
<
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
EnterpriseSessionAdmissionControlGroupAddRequest19sp1
Abstract
no
Documentation
Request to add a session admission control group for the enterprise.
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. -->
<maxUserOriginatingSessions>
NonNegativeInt
</maxUserOriginatingSessions>
[0..1]
<maxUserTerminatingSessions>
NonNegativeInt
</maxUserTerminatingSessions>
[0..1]
<reservedUserOriginatingSessions>
NonNegativeInt
</reservedUserOriginatingSessions>
[0..1]
<reservedUserTerminatingSessions>
NonNegativeInt
</reservedUserTerminatingSessions>
[0..1]
<becomeDefaultGroup>
xs :boolean </becomeDefaultGroup>
[1]
<countIntraSACGroupSessions>
xs :boolean </countIntraSACGroupSessions>
[1]
<blockEmergencyAndRepairCallsDueToSACLimits>
xs :boolean </blockEmergencyAndRepairCallsDueToSACLimits>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseSessionAdmissionControlGroupAddRequest19sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
maxUserOriginatingSessions "
type ="
NonNegativeInt
"
minOccurs ="
0 "/>
<
xs:element name ="
maxUserTerminatingSessions "
type ="
NonNegativeInt
"
minOccurs ="
0 "/>
<
xs:element name ="
reservedUserOriginatingSessions "
type ="
NonNegativeInt
"
minOccurs ="
0 "/>
<
xs:element name ="
reservedUserTerminatingSessions "
type ="
NonNegativeInt
"
minOccurs ="
0 "/>
<
xs:element name ="
becomeDefaultGroup "
type ="
xs :boolean
"/>
<
xs:element name ="
countIntraSACGroupSessions "
type ="
xs :boolean
"/>
<
xs:element name ="
blockEmergencyAndRepairCallsDueToSACLimits "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseSessionAdmissionControlGroupDeleteDeviceListRequest
Abstract
no
Documentation
Request to delete one or more devices from an enterprise level session admission control group.
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 ="
EnterpriseSessionAdmissionControlGroupDeleteDeviceListRequest ">
<
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
EnterpriseSessionAdmissionControlGroupDeleteListRequest
Abstract
no
Documentation
Request to delete one or more session admission control groups for the enterprise.
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 ="
EnterpriseSessionAdmissionControlGroupDeleteListRequest ">
<
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
EnterpriseSessionAdmissionControlGroupGetListRequest
Abstract
no
Documentation
Request to get the list of session admission control group for the enterprise.
The response is either an EnterpriseSessionAdmissionControlGroupGetListResponse 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 ="
EnterpriseSessionAdmissionControlGroupGetListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseSessionAdmissionControlGroupGetListResponse
Abstract
no
Documentation
Response to EnterpriseSessionAdmissionControlGroupGetListRequest.
Contains a table of session admission control group configured in the enterprise.
The column headings are: "Name", "Is Default", "Maximum Sessions", "Maximum Originating Sessions", "Maximum Terminating Sessions"..
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. -->
<sessionAdmissionControlGroupTable>
core :OCITable
</sessionAdmissionControlGroupTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseSessionAdmissionControlGroupGetListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
sessionAdmissionControlGroupTable "
type ="
core :OCITable
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseSessionAdmissionControlGroupGetRequest19sp1
Abstract
no
Documentation
Request to get a session admission control group for the enterprise.
The response is either an EnterpriseSessionAdmissionControlGroupGetResponse19sp1 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 ="
EnterpriseSessionAdmissionControlGroupGetRequest19sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseSessionAdmissionControlGroupGetResponse19sp1
Abstract
no
Documentation
Response to EnterpriseSessionAdmissionControlGroupGetRequest19sp1.
Returns the profile information for the session admission control group.
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. -->
<maxUserOriginatingSessions>
NonNegativeInt
</maxUserOriginatingSessions>
[0..1]
<maxUserTerminatingSessions>
NonNegativeInt
</maxUserTerminatingSessions>
[0..1]
<reservedUserOriginatingSessions>
NonNegativeInt
</reservedUserOriginatingSessions>
[0..1]
<reservedUserTerminatingSessions>
NonNegativeInt
</reservedUserTerminatingSessions>
[0..1]
<defaultGroup>
xs :boolean </defaultGroup>
[1]
<countIntraSACGroupSessions>
xs :boolean </countIntraSACGroupSessions>
[1]
<blockEmergencyAndRepairCallsDueToSACLimits>
xs :boolean </blockEmergencyAndRepairCallsDueToSACLimits>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseSessionAdmissionControlGroupGetResponse19sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
maxUserOriginatingSessions "
type ="
NonNegativeInt
"
minOccurs ="
0 "/>
<
xs:element name ="
maxUserTerminatingSessions "
type ="
NonNegativeInt
"
minOccurs ="
0 "/>
<
xs:element name ="
reservedUserOriginatingSessions "
type ="
NonNegativeInt
"
minOccurs ="
0 "/>
<
xs:element name ="
reservedUserTerminatingSessions "
type ="
NonNegativeInt
"
minOccurs ="
0 "/>
<
xs:element name ="
defaultGroup "
type ="
xs :boolean
"/>
<
xs:element name ="
countIntraSACGroupSessions "
type ="
xs :boolean
"/>
<
xs:element name ="
blockEmergencyAndRepairCallsDueToSACLimits "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseSessionAdmissionControlGroupModifyRequest
Abstract
no
Documentation
Request to modify a session admission control group for the enterprise.
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. -->
<maxUserOriginatingSessions>
NonNegativeInt
</maxUserOriginatingSessions>
[0..1]
<maxUserTerminatingSessions>
NonNegativeInt
</maxUserTerminatingSessions>
[0..1]
<reservedUserOriginatingSessions>
NonNegativeInt
</reservedUserOriginatingSessions>
[0..1]
<reservedUserTerminatingSessions>
NonNegativeInt
</reservedUserTerminatingSessions>
[0..1]
<becomeDefaultGroup>
xs :boolean </becomeDefaultGroup>
[0..1]
<countIntraSACGroupSessions>
xs :boolean </countIntraSACGroupSessions>
[0..1]
<blockEmergencyAndRepairCallsDueToSACLimits>
xs :boolean </blockEmergencyAndRepairCallsDueToSACLimits>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseSessionAdmissionControlGroupModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
maxUserOriginatingSessions "
type ="
NonNegativeInt
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
maxUserTerminatingSessions "
type ="
NonNegativeInt
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
reservedSession "
type ="
NonNegativeInt
"
minOccurs ="
0 "/>
<
xs:element name ="
reservedUserOriginatingSessions "
type ="
NonNegativeInt
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
reservedUserTerminatingSessions "
type ="
NonNegativeInt
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
becomeDefaultGroup "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
countIntraSACGroupSessions "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
blockEmergencyAndRepairCallsDueToSACLimits "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseVoiceVPNAddPolicyRequest
Abstract
no
Documentation
Add the enterprise level data associated with a Voice VPN location code.
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. -->
<routeGroupId>
GroupId
</routeGroupId>
[0..1]
Start Choice [1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseVoiceVPNAddPolicyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
routeGroupId "
type ="
GroupId
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseVoiceVPNDeletePolicyRequest
Abstract
no
Documentation
Delete a enterprise voice VPN location.
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 ="
EnterpriseVoiceVPNDeletePolicyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
None
Sub-types:
Name
EnterpriseVoiceVPNDigitManipulation
Abstract
yes
Documentation
Enterprise Voice VPN Digit Manipulation Entry.
Schema Component Representation
<
xs:complexType name ="
EnterpriseVoiceVPNDigitManipulation "
abstract ="
true ">
<xs:sequence />
</
xs:complexType >
Name
EnterpriseVoiceVPNDigitManipulationNoValue
Abstract
no
Documentation
Enterprise Voice VPN Digit Manipulation Entry that has no value.
Schema Component Representation
<
xs:complexType name ="
EnterpriseVoiceVPNDigitManipulationNoValue ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseVoiceVPNDigitManipulationOptionalValue
Abstract
no
Documentation
Enterprise Voice VPN Digit Manipulation Entry that optionally has a value.
Schema Component Representation
<
xs:complexType name ="
EnterpriseVoiceVPNDigitManipulationOptionalValue ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseVoiceVPNDigitManipulationRequiredValue
Abstract
no
Documentation
Enterprise Voice VPN Digit Manipulation Entry that has a value.
Schema Component Representation
<
xs:complexType name ="
EnterpriseVoiceVPNDigitManipulationRequiredValue ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseVoiceVPNGetDefaultRequest
Abstract
no
Documentation
Request the Voice VPN default settings for the enterprise.
The response is EnterpriseVoiceVPNGetDefaultResponse 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 ="
EnterpriseVoiceVPNGetDefaultRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseVoiceVPNGetDefaultResponse
Abstract
no
Documentation
Response to EnterpriseVoiceVPNGetDefaultResponse.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<routeGroupId>
GroupId
</routeGroupId>
[0..*]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseVoiceVPNGetDefaultResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
routeGroupId "
type ="
GroupId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseVoiceVPNGetPolicyListRequest
Abstract
no
Documentation
Request the list of Voice VPN locations.
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 EnterpriseVoiceVPNGetPolicyListResponse 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 ="
EnterpriseVoiceVPNGetPolicyListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseVoiceVPNGetPolicyListResponse
Abstract
no
Documentation
Response to EnterpriseVoiceVPNGetListResponse.
Returns a 4 column table with column headings:
"Location Code", "Min Extension Length", "Max Extension Length", "Location Selection".
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 ="
EnterpriseVoiceVPNGetPolicyListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseVoiceVPNGetPolicyRequest
Abstract
no
Documentation
Request the enterprise level data associated with Voice VPN location code.
The response is either a EnterpriseVoiceVPNGetPolicyResponse 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 ="
EnterpriseVoiceVPNGetPolicyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseVoiceVPNGetPolicyResponse
Abstract
no
Documentation
Response to EnterpriseVoiceVPNGetPolicyRequest.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<routeGroupId>
GroupId
</routeGroupId>
[0..1]
Start Choice [1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseVoiceVPNGetPolicyResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
routeGroupId "
type ="
GroupId
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseVoiceVPNGetRequest14sp3
Abstract
no
Documentation
Request the enterprise level data associated with Voice VPN.
The response is either a EnterpriseVoiceVPNGetResponse14sp3 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 ="
EnterpriseVoiceVPNGetRequest14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
EnterpriseVoiceVPNGetResponse14sp3
Abstract
no
Documentation
Response to EnterpriseVoiceVPNGetRequest14sp3.
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[1]
<usePhoneContext>
xs :boolean </usePhoneContext>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseVoiceVPNGetResponse14sp3 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"/>
<
xs:element name ="
usePhoneContext "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseVoiceVPNModifyPolicyRequest
Abstract
no
Documentation
Modify the enterprise level data associated with a Voice VPN location code.
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. -->
<routeGroupId>
GroupId
</routeGroupId>
[0..1]
Start Choice [1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseVoiceVPNModifyPolicyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
routeGroupId "
type ="
GroupId
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
EnterpriseVoiceVPNModifyRequest
Abstract
no
Documentation
Modify the enterprise voice VPN level data associated with voice VPN.
The response is either a SuccessResponse or an ErrorResponse.
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<isActive>
xs :boolean </isActive>
[0..1]
<usePhoneContext>
xs :boolean </usePhoneContext>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
EnterpriseVoiceVPNModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
isActive "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
usePhoneContext "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
EnterpriseVoiceVPNTreatmentEntry
Abstract
no
Documentation
Enterprise Voice VPN Treatment entry
Schema Component Representation
<
xs:complexType name ="
EnterpriseVoiceVPNTreatmentEntry ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
ReplacementEnterpriseDeviceList
Abstract
no
Documentation
A list of enterprise accessible devices that replaces a previously configured list.
By convention, an element of this type may be set nill to clear the list.
Schema Component Representation
<
xs:complexType name ="
ReplacementEnterpriseDeviceList ">
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EnterpriseVoiceVPNDefaultSelection
Content
value comes from list: {'Public'|'Private'}
Documentation
Enterprise Voice VPN Default Selector.
Schema Component Representation
<
xs:simpleType name ="
EnterpriseVoiceVPNDefaultSelection ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Public "/>
<xs:enumeration value ="Private "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EnterpriseVoiceVPNDescription
Content
Documentation
Enterprise Voice VPN description.
Schema Component Representation
<
xs:simpleType name ="
EnterpriseVoiceVPNDescription ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="40 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
Name
EnterpriseVoiceVPNDigitManipulationOperation
Content
value comes from list: {'Prepend'|'End'|'Overwrite'|'Right Trim'|'Replace All'|'Left Trim'|'Append'|'Position'|'Insert'|'Trim'|'Delete'|'Move'}
Documentation
Enterprise Voice VPN Digit Manipulation operations.
Schema Component Representation
<
xs:simpleType name ="
EnterpriseVoiceVPNDigitManipulationOperation ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Prepend "/>
<xs:enumeration value ="End "/>
<xs:enumeration value ="Overwrite "/>
<xs:enumeration value ="Right Trim "/>
<xs:enumeration value ="Replace All "/>
<xs:enumeration value ="Left Trim "/>
<xs:enumeration value ="Append "/>
<xs:enumeration value ="Position "/>
<xs:enumeration value ="Insert "/>
<xs:enumeration value ="Trim "/>
<xs:enumeration value ="Delete "/>
<xs:enumeration value ="Move "/>
</
xs:restriction >
</
xs:simpleType >
Name
EnterpriseVoiceVPNDigitManipulationOperationNoValue
Content
value comes from list: {'Prepend'|'End'|'Overwrite'|'Right Trim'|'Replace All'|'Left Trim'|'Append'|'Position'|'Insert'|'Trim'|'Delete'|'Move'}
value comes from list: {'End'}
Documentation
Enterprise Voice VPN Digit Manipulation Operations that have no value.
Schema Component Representation
<
xs:simpleType name ="
EnterpriseVoiceVPNDigitManipulationOperationNoValue ">
</
xs:simpleType >
Name
EnterpriseVoiceVPNDigitManipulationOperationOptionalValue
Content
value comes from list: {'Prepend'|'End'|'Overwrite'|'Right Trim'|'Replace All'|'Left Trim'|'Append'|'Position'|'Insert'|'Trim'|'Delete'|'Move'}
value comes from list: {'Prepend'|'Overwrite'|'Right Trim'|'Replace All'|'Left Trim'|'Append'|'Insert'|'Trim'}
Documentation
Enterprise Voice VPN Digit Manipulation Operations that may or may not have a value.
Schema Component Representation
<
xs:simpleType name ="
EnterpriseVoiceVPNDigitManipulationOperationOptionalValue ">
<
xs:restriction base ="
EnterpriseVoiceVPNDigitManipulationOperation
">
<xs:enumeration value ="Prepend "/>
<xs:enumeration value ="Overwrite "/>
<xs:enumeration value ="Right Trim "/>
<xs:enumeration value ="Replace All "/>
<xs:enumeration value ="Left Trim "/>
<xs:enumeration value ="Append "/>
<xs:enumeration value ="Insert "/>
<xs:enumeration value ="Trim "/>
</
xs:restriction >
</
xs:simpleType >
Name
EnterpriseVoiceVPNDigitManipulationOperationRequiredValue
Content
value comes from list: {'Prepend'|'End'|'Overwrite'|'Right Trim'|'Replace All'|'Left Trim'|'Append'|'Position'|'Insert'|'Trim'|'Delete'|'Move'}
value comes from list: {'Position'|'Delete'|'Move'}
Documentation
Enterprise Voice VPN Digit Manipulation Operations that have a value.
Schema Component Representation
<
xs:simpleType name ="
EnterpriseVoiceVPNDigitManipulationOperationRequiredValue ">
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EnterpriseVoiceVPNDigitManipulationValue
Content
Documentation
Enterprise Voice VPN Digit Manipulation value.
Schema Component Representation
<
xs:simpleType name ="
EnterpriseVoiceVPNDigitManipulationValue ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
EnterpriseVoiceVPNExtensionLength
Content
Documentation
Enterprise Voice VPN Extension Length.
Schema Component Representation
<
xs:simpleType name ="
EnterpriseVoiceVPNExtensionLength ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="100 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EnterpriseVoiceVPNLocationCode
Content
Documentation
Enterprise Voice VPN location code.
Schema Component Representation
<
xs:simpleType name ="
EnterpriseVoiceVPNLocationCode ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="22 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EnterpriseVoiceVPNNonMatchingE164NumberSelection
Content
value comes from list: {'Public'|'Default'}
Documentation
Enterprise Voice VPN Selector for Non Matching E164 Number.
Schema Component Representation
<
xs:simpleType name ="
EnterpriseVoiceVPNNonMatchingE164NumberSelection ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Public "/>
<xs:enumeration value ="Default "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EnterpriseVoiceVPNTreatmentDescription
Content
Documentation
Enterprise Voice VPN Treatment Description.
Schema Component Representation
<
xs:simpleType name ="
EnterpriseVoiceVPNTreatmentDescription ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
EnterpriseVoiceVPNTreatmentId
Content
Documentation
Enterprise Voice VPN Treatment Id.
Schema Component Representation
<
xs:simpleType name ="
EnterpriseVoiceVPNTreatmentId ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="30 "/>
</
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 .