Chimney Type Enum | |
Énumération des types de cheminée |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcChimneyTypeEnum | ADDED |
This enumeration defines the valid types of chimneys that can be predefined using the enumeration values.
HISTORY New enumeration in IFC4
NOTE Currently there are no specific enumerators defined, the IfcChimneyTypeEnum has been added for future extensions.
Constant | Description |
---|---|
USERDEFINED | |
NOTDEFINED |
<xs:simpleType name="IfcChimneyTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="userdefined"/>
<xs:enumeration value="notdefined"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcChimneyTypeEnum = ENUMERATION OF (
USERDEFINED,
NOTDEFINED);
END_TYPE;
References: IfcChimney IfcChimneyType