Definition Type: ComplexType
Name: topBarType
Namespace: http://www.webex.com/schemas/2002/06/service/site
Containing Schema: site.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into displayDisabledService Drilldown into buttonXSD Diagram of topBarType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="topBarType">
    <xsd:sequence>
        <xsd:element name="button" type="site:navigationBarType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="displayDisabledService" type="xsd:boolean" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
button site:button 0 unbounded
displayDisabledService site:displayDisabledService 0 (1)
Collapse Derivation Tree:
Collapse References:
site:navBarTop