IFC 4.3.0.0 (IFC4X3) final

8.1.2.1 IfcActorSelect

8.1.2.1.1 Semantic definition

The actor select type allows a person, or an organization, or a person associated with an organization to be referenced.

8.1.2.1.2 Type values

Type
IfcOrganization
IfcPerson
IfcPersonAndOrganization
Table 8.1.2.1.A

8.1.2.1.3 Formal representation

TYPE IfcActorSelect = SELECT
	(IfcOrganization
	,IfcPerson
	,IfcPersonAndOrganization);
END_TYPE;

8.1.2.1.4 References