Definition Type: ComplexType
Name: repeatType
Namespace: http://www.webex.com/schemas/2002/06/service/meeting/auo
Containing Schema: teleconferenceonly.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into weekInMonth Drilldown into interval Drilldown into dayInMonth Drilldown into dayInWeek Drilldown into expirationDate 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="auo:recurrenceType" minOccurs="0" />
        <xsd:element name="expirationDate" type="xsd:string" minOccurs="0" />
        <xsd:element name="dayInWeek" minOccurs="0">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="day" type="com:dayOfWeekType" minOccurs="0" maxOccurs="7" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="dayInMonth" minOccurs="0">
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:maxInclusive value="31" />
                    <xsd:minInclusive value="1" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="interval" type="xsd:integer" minOccurs="0" />
        <xsd:element name="weekInMonth" minOccurs="0">
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:minInclusive value="1" />
                    <xsd:maxInclusive value="6" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
repeatType auo:repeatType 0 (1)
expirationDate auo:expirationDate 0 (1)
dayInWeek auo:dayInWeek 0 (1)
dayInMonth auo:dayInMonth 0 (1)
interval auo:interval 0 (1)
weekInMonth auo:weekInMonth 0 (1)
Collapse Derivation Tree:
Collapse References:
auo:repeat, auo:repeat