IfcTubeBundleTypeEnum

Natural language names
Tube Bundle Type Enum
Enumération des types de faisceau tubulaire
Semantic definitions at the type
Type definition

Enumeration defining the typical types of tube bundles.

HISTORY  New enumeration in IFC2x2.
Enumeration definition
ConstantDescription
FINNEDFinned tube bundle type.
USERDEFINEDUser-defined tube bundle type.
NOTDEFINEDUndefined tube bundle type.
Formal representations
XML Specification
 <xs:simpleType name="IfcTubeBundleTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="finned"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcTubeBundleTypeEnum = ENUMERATION OF (
 FINNED,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcTubeBundle IfcTubeBundleType

Link to this page  Link to this page