Cable Fitting Type Enum | |
Enumération des types de raccord de câble |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcCableFittingTypeEnum | ADDED |
The IfcCableFittingTypeEnum defines the range of different types of cable fitting that can be specified.
HISTORY New type in IFC4.
Constant | Description |
---|---|
CONNECTOR | A fitting that joins two cable segments of the same connector type (though potentially different gender). |
ENTRY | A fitting that begins a cable segment at a non-electrical element such as a grounding clamp attached to a pipe. |
EXIT | A fitting that ends a cable segment at a non-electrical element such as a grounding clamp attached to a pipe or to the ground. |
JUNCTION | A fitting that joins three or more segments of arbitrary connector types for signal splitting or multiplexing. |
TRANSITION | A fitting that joins two cable segments of different connector types. |
USERDEFINED | User-defined type. |
NOTDEFINED | Undefined type. |
<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>
TYPE IfcCableFittingTypeEnum = ENUMERATION OF (
CONNECTOR,
ENTRY,
EXIT,
JUNCTION,
TRANSITION,
USERDEFINED,
NOTDEFINED);
END_TYPE;
References: IfcCableFitting IfcCableFittingType