Definition Type: Element
Name: attendee
Namespace: http://www.webex.com/schemas/2002/06/service/event
Type: com:personType
Containing Schema: event.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into joinStatus Drilldown into sendReminder Drilldown into type Drilldown into url Drilldown into notes Drilldown into email Drilldown into phones Drilldown into address Drilldown into webExId Drilldown into company Drilldown into title Drilldown into lastName Drilldown into firstName Drilldown into name Drilldown into personTypeXSD Diagram of attendee
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="attendee" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="com:personType">
                <xsd:sequence>
                    <xsd:element name="joinStatus" type="com:joinStatusType" minOccurs="0" />
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name com:name 0 (1)
firstName com:firstName 0 (1)
lastName com:lastName 0 (1)
title com:title 0 (1)
company com:company 0 (1)
webExId com:webExId 0 (1)
address com:address 0 (1)
phones com:phones 0 (1)
email com:email (1) (1)
notes com:notes 0 (1)
url com:url 0 (1)
type com:type 0 (1)
sendReminder com:sendReminder 0 (1)
joinStatus event:joinStatus 0 (1)
Collapse Derivation Tree: