8.1.2.1 IfcActorSelect

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

NOTE  Type adapted from person_organization_select defined in ISO 10303-41.
HISTORY  New entity in IFC1.5.1

XSD Specification:

 <xs:group name="IfcActorSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcOrganization"/>
   <xs:element ref="ifc:IfcPerson"/>
   <xs:element ref="ifc:IfcPersonAndOrganization"/>
  </xs:choice>
 </xs:group>

EXPRESS Specification:

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

Link to this page  Link to this page