SkipHour

A time in GMT when aggregators should not request the channel data. The hour beginning at midnight is hour zero.

Simple Type Information

Used By

Source

<xs:simpleType name="SkipHour">
  <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>