IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

5.3.2.6 IfcWorkCalendarTypeEnum

5.3.2.6.1 Semantic definition

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.

5.3.2.6.2 Type values

Type Description
FIRSTSHIFT

Belongs to the first shift.

SECONDSHIFT

Belongs to the second shift.

THIRDSHIFT

Belongs to the third shift.

USERDEFINED

User defined.

NOTDEFINED

Undefined.

Table 5.3.2.6.A

5.3.2.6.3 Formal representation

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

5.3.2.6.4 References

Edit on Github


Is this page difficult to understand? Let us know!

5.3.2.6.5 Changelog

5.3.2.6.5.1 IFC4

  • New resource