IfcBoilerTypeEnum

Natural language names
enBoiler Type Enum
frÉ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
WATERWater boiler.
STEAMSteam boiler.
USERDEFINEDUser-defined Boiler type.
NOTDEFINEDUndefined Boiler type.
Formal representations
XSD 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

Link to this page  Link to this page