XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace None
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations belong to this schema's target namespace.
Schema Composition

Declared Namespaces

Prefix Namespace
Default namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
core C
Schema Component Representation
<xs:schema attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:import namespace="C" schemaLocation="../OCISchemaBASE.xsd"/>
<xs:include schemaLocation="../OCISchemaDataTypes.xsd"/>
<xs:include schemaLocation="../OCISchemaSearchCriteria.xsd"/>
...
</xs:schema>
top

Global Definitions

Complex Type: GroupMeetMeConferencingAddInstanceRequest19

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<serviceUserId> UserId </serviceUserId> [1]
<serviceInstanceProfile> ServiceInstanceAddProfile </serviceInstanceProfile> [1]
<allocatedPorts> MeetMeConferencingConferencePorts </allocatedPorts> [1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
<securityPinLength> MeetMeConferencingConferenceSecurityPinLength </securityPinLength> [1]
<allowIndividualOutDial> xs:boolean </allowIndividualOutDial> [1]
<operatorNumber> OutgoingDNorSIPURI </operatorNumber> [0..1]
<conferenceHostUserId> UserId </conferenceHostUserId> [0..*]
<playWarningPrompt> xs:boolean </playWarningPrompt> [1]
<conferenceEndWarningPromptMinutes> MeetMeConferencingConferenceEndWarningPromptMinutes </conferenceEndWarningPromptMinutes> [1]
<enableMaxConferenceDuration> xs:boolean </enableMaxConferenceDuration> [1]
<maxConferenceDurationMinutes> MeetMeConferencingConferenceDuration </maxConferenceDurationMinutes> [1]
<maxScheduledConferenceDurationMinutes> MeetMeConferencingConferenceDuration </maxScheduledConferenceDurationMinutes> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingAddInstanceRequest19">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="serviceUserId" type=" UserId "/>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceAddProfile "/>
<xs:element name="allocatedPorts" type=" MeetMeConferencingConferencePorts "/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
<xs:element name="securityPinLength" type=" MeetMeConferencingConferenceSecurityPinLength "/>
<xs:element name="allowIndividualOutDial" type=" xs:boolean "/>
<xs:element name="operatorNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="conferenceHostUserId" type=" UserId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="playWarningPrompt" type=" xs:boolean "/>
<xs:element name="conferenceEndWarningPromptMinutes" type=" MeetMeConferencingConferenceEndWarningPromptMinutes "/>
<xs:element name="enableMaxConferenceDuration" type=" xs:boolean "/>
<xs:element name="maxConferenceDurationMinutes" type=" MeetMeConferencingConferenceDuration "/>
<xs:element name="maxScheduledConferenceDurationMinutes" type=" MeetMeConferencingConferenceDuration "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMeetMeConferencingDeleteInstanceRequest

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>
top

Complex Type: GroupMeetMeConferencingGetAvailableUserListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaUserLastName> SearchCriteriaUserLastName </searchCriteriaUserLastName> [0..*]
<searchCriteriaUserFirstName> SearchCriteriaUserFirstName </searchCriteriaUserFirstName> [0..*]
<searchCriteriaUserId> SearchCriteriaUserId </searchCriteriaUserId> [0..*]
<searchCriteriaExactUserDepartment> SearchCriteriaExactUserDepartment </searchCriteriaExactUserDepartment> [0..1]
<searchCriteriaExactUserGroup> SearchCriteriaExactUserGroup </searchCriteriaExactUserGroup> [0..1]
<searchCriteriaDn> SearchCriteriaDn </searchCriteriaDn> [0..*]
<searchCriteriaExtension> SearchCriteriaExtension </searchCriteriaExtension> [0..*]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingGetAvailableUserListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaUserLastName" type=" SearchCriteriaUserLastName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaUserFirstName" type=" SearchCriteriaUserFirstName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaUserId" type=" SearchCriteriaUserId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactUserDepartment" type=" SearchCriteriaExactUserDepartment " minOccurs="0"/>
<xs:element name="searchCriteriaExactUserGroup" type=" SearchCriteriaExactUserGroup " minOccurs="0"/>
<xs:element name="searchCriteriaDn" type=" SearchCriteriaDn " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExtension" type=" SearchCriteriaExtension " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMeetMeConferencingGetAvailableUserListResponse

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

Complex Type: GroupMeetMeConferencingGetInstanceListRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<departmentName> DepartmentName </departmentName> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingGetInstanceListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="departmentName" type=" DepartmentName " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMeetMeConferencingGetInstanceListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="conferenceBridgeTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMeetMeConferencingGetInstanceRequest19sp1

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>
top

Complex Type: GroupMeetMeConferencingGetInstanceResponse19sp1

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<serviceInstanceProfile> ServiceInstanceReadProfile19sp1 </serviceInstanceProfile> [1]
<allocatedPorts> MeetMeConferencingConferencePorts </allocatedPorts> [1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
<securityPinLength> MeetMeConferencingConferenceSecurityPinLength </securityPinLength> [1]
<allowIndividualOutDial> xs:boolean </allowIndividualOutDial> [1]
<operatorNumber> OutgoingDNorSIPURI </operatorNumber> [0..1]
<conferenceHostUserTable> core:OCITable </conferenceHostUserTable> [1]
<playWarningPrompt> xs:boolean </playWarningPrompt> [1]
<conferenceEndWarningPromptMinutes> MeetMeConferencingConferenceEndWarningPromptMinutes </conferenceEndWarningPromptMinutes> [1]
<enableMaxConferenceDuration> xs:boolean </enableMaxConferenceDuration> [1]
<maxConferenceDurationMinutes> MeetMeConferencingConferenceDuration </maxConferenceDurationMinutes> [1]
<maxScheduledConferenceDurationMinutes> MeetMeConferencingConferenceDuration </maxScheduledConferenceDurationMinutes> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingGetInstanceResponse19sp1">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="serviceInstanceProfile" type=" ServiceInstanceReadProfile19sp1 "/>
<xs:element name="allocatedPorts" type=" MeetMeConferencingConferencePorts "/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
<xs:element name="securityPinLength" type=" MeetMeConferencingConferenceSecurityPinLength "/>
<xs:element name="allowIndividualOutDial" type=" xs:boolean "/>
<xs:element name="operatorNumber" type=" OutgoingDNorSIPURI " minOccurs="0"/>
<xs:element name="conferenceHostUserTable" type=" core:OCITable "/>
<xs:element name="playWarningPrompt" type=" xs:boolean "/>
<xs:element name="conferenceEndWarningPromptMinutes" type=" MeetMeConferencingConferenceEndWarningPromptMinutes "/>
<xs:element name="enableMaxConferenceDuration" type=" xs:boolean "/>
<xs:element name="maxConferenceDurationMinutes" type=" MeetMeConferencingConferenceDuration "/>
<xs:element name="maxScheduledConferenceDurationMinutes" type=" MeetMeConferencingConferenceDuration "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMeetMeConferencingGetRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMeetMeConferencingGetResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<availablePorts> MeetMeConferencingConferencePorts </availablePorts> [1]
<allocatedPorts> MeetMeConferencingConferencePorts </allocatedPorts> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingGetResponse">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="availablePorts" type=" MeetMeConferencingConferencePorts "/>
<xs:element name="allocatedPorts" type=" MeetMeConferencingConferencePorts "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMeetMeConferencingModifyActiveInstanceListRequest

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. -->
<serviceActivation> ServiceActivation </serviceActivation> [0..*]
</...>
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>
top

Complex Type: GroupMeetMeConferencingModifyInstanceRequest

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]
<serviceInstanceProfile> ServiceInstanceModifyProfile </serviceInstanceProfile> [0..1]
<allocatedPorts> MeetMeConferencingConferencePorts </allocatedPorts> [0..1]
<networkClassOfService> NetworkClassOfServiceName </networkClassOfService> [0..1]
<securityPinLength> MeetMeConferencingConferenceSecurityPinLength </securityPinLength> [0..1]
<allowIndividualOutDial> xs:boolean </allowIndividualOutDial> [0..1]
<operatorNumber> OutgoingDNorSIPURI </operatorNumber> [0..1]
<conferenceHostUserIdList> ReplacementUserIdList </conferenceHostUserIdList> [0..1]
<playWarningPrompt> xs:boolean </playWarningPrompt> [0..1]
<conferenceEndWarningPromptMinutes> MeetMeConferencingConferenceEndWarningPromptMinutes </conferenceEndWarningPromptMinutes> [0..1]
<enableMaxConferenceDuration> xs:boolean </enableMaxConferenceDuration> [0..1]
<maxConferenceDurationMinutes> MeetMeConferencingConferenceDuration </maxConferenceDurationMinutes> [0..1]
<maxScheduledConferenceDurationMinutes> MeetMeConferencingConferenceDuration </maxScheduledConferenceDurationMinutes> [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="serviceInstanceProfile" type=" ServiceInstanceModifyProfile " minOccurs="0"/>
<xs:element name="allocatedPorts" type=" MeetMeConferencingConferencePorts " minOccurs="0"/>
<xs:element name="networkClassOfService" type=" NetworkClassOfServiceName " minOccurs="0"/>
<xs:element name="securityPinLength" type=" MeetMeConferencingConferenceSecurityPinLength " minOccurs="0"/>
<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="conferenceEndWarningPromptMinutes" type=" MeetMeConferencingConferenceEndWarningPromptMinutes " minOccurs="0"/>
<xs:element name="enableMaxConferenceDuration" type=" xs:boolean " minOccurs="0"/>
<xs:element name="maxConferenceDurationMinutes" type=" MeetMeConferencingConferenceDuration " minOccurs="0"/>
<xs:element name="maxScheduledConferenceDurationMinutes" type=" MeetMeConferencingConferenceDuration " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GroupMeetMeConferencingModifyRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<groupId> GroupId </groupId> [1]
<allocatedPorts> MeetMeConferencingConferencePorts </allocatedPorts> [0..1]
</...>
Schema Component Representation
<xs:complexType name="GroupMeetMeConferencingModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="groupId" type=" GroupId "/>
<xs:element name="allocatedPorts" type=" MeetMeConferencingConferencePorts " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MeetMeConferencingConferenceDuration

Parent type: None
Sub-types: None
Name MeetMeConferencingConferenceDuration
Abstract no
Documentation Conference duration.
XML Instance Representation
<...>
<hours> Hour </hours> [1]
<minutes> MeetMeConferencingConferenceDurationMinutes </minutes> [1]
</...>
Schema Component Representation
<xs:complexType name="MeetMeConferencingConferenceDuration">
<xs:sequence>
<xs:element name="hours" type=" Hour "/>
<xs:element name="minutes" type=" MeetMeConferencingConferenceDurationMinutes "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: MeetMeConferencingConferencePorts

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>
top

Complex Type: MeetMeConferencingConferenceRecordingKey

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]
<conferenceId> MeetMeConferencingConferencePassCode </conferenceId> [1]
<startTime> xs:dateTime </startTime> [1]
</...>
Schema Component Representation
<xs:complexType name="MeetMeConferencingConferenceRecordingKey">
<xs:sequence>
<xs:element name="bridgeId" type=" UserId "/>
<xs:element name="conferenceId" type=" MeetMeConferencingConferencePassCode "/>
<xs:element name="startTime" type=" xs:dateTime "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: MeetMeConferencingConferenceSchedule

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]
<duration> MeetMeConferencingConferenceDuration </duration> [1]
</scheduleOneTime>
<scheduleRecurring> [1]
<startTime> xs:dateTime </startTime> [1]
<duration> MeetMeConferencingConferenceDuration </duration> [1]
<recurrence> Recurrence </recurrence> [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:element name="duration" type=" MeetMeConferencingConferenceDuration "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="scheduleRecurring">
<xs:complexType>
<xs:sequence>
<xs:element name="startTime" type=" xs:dateTime "/>
<xs:element name="duration" type=" MeetMeConferencingConferenceDuration "/>
<xs:element name="recurrence" type=" Recurrence "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: ServiceProviderMeetMeConferencingGetRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderMeetMeConferencingGetRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: ServiceProviderMeetMeConferencingGetResponse

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

Complex Type: ServiceProviderMeetMeConferencingModifyRequest

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. -->
<serviceProviderId> ServiceProviderId </serviceProviderId> [1]
<allocatedPorts> MeetMeConferencingConferencePorts </allocatedPorts> [0..1]
</...>
Schema Component Representation
<xs:complexType name="ServiceProviderMeetMeConferencingModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="serviceProviderId" type=" ServiceProviderId "/>
<xs:element name="allocatedPorts" type=" MeetMeConferencingConferencePorts " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMeetMeConferencingGetRequest19

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:extension base=" core:OCIRequest ">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMeetMeConferencingGetResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<conferenceIdLength> MeetMeConferencingConferencePassCodeLength </conferenceIdLength> [1]
<moderatorPinLength> MeetMeConferencingConferencePassCodeLength </moderatorPinLength> [1]
<enableConferenceEndDateRestriction> xs:boolean </enableConferenceEndDateRestriction> [1]
<conferenceEndDateRestrictionMonths> MeetMeConferencingConferenceEndDateRestrictionMonths </conferenceEndDateRestrictionMonths> [1]
<deleteExpiredConferencesAfterHoldPeriod> xs:boolean </deleteExpiredConferencesAfterHoldPeriod> [1]
<expiredConferenceHoldPeriodDays> MeetMeConferencingExpiredConferenceHoldPeriodDays </expiredConferenceHoldPeriodDays> [1]
<recordingWebAppURL> URL </recordingWebAppURL> [0..1]
<recordingFileFormat> MeetMeConferencingRecordingFileFormat </recordingFileFormat> [1]
<terminateAfterGracePeriod> xs:boolean </terminateAfterGracePeriod> [1]
<conferenceGracePeriodMinutes> MeetMeConferencingConferenceDuration </conferenceGracePeriodMinutes> [1]
<conferenceParticipantEarlyEntryMinutes> MeetMeConferencingParticipantEarlyEntryMinutes </conferenceParticipantEarlyEntryMinutes> [1]
<enableConferenceExpiryNotification> xs:boolean </enableConferenceExpiryNotification> [1]
<enableActiveConferenceNotification> xs:boolean </enableActiveConferenceNotification> [1]
<conferenceFromAddress> EmailAddress </conferenceFromAddress> [1]
<conferenceActiveTalkerRefreshIntervalSeconds> MeetMeConferencingActiveTalkerRefreshIntervalSeconds </conferenceActiveTalkerRefreshIntervalSeconds> [1]
</...>
Schema Component Representation
<xs:complexType name="SystemMeetMeConferencingGetResponse19">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="conferenceIdLength" type=" MeetMeConferencingConferencePassCodeLength "/>
<xs:element name="moderatorPinLength" type=" MeetMeConferencingConferencePassCodeLength "/>
<xs:element name="enableConferenceEndDateRestriction" type=" xs:boolean "/>
<xs:element name="conferenceEndDateRestrictionMonths" type=" MeetMeConferencingConferenceEndDateRestrictionMonths "/>
<xs:element name="deleteExpiredConferencesAfterHoldPeriod" type=" xs:boolean "/>
<xs:element name="expiredConferenceHoldPeriodDays" type=" MeetMeConferencingExpiredConferenceHoldPeriodDays "/>
<xs:element name="recordingWebAppURL" type=" URL " minOccurs="0"/>
<xs:element name="recordingFileFormat" type=" MeetMeConferencingRecordingFileFormat "/>
<xs:element name="terminateAfterGracePeriod" type=" xs:boolean "/>
<xs:element name="conferenceGracePeriodMinutes" type=" MeetMeConferencingConferenceDuration "/>
<xs:element name="conferenceParticipantEarlyEntryMinutes" type=" MeetMeConferencingParticipantEarlyEntryMinutes "/>
<xs:element name="enableConferenceExpiryNotification" type=" xs:boolean "/>
<xs:element name="enableActiveConferenceNotification" type=" xs:boolean "/>
<xs:element name="conferenceFromAddress" type=" EmailAddress "/>
<xs:element name="conferenceActiveTalkerRefreshIntervalSeconds" type=" MeetMeConferencingActiveTalkerRefreshIntervalSeconds "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SystemMeetMeConferencingModifyRequest

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. -->
<conferenceIdLength> MeetMeConferencingConferencePassCodeLength </conferenceIdLength> [0..1]
<moderatorPinLength> MeetMeConferencingConferencePassCodeLength </moderatorPinLength> [0..1]
<enableConferenceEndDateRestriction> xs:boolean </enableConferenceEndDateRestriction> [0..1]
<conferenceEndDateRestrictionMonths> MeetMeConferencingConferenceEndDateRestrictionMonths </conferenceEndDateRestrictionMonths> [0..1]
<deleteExpiredConferencesAfterHoldPeriod> xs:boolean </deleteExpiredConferencesAfterHoldPeriod> [0..1]
<expiredConferenceHoldPeriodDays> MeetMeConferencingExpiredConferenceHoldPeriodDays </expiredConferenceHoldPeriodDays> [0..1]
<recordingWebAppURL> URL </recordingWebAppURL> [0..1]
<recordingFileFormat> MeetMeConferencingRecordingFileFormat </recordingFileFormat> [0..1]
<terminateAfterGracePeriod> xs:boolean </terminateAfterGracePeriod> [0..1]
<conferenceGracePeriodMinutes> MeetMeConferencingConferenceDuration </conferenceGracePeriodMinutes> [0..1]
<conferenceParticipantEarlyEntryMinutes> MeetMeConferencingParticipantEarlyEntryMinutes </conferenceParticipantEarlyEntryMinutes> [0..1]
<enableConferenceExpiryNotification> xs:boolean </enableConferenceExpiryNotification> [0..1]
<enableActiveConferenceNotification> xs:boolean </enableActiveConferenceNotification> [0..1]
<conferenceFromAddress> EmailAddress </conferenceFromAddress> [0..1]
<conferenceActiveTalkerRefreshIntervalSeconds> MeetMeConferencingActiveTalkerRefreshIntervalSeconds </conferenceActiveTalkerRefreshIntervalSeconds> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SystemMeetMeConferencingModifyRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="conferenceIdLength" type=" MeetMeConferencingConferencePassCodeLength " minOccurs="0"/>
<xs:element name="moderatorPinLength" type=" MeetMeConferencingConferencePassCodeLength " minOccurs="0"/>
<xs:element name="enableConferenceEndDateRestriction" type=" xs:boolean " minOccurs="0"/>
<xs:element name="conferenceEndDateRestrictionMonths" type=" MeetMeConferencingConferenceEndDateRestrictionMonths " minOccurs="0"/>
<xs:element name="deleteExpiredConferencesAfterHoldPeriod" type=" xs:boolean " minOccurs="0"/>
<xs:element name="expiredConferenceHoldPeriodDays" type=" MeetMeConferencingExpiredConferenceHoldPeriodDays " minOccurs="0"/>
<xs:element name="recordingWebAppURL" type=" URL " nillable="true" minOccurs="0"/>
<xs:element name="recordingFileFormat" type=" MeetMeConferencingRecordingFileFormat " minOccurs="0"/>
<xs:element name="terminateAfterGracePeriod" type=" xs:boolean " minOccurs="0"/>
<xs:element name="conferenceGracePeriodMinutes" type=" MeetMeConferencingConferenceDuration " minOccurs="0"/>
<xs:element name="conferenceParticipantEarlyEntryMinutes" type=" MeetMeConferencingParticipantEarlyEntryMinutes " 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:element name="conferenceActiveTalkerRefreshIntervalSeconds" type=" MeetMeConferencingActiveTalkerRefreshIntervalSeconds " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingAddConferenceRequest19

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. -->
<userId> UserId </userId> [1]
<bridgeId> UserId </bridgeId> [1]
<title> MeetMeConferencingConferenceTitle </title> [1]
<estimatedParticipants> MeetMeConferencingNumberOfParticipants </estimatedParticipants> [0..1]
Start Choice [1]
<restrictParticipants> false </restrictParticipants> [1]
<maxParticipants> MeetMeConferencingNumberOfParticipants </maxParticipants> [1]
End Choice
<accountCode> MeetMeConferencingConferenceAccountCode </accountCode> [0..1]
<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]
<attendeeNotification> MeetMeConferencingConferenceAttendeeNotification </attendeeNotification> [1]
<conferenceSchedule> MeetMeConferencingConferenceSchedule </conferenceSchedule> [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:element name="title" type=" MeetMeConferencingConferenceTitle "/>
<xs:element name="estimatedParticipants" type=" MeetMeConferencingNumberOfParticipants " minOccurs="0"/>
<xs:choice>
<xs:element name="restrictParticipants" type=" xs:boolean " fixed="false"/>
<xs:element name="maxParticipants" type=" MeetMeConferencingNumberOfParticipants "/>
</xs:choice>
<xs:element name="accountCode" type=" MeetMeConferencingConferenceAccountCode " minOccurs="0"/>
<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="attendeeNotification" type=" MeetMeConferencingConferenceAttendeeNotification "/>
<xs:element name="conferenceSchedule" type=" MeetMeConferencingConferenceSchedule "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingAddConferenceResponse19

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<conferenceId> MeetMeConferencingConferencePassCode </conferenceId> [1]
<moderatorPin> MeetMeConferencingConferencePassCode </moderatorPin> [1]
<securityPin> MeetMeConferencingConferenceSecurityPin </securityPin> [0..1]
</...>
Schema Component Representation
<xs:complexType name="UserMeetMeConferencingAddConferenceResponse19">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="conferenceId" type=" MeetMeConferencingConferencePassCode "/>
<xs:element name="moderatorPin" type=" MeetMeConferencingConferencePassCode "/>
<xs:element name="securityPin" type=" MeetMeConferencingConferenceSecurityPin " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingDeleteConferenceListRequest

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. -->
<userId> UserId </userId> [1]
<conferenceKey> MeetMeConferencingConferenceKey </conferenceKey> [1..*]
</...>
Schema Component Representation
<xs:complexType name="UserMeetMeConferencingDeleteConferenceListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="conferenceKey" type=" MeetMeConferencingConferenceKey " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingDeleteConferenceRecordingListRequest

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. -->
<userId> UserId </userId> [1]
<recordingKey> MeetMeConferencingConferenceRecordingKey </recordingKey> [1..*]
</...>
Schema Component Representation
<xs:complexType name="UserMeetMeConferencingDeleteConferenceRecordingListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="recordingKey" type=" MeetMeConferencingConferenceRecordingKey " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingGetAvailableDelegateListRequest

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. -->
<userId> UserId </userId> [1]
<conferenceKey> MeetMeConferencingConferenceKey </conferenceKey> [1]
<responseSizeLimit> ResponseSizeLimit </responseSizeLimit> [0..1]
<searchCriteriaUserLastName> SearchCriteriaUserLastName </searchCriteriaUserLastName> [0..*]
<searchCriteriaUserFirstName> SearchCriteriaUserFirstName </searchCriteriaUserFirstName> [0..*]
<searchCriteriaUserId> SearchCriteriaUserId </searchCriteriaUserId> [0..*]
<searchCriteriaDn> SearchCriteriaDn </searchCriteriaDn> [0..*]
<searchCriteriaExtension> SearchCriteriaExtension </searchCriteriaExtension> [0..*]
<searchCriteriaExactUserDepartment> SearchCriteriaExactUserDepartment </searchCriteriaExactUserDepartment> [0..1]
</...>
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="conferenceKey" type=" MeetMeConferencingConferenceKey "/>
<xs:element name="responseSizeLimit" type=" ResponseSizeLimit " minOccurs="0"/>
<xs:element name="searchCriteriaUserLastName" type=" SearchCriteriaUserLastName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaUserFirstName" type=" SearchCriteriaUserFirstName " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaUserId" type=" SearchCriteriaUserId " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaDn" type=" SearchCriteriaDn " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExtension" type=" SearchCriteriaExtension " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="searchCriteriaExactUserDepartment" type=" SearchCriteriaExactUserDepartment " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingGetAvailableDelegateListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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>
top

Complex Type: UserMeetMeConferencingGetBridgeListRequest

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserMeetMeConferencingGetBridgeListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="conferenceBridgeTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingGetConferenceDelegateListRequest

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. -->
<userId> UserId </userId> [1]
<conferenceKey> MeetMeConferencingConferenceKey </conferenceKey> [1]
</...>
Schema Component Representation
<xs:complexType name="UserMeetMeConferencingGetConferenceDelegateListRequest">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="conferenceKey" type=" MeetMeConferencingConferenceKey "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingGetConferenceDelegateListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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>
top

Complex Type: UserMeetMeConferencingGetConferenceGreetingRequest20

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. -->
<userId> UserId </userId> [1]
<conferenceKey> MeetMeConferencingConferenceKey </conferenceKey> [1]
</...>
Schema Component Representation
<xs:complexType name="UserMeetMeConferencingGetConferenceGreetingRequest20">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="conferenceKey" type=" MeetMeConferencingConferenceKey "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingGetConferenceGreetingResponse20

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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]
<entranceGreetingFile> AnnouncementFileKey </entranceGreetingFile> [0..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:element name="entranceGreetingFile" type=" AnnouncementFileKey " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingGetConferenceListRequest

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. -->
<userId> UserId </userId> [1]
<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>
top

Complex Type: UserMeetMeConferencingGetConferenceListResponse

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

Complex Type: UserMeetMeConferencingGetConferenceRecordingListRequest

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. -->
<userId> UserId </userId> [1]
</...>
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>
top

Complex Type: UserMeetMeConferencingGetConferenceRecordingListResponse

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="conferenceRecordingTable" type=" core:OCITable "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingGetConferenceRequest20

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. -->
<userId> UserId </userId> [1]
<conferenceKey> MeetMeConferencingConferenceKey </conferenceKey> [1]
</...>
Schema Component Representation
<xs:complexType name="UserMeetMeConferencingGetConferenceRequest20">
<xs:complexContent>
<xs:extension base=" core:OCIRequest ">
<xs:sequence>
<xs:element name="userId" type=" UserId "/>
<xs:element name="conferenceKey" type=" MeetMeConferencingConferenceKey "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingGetConferenceResponse20

Parent type: core:OCIDataResponse (derivation method: extension)
Sub-types: None
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. -->
<title> MeetMeConferencingConferenceTitle </title> [1]
<estimatedParticipants> MeetMeConferencingNumberOfParticipants </estimatedParticipants> [0..1]
Start Choice [1]
<restrictParticipants> false </restrictParticipants> [1]
<maxParticipants> MeetMeConferencingNumberOfParticipants </maxParticipants> [1]
End Choice
<accountCode> MeetMeConferencingConferenceAccountCode </accountCode> [0..1]
<muteAllAttendeesOnEntry> xs:boolean </muteAllAttendeesOnEntry> [1]
<endConferenceOnModeratorExit> xs:boolean </endConferenceOnModeratorExit> [1]
<moderatorRequired> xs:boolean </moderatorRequired> [1]
<requireSecurityPin> xs:boolean </requireSecurityPin> [1]
<securityPin> MeetMeConferencingConferenceSecurityPin </securityPin> [0..1]
<allowUniqueIdentifier> xs:boolean </allowUniqueIdentifier> [1]
<attendeeNotification> MeetMeConferencingConferenceAttendeeNotification </attendeeNotification> [1]
<conferenceSchedule> MeetMeConferencingConferenceSchedule </conferenceSchedule> [1]
<moderatorPin> MeetMeConferencingConferencePassCode </moderatorPin> [1]
<hostTimeZone> TimeZone </hostTimeZone> [1]
</...>
Schema Component Representation
<xs:complexType name="UserMeetMeConferencingGetConferenceResponse20">
<xs:complexContent>
<xs:extension base=" core:OCIDataResponse ">
<xs:sequence>
<xs:element name="title" type=" MeetMeConferencingConferenceTitle "/>
<xs:element name="estimatedParticipants" type=" MeetMeConferencingNumberOfParticipants " minOccurs="0"/>
<xs:choice>
<xs:element name="restrictParticipants" type=" xs:boolean " fixed="false"/>
<xs:element name="maxParticipants" type=" MeetMeConferencingNumberOfParticipants "/>
</xs:choice>
<xs:element name="accountCode" type=" MeetMeConferencingConferenceAccountCode " minOccurs="0"/>
<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="securityPin" type=" MeetMeConferencingConferenceSecurityPin " minOccurs="0"/>
<xs:element name="allowUniqueIdentifier" type=" xs:boolean "/>
<xs:element name="attendeeNotification" type=" MeetMeConferencingConferenceAttendeeNotification "/>
<xs:element name="conferenceSchedule" type=" MeetMeConferencingConferenceSchedule "/>
<xs:element name="moderatorPin" type=" MeetMeConferencingConferencePassCode "/>
<xs:element name="hostTimeZone" type=" TimeZone "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingModifyConferenceDelegateListRequest

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. -->
<userId> UserId </userId> [1]
<conferenceKey> MeetMeConferencingConferenceKey </conferenceKey> [1]
<conferenceDelegateUserList> ReplacementUserIdList </conferenceDelegateUserList> [0..1]
</...>
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="conferenceKey" type=" MeetMeConferencingConferenceKey "/>
<xs:element name="conferenceDelegateUserList" type=" ReplacementUserIdList " nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserMeetMeConferencingModifyConferenceGreetingRequest20

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. -->
<userId> UserId </userId> [1]
<conferenceKey> MeetMeConferencingConferenceKey </conferenceKey> [1]
<playEntranceGreeting> xs:boolean </playEntranceGreeting> [0..1]
<entranceGreetingFile> AnnouncementFileKey </entranceGreetingFile> [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="conferenceKey" type=" MeetMeConferencingConferenceKey "/>
<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>
top

Complex Type: UserMeetMeConferencingModifyConferenceRequest

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. -->
<userId> UserId </userId> [1]
<conferenceKey> MeetMeConferencingConferenceKey </conferenceKey> [1]
<title> MeetMeConferencingConferenceTitle </title> [0..1]
<estimatedParticipants> MeetMeConferencingNumberOfParticipants </estimatedParticipants> [0..1]
Start Choice [0..1]
<restrictParticipants> false </restrictParticipants> [1]
<maxParticipants> MeetMeConferencingNumberOfParticipants </maxParticipants> [1]
End Choice
<accountCode> MeetMeConferencingConferenceAccountCode </accountCode> [0..1]
<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]
<attendeeNotification> MeetMeConferencingConferenceAttendeeNotification </attendeeNotification> [0..1]
<conferenceSchedule> MeetMeConferencingConferenceSchedule </conferenceSchedule> [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:element name="conferenceKey" type=" MeetMeConferencingConferenceKey "/>
<xs:element name="title" type=" MeetMeConferencingConferenceTitle " minOccurs="0"/>
<xs:element name="estimatedParticipants" type=" MeetMeConferencingNumberOfParticipants " nillable="true" minOccurs="0"/>
<xs:choice minOccurs="0">
<xs:element name="restrictParticipants" type=" xs:boolean " fixed="false"/>
<xs:element name="maxParticipants" type=" MeetMeConferencingNumberOfParticipants "/>
</xs:choice>
<xs:element name="accountCode" type=" MeetMeConferencingConferenceAccountCode " nillable="true" minOccurs="0"/>
<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:element name="attendeeNotification" type=" MeetMeConferencingConferenceAttendeeNotification " minOccurs="0"/>
<xs:element name="conferenceSchedule" type=" MeetMeConferencingConferenceSchedule " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Simple Type: MeetMeConferencingActiveTalkerRefreshIntervalSeconds

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name MeetMeConferencingActiveTalkerRefreshIntervalSeconds
Content
  • Base XSD Type: int
  • 1 <= value <= 5
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>
top

Simple Type: MeetMeConferencingConferenceAccountCode

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name MeetMeConferencingConferenceAccountCode
Content
  • Base XSD Type: token
  • length >= 1
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>
top

Simple Type: MeetMeConferencingConferenceAttendeeNotification

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name MeetMeConferencingConferenceAttendeeNotification
Content
  • Base XSD Type: token
  • 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>
top

Simple Type: MeetMeConferencingConferenceDurationMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name MeetMeConferencingConferenceDurationMinutes
Content
  • Base XSD Type: int
  • pattern = 0|15|30|45
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>
top

Simple Type: MeetMeConferencingConferenceEndDateRestrictionMonths

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name MeetMeConferencingConferenceEndDateRestrictionMonths
Content
  • Base XSD Type: int
  • 1 <= value <= 99
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>
top

Simple Type: MeetMeConferencingConferenceEndWarningPromptMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name MeetMeConferencingConferenceEndWarningPromptMinutes
Content
  • Base XSD Type: int
  • 1 <= value <= 15
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>
top

Simple Type: MeetMeConferencingConferencePassCodeLength

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name MeetMeConferencingConferencePassCodeLength
Content
  • Base XSD Type: int
  • 6 <= value <= 12
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>
top

Simple Type: MeetMeConferencingConferenceSecurityPin

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name MeetMeConferencingConferenceSecurityPin
Content
  • Base XSD Type: token
  • length >= 4
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>
top

Simple Type: MeetMeConferencingConferenceSecurityPinLength

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name MeetMeConferencingConferenceSecurityPinLength
Content
  • Base XSD Type: int
  • 4 <= value <= 12
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>
top

Simple Type: MeetMeConferencingConferenceTitle

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name MeetMeConferencingConferenceTitle
Content
  • Base XSD Type: token
  • length >= 1
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>
top

Simple Type: MeetMeConferencingExpiredConferenceHoldPeriodDays

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name MeetMeConferencingExpiredConferenceHoldPeriodDays
Content
  • Base XSD Type: int
  • 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>
top

Simple Type: MeetMeConferencingNumberOfParticipants

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name MeetMeConferencingNumberOfParticipants
Content
  • Base XSD Type: int
  • 1 <= value <= 294
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>
top

Simple Type: MeetMeConferencingParticipantEarlyEntryMinutes

Parent type: xs:int (derivation method: restriction)
Sub-types: None
Name MeetMeConferencingParticipantEarlyEntryMinutes
Content
  • Base XSD Type: int
  • 0 <= value <= 15
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>
top

Simple Type: MeetMeConferencingRecordingFileFormat

Parent type: xs:token (derivation method: restriction)
Sub-types: None
Name MeetMeConferencingRecordingFileFormat
Content
  • Base XSD Type: token
  • 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>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Parent type: Address (derivation method: extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base=" Address ">
<sequence>
<element name="state" type=" AusStates "/>
<element name="postcode">
<simpleType>
<restriction base=" string ">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type=" string " fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top