IFC 4.3.2.20250219 (IFC4X3_ADD2) under development

6.5.2.5 IfcProjectOrderTypeEnum

6.5.2.5.1 Semantic definition

An IfcProjectOrderTypeEnum is a list of the types of project order that may be identified.

6.5.2.5.2 Type values

Type Description
CHANGEORDER

An instruction to make a change to a product or work being undertaken and a description of the work that is to be performed.

MAINTENANCEWORKORDER

An instruction to carry out maintenance work and a description of the work that is to be performed.

MOVEORDER

An instruction to move persons and artefacts and a description of the move locations, objects to be moved, etc.

PURCHASEORDER

An instruction to purchase goods and/or services and a description of the goods and/or services to be purchased that is to be performed.

WORKORDER

A general instruction to carry out work and a description of the work to be done. Note the difference between a work order generally and a maintenance work order.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 6.5.2.5.A

6.5.2.5.3 Formal representation

TYPE IfcProjectOrderTypeEnum = ENUMERATION OF
	(CHANGEORDER
	,MAINTENANCEWORKORDER
	,MOVEORDER
	,PURCHASEORDER
	,WORKORDER
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.5.2.5.4 References

Edit on Github

3 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

Is this page difficult to understand? Let us know!