Definition Type: ComplexType
Name: feedbackSessionType
Namespace: http://www.webex.com/schemas/2002/06/service/attendee
Containing Schema: attendee.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into matchingRecords Drilldown into attendee Drilldown into confIDXSD Diagram of feedbackSessionType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="feedbackSessionType">
    <xsd:sequence>
        <xsd:element name="confID" type="xsd:long" />
        <xsd:element name="attendee" type="att:feedbackAttendeeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="matchingRecords" type="serv:matchingRecordsType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
confID att:confID (1) (1)
attendee att:attendee 0 unbounded
matchingRecords att:matchingRecords 0 (1)
Collapse Derivation Tree:
Collapse References:
att:session