Definition Type: ComplexType
Name: attendeeStatusType
Namespace: http://www.webex.com/schemas/2002/06/service/attendee
Containing Schema: attendee.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into accepted Drilldown into rejected Drilldown into registered Drilldown into invitedXSD Diagram of attendeeStatusType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="attendeeStatusType">
    <xsd:sequence>
        <xsd:element name="invited" type="xsd:boolean" />
        <xsd:element name="registered" type="xsd:boolean" />
        <xsd:element name="rejected" type="xsd:boolean" />
        <xsd:element name="accepted" type="xsd:boolean" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
invited att:invited (1) (1)
registered att:registered (1) (1)
rejected att:rejected (1) (1)
accepted att:accepted (1) (1)
Collapse Derivation Tree:
Collapse References:
att:status