Definition Type: ComplexType
Name: lstsummaryMeeting
Namespace: http://www.webex.com/schemas/2002/06/service/meeting
Type: serv:bodyContentType
Containing Schema: meeting.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into hostWebExID Drilldown into meetingKey Drilldown into dateScope Drilldown into order Drilldown into listControl Drilldown into bodyContentTypeXSD Diagram of lstsummaryMeeting
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="lstsummaryMeeting">
    <xsd:complexContent>
        <xsd:extension base="serv:bodyContentType">
            <xsd:sequence>
                <xsd:element name="listControl" type="serv:lstControlType" minOccurs="0" />
                <xsd:element name="order" type="meet:orderType" minOccurs="0" />
                <xsd:element name="dateScope" type="meet:dateScopeType" minOccurs="0" />
                <xsd:element name="meetingKey" type="xsd:long" minOccurs="0" />
                <xsd:element name="hostWebExID" type="xsd:string" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
listControl meet:listControl 0 (1)
order meet:order 0 (1)
dateScope meet:dateScope 0 (1)
meetingKey meet:meetingKey 0 (1)
hostWebExID meet:hostWebExID 0 (1)
Collapse Derivation Tree: