Definition Type: Element
Name: thirdPartyTeleconf
Namespace: http://www.webex.com/schemas/2002/06/service/user
Containing Schema: user.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into accountXSD Diagram of thirdPartyTeleconf
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="thirdPartyTeleconf" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="account" type="use:thirdPartyAccountType" minOccurs="0" maxOccurs="3" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
account use:account 0 3