IfcPerformanceHistoryTypeEnum

Natural language names
Performance History Type Enum
Enumération des types d'historique de performance
Change log
ItemSPFXMLChangeDescription
4.0.0.0
    IfcPerformanceHistoryTypeEnumADDED
Semantic definitions at the type
Type definition

This enumeration is used to identify the primary purpose of performance history. The IfcPerformanceHistoryTypeEnum contains the following:

HISTORY  New enumeration in IFC4
Enumeration definition
ConstantDescription
USERDEFINED
NOTDEFINED
Formal representations
XML Specification
 <xs:simpleType name="IfcPerformanceHistoryTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcPerformanceHistoryTypeEnum = ENUMERATION OF (
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcPerformanceHistory

Link to this page  Link to this page