IfcCableCarrierFittingTypeEnum

Natural language names
Cable Carrier Fitting Type Enum
Enumération des types de raccord de chemin de cable
Semantic definitions at the type
Type definition

The IfcCableCarrierFittingTypeEnum defines the range of different types of cable carrier fitting that can be specified.

HISTORY  New type in IFC2x2.
Enumeration definition
ConstantDescription
BENDA fitting that changes the route of the cable carrier.
CROSSA fitting at which two branches are taken from the main route of the cable carrier simultaneously.
REDUCERA fitting that changes the physical size of the main route of the cable carrier.
TEEA fitting at which a branch is taken from the main route of the cable carrier.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XML Specification
 <xs:simpleType name="IfcCableCarrierFittingTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="bend"/>
   <xs:enumeration value="cross"/>
   <xs:enumeration value="reducer"/>
   <xs:enumeration value="tee"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcCableCarrierFittingTypeEnum = ENUMERATION OF (
 BEND,
 CROSS,
 REDUCER,
 TEE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcCableCarrierFitting IfcCableCarrierFittingType

Link to this page  Link to this page