IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

6.5.2.4 IfcPermitTypeEnum

6.5.2.4.1 Semantic definition

IfcPermitTypeEnum defines the types of permits that can be granted.

6.5.2.4.2 Type values

Type Description
ACCESS

Enables access to an identified area.

BUILDING

Enables work to proceed by getting regulatory permissions.

WORK

Enables work to be carried out in an identified area.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 6.5.2.4.A

6.5.2.4.3 Formal representation

TYPE IfcPermitTypeEnum = ENUMERATION OF
	(ACCESS
	,BUILDING
	,WORK
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.5.2.4.4 References

Edit on Github


Is this page difficult to understand? Let us know!

6.5.2.4.5 Changelog

6.5.2.4.5.1 IFC4

  • New resource