The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Month
/*
 * ENUM: SE_Month
 *
 *   This data type is used by <Time Interval> and <Time Point>
 *   to specify a month of the year.
 */
typedef enum
{
SE_MONTH_JANUARY = 1, (notes)
SE_MONTH_FEBRUARY, (notes)
SE_MONTH_MARCH, (notes)
SE_MONTH_APRIL, (notes)
SE_MONTH_MAY, (notes)
SE_MONTH_JUNE, (notes)
SE_MONTH_JULY, (notes)
SE_MONTH_AUGUST, (notes)
SE_MONTH_SEPTEMBER, (notes)
SE_MONTH_OCTOBER, (notes)
SE_MONTH_NOVEMBER, (notes)
SE_MONTH_DECEMBER (notes)
} SE_Month;


Enumerant Notes


SE_MONTH_JANUARY

 January.

SE_MONTH_FEBRUARY

 February.

SE_MONTH_MARCH

 March.

SE_MONTH_APRIL

 April.

SE_MONTH_MAY

 May.

SE_MONTH_JUNE

 June.

SE_MONTH_JULY

 July.

SE_MONTH_AUGUST

 August.

SE_MONTH_SEPTEMBER

 September.

SE_MONTH_OCTOBER

 October.

SE_MONTH_NOVEMBER

 November.

SE_MONTH_DECEMBER

 December.



Prev: SE_Model_Reference_Type. Next: SE_Multiplicity.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS