Definition Type: SimpleType
Name: ByDayListType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.3-spec-Framework-Power.xsd
Documentation:
The type for the BYDAY rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt
Collapse XSD Schema Diagram:
XSD Diagram of ByDayListType in schema nar_1_3-spec-framework-power_xsd (EventsML - News Exchange Format)
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:
Collapse References:
nsA:byday
Collapse Comments:
blog comments powered by Disqus