Definition Type: Attribute
Name: wkst
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: NAR_1.3-spec-Framework-Power.xsd
ContentType Restriction
Use (Optional)
Documentation:
The WKST rule part specifies the day on which the workweek starts.
Collapse XSD Schema Diagram:
XSD Diagram of wkst in schema nar_1_3-spec-framework-power_xsd (EventsML - News Exchange Format)
Collapse XSD Schema Code:
<xs:attribute name="wkst">
    <xs:annotation>
        <xs:documentation>The WKST rule part specifies the day on which the workweek starts.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="MO" />
            <xs:enumeration value="TU" />
            <xs:enumeration value="WE" />
            <xs:enumeration value="TH" />
            <xs:enumeration value="FR" />
            <xs:enumeration value="SA" />
            <xs:enumeration value="SU" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration MO
Enumeration TU
Enumeration WE
Enumeration TH
Enumeration FR
Enumeration SA
Enumeration SU
Collapse Comments:
blog comments powered by Disqus