IfcCableFittingTypeEnum

Natural language names
Cable Fitting Type Enum
Enumération des types de raccord de câble
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcCableFittingTypeEnumADDED
Semantic definitions at the type
Type definition

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

HISTORY  New type in IFC4.
Enumeration definition
ConstantDescription
CONNECTORA fitting that joins two cable segments of the same connector type (though potentially different gender).
ENTRYA fitting that begins a cable segment at a non-electrical element such as a grounding clamp attached to a pipe.
EXITA fitting that ends a cable segment at a non-electrical element such as a grounding clamp attached to a pipe or to the ground.
JUNCTIONA fitting that joins three or more segments of arbitrary connector types for signal splitting or multiplexing.
TRANSITIONA fitting that joins two cable segments of different connector types.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XML Specification
 <xs:simpleType name="IfcCableFittingTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="connector"/>
   <xs:enumeration value="entry"/>
   <xs:enumeration value="exit"/>
   <xs:enumeration value="junction"/>
   <xs:enumeration value="transition"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcCableFittingTypeEnum = ENUMERATION OF (
 CONNECTOR,
 ENTRY,
 EXIT,
 JUNCTION,
 TRANSITION,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcCableFitting IfcCableFittingType

Link to this page  Link to this page