IfcTendonConduitTypeEnum

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x2 Candidate 4.2.0.0
    IfcTendonConduitTypeEnumADDED
Semantic definitions at the type
Type definition
Enumeration definition
ConstantDescription
DUCT

A Sleeve or duct is related to the thickness of the conduit depending on the conduit, either cast into the concrete structure or placed adjacent to it.

COUPLER

A part to connect the conduits located in two different deck segments and related to the same tendon.

GROUTING_DUCT

An additional small conduit connected to the main conduit to allow grouting in case of bonded post-tensioning, such as Grout inlet, Grout outlet and Grout vent.

TRUMPET

A specific part of conduit which has to be widened when reaching the tendon anchor because the strands are connected individually on the anchor.

DIABOLO

A part of tendon conduit associated to deviator.

USERDEFINED

The type of tendon conduit is user defined.

NOTDEFINED

The type of tendon conduit is not defined.

Formal representations
XML Specification
 <xs:simpleType name="IfcTendonConduitTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="duct"/>
   <xs:enumeration value="coupler"/>
   <xs:enumeration value="grouting_duct"/>
   <xs:enumeration value="trumpet"/>
   <xs:enumeration value="diabolo"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcTendonConduitTypeEnum = ENUMERATION OF (
 DUCT,
 COUPLER,
 GROUTING_DUCT,
 TRUMPET,
 DIABOLO,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcTendonConduit IfcTendonConduitType

Link to this page  Link to this page