Definition Type: Attribute
Name: wkst
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: NewsML-G2_2.22-spec-All-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 newsml-g2_2_22-spec-all-power_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="wkst" use="optional">
    <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