DDEX Data Dictionary, 2020-07-30
A B C D E F G H I K L M N O P Q R S T U V W X Y All Intro
ddexC:Period
A Composite containing details about a Period of Time. Periods are typically describedby at least a StartDate or EndDate (or StartDateTime or EndDateTime) where the StartDate(Time) and EndDate(Time) are included in the Period. Thus a one-day period can be described by using the same date in the StartDate and EndDate. If two subsequent Periods form a continuum (i.e. with no break in-between) there are two ways to express this: (a) if using dates, the EndDate of the first Period must be one day before the StartDate of the second Period; (b) if using date times, the EndDateTime of the first Period must be the same as the StartDateTime of the second Period.
Component Structure
Components Name Description of Element Role Cardinality Data Type  
    XmlChoice 1  
     | XmlSequence 1  
     |  | StartDate A Composite containing details of the Date and Place of an Event that marks the beginning of the Period (in ISO 8601 format: YYYY-MM-DD). The StartDate must be no later than the EndDate if both are provided. 0-1 ddexC:EventDate
     |  | EndDate A Composite containing details of the Date and Place of an Event that marks the end of the Period (in ISO 8601 format: YYYY-MM-DD). The EndDate must not be earlier than the StartDate if both are provided. 0-1 ddexC:EventDate
     | XmlSequence 1  
     |  | StartDateTime A Composite containing details of the DateTime and Place of an Event that marks the beginning of the Period (in ISO 8601 format: YYYY-MM-DDThh:mm:ss). The StartDateTime must be no later than the EndDateTime if both are provided. 0-1 ddexC:EventDateTime
     |  | EndDateTime A Composite containing details of the DateTime and Place of an Event that marks the end of the Period (in ISO 8601 format: YYYY-MM-DDThh:mm:ss). The EndDateTime must not be earlier than the StartDateTime if both are provided. 0-1 ddexC:EventDateTime
Is Member of Composites Composite Name Description of Element Role Cardinality Label of Element in Composite Further Reading
  ern:DelegatedUsageRights A Composite containing details about a Period of Time for which the delegation of usage Rights applies. Periods are typically described by at least a StartDate or EndDate. 0-1 PeriodOfRightsDelegation  
  ern:LocationAndDateOfSession A Composite containing details about a Period of the Session. Periods are typically described by at least a StartDate or EndDate. 0-1 Period  
© 2006-2020 Digital Data Exchange, LLC (DDEX)