IFC 4.3.x development

5.3.2.6 IfcWorkCalendarTypeEnum

5.3.2.6.1 Semantic definitions at the entity

An IfcWorkCalendarTypeEnum is an enumeration data type that specifies the types of work calendar from which the relevant control can be selected. If given it should help to identify base calendars.

HISTORY  Introduced in IFC4.

5.3.2.6.1 Formal representations

TYPE IfcWorkCalendarTypeEnum = ENUMERATION OF
	(THIRDSHIFT
	,FIRSTSHIFT
	,SECONDSHIFT
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;