/*
 * ENUM: SE_TIME_SIGNIFICANCE_ENUM
 *
 *   Used to specify the meaning of the time represented by a time object.
 */
typedef enum
{
SE_CONTEXT_DETERMINED, (notes)
SE_PUBLICATION_DATE, (notes)
SE_CREATION_DATE, (notes)
SE_PERIOD_OF_CONTENT, (notes)
SE_CERTIFICATION_DATE, (notes)
SE_MODIFICATION_DATE, (notes)
SE_REVISION_DATE,
SE_TIME_OF_OCCURRENCE (notes)
} SE_TIME_SIGNIFICANCE_ENUM;


Enumerator Notes

SE_CONTEXT_DETERMINED

 The significance of the time information is determined by the object
 of which the time object is a component.

SE_PUBLICATION_DATE

 Date that the data was published.

SE_CREATION_DATE

 Creation Date of data set.

SE_PERIOD_OF_CONTENT

 The time period spanned by the data.  Could also be thought of as the
 period of validity.

SE_CERTIFICATION_DATE

 Date data set was certified.

SE_MODIFICATION_DATE

 Date data was modified.

SE_TIME_OF_OCCURRENCE

 The date and time that the associated event occurs.
Prev: SE_TIME_OF_DAY_ENUM. Next: SE_TOKEN_ENUM. Up:Index