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:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMeetMeConferencingAddInstanceRequest19
Abstract
no
Documentation
Add a Meet-Me Conferencing bridge to a group.
The domain is required in the serviceUserId.
The response is either SuccessResponse or ErrorResponse.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<allowIndividualOutDial>
xs :boolean </allowIndividualOutDial>
[1]
<conferenceHostUserId>
UserId
</conferenceHostUserId>
[0..*]
<playWarningPrompt>
xs :boolean </playWarningPrompt>
[1]
<enableMaxConferenceDuration>
xs :boolean </enableMaxConferenceDuration>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMeetMeConferencingAddInstanceRequest19 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
allowIndividualOutDial "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceHostUserId "
type ="
UserId
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
<
xs:element name ="
playWarningPrompt "
type ="
xs :boolean
"/>
<
xs:element name ="
enableMaxConferenceDuration "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMeetMeConferencingDeleteInstanceRequest
Abstract
no
Documentation
Delete a Meet-Me Conferencing bridge from a group.
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. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMeetMeConferencingDeleteInstanceRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMeetMeConferencingGetAvailableUserListRequest
Abstract
no
Documentation
Get a list of users that can be assigned to a Meet-Me Conferencing bridge.
Searching for users by group only makes sense when the Meet-Me Conferencing is part of an Enterprise.
The response is either GroupMeetMeConferencingGetAvailableUserListResponse 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 ="
GroupMeetMeConferencingGetAvailableUserListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
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
GroupMeetMeConferencingGetAvailableUserListResponse
Abstract
no
Documentation
Response to the GroupMeetMeConferencingGetAvailableUserListRequest.
Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", and "Hiragana First Name",
"Phone Number", "Extension", "Department", "Email Address".
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 ="
GroupMeetMeConferencingGetAvailableUserListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMeetMeConferencingGetInstanceListRequest
Abstract
no
Documentation
Get a list of Meet-Me Conferencing instances within a group.
The response is either GroupMeetMeConferencingGetInstanceListResponse or ErrorResponse.
It is possible to get the instances within a specified department.
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 ="
GroupMeetMeConferencingGetInstanceListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
<
xs:element name ="
departmentName "
type ="
DepartmentName
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupMeetMeConferencingGetInstanceListResponse
Abstract
no
Documentation
Response to the GroupMeetMeConferencingGetInstanceListRequest.
Contains a table with column headings: "Service User Id", "Name", "Phone Number", "Extension", "Department", "Ports", and "Is Active".
The column values for "Is Active" can either be true, or false.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<conferenceBridgeTable>
core :OCITable
</conferenceBridgeTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMeetMeConferencingGetInstanceListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMeetMeConferencingGetInstanceRequest19sp1
Abstract
no
Documentation
Request to get all the information of a Meet-Me Conferencing bridge.
The response is either GroupMeetMeConferencingGetInstanceResponse19sp1 or ErrorResponse.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMeetMeConferencingGetInstanceRequest19sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupMeetMeConferencingGetInstanceResponse19sp1
Abstract
no
Documentation
Response to GroupMeetMeConferencingGetInstanceRequest19sp1.
Contains the service profile information and a table of assigned hosts.
The table has column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name",
"Hiragana First Name", Phone Number", "Extension", "Department", "Email Address".
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. -->
<allowIndividualOutDial>
xs :boolean </allowIndividualOutDial>
[1]
<conferenceHostUserTable>
core :OCITable
</conferenceHostUserTable>
[1]
<playWarningPrompt>
xs :boolean </playWarningPrompt>
[1]
<enableMaxConferenceDuration>
xs :boolean </enableMaxConferenceDuration>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMeetMeConferencingGetInstanceResponse19sp1 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
allowIndividualOutDial "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceHostUserTable "
type ="
core :OCITable
"/>
<
xs:element name ="
playWarningPrompt "
type ="
xs :boolean
"/>
<
xs:element name ="
enableMaxConferenceDuration "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMeetMeConferencingGetRequest
Abstract
no
Documentation
Request the group level data associated with Meet-Me Conferencing functions.
The response is either a GroupMeetMeConferencingGetResponse 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 ="
GroupMeetMeConferencingGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
GroupMeetMeConferencingGetResponse
Abstract
no
Documentation
Response to GroupMeetMeConferencingGetRequest.
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 ="
GroupMeetMeConferencingGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMeetMeConferencingModifyActiveInstanceListRequest
Abstract
no
Documentation
Request to set the active status of Meet-Me Conferencing instances.
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 ="
GroupMeetMeConferencingModifyActiveInstanceListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceActivation "
type ="
ServiceActivation
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMeetMeConferencingModifyInstanceRequest
Abstract
no
Documentation
Request to modify a Meet-Me Conferencing bridge.
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. -->
<serviceUserId>
UserId
</serviceUserId>
[1]
<allowIndividualOutDial>
xs :boolean </allowIndividualOutDial>
[0..1]
<playWarningPrompt>
xs :boolean </playWarningPrompt>
[0..1]
<enableMaxConferenceDuration>
xs :boolean </enableMaxConferenceDuration>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
GroupMeetMeConferencingModifyInstanceRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
serviceUserId "
type ="
UserId
"/>
<
xs:element name ="
allowIndividualOutDial "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
operatorNumber "
type ="
OutgoingDNorSIPURI
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
conferenceHostUserIdList "
type ="
ReplacementUserIdList
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
playWarningPrompt "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableMaxConferenceDuration "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
GroupMeetMeConferencingModifyRequest
Abstract
no
Documentation
Modify the group level data associated with Meet-Me Conferencing functions.
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 ="
GroupMeetMeConferencingModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
groupId "
type ="
GroupId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
MeetMeConferencingConferenceDuration
Abstract
no
Documentation
Conference duration.
XML Instance Representation
<...>
<hours>
Hour
</hours>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
MeetMeConferencingConferenceDuration ">
<
xs:sequence >
<
xs:element name ="
hours "
type ="
Hour
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
MeetMeConferencingConferencePorts
Abstract
no
Documentation
Number of conference ports. Can either be unlimited or limited to a value between 0 and 999999.
XML Instance Representation
<...>
Start Choice [1]
<unlimited> true </unlimited> [1]
<quantity>
xs :int (0 <= value <= 999999) </quantity>
[1]
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
MeetMeConferencingConferencePorts ">
<
xs:choice >
<
xs:element name ="
unlimited "
type ="
xs :boolean
"
fixed ="
true "/>
<
xs:element name ="
quantity ">
<
xs:simpleType >
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="999999 "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:element >
</
xs:choice >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
MeetMeConferencingConferenceRecordingKey
Abstract
no
Documentation
Identifier for conference recording. startTime is the recording start timestamp.
XML Instance Representation
<...>
<bridgeId>
UserId
</bridgeId>
[1]
<startTime>
xs :dateTime </startTime>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
MeetMeConferencingConferenceRecordingKey ">
<
xs:sequence >
<
xs:element name ="
bridgeId "
type ="
UserId
"/>
<
xs:element name ="
startTime "
type ="
xs :dateTime
"/>
</
xs:sequence >
</
xs:complexType >
Parent type:
None
Sub-types:
None
Name
MeetMeConferencingConferenceSchedule
Abstract
no
Documentation
Conference schedule.
XML Instance Representation
<...>
Start Choice [1]
<scheduleReservationless>
[1]
<startTime>
xs :dateTime </startTime>
[1]
<endTime>
xs :dateTime </endTime>
[1]
</scheduleReservationless>
<scheduleOneTime>
[1]
<startTime>
xs :dateTime </startTime>
[1]
</scheduleOneTime>
<scheduleRecurring>
[1]
<startTime>
xs :dateTime </startTime>
[1]
</scheduleRecurring>
End Choice
</...>
Schema Component Representation
<
xs:complexType name ="
MeetMeConferencingConferenceSchedule ">
<
xs:sequence >
<
xs:choice >
<
xs:element name ="
scheduleReservationless ">
<
xs:complexType >
<
xs:sequence >
<
xs:element name ="
startTime "
type ="
xs :dateTime
"/>
<
xs:element name ="
endTime "
type ="
xs :dateTime
"
nillable ="
true "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element name ="
scheduleOneTime ">
<
xs:complexType >
<
xs:sequence >
<
xs:element name ="
startTime "
type ="
xs :dateTime
"/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
<
xs:element name ="
scheduleRecurring ">
<
xs:complexType >
<
xs:sequence >
<
xs:element name ="
startTime "
type ="
xs :dateTime
"/>
<
xs:element name ="
recurrence "
type ="
Recurrence
"/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
</
xs:choice >
</
xs:sequence >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderMeetMeConferencingGetRequest
Abstract
no
Documentation
Request the service provider/enterprise level data associated with Meet-Me Conferencing functions.
The response is either a ServiceProviderMeetMeConferencingGetResponse 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 ="
ServiceProviderMeetMeConferencingGetRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
ServiceProviderMeetMeConferencingGetResponse
Abstract
no
Documentation
Response to ServiceProviderMeetMeConferencingGetRequest.
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 ="
ServiceProviderMeetMeConferencingGetResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
ServiceProviderMeetMeConferencingModifyRequest
Abstract
no
Documentation
Modify the service provider/enterprise level data associated with Meet-Me Conferencing functions.
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 ="
ServiceProviderMeetMeConferencingModifyRequest ">
<
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
SystemMeetMeConferencingGetRequest19
Abstract
no
Documentation
Request the system level data associated with Meet-Me Conferencing functions.
The response is either a SystemMeetMeConferencingGetResponse19 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 ="
SystemMeetMeConferencingGetRequest19 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Name
SystemMeetMeConferencingGetResponse19
Abstract
no
Documentation
Response to SystemMeetMeConferencingGetRequest19.
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. -->
<enableConferenceEndDateRestriction>
xs :boolean </enableConferenceEndDateRestriction>
[1]
<deleteExpiredConferencesAfterHoldPeriod>
xs :boolean </deleteExpiredConferencesAfterHoldPeriod>
[1]
<recordingWebAppURL>
URL
</recordingWebAppURL>
[0..1]
<terminateAfterGracePeriod>
xs :boolean </terminateAfterGracePeriod>
[1]
<enableConferenceExpiryNotification>
xs :boolean </enableConferenceExpiryNotification>
[1]
<enableActiveConferenceNotification>
xs :boolean </enableActiveConferenceNotification>
[1]
<conferenceFromAddress>
EmailAddress
</conferenceFromAddress>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemMeetMeConferencingGetResponse19 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
enableConferenceEndDateRestriction "
type ="
xs :boolean
"/>
<
xs:element name ="
deleteExpiredConferencesAfterHoldPeriod "
type ="
xs :boolean
"/>
<
xs:element name ="
recordingWebAppURL "
type ="
URL
"
minOccurs ="
0 "/>
<
xs:element name ="
terminateAfterGracePeriod "
type ="
xs :boolean
"/>
<
xs:element name ="
enableConferenceExpiryNotification "
type ="
xs :boolean
"/>
<
xs:element name ="
enableActiveConferenceNotification "
type ="
xs :boolean
"/>
<
xs:element name ="
conferenceFromAddress "
type ="
EmailAddress
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
SystemMeetMeConferencingModifyRequest
Abstract
no
Documentation
Modify the system level data associated with Meet-Me Conferencing.
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. -->
<enableConferenceEndDateRestriction>
xs :boolean </enableConferenceEndDateRestriction>
[0..1]
<deleteExpiredConferencesAfterHoldPeriod>
xs :boolean </deleteExpiredConferencesAfterHoldPeriod>
[0..1]
<recordingWebAppURL>
URL
</recordingWebAppURL>
[0..1]
<terminateAfterGracePeriod>
xs :boolean </terminateAfterGracePeriod>
[0..1]
<enableConferenceExpiryNotification>
xs :boolean </enableConferenceExpiryNotification>
[0..1]
<enableActiveConferenceNotification>
xs :boolean </enableActiveConferenceNotification>
[0..1]
<conferenceFromAddress>
EmailAddress
</conferenceFromAddress>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
SystemMeetMeConferencingModifyRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
enableConferenceEndDateRestriction "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
deleteExpiredConferencesAfterHoldPeriod "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
recordingWebAppURL "
type ="
URL
"
nillable ="
true "
minOccurs ="
0 "/>
<
xs:element name ="
terminateAfterGracePeriod "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableConferenceExpiryNotification "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
enableActiveConferenceNotification "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
conferenceFromAddress "
type ="
EmailAddress
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserMeetMeConferencingAddConferenceRequest19
Abstract
no
Documentation
Add a Meet-Me conference.
The response is either UserMeetMeConferencingAddConferenceResponse19 or ErrorResponse.
The startTime element is adjusted to the first occurrence of the recurrent schedule that comes at or after the startTime.
The startTime, endTime and recurrence information for a conferenceSchedule element will be adjusted to the user Host time zone.
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. -->
<bridgeId>
UserId
</bridgeId>
[1]
Start Choice [1]
<restrictParticipants> false </restrictParticipants> [1]
End Choice
<muteAllAttendeesOnEntry>
xs :boolean </muteAllAttendeesOnEntry>
[1]
<endConferenceOnModeratorExit>
xs :boolean </endConferenceOnModeratorExit>
[1]
<moderatorRequired>
xs :boolean </moderatorRequired>
[1]
<requireSecurityPin>
xs :boolean </requireSecurityPin>
[1]
<allowUniqueIdentifier>
xs :boolean </allowUniqueIdentifier>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserMeetMeConferencingAddConferenceRequest19 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
bridgeId "
type ="
UserId
"/>
<
xs:choice >
<
xs:element name ="
restrictParticipants "
type ="
xs :boolean
"
fixed ="
false "/>
</
xs:choice >
<
xs:element name ="
muteAllAttendeesOnEntry "
type ="
xs :boolean
"/>
<
xs:element name ="
endConferenceOnModeratorExit "
type ="
xs :boolean
"/>
<
xs:element name ="
moderatorRequired "
type ="
xs :boolean
"/>
<
xs:element name ="
requireSecurityPin "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUniqueIdentifier "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserMeetMeConferencingAddConferenceResponse19
Abstract
no
Documentation
Response to UserMeetMeConferencingAddConferenceRequest19.
Contains the information of a conference.
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 ="
UserMeetMeConferencingAddConferenceResponse19 ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserMeetMeConferencingDeleteConferenceListRequest
Abstract
no
Documentation
Request to delete one or more conferences which are owned by the user.
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 ="
UserMeetMeConferencingDeleteConferenceListRequest ">
<
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
UserMeetMeConferencingDeleteConferenceRecordingListRequest
Abstract
no
Documentation
Request to delete one or more conference recordings owned by the user.
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 ="
UserMeetMeConferencingDeleteConferenceRecordingListRequest ">
<
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
UserMeetMeConferencingGetAvailableDelegateListRequest
Abstract
no
Documentation
Get a list of users that can be assigned as a delegate to a Meet-Me Conference.
Searching for users, who are host on a Meet-Me Conferencing bridge.
The response is either UserMeetMeConferencingGetAvailableDelegateListResponse 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 ="
UserMeetMeConferencingGetAvailableDelegateListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
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
UserMeetMeConferencingGetAvailableDelegateListResponse
Abstract
no
Documentation
Response to UserMeetMeConferencingGetAvailableDelegateListRequest.
Contains all hosts assigned on a bridge.
The table has column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department" and "Email Address".
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. -->
<conferenceDelegateUserTable>
core :OCITable
</conferenceDelegateUserTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserMeetMeConferencingGetAvailableDelegateListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
conferenceDelegateUserTable "
type ="
core :OCITable
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserMeetMeConferencingGetBridgeListRequest
Abstract
no
Documentation
Get the list of Meet-Me Conferencing bridges for which the user is a host.
The response is either UserMeetMeConferencingGetBridgeListResponse 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 ="
UserMeetMeConferencingGetBridgeListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserMeetMeConferencingGetBridgeListResponse
Abstract
no
Documentation
Response to the UserMeetMeConferencingGetBridgeListRequest.
Contains a table with column headings: "Bridge Id", "Name", "Phone Number", "Extension", "Ports", and "Is Active"
The column values for "Is Active" can either be true, or false.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCIResponse
' super type was not found in this schema. Some elements and attributes may be missing. -->
<conferenceBridgeTable>
core :OCITable
</conferenceBridgeTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserMeetMeConferencingGetBridgeListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserMeetMeConferencingGetConferenceDelegateListRequest
Abstract
no
Documentation
Get the conference delegates for this conference.
The response is either UserMeetMeConferencingGetConferenceDelegateListResponse 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 ="
UserMeetMeConferencingGetConferenceDelegateListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserMeetMeConferencingGetConferenceDelegateListResponse
Abstract
no
Documentation
Response to UserMeetMeConferencingGetConferenceDelegateListRequest.
Contains a table with table heading:"User Id", "Last Name", "First Name", "Hiragana Last Name",
"Hiragana First Name","Phone Number", "Extension", "Department" and "Email Address".
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. -->
<conferenceDelegateUserTable>
core :OCITable
</conferenceDelegateUserTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserMeetMeConferencingGetConferenceDelegateListResponse ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
conferenceDelegateUserTable "
type ="
core :OCITable
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserMeetMeConferencingGetConferenceGreetingRequest20
Abstract
no
Documentation
Get the information of a conference custom greeting.
The response is either UserMeetMeConferencingGetConferenceGreetingResponse20 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 ="
UserMeetMeConferencingGetConferenceGreetingRequest20 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserMeetMeConferencingGetConferenceGreetingResponse20
Abstract
no
Documentation
Response to UserMeetMeConferencingGetConferenceGreetingRequest20.
Contains the information of a conference custom greeting.
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. -->
<playEntranceGreeting>
xs :boolean </playEntranceGreeting>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserMeetMeConferencingGetConferenceGreetingResponse20 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:element name ="
playEntranceGreeting "
type ="
xs :boolean
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserMeetMeConferencingGetConferenceListRequest
Abstract
no
Documentation
Get the list of all conferences for which user is a host or a delegate.
The response is either UserMeetMeConferencingGetConferenceListResponse 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. -->
<bridgeId>
UserId
</bridgeId>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserMeetMeConferencingGetConferenceListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
bridgeId "
type ="
UserId
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserMeetMeConferencingGetConferenceListResponse
Abstract
no
Documentation
Response to the UserMeetMeConferencingGetConferenceListRequest.
Contains a table with column headings: "Bridge Id", "Conference Id", "Title", "Bridge Name", "Status", "Type", "Start Time", "Last Name", "First Name" and "Host Id".
The column values for "Status" can be Active, Inactive, or Expired.
The column values for "Type" can be Reservationless, One Time, Recurring Daily, Recurring Weekly, Recurring Monthly, or Recurring Yearly.
Start Time is in the format "yyyy-MM-dd'T'HH:mm:ss:SSSZ". Example: 2010-10-01T09:30:00:000-0400.
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 ="
UserMeetMeConferencingGetConferenceListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserMeetMeConferencingGetConferenceRecordingListRequest
Abstract
no
Documentation
Get the list of recordings of the conferences owned by the host.
The response is either UserMeetMeConferencingGetConferenceRecordingListResponse 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 ="
UserMeetMeConferencingGetConferenceRecordingListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserMeetMeConferencingGetConferenceRecordingListResponse
Abstract
no
Documentation
Response to the UserMeetMeConferencingGetConferenceRecordingListRequest.
Contains a table with column headings: "Bridge Id", "Conference Id", "Conference Title", "Bridge Name", "Start Time", "File Size", and "URL".
Start Time is in the format "yyyy-MM-dd'T'HH:mm:ss:SSSZ". Example: 2010-10-01T09:30:00:000-0400.
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. -->
<conferenceRecordingTable>
core :OCITable
</conferenceRecordingTable>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserMeetMeConferencingGetConferenceRecordingListResponse ">
<
xs:complexContent >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserMeetMeConferencingGetConferenceRequest20
Abstract
no
Documentation
Get the information of a conference owned by the user.
The response is either UserMeetMeConferencingGetConferenceResponse20 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 ="
UserMeetMeConferencingGetConferenceRequest20 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Name
UserMeetMeConferencingGetConferenceResponse20
Abstract
no
Documentation
Response to UserMeetMeConferencingGetConferenceRequest20.
Contains the information of a conference.
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. -->
Start Choice [1]
<restrictParticipants> false </restrictParticipants> [1]
End Choice
<muteAllAttendeesOnEntry>
xs :boolean </muteAllAttendeesOnEntry>
[1]
<endConferenceOnModeratorExit>
xs :boolean </endConferenceOnModeratorExit>
[1]
<moderatorRequired>
xs :boolean </moderatorRequired>
[1]
<requireSecurityPin>
xs :boolean </requireSecurityPin>
[1]
<allowUniqueIdentifier>
xs :boolean </allowUniqueIdentifier>
[1]
<hostTimeZone>
TimeZone
</hostTimeZone>
[1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserMeetMeConferencingGetConferenceResponse20 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIDataResponse
">
<
xs:sequence >
<
xs:choice >
<
xs:element name ="
restrictParticipants "
type ="
xs :boolean
"
fixed ="
false "/>
</
xs:choice >
<
xs:element name ="
muteAllAttendeesOnEntry "
type ="
xs :boolean
"/>
<
xs:element name ="
endConferenceOnModeratorExit "
type ="
xs :boolean
"/>
<
xs:element name ="
moderatorRequired "
type ="
xs :boolean
"/>
<
xs:element name ="
requireSecurityPin "
type ="
xs :boolean
"/>
<
xs:element name ="
allowUniqueIdentifier "
type ="
xs :boolean
"/>
<
xs:element name ="
hostTimeZone "
type ="
TimeZone
"/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserMeetMeConferencingModifyConferenceDelegateListRequest
Abstract
no
Documentation
Modify the existing conference delegates list.
The response is either SuccessResponse or ErrorResponse.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
</...>
Schema Component Representation
<
xs:complexType name ="
UserMeetMeConferencingModifyConferenceDelegateListRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
conferenceDelegateUserList "
type ="
ReplacementUserIdList
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserMeetMeConferencingModifyConferenceGreetingRequest20
Abstract
no
Documentation
Modify an existing custom greeting audio file.
The response is either SuccessResponse or ErrorResponse.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
<playEntranceGreeting>
xs :boolean </playEntranceGreeting>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserMeetMeConferencingModifyConferenceGreetingRequest20 ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:element name ="
playEntranceGreeting "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
entranceGreetingFile "
type ="
AnnouncementFileKey
"
nillable ="
true "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
core :OCIRequest
(derivation method: extension)
Sub-types:
None
Name
UserMeetMeConferencingModifyConferenceRequest
Abstract
no
Documentation
Modify an existing conference.
The response is either SuccessResponse or ErrorResponse.
The startTime element is adjusted to the first occurrence of the recurrent schedule that comes at or after the startTime.
The startTime, endTime and recurrence information for a conferenceSchedule element will be adjusted to the user Host time zone.
Application Data
<asDataModeSupported> true
</asDataModeSupported>
<hssDataModeSupported> false
</hssDataModeSupported>
XML Instance Representation
<...>
<!-- '
OCICommand
' super type was not found in this schema. Some elements and attributes may be missing. -->
Start Choice [0..1]
<restrictParticipants> false </restrictParticipants> [1]
End Choice
<muteAllAttendeesOnEntry>
xs :boolean </muteAllAttendeesOnEntry>
[0..1]
<endConferenceOnModeratorExit>
xs :boolean </endConferenceOnModeratorExit>
[0..1]
<moderatorRequired>
xs :boolean </moderatorRequired>
[0..1]
<requireSecurityPin>
xs :boolean </requireSecurityPin>
[0..1]
<allowUniqueIdentifier>
xs :boolean </allowUniqueIdentifier>
[0..1]
</...>
Schema Component Representation
<
xs:complexType name ="
UserMeetMeConferencingModifyConferenceRequest ">
<
xs:complexContent >
<
xs:extension base ="
core :OCIRequest
">
<
xs:sequence >
<
xs:element name ="
userId "
type ="
UserId
"/>
<
xs:choice minOccurs ="
0 ">
<
xs:element name ="
restrictParticipants "
type ="
xs :boolean
"
fixed ="
false "/>
</
xs:choice >
<
xs:element name ="
muteAllAttendeesOnEntry "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
endConferenceOnModeratorExit "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
moderatorRequired "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
requireSecurityPin "
type ="
xs :boolean
"
minOccurs ="
0 "/>
<
xs:element name ="
allowUniqueIdentifier "
type ="
xs :boolean
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:extension >
</
xs:complexContent >
</
xs:complexType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
MeetMeConferencingActiveTalkerRefreshIntervalSeconds
Content
Documentation
Interval in seconds at which, the MS will refresh and notify active talker details.
Schema Component Representation
<
xs:simpleType name ="
MeetMeConferencingActiveTalkerRefreshIntervalSeconds ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="5 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
MeetMeConferencingConferenceAccountCode
Content
Documentation
Conference account code.
Schema Component Representation
<
xs:simpleType name ="
MeetMeConferencingConferenceAccountCode ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="50 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
MeetMeConferencingConferenceAttendeeNotification
Content
value comes from list: {'Play Tone'|'Play Recorded Name'|'No Notification'}
Documentation
Choices for the notification when attendees join or leave the conferecne.
Schema Component Representation
<
xs:simpleType name ="
MeetMeConferencingConferenceAttendeeNotification ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="Play Tone "/>
<xs:enumeration value ="Play Recorded Name "/>
<xs:enumeration value ="No Notification "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
MeetMeConferencingConferenceDurationMinutes
Content
Documentation
Conference duration minutes.
Schema Component Representation
<
xs:simpleType name ="
MeetMeConferencingConferenceDurationMinutes ">
<
xs:restriction base ="
xs :int
">
<xs:pattern value ="0|15|30|45 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
MeetMeConferencingConferenceEndDateRestrictionMonths
Content
Documentation
Restricts conference end date to the given number of months from the start date.
Schema Component Representation
<
xs:simpleType name ="
MeetMeConferencingConferenceEndDateRestrictionMonths ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="99 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
MeetMeConferencingConferenceEndWarningPromptMinutes
Content
Documentation
Warning prompt before conference end in minutes.
Schema Component Representation
<
xs:simpleType name ="
MeetMeConferencingConferenceEndWarningPromptMinutes ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="15 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
MeetMeConferencingConferencePassCodeLength
Content
Documentation
Length of conference Id and moderator pin.
Schema Component Representation
<
xs:simpleType name ="
MeetMeConferencingConferencePassCodeLength ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="6 "/>
<xs:maxInclusive value ="12 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
MeetMeConferencingConferenceSecurityPin
Content
Documentation
Security pin for Meet-Me Conference.
Schema Component Representation
<
xs:simpleType name ="
MeetMeConferencingConferenceSecurityPin ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="4 "/>
<xs:maxLength value ="12 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
MeetMeConferencingConferenceSecurityPinLength
Content
Documentation
Length of security pin for Meet-Me Conference.
Schema Component Representation
<
xs:simpleType name ="
MeetMeConferencingConferenceSecurityPinLength ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="4 "/>
<xs:maxInclusive value ="12 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
MeetMeConferencingConferenceTitle
Content
Documentation
Conference title.
Schema Component Representation
<
xs:simpleType name ="
MeetMeConferencingConferenceTitle ">
<
xs:restriction base ="
xs :token
">
<xs:minLength value ="1 "/>
<xs:maxLength value ="80 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
MeetMeConferencingExpiredConferenceHoldPeriodDays
Content
value comes from list: {'1'|'2'|'3'|'4'|'5'|'6'|'7'|'15'|'30'|'60'}
Documentation
Hold period for expired conferences, in days.
Schema Component Representation
<
xs:simpleType name ="
MeetMeConferencingExpiredConferenceHoldPeriodDays ">
<
xs:restriction base ="
xs :int
">
<xs:enumeration value ="1 "/>
<xs:enumeration value ="2 "/>
<xs:enumeration value ="3 "/>
<xs:enumeration value ="4 "/>
<xs:enumeration value ="5 "/>
<xs:enumeration value ="6 "/>
<xs:enumeration value ="7 "/>
<xs:enumeration value ="15 "/>
<xs:enumeration value ="30 "/>
<xs:enumeration value ="60 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
MeetMeConferencingNumberOfParticipants
Content
Documentation
Number of participants in a conference.
Schema Component Representation
<
xs:simpleType name ="
MeetMeConferencingNumberOfParticipants ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="1 "/>
<xs:maxInclusive value ="294 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :int (derivation method: restriction)
Sub-types:
None
Name
MeetMeConferencingParticipantEarlyEntryMinutes
Content
Documentation
Early entry into the conference before the conference start in minutes
Schema Component Representation
<
xs:simpleType name ="
MeetMeConferencingParticipantEarlyEntryMinutes ">
<
xs:restriction base ="
xs :int
">
<xs:minInclusive value ="0 "/>
<xs:maxInclusive value ="15 "/>
</
xs:restriction >
</
xs:simpleType >
Parent type:
xs :token (derivation method: restriction)
Sub-types:
None
Name
MeetMeConferencingRecordingFileFormat
Content
value comes from list: {'WAV'|'MP3'}
Documentation
Conference recording file format.
Schema Component Representation
<
xs:simpleType name ="
MeetMeConferencingRecordingFileFormat ">
<
xs:restriction base ="
xs :token
">
<xs:enumeration value ="WAV "/>
<xs:enumeration value ="MP3 "/>
</
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 .