IfcWindowStyleConstructionEnum

Natural language names
Window Style Construction Enum
Énumération de la construction du style de fenêtre
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcWindowStyleConstructionEnumMOVEDSchema changed from IFCSHAREDBLDGELEMENTS to IFCARCHITECTUREDOMAIN.
Semantic definitions at the type
Type definition

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.
Enumeration definition
ConstantDescription
ALUMINIUM
HIGH_GRADE_STEEL
STEEL
WOOD
ALUMINIUM_WOOD
PLASTIC
OTHER_CONSTRUCTION
NOTDEFINED
Formal representations
XML Specification
 <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>
EXPRESS Specification
TYPE IfcWindowStyleConstructionEnum = ENUMERATION OF (
 ALUMINIUM,
 HIGH_GRADE_STEEL,
 STEEL,
 WOOD,
 ALUMINIUM_WOOD,
 PLASTIC,
 OTHER_CONSTRUCTION,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcWindowStyle

Link to this page  Link to this page