<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="eventSummaryInstanceType">
<xsd:sequence>
<xsd:element name="sessionKey" type="xsd:long" />
<xsd:element name="sessionName" type="xsd:string" />
<xsd:element name="sessionType" type="xsd:integer" />
<xsd:element name="hostWebExID" type="xsd:string" />
<xsd:element name="startDate" type="xsd:string" minOccurs="0" />
<xsd:element name="endDate" type="xsd:string" minOccurs="0" />
<xsd:element name="timeZoneID" type="xsd:integer" minOccurs="0" />
<xsd:element name="duration" type="xsd:integer" />
<xsd:element name="description" type="xsd:string" minOccurs="0" />
<xsd:element name="status" type="xsd:string" minOccurs="0" />
<xsd:element name="panelists" type="xsd:string" minOccurs="0" />
<xsd:element name="listStatus" type="event:listingType" minOccurs="0" />
<xsd:element name="attendeeCount" type="event:attendeeCountType" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|