IFC 4.3.0.0 (IFC4X3) final

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