Door Style Construction Enum |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcDoorStyleConstructionEnum | MOVED | Schema changed from IFCSHAREDBLDGELEMENTS to IFCARCHITECTUREDOMAIN. |
This enumeration defines the basic types of construction of doors. The construction type relates to the main material (or material combination) used for making the door.
HISTORY New enumeration in IFC2x.
Constant | Description |
---|---|
ALUMINIUM | |
HIGH_GRADE_STEEL | |
STEEL | |
WOOD | |
ALUMINIUM_WOOD | |
ALUMINIUM_PLASTIC | |
PLASTIC | |
USERDEFINED | |
NOTDEFINED |
<xs:simpleType name="IfcDoorStyleConstructionEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="aluminium"/>
<xs:enumeration value="high_grade_steel"/>
<xs:enumeration value="steel"/>
<xs:enumeration value="wood"/>
<xs:enumeration value="aluminium_wood"/>
<xs:enumeration value="aluminium_plastic"/>
<xs:enumeration value="plastic"/>
<xs:enumeration value="userdefined"/>
<xs:enumeration value="notdefined"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcDoorStyleConstructionEnum = ENUMERATION OF (
ALUMINIUM,
HIGH_GRADE_STEEL,
STEEL,
WOOD,
ALUMINIUM_WOOD,
ALUMINIUM_PLASTIC,
PLASTIC,
USERDEFINED,
NOTDEFINED);
END_TYPE;
References: IfcDoorStyle