8.2.2.2 IfcConstraintEnum

IfcConstraintEnum is an enumeration used to qualify a constraint.

HISTORY  New enumeration in IFC2.0

Enumerated Item Definitions:

XSD Specification:

 <xs:simpleType name="IfcConstraintEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="hard"/>
   <xs:enumeration value="soft"/>
   <xs:enumeration value="advisory"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>

EXPRESS Specification:

TYPE IfcConstraintEnum = ENUMERATION OF (
HARD,
SOFT,
ADVISORY,
USERDEFINED,
NOTDEFINED);
END_TYPE;

Link to this page  Link to this page