IfcTendonTypeEnum

Natural language names
enTendon Type Enum
frEnumé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
BARThe tendon is configured as a bar.
COATEDThe tendon is coated.
STRANDThe tendon is a strand.
WIREThe tendon is a wire.
USERDEFINEDThe type of tendon is user defined.
NOTDEFINEDThe type of tendon is not defined.
Formal representations
XSD 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

Link to this page  Link to this page