SkipDaysList

Complex Type Information

Model

Children: day

Used By

Source

<xs:complexType name="SkipDaysList">
  <xs:sequence>
    <xs:element name="day" type="SkipDay" 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>