Definition Type: Attribute
Name: freq
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 Required
Documentation:
The FREQ rule part identifies the type of recurrence rule.
Collapse XSD Schema Diagram:
XSD Diagram of freq in schema nar_1_3-spec-framework-power_xsd (EventsML - News Exchange Format)
Collapse XSD Schema Code:
<xs:attribute name="freq" use="required">
    <xs:annotation>
        <xs:documentation>The FREQ rule part identifies the type of recurrence rule.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="SECONDLY" />
            <xs:enumeration value="MINUTELY" />
            <xs:enumeration value="HOURLY" />
            <xs:enumeration value="DAILY" />
            <xs:enumeration value="WEEKLY" />
            <xs:enumeration value="MONTHLY" />
            <xs:enumeration value="YEARLY" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration SECONDLY
Enumeration MINUTELY
Enumeration HOURLY
Enumeration DAILY
Enumeration WEEKLY
Enumeration MONTHLY
Enumeration YEARLY
Collapse Comments:
blog comments powered by Disqus