Definition Type: Element
Name: labels
Namespace: http://www.webex.com/schemas/2002/06/service/ep
Containing Schema: ep.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into globalCallInNumbersLabel Drilldown into subscriberAccessLabel Drilldown into participantLimitedAccessLabel Drilldown into participantAccessLabel Drilldown into tollCallInLabel Drilldown into tollFreeCallInLabelXSD Diagram of labels
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="labels" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="tollFreeCallInLabel" type="xsd:string" />
            <xsd:element name="tollCallInLabel" type="xsd:string" />
            <xsd:element name="participantAccessLabel" type="xsd:string" minOccurs="0" />
            <xsd:element name="participantLimitedAccessLabel" type="xsd:string" minOccurs="0" />
            <xsd:element name="subscriberAccessLabel" type="xsd:string" minOccurs="0" />
            <xsd:element name="globalCallInNumbersLabel" type="xsd:string" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tollFreeCallInLabel ep:tollFreeCallInLabel (1) (1)
tollCallInLabel ep:tollCallInLabel (1) (1)
participantAccessLabel ep:participantAccessLabel 0 (1)
participantLimitedAccessLabel ep:participantLimitedAccessLabel 0 (1)
subscriberAccessLabel ep:subscriberAccessLabel 0 (1)
globalCallInNumbersLabel ep:globalCallInNumbersLabel 0 (1)