Window Style Construction Enum | |
Énumération de la construction du style de fenêtre |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcWindowStyleConstructionEnum | MOVED | Schema changed from IFCSHAREDBLDGELEMENTS to IFCARCHITECTUREDOMAIN. |
This enumeration defines the basic types of construction of windows. The construction type relates to the main material (or material combination) used for making the window.
HISTORY New enumeration in IFC2x.
Constant | Description |
---|---|
ALUMINIUM | |
HIGH_GRADE_STEEL | |
STEEL | |
WOOD | |
ALUMINIUM_WOOD | |
PLASTIC | |
OTHER_CONSTRUCTION | |
NOTDEFINED |
<xs:simpleType name="IfcWindowStyleConstructionEnum">
<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="plastic"/>
<xs:enumeration value="other_construction"/>
<xs:enumeration value="notdefined"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcWindowStyleConstructionEnum = ENUMERATION OF (
ALUMINIUM,
HIGH_GRADE_STEEL,
STEEL,
WOOD,
ALUMINIUM_WOOD,
PLASTIC,
OTHER_CONSTRUCTION,
NOTDEFINED);
END_TYPE;