Definition Type: ComplexType
Name: tSkipDaysList
Containing Schema: rss-2_0_1-rev9.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into day in schema rss-2_0_1-rev9_xsdXSD Diagram of tSkipDaysList in schema rss-2_0_1-rev9_xsd (Really Simple Syndication (RSS))
Collapse XSD Schema Code:
<xs:complexType name="tSkipDaysList">
    <xs:sequence>
        <xs:element name="day" type="tSkipDay" minOccurs="0" maxOccurs="7">
            <xs:annotation>
                <xs:documentation>A time in GMT, when aggregators should not request the channel data.
                        The hour beginning at midnight is hour zero.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
day day 0 7
Collapse Derivation Tree:
Collapse References:
skipDays