Definition Type: ComplexType
Name: recordedEventsType
Namespace: http://www.webex.com/schemas/2002/06/service/event
Containing Schema: event.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into recordedEvent Drilldown into webExIDXSD Diagram of recordedEventsType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="recordedEventsType">
    <xsd:sequence>
        <xsd:element name="webExID" type="xsd:string" minOccurs="0" />
        <xsd:element name="recordedEvent" type="event:recordedEventType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
webExID event:webExID 0 (1)
recordedEvent event:recordedEvent 0 unbounded
Collapse Derivation Tree:
Collapse References:
event:event