Definition Type: Element
Name: customLinks
Namespace: http://www.webex.com/schemas/2002/06/service/site
Type: site:customLinkType
Containing Schema: site.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into groupLabel Drilldown into customLink Drilldown into customLinkTypeXSD Diagram of customLinks
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="customLinks" minOccurs="0">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="site:customLinkType">
                <xsd:sequence>
                    <xsd:element name="groupLabel" type="xsd:string" minOccurs="0" />
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
customLink site:customLink 0 unbounded
groupLabel site:groupLabel 0 (1)
Collapse Derivation Tree: