![]()  | Tendon Anchor Type Enum | 
![]()  | Enumération des types d'ancrage | 
| Item | SPF | XML | Change | Description | IFC2x3 to IFC4 | 
|---|---|---|---|---|
| IfcTendonAnchorTypeEnum | ADDED | 
Enumeration defining the types of tendon anchors.
HISTORY New type in IFC4.
| Constant | Description | 
|---|---|
| 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. | 
 <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>
TYPE IfcTendonAnchorTypeEnum = ENUMERATION OF (
 COUPLER, 
 FIXED_END, 
 TENSIONING_END, 
 USERDEFINED, 
 NOTDEFINED);
END_TYPE;
  References: IfcTendonAnchor
IfcTendonAnchorType