IfcCableCarrierSegmentTypeEnum

Natural language names
Cable Carrier Segment Type Enum
Énumération des types de segment de chemin de cable
Semantic definitions at the type
Type definition

The IfcCableCarrierSegmentTypeEnum defines the range of different types of cable carrier segment that can be specified.

HISTORY  New type in IFC2x2.
Enumeration definition
ConstantDescription
CABLELADDERSEGMENTAn open carrier segment on which cables are carried on a ladder structure.
CABLETRAYSEGMENTA (typically) open carrier segment onto which cables are laid.
CABLETRUNKINGSEGMENTAn enclosed carrier segment with one or more compartments into which cables are placed.
CONDUITSEGMENTAn enclosed tubular carrier segment through which cables are pulled.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XML Specification
 <xs:simpleType name="IfcCableCarrierSegmentTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="cableladdersegment"/>
   <xs:enumeration value="cabletraysegment"/>
   <xs:enumeration value="cabletrunkingsegment"/>
   <xs:enumeration value="conduitsegment"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcCableCarrierSegmentTypeEnum = ENUMERATION OF (
 CABLELADDERSEGMENT,
 CABLETRAYSEGMENT,
 CABLETRUNKINGSEGMENT,
 CONDUITSEGMENT,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcCableCarrierSegment IfcCableCarrierSegmentType

Link to this page  Link to this page