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
| |
BY_WEEKDAY_COUNT
| |
DAILY
| |
MONTHLY_BY_DAY_OF_MONTH
| |
MONTHLY_BY_POSITION
| |
WEEKLY
| |
YEARLY_BY_DAY_OF_MONTH
| |
YEARLY_BY_POSITION
|
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;