ByHourListType

The type for the BYHOUR rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt

Simple Type Information

Used By

Source

<xs:simpleType name="ByHourListType">
  <xs:annotation>
    <xs:documentation>The type for the BYHOUR rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt</xs:documentation>
  </xs:annotation>
  <xs:list>
    <xs:simpleType>
      <xs:annotation>
        <xs:documentation>The datatype for a single token in BYHOUR of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.</xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:nonNegativeInteger">
        <xs:minInclusive value="0"/>
        <xs:maxInclusive value="23"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>