IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

6.5.2.1 IfcActionRequestTypeEnum

6.5.2.1.1 Semantic definition

IfcActionRequestTypeEnum defines the types of sources through which a request can be made.

6.5.2.1.2 Type values

Type Description
EMAIL

Request was made through email.

FAX

Request was made through facsimile.

PHONE

Request was made verbally over a telephone.

POST

Request was made through postal mail.

VERBAL

Request was made verbally in person.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 6.5.2.1.A

6.5.2.1.3 Formal representation

TYPE IfcActionRequestTypeEnum = ENUMERATION OF
	(EMAIL
	,FAX
	,PHONE
	,POST
	,VERBAL
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.5.2.1.4 References

Edit on Github


Is this page difficult to understand? Let us know!

6.5.2.1.5 Changelog

6.5.2.1.5.1 IFC4

  • New resource