![]() | Tendon Type Enum |
![]() | Enumération des types de cable |
Enumeration defining the types of tendons.
HISTORY New type in IFC2x2.
| Constant | Description |
|---|---|
| BAR | The tendon is configured as a bar. |
| COATED | The tendon is coated. |
| STRAND | The tendon is a strand. |
| WIRE | The tendon is a wire. |
| USERDEFINED | The type of tendon is user defined. |
| NOTDEFINED | The type of tendon is not defined. |
<xs:simpleType name="IfcTendonTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="bar"/>
<xs:enumeration value="coated"/>
<xs:enumeration value="strand"/>
<xs:enumeration value="wire"/>
<xs:enumeration value="userdefined"/>
<xs:enumeration value="notdefined"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcTendonTypeEnum = ENUMERATION OF (
BAR,
COATED,
STRAND,
WIRE,
USERDEFINED,
NOTDEFINED);
END_TYPE;
References: IfcTendon
IfcTendonType