<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="trainingSessionSummaryInstanceType">
<xsd:complexContent>
<xsd:extension base="serv:bodyContentType">
<xsd:sequence>
<xsd:element name="sessionKey" type="xsd:long" minOccurs="0" />
<xsd:element name="confName" type="xsd:string" minOccurs="0" />
<xsd:element name="meetingType" type="xsd:long" minOccurs="0" />
<xsd:element name="hostWebExID" type="xsd:string" minOccurs="0" />
<xsd:element name="otherHostWebExID" type="xsd:string" minOccurs="0" />
<xsd:element name="timeZoneID" type="xsd:long" minOccurs="0" />
<xsd:element name="timeZone" type="xsd:string" minOccurs="0" />
<xsd:element name="status" type="xsd:string" minOccurs="0" />
<xsd:element name="startDate" type="xsd:string" minOccurs="0" />
<xsd:element name="duration" type="xsd:integer" minOccurs="0" />
<xsd:element name="listStatus" type="sess:listingType" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|