Definition Type: SimpleType
Name: tSkipHour
Containing Schema: rss-2_0_1-rev9.xsd
Documentation:
A time in GMT when aggregators should not request the channel data. The hour beginning at midnight is hour zero.
Collapse XSD Schema Diagram:
XSD Diagram of tSkipHour in schema rss-2_0_1-rev9_xsd (Really Simple Syndication (RSS))
Collapse XSD Schema Code:
<xs:simpleType name="tSkipHour">
    <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:restriction base="xs:nonNegativeInteger">
        <xs:minInclusive value="0" />
        <xs:maxInclusive value="23" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxInclusive 23
MinInclusive 0
Collapse Derivation Tree:
Collapse References:
hour