IFC 4.3.2.20250219 (IFC4X3_ADD2) under development

8.6.2.5 IfcDocumentStatusEnum

8.6.2.5.1 Semantic definition

IfcDocumentStatusEnum enables selection of the status of document information from a list of choices.

8.6.2.5.2 Type values

Type Description
DRAFT

Document is a draft.

FINAL

Document is final.

FINALDRAFT

Document is a final draft.

REVISION

Document has undergone revision.

NOTDEFINED

Not defined.

Table 8.6.2.5.A

8.6.2.5.3 Formal representation

TYPE IfcDocumentStatusEnum = ENUMERATION OF
	(DRAFT
	,FINAL
	,FINALDRAFT
	,REVISION
	,NOTDEFINED);
END_TYPE;

8.6.2.5.4 References

Edit on Github

4 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!