IfcTendonAnchorTypeEnum

Natural language names
Tendon Anchor Type Enum
Enumération des types d'ancrage
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcTendonAnchorTypeEnumADDED
Semantic definitions at the type
Type definition

Enumeration defining the types of tendon anchors.

HISTORY  New type in IFC4.

Enumeration definition
ConstantDescription
COUPLER

The anchor is an intermediate device which connects two tendons.

FIXED_END

The anchor fixes the end of a tendon.

TENSIONING_END

The anchor is used or can be used to prestress the tendon.

USERDEFINED

The type of tendon anchor is user defined.

NOTDEFINED

The type of tendon anchor is not defined.

Formal representations
XML Specification
 <xs:simpleType name="IfcTendonAnchorTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="coupler"/>
   <xs:enumeration value="fixed_end"/>
   <xs:enumeration value="tensioning_end"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcTendonAnchorTypeEnum = ENUMERATION OF (
 COUPLER,
 FIXED_END,
 TENSIONING_END,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcTendonAnchor IfcTendonAnchorType

Link to this page  Link to this page