The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Season
/*
 * REGISTERABLE ENUM: SE_Season
 *
 *   This data type is used by <Season> to describe seasons of the year,
 *   because a particular "season" occurs at different times of year in
 *   different regions.
 *
 *   EXAMPLES
 *   1) "Winter" in the northern hemisphere begins at the winter solstice
 *      in December and ends at the vernal equinox in March, but that is
 *      not the case everywhere.
 *   2) Seasons may be divided into four seasons (spring, summer, autumn,
 *      winter) or two (dry and wet) depending on the region.
 */
typedef SE_Short_Integer SE_Season;
Enumerant Definition Value
SE_SEASON_SPRING
 Spring.
1
SE_SEASON_SUMMER
 Summer.
2
SE_SEASON_AUTUMN
 Autumn.
3
SE_SEASON_WINTER
 Winter.
4
SE_SEASON_DRY
 Dry season.
5
SE_SEASON_WET
 Wet season.
6



Prev: SE_Rotation_Data. Next: SE_Shading_Method.


Return to: Top of this Page, Type Index