Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcProjectOrderRecordTypeEnum

Definition from IAI: An IfcProjectOrderRecordTypeEnum is a designation of the type of event being recorded.

HISTORY: New type in IFC 2x2

Enumeration

Value Definition
CHANGE A record of instructions to bring about a change to a construction or installation.
MAINTENANCE A record of instructions to carry out maintenance work on one or more assets or components.
MOVE A record of instructions to move actors and/or artefacts.
PURCHASE A record of instructions to purchase goods or services.
WORK A record of instructions to carry out work generally.
USERDEFINED
NOTDEFINED

EXPRESS specification:

TYPE IfcProjectOrderRecordTypeEnum = ENUMERATION OF
( CHANGE,
MAINTENANCE,
MOVE,
PURCHASE,
WORK,
USERDEFINED,
NOTDEFINED);
END_TYPE;