CDIFDataStructure

DateRange«dataType»

CDIFDataStructure::DataTypes::DateRange

Definition

Expresses a date/time range using a start date and end date (both with the structure of Date and supporting the use of ISO and non-ISO date structures). Use in all locations where a range of dates is required, i.e. validFor, embargoPeriod, collectionPeriod, etc.

Diagram

Inheritance

No generalization relationships.

Attributes

NameTypeMultiplicityDescription
endDateCombinedDate[1]The date (time) designating the end of the period or range.
startDateCombinedDate[1]The date (time) designating the beginning of the period or range.

Associations

No associations.