Definition Type: ComplexType
Name: recordedEventType
Namespace: http://www.webex.com/schemas/2002/06/service/event
Containing Schema: event.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into viewURL Drilldown into hostWebExID Drilldown into isEnrollmentPassword Drilldown into isAccessPassword Drilldown into size Drilldown into destinationURL Drilldown into recordFilePath Drilldown into description Drilldown into panelistsInfo Drilldown into playTime Drilldown into timeZoneID Drilldown into recordingStartTime Drilldown into eventType Drilldown into eventNameXSD Diagram of recordedEventType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="recordedEventType">
    <xsd:sequence>
        <xsd:element name="eventName" type="xsd:string" />
        <xsd:element name="eventType" type="xsd:string" />
        <xsd:element name="recordingStartTime" type="xsd:string" minOccurs="0" />
        <xsd:element name="timeZoneID" type="xsd:integer" minOccurs="0" />
        <xsd:element name="playTime" type="xsd:long" minOccurs="0" />
        <xsd:element name="panelistsInfo" type="xsd:string" minOccurs="0" />
        <xsd:element name="description" type="xsd:string" minOccurs="0" />
        <xsd:element name="recordFilePath" type="xsd:string" minOccurs="0" />
        <xsd:element name="destinationURL" type="xsd:string" />
        <xsd:element name="size" type="xsd:integer" />
        <xsd:element name="isAccessPassword" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="isEnrollmentPassword" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="hostWebExID" type="xsd:string" minOccurs="0" />
        <xsd:element name="viewURL" type="xsd:string" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
eventName event:eventName (1) (1)
eventType event:eventType (1) (1)
recordingStartTime event:recordingStartTime 0 (1)
timeZoneID event:timeZoneID 0 (1)
playTime event:playTime 0 (1)
panelistsInfo event:panelistsInfo 0 (1)
description event:description 0 (1)
recordFilePath event:recordFilePath 0 (1)
destinationURL event:destinationURL (1) (1)
size event:size (1) (1)
isAccessPassword event:isAccessPassword 0 (1)
isEnrollmentPassword event:isEnrollmentPassword 0 (1)
hostWebExID event:hostWebExID 0 (1)
viewURL event:viewURL (1) (1)
Collapse Derivation Tree:
Collapse References:
event:recordedEvent