Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcEquipmentStandard

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

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.

An equipment standard is assigned to one or several persons or organisations (like a work group or department) through the IfcRelAssignsToControl relationship via the Controls inverse attribute.

EXPRESS specification:

ENTITY IfcEquipmentStandard
SUBTYPE OF ( IfcControl);
END_ENTITY;

Inheritance graph

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