Definition Type: Attribute
Name: byday
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: nsA:ByDayListType
Containing Schema: NewsML-G2_2.22-spec-All-Power.xsd
ContentType Restriction
Use Optional
Documentation:
The BYDAY rule part specifies a space separated list of days of the week
Collapse XSD Schema Diagram:
XSD Diagram of byday in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="byday" use="optional">
    <xs:annotation>
        <xs:documentation>The BYDAY rule part specifies a space separated list of days of the week</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="ByDayListType">
            <xs:minLength value="1" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
MinLength 1
Collapse Derivation Tree: