EffectiveTimePeriod

Description
Provides the structure to indicate a Date/Time period where the Time is provided with in the Start and Duration or EndDateTime.

Type : TimePeriodType

Definition
Indicates the time period in which the associated component is effective.
(Defined in file Components.xsd , or a file it imports)

Elements
DurationIndicates the duration of time as represented by ISO 8601. Where the value space is a six dimensional space where the coordinates designate the Gregorian year, month, day, hour, minute, and second. The number of seconds can include decimal digits to arbitary pecision.
EndDateTimeIs the ending timestamp of the event.
InclusiveIndicatorThe InclusiveIndicator element is used to identify whether the SearchValue should be an included or excluded component of the result set. For example, if a user was looking for ballpoint pens, but NOT red ballpoint pens, the transaction would contain two instances of the SearchTerm data type one containing a SearchValue of ‘Ballpoint’ and an SearchValueInclusive of 'Inclusive' and one containing a SearchValue of ‘Red’ and an SearchValueInclusive of 'Exclusive'
StartDateTimeStart timestamp indicating the starting point of the event.