ByMonthDayListType

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

Simple Type Information

Used By

Source

<xs:simpleType name="ByMonthDayListType">
  <xs:annotation>
    <xs:documentation>The type for the BYMONTHDAY 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 BYMONTHDAY of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.</xs:documentation>
      </xs:annotation>
      <xs:union>
        <xs:simpleType>
          <xs:annotation>
            <xs:documentation>bymonthdayPosType</xs:documentation>
            <xs:documentation>Helper datatype for bymonthdayListType</xs:documentation>
          </xs:annotation>
          <xs:restriction base="xs:integer">
            <xs:minInclusive value="1"/>
            <xs:maxInclusive value="31"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:annotation>
            <xs:documentation>bymonthdayNegType</xs:documentation>
            <xs:documentation>Helper datatype for bymonthdayListType</xs:documentation>
          </xs:annotation>
          <xs:restriction base="xs:integer">
            <xs:minInclusive value="-31"/>
            <xs:maxInclusive value="-1"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>