IfcBurnerTypeEnum

Natural language names
enBurner Type Enum
frÉnumération des types de brûleur
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcBurnerTypeEnumADDED
Semantic definitions at the type
Type definition

Enumeration defining the functional type of burner.

HISTORY  New enumeration in IFC4. No specific values are defined for this release.
Enumeration definition
ConstantDescription
USERDEFINEDUser-defined burner type.
NOTDEFINEDUndefined burner type.
Formal representations
XSD Specification
 <xs:simpleType name="IfcBurnerTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcBurnerTypeEnum = ENUMERATION OF (
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page