IfcTendonAnchorTypeEnum

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

Enumeration defining the types of tendon anchors.

HISTORY  New type in IFC4.
Enumeration definition
ConstantDescription
COUPLERThe anchor is an intermediate device which connects two tendons.
FIXED_ENDThe anchor fixes the end of a tendon.
TENSIONING_ENDThe anchor is used or can be used to prestress the tendon.
USERDEFINEDThe type of tendon anchor is user defined.
NOTDEFINEDThe 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