8.2.2.1 IfcBenchmarkEnum

IfcBenchmarkEnum is an enumeration used to identify the logical comparators that can be applied in conjunction with constraint values.

HISTORY  New enumeration in IFC2.0
IFC4 CHANGE  Extended to include comparators for item-set and set-item comparisons: INCLUDES, NOTINCLUDES, INCLUDEDIN and NOTINCLUDEDIN, to test if an individual item is a member of a given aggregation, or if an aggregation has a given individual item as a member.

Enumerated Item Definitions:

XSD Specification:

 <xs:simpleType name="IfcBenchmarkEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="greaterthan"/>
   <xs:enumeration value="greaterthanorequalto"/>
   <xs:enumeration value="lessthan"/>
   <xs:enumeration value="lessthanorequalto"/>
   <xs:enumeration value="equalto"/>
   <xs:enumeration value="notequalto"/>
   <xs:enumeration value="includes"/>
   <xs:enumeration value="notincludes"/>
   <xs:enumeration value="includedin"/>
   <xs:enumeration value="notincludedin"/>
  </xs:restriction>
 </xs:simpleType>

EXPRESS Specification:

TYPE IfcBenchmarkEnum = ENUMERATION OF (
GREATERTHAN,
GREATERTHANOREQUALTO,
LESSTHAN,
LESSTHANOREQUALTO,
EQUALTO,
NOTEQUALTO,
INCLUDES,
NOTINCLUDES,
INCLUDEDIN,
NOTINCLUDEDIN);
END_TYPE;

Link to this page  Link to this page