IfcTendonTypeEnum

Natural language names
Tendon Type Enum
Enumération des types de cable
Semantic definitions at the type
Type definition

Enumeration defining the types of tendons.

HISTORY  New type in IFC2x2.

Enumeration definition
ConstantDescription
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.

Formal representations
XML Specification
 <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>
EXPRESS Specification
TYPE IfcTendonTypeEnum = ENUMERATION OF (
 BAR,
 COATED,
 STRAND,
 WIRE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcTendon IfcTendonType

Link to this page  Link to this page