Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcTimeSeriesScheduleTypeEnum

Definition from IAI: Defines the type of time series schedule, such as daily, weekly, monthly or annually.

HISTORY: New type in Release IFC2x Edition 2.

ENUMERATION

EXPRESS specification:

TYPE IfcTimeSeriesScheduleTypeEnum = ENUMERATION OF
( ANNUAL,
MONTHLY,
WEEKLY,
DAILY,
USERDEFINED,
NOTDEFINED);
END_TYPE;