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
BEND

A fitting that changes the route of the cable carrier.

CONNECTOR

Connector fitting, typically used to join two ports together within a flow distribution system (e.g., a coupling used to join two duct segments).

IFC4.3.0.0 CHANGE New enumeration

CROSS

A fitting at which two branches are taken from the main route of the cable carrier simultaneously.

REDUCER

A fitting that changes the physical size of the main route of the cable carrier.

JUNCTION

A fitting with typically more than two ports used to redistribute flow among the ports and/or to change the direction of flow between connected elements (e.g, tee, cross, wye, etc.).

IFC4.3.0.0 CHANGE New enumeration

TEE

A fitting at which a branch is taken from the main route of the cable carrier.

TRANSITION

A fitting with typically two ports having different shapes or sizes. Can also be used to change the direction of flow between connected elements.

IFC4.3.0.0 CHANGE New enumeration

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Formal representations
XML Specification
 <xs:simpleType name="IfcCableCarrierFittingTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="bend"/>
   <xs:enumeration value="connector"/>
   <xs:enumeration value="cross"/>
   <xs:enumeration value="reducer"/>
   <xs:enumeration value="junction"/>
   <xs:enumeration value="tee"/>
   <xs:enumeration value="transition"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcCableCarrierFittingTypeEnum = ENUMERATION OF (
 BEND,
 CONNECTOR,
 CROSS,
 REDUCER,
 JUNCTION,
 TEE,
 TRANSITION,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcCableCarrierFitting IfcCableCarrierFittingType

Link to this page  Link to this page