Definition Type Simple Type
Name ByDayListType
Namespace http://iptc.org/std/nar/2006-10-01/
Documentation The type for the BYDAY rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt
XSD Schema NAR_1.3-spec-Framework-Power.xsd
Collapse XSD Schema Diagram
XSD Diagram of ByDayListType
Collapse XSD Schema Code
<xs:simpleType name="ByDayListType" >
  <xs:annotation>
    <xs:documentation>The type for the BYDAY 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 BYDAY of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.</xs:documentation>
      </xs:annotation>

      <xs:restriction base="xs:string">
        <xs:pattern value="(\-|\+)?([0-9]){0,2}(MO|TU|WE|TH|FR|SA|SU)"/>
      </xs:restriction>

    </xs:simpleType>

  </xs:list>

</xs:simpleType>
Collapse Derivation Tree
[No Sub Types]
ByDayListType
    byday
Collapse References
byday
Generated using Liquid XML Studio Designer Edition 8.0.4.1955 by Liquid Technologies Ltd