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