Definition Type: ComplexType
Name: recordingType
Namespace: http://www.webex.com/schemas/2002/06/service/ep
Containing Schema: ep.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into confID Drilldown into postRecordingSurvey Drilldown into panelist Drilldown into registerReq Drilldown into passwordReq Drilldown into serviceType Drilldown into format Drilldown into listing Drilldown into author Drilldown into duration Drilldown into recordingType Drilldown into trackingCode Drilldown into sessionKey Drilldown into fileURL Drilldown into streamURL Drilldown into size Drilldown into timeZoneID Drilldown into createTime Drilldown into description Drilldown into name Drilldown into hostWebExID Drilldown into recordingIDXSD Diagram of recordingType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="recordingType">
    <xsd:sequence>
        <xsd:element name="recordingID" type="xsd:int" />
        <xsd:element name="hostWebExID" type="xsd:string" />
        <xsd:element name="name" type="xsd:string" />
        <xsd:element name="description" type="xsd:string" />
        <xsd:element name="createTime" type="xsd:string" />
        <xsd:element name="timeZoneID" type="xsd:int" />
        <xsd:element name="size" type="xsd:float" />
        <xsd:element name="streamURL" type="xsd:string" />
        <xsd:element name="fileURL" type="xsd:string" />
        <xsd:element name="sessionKey" type="xsd:long" minOccurs="0" />
        <xsd:element name="trackingCode" type="com:trackingType" minOccurs="0" />
        <xsd:element name="recordingType" type="xsd:int" />
        <xsd:element name="duration" type="xsd:long" />
        <xsd:element name="author" type="xsd:string" minOccurs="0" />
        <xsd:element name="listing" type="com:listingType" minOccurs="0" />
        <xsd:element name="format" type="xsd:string" />
        <xsd:element name="serviceType" type="com:serviceTypeType" minOccurs="0" />
        <xsd:element name="passwordReq" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="registerReq" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="panelist" type="xsd:string" minOccurs="0" />
        <xsd:element name="postRecordingSurvey" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="confID" type="xsd:long" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
recordingID ep:recordingID (1) (1)
hostWebExID ep:hostWebExID (1) (1)
name ep:name (1) (1)
description ep:description (1) (1)
createTime ep:createTime (1) (1)
timeZoneID ep:timeZoneID (1) (1)
size ep:size (1) (1)
streamURL ep:streamURL (1) (1)
fileURL ep:fileURL (1) (1)
sessionKey ep:sessionKey 0 (1)
trackingCode ep:trackingCode 0 (1)
recordingType ep:recordingType (1) (1)
duration ep:duration (1) (1)
author ep:author 0 (1)
listing ep:listing 0 (1)
format ep:format (1) (1)
serviceType ep:serviceType 0 (1)
passwordReq ep:passwordReq 0 (1)
registerReq ep:registerReq 0 (1)
panelist ep:panelist 0 (1)
postRecordingSurvey ep:postRecordingSurvey 0 (1)
confID ep:confID 0 (1)
Collapse Derivation Tree:
Collapse References:
ep:recording