Definition Type: Element
Name: dates
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: EventsML-G2_1.1-spec-Framework-Core.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
All dates pertaining to the event, in particular the start and end date and any recurrence information
Collapse XSD Schema Diagram:
Drilldown into confirmation in schema eventsml-g2_1_1-spec-framework-core_xsd Drilldown into exRule in schema nar_1_3-spec-framework-core_xsd Drilldown into exDate in schema nar_1_3-spec-framework-core_xsd Drilldown into rRule in schema nar_1_3-spec-framework-core_xsd Drilldown into rDate in schema nar_1_3-spec-framework-core_xsd Drilldown into RecurrenceGroup in schema nar_1_3-spec-framework-core_xsd Drilldown into duration in schema eventsml-g2_1_1-spec-framework-core_xsd Drilldown into end in schema eventsml-g2_1_1-spec-framework-core_xsd Drilldown into start in schema eventsml-g2_1_1-spec-framework-core_xsdXSD Diagram of dates in schema eventsml-g2_1_1-spec-framework-core_xsd (EventsML - News Exchange Format)
Collapse XSD Schema Code:
<xs:element name="dates">
    <xs:annotation>
        <xs:documentation>All dates pertaining to the event, in particular the start and end date and any recurrence information</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="start" type="ApproximateDateTimePropType">
                <xs:annotation>
                    <xs:documentation>The date the event commences.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:choice minOccurs="0">
                <xs:element name="end" type="ApproximateDateTimePropType">
                    <xs:annotation>
                        <xs:documentation>The date the event ends.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="duration" type="xs:duration">
                    <xs:annotation>
                        <xs:documentation>The period the event will last.</xs:documentation>
                    </xs:annotation>
                </xs:element>
            </xs:choice>
            <xs:group ref="RecurrenceGroup" minOccurs="0" />
            <xs:element name="confirmation" type="QCodePropType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Flags to indicate if start and/or end date and times are confirmed.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
start nsA:start (1) (1)
end nsA:end (1) (1)
duration nsA:duration (1) (1)
rDate nsA:rDate (1) (1)
rRule nsA:rRule (1) (1)
exDate nsA:exDate (1) (1)
exRule nsA:exRule (1) (1)
confirmation nsA:confirmation 0 (1)
<xs:group> nsA:RecurrenceGroup 0 (1)
Collapse Comments:
blog comments powered by Disqus