IfcDocumentStatusEnum

Natural language names
Document Status Enum
Enumération des statuts de document
Semantic definitions at the type
Type definition

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

HISTORY  New enumeration in IFC2x.
Enumeration definition
ConstantDescription
DRAFTDocument is a draft.
FINALDRAFTDocument is a final draft.
FINALDocument is final.
REVISIONDocument has undergone revision.
NOTDEFINED
Formal representations
XML Specification
 <xs:simpleType name="IfcDocumentStatusEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="draft"/>
   <xs:enumeration value="finaldraft"/>
   <xs:enumeration value="final"/>
   <xs:enumeration value="revision"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcDocumentStatusEnum = ENUMERATION OF (
 DRAFT,
 FINALDRAFT,
 FINAL,
 REVISION,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcDocumentInformation

Link to this page  Link to this page