IfcEventTypeEnum

Natural language names
enEvent Type Enum
frEnumération des types d'évènement
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    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
STARTEVENTAn initiating event of a process.
ENDEVENTA terminating event of a process.
INTERMEDIATEEVENTAn event that occurs at an intermediate stage of a process.
USERDEFINED
NOTDEFINED
Formal representations
XSD 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

Link to this page  Link to this page