IfcBoilerTypeEnum

Natural language names
Boiler Type Enum
Énumération des types de chaudières
Semantic definitions at the type
Type definition

Enumeration defining the typical types of boilers.

HISTORY  New enumeration in IFC2x.

Enumeration definition
ConstantDescription
WATER

Water boiler.

STEAM

Steam boiler.

USERDEFINED

User-defined Boiler type.

NOTDEFINED

Undefined Boiler type.

Formal representations
XML Specification
 <xs:simpleType name="IfcBoilerTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="water"/>
   <xs:enumeration value="steam"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcBoilerTypeEnum = ENUMERATION OF (
 WATER,
 STEAM,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcBoiler IfcBoilerType

Link to this page  Link to this page