ByMonthListType

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

Simple Type Information

Used By

Source

<xs:simpleType name="ByMonthListType">
  <xs:annotation>
    <xs:documentation>The type for the BYMONTH 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 BYMONTH of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.</xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:nonNegativeInteger">
        <xs:minInclusive value="1"/>
        <xs:maxInclusive value="12"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>