Navigation

IfcEquipmentStandard

Definition from IAI: An IfcEquipmentStandard is a standard for equipment allocation that can be assigned to persons within an organization.

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

Use Definitions

An IfcEquipmentStandard is assigned a set of classification notations (through the IfcRelAssociatesClassification class within the IfcKernel schema) that determine the types of equipment that fulfil the requirements of the standard. In order to use the equipment standard class, a classification of equipment items must have been established. This does not mean that each individual equipment item needs to have a classification notation although this is considered to be desirable. Examples of equipment items that might fall within an equipment standard include number and type PC's and connections, task lighting, pictures etc.

EXPRESS specification:

ENTITY IfcEquipmentStandard
SUBTYPE OF ( IfcControl);
END_ENTITY;

References (2):

Name Type Referred through Express-G
IfcControl Entity
Subtype
Diagram 2
IfcFMStandardSelect Select
Select relation
Diagram 2

Inheritance graph

ENTITY IfcEquipmentStandard;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcObject;
ObjectType  :  OPTIONAL IfcLabel;
INVERSE
IsDefinedBy  :  SET OF IfcRelDefines FOR RelatedObjects;
HasAssociations  :  SET OF IfcRelAssociates FOR RelatedObjects;
HasAssignments  :  SET OF IfcRelAssigns FOR RelatedObjects;
Decomposes  :  SET OF IfcRelDecomposes FOR RelatedObjects;
IsDecomposedBy  :  SET [0:1] OF IfcRelDecomposes FOR RelatingObject;
ENTITY IfcControl;
INVERSE
Controls  :  SET OF IfcRelAssignsToControl FOR RelatingControl;
END_ENTITY;