Definition Type: Element
Name: recur
Namespace: http://www.webex.com/schemas/2002/06/service/meeting
Containing Schema: meeting.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into endAfter Drilldown into endByDate Drilldown into endType Drilldown into wkInMonth Drilldown into dayInWk Drilldown into dayInMonth Drilldown into wkDays Drilldown into monthInterval Drilldown into wkInterval Drilldown into dayInterval Drilldown into occurType Drilldown into recurTypeXSD Diagram of recur
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="recur">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="recurType">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:enumeration value="Weekly" />
                        <xsd:enumeration value="NoRepeat" />
                        <xsd:enumeration value="Monthly" />
                        <xsd:enumeration value="Daily" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="occurType">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:enumeration value="Week" />
                        <xsd:enumeration value="Day" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="dayInterval" type="xsd:int" minOccurs="0" />
            <xsd:element name="wkInterval" type="xsd:int" minOccurs="0" />
            <xsd:element name="monthInterval" type="xsd:int" minOccurs="0" />
            <xsd:element name="wkDays" type="xsd:string" minOccurs="0" />
            <xsd:element name="dayInMonth" type="xsd:int" minOccurs="0" />
            <xsd:element name="dayInWk" type="xsd:int" minOccurs="0" />
            <xsd:element name="wkInMonth" type="xsd:int" minOccurs="0" />
            <xsd:element name="endType" minOccurs="0">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:enumeration value="NoEnd" />
                        <xsd:enumeration value="EndByDate" />
                        <xsd:enumeration value="EndAfter" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="endByDate" type="xsd:string" minOccurs="0" />
            <xsd:element name="endAfter" type="xsd:int" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
recurType meet:recurType (1) (1)
occurType meet:occurType (1) (1)
dayInterval meet:dayInterval 0 (1)
wkInterval meet:wkInterval 0 (1)
monthInterval meet:monthInterval 0 (1)
wkDays meet:wkDays 0 (1)
dayInMonth meet:dayInMonth 0 (1)
dayInWk meet:dayInWk 0 (1)
wkInMonth meet:wkInMonth 0 (1)
endType meet:endType 0 (1)
endByDate meet:endByDate 0 (1)
endAfter meet:endAfter 0 (1)