Navigation

IfcRelAssignsFMStandard

Definition from IAI: An IfcRelAssignsFMStandard is a relationship class that assigns a given space, furniture or equipment standard to one or more persons having the same or an equivalent job title or role within an organization.

ISSUES: See issue and change log for changes made in IFC 2x.
HISTORY: New Entity in IFC Release 2.0

Use Definitions

The relationship to relating standardsis made through IfcFMStandardSelect type

EXPRESS specification:

ENTITY IfcRelAssignsFMStandard
SUBTYPE OF ( IfcRelConnects);
JobFunction  :  IfcLabel;
RelatingStandard  :  IfcFMStandardSelect;
RelatedPersons  :  SET [1:?] OF IfcActor;
END_ENTITY;

Attribute definitions:

JobFunction  :  The function or role played by particular persons within an organization and to which space, furniture and equipment standards are assigned.
RelatingStandard  :  A corporate furniture standard that can be assigned to one or more persons according to their job function.
RelatedPersons  :  Persons to whom a particular space, furniture and/or equipment standard is assigned.

Note: Each related person must have the same or equivalent job title or role for a particular standard or standards to be assigned.

References (1):

Name Type Referred through Express-G
IfcRelConnects Entity
Subtype
Diagram 2

Inheritance graph

ENTITY IfcRelAssignsFMStandard;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcRelAssignsFMStandard;
JobFunction  :  IfcLabel;
RelatingStandard  :  IfcFMStandardSelect;
RelatedPersons  :  SET [1:?] OF IfcActor;
END_ENTITY;