IfcActorSelect

Natural language names
enActor Select
frSélection d'acteur
Semantic definitions at the type
Type definition

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
Enumeration definition
ConstantDescription
IfcOrganization
IfcPerson
IfcPersonAndOrganization
Formal representations
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 EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page