IfcVibrationIsolatorTypeEnum

Natural language names
enVibration Isolator Type Enum
frEnumération des types d'isolation anti-vibratoire
Semantic definitions at the type
Type definition

Enumeration defining the typical types of vibration isolators.

HISTORY  New enumeration in IFC2x2.
Enumeration definition
ConstantDescription
COMPRESSIONCompression type vibration isolator.
SPRINGSpring type vibration isolator.
USERDEFINEDUser-defined vibration isolator type.
NOTDEFINEDUndefined vibration isolator type.
Formal representations
XSD Specification
 <xs:simpleType name="IfcVibrationIsolatorTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="compression"/>
   <xs:enumeration value="spring"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcVibrationIsolatorTypeEnum = ENUMERATION OF (
 COMPRESSION,
 SPRING,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page