IFC 4.3.0.0 (IFC4X3) final

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