![]()  | Performance History Type Enum | 
![]()  | Enumération des types d'historique de performance | 
| Item | SPF | XML | Change | Description | IFC2x3 to IFC4 | 
|---|---|---|---|---|
| IfcPerformanceHistoryTypeEnum | ADDED | 
This enumeration is used to identify the primary purpose of performance history. The IfcPerformanceHistoryTypeEnum contains the following:
HISTORY New enumeration in IFC4
| Constant | Description | 
|---|---|
| USERDEFINED | |
| NOTDEFINED | 
 <xs:simpleType name="IfcPerformanceHistoryTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
TYPE IfcPerformanceHistoryTypeEnum = ENUMERATION OF (
 USERDEFINED, 
 NOTDEFINED);
END_TYPE;