IfcEventTypeEnum

Natural language names
Event Type Enum
Enumération des types d'évènement
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcEventTypeEnumADDED
Semantic definitions at the type
Type definition

The IfcEventTypeEnum defines the range of different types of event that can be specified.

HISTORY  New type in IFC4

Enumeration definition
ConstantDescription
STARTEVENT

An initiating event of a process.

ENDEVENT

A terminating event of a process.

INTERMEDIATEEVENT

An event that occurs at an intermediate stage of a process.

USERDEFINED
NOTDEFINED
Formal representations
XML Specification
 <xs:simpleType name="IfcEventTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="startevent"/>
   <xs:enumeration value="endevent"/>
   <xs:enumeration value="intermediateevent"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcEventTypeEnum = ENUMERATION OF (
 STARTEVENT,
 ENDEVENT,
 INTERMEDIATEEVENT,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcEvent IfcEventType

Link to this page  Link to this page