Definition Type: ComplexType
Name: repeatType
Namespace: http://www.webex.com/schemas/2002/06/service/meeting
Containing Schema: meeting.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into hasException Drilldown into seriesMeetingKey Drilldown into isException Drilldown into dayInYear Drilldown into monthInYear Drilldown into weekInMonth Drilldown into dayInMonth Drilldown into expirationDate Drilldown into dayInWeek Drilldown into afterMeetingNumber Drilldown into interval Drilldown into repeatTypeXSD Diagram of repeatType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="repeatType">
    <xsd:sequence>
        <xsd:element name="repeatType" type="meet:repeatTypeType" minOccurs="0" />
        <xsd:element name="interval" type="xsd:integer" minOccurs="0" />
        <xsd:element name="afterMeetingNumber" type="xsd:integer" minOccurs="0" />
        <xsd:element name="dayInWeek" minOccurs="0">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="day" type="com:dayOfWeekType" minOccurs="0" maxOccurs="unbounded" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="expirationDate" type="xsd:string" minOccurs="0" />
        <xsd:element name="dayInMonth" type="xsd:long" minOccurs="0" />
        <xsd:element name="weekInMonth" type="xsd:long" minOccurs="0" />
        <xsd:element name="monthInYear" type="xsd:long" minOccurs="0" />
        <xsd:element name="dayInYear" type="xsd:long" minOccurs="0" />
        <xsd:element name="isException" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="seriesMeetingKey" type="xsd:long" minOccurs="0" />
        <xsd:element name="hasException" type="xsd:boolean" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
repeatType meet:repeatType 0 (1)
interval meet:interval 0 (1)
afterMeetingNumber meet:afterMeetingNumber 0 (1)
dayInWeek meet:dayInWeek 0 (1)
expirationDate meet:expirationDate 0 (1)
dayInMonth meet:dayInMonth 0 (1)
weekInMonth meet:weekInMonth 0 (1)
monthInYear meet:monthInYear 0 (1)
dayInYear meet:dayInYear 0 (1)
isException meet:isException 0 (1)
seriesMeetingKey meet:seriesMeetingKey 0 (1)
hasException meet:hasException 0 (1)
Collapse Derivation Tree:
Collapse References:
meet:repeat