8.5.2.8 IfcRecurrenceTypeEnum
8.5.2.8.1 Semantic definition
IfcRecurrenceTypeEnum enumerates the recurring pattern type, with valid combinations as indicated.
8.5.2.8.2 Type values
| Type | Description | 
|---|---|
BY_DAY_COUNT
 | 
 nterval, Occurrences  | 
BY_WEEKDAY_COUNT
 | 
 WeekdayComponent, Interval, Occurrences  | 
DAILY
 | 
 Interval, Occurrences  | 
MONTHLY_BY_DAY_OF_MONTH
 | 
 DayComponent, Interval, Occurrences  | 
MONTHLY_BY_POSITION
 | 
 WeekdayComponent, Position, Interval, Occurrences  | 
WEEKLY
 | 
 WeekdayComponent, Interval, Occurrences  | 
YEARLY_BY_DAY_OF_MONTH
 | 
 DayComponent, MonthComponent, Interval, Occurrences  | 
YEARLY_BY_POSITION
 | 
 WeekdayComponent, MonthComponent, Position, Interval, Occurrences  | 
8.5.2.8.3 Formal representation
TYPE IfcRecurrenceTypeEnum = ENUMERATION OF
	(BY_DAY_COUNT
	,BY_WEEKDAY_COUNT
	,DAILY
	,MONTHLY_BY_DAY_OF_MONTH
	,MONTHLY_BY_POSITION
	,WEEKLY
	,YEARLY_BY_DAY_OF_MONTH
	,YEARLY_BY_POSITION);
END_TYPE;