IfcCableCarrierSegmentTypeEnum

Natural language names
enCable Carrier Segment Type Enum
frÉ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
XSD 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

Link to this page  Link to this page