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