Actor Select | |
Sélection d'acteur |
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
Constant | Description |
---|---|
IfcOrganization | |
IfcPerson | |
IfcPersonAndOrganization |
<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>
TYPE IfcActorSelect = SELECT (
IfcOrganization,
IfcPerson,
IfcPersonAndOrganization);
END_TYPE;