Definition Type: Element
Name: participants
Namespace: http://www.webex.com/schemas/2002/06/service/session
Containing Schema: session.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into participantXSD Diagram of participants
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="participants" nillable="true" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="participant" type="sess:participantType" nillable="true" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
participant sess:participant 0 unbounded