8.8.2.3 IfcStateEnum

The IfcStateEnum enumeration identifies the state or accessibility of the object (for example, read/write, locked).

Valid enumerations are:

HISTORY  New enumeration in IFC2.0.
IFC2x3 CHANGE  This concept was initially introduced in IFC2.0 as IfcModifiedFlag of type BINARY(3) FIXED and has been modified in R2x3 to an enumeration. It was initially introduced as a first step towards providing facilities for partial model exchange and is intended for use primarily by a model server so that an application can identify the state of the object.

XSD Specification:

 <xs:simpleType name="IfcStateEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="readwrite"/>
   <xs:enumeration value="readonly"/>
   <xs:enumeration value="locked"/>
   <xs:enumeration value="readwritelocked"/>
   <xs:enumeration value="readonlylocked"/>
  </xs:restriction>
 </xs:simpleType>

EXPRESS Specification:

TYPE IfcStateEnum = ENUMERATION OF (
READWRITE,
READONLY,
LOCKED,
READWRITELOCKED,
READONLYLOCKED);
END_TYPE;

Link to this page  Link to this page