IfcBurnerTypeEnum

Natural language names
Burner Type Enum
Énumération des types de brûleur
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    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
USERDEFINED

User-defined burner type.

NOTDEFINED

Undefined burner type.

Formal representations
XML 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

References  References: IfcBurner IfcBurnerType

Link to this page  Link to this page