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
8.1.2.1.3 Formal representation
TYPE IfcActorSelect = SELECT
(IfcOrganization
,IfcPerson
,IfcPersonAndOrganization);
END_TYPE;