IfcPerformanceHistoryTypeEnum

Natural language names
enPerformance History Type Enum
frEnumération des types d'historique de performance
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    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
XSD 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

Link to this page  Link to this page