Definition Type: ComplexType
Name: trainRepeatType
Namespace: http://www.webex.com/schemas/2002/06/service/trainingsession
Containing Schema: trainingsession.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into repeatSession Drilldown into dayInYear Drilldown into monthInYear Drilldown into weekInMonth Drilldown into dayInMonth Drilldown into interval Drilldown into occurenceType Drilldown into endAfter Drilldown into dayInWeek Drilldown into expirationDate Drilldown into repeatTypeXSD Diagram of trainRepeatType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="trainRepeatType">
    <xsd:sequence>
        <xsd:element name="repeatType" type="train:repeatTypeType" 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="unbounded" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="endAfter" type="xsd:int" minOccurs="0" />
        <xsd:element name="occurenceType" type="train:occurentTypeType" minOccurs="0" />
        <xsd:element name="interval" type="xsd:int" 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="repeatSession" type="train:repeatSessionType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
repeatType train:repeatType 0 (1)
expirationDate train:expirationDate 0 (1)
dayInWeek train:dayInWeek 0 (1)
endAfter train:endAfter 0 (1)
occurenceType train:occurenceType 0 (1)
interval train:interval 0 (1)
dayInMonth train:dayInMonth 0 (1)
weekInMonth train:weekInMonth 0 (1)
monthInYear train:monthInYear 0 (1)
dayInYear train:dayInYear 0 (1)
repeatSession train:repeatSession 0 unbounded
Collapse Derivation Tree:
Collapse References:
train:repeat