IfcWindowTypeEnum

Natural language names
enWindow Type Enum
frÉnumération des types de fenêtre
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcWindowTypeEnumADDED
Semantic definitions at the type
Type definition

This enumeration defines the different predefined types of windows that can further specify an IfcWindow or IfcWindowType.

HISTORY  New enumeration in IFC4.
Enumeration definition
ConstantDescription
WINDOWA standard window usually within a wall opening, as a window panel in a curtain wall, or as a "free standing" window.
SKYLIGHTA window within a sloped building element, usually a roof slab.
LIGHTDOMEA special window that lies horizonally in a roof slab opening.
USERDEFINEDUser-defined window element.
NOTDEFINEDUndefined window element.
Formal representations
XSD Specification
 <xs:simpleType name="IfcWindowTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="window"/>
   <xs:enumeration value="skylight"/>
   <xs:enumeration value="lightdome"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcWindowTypeEnum = ENUMERATION OF (
 WINDOW,
 SKYLIGHT,
 LIGHTDOME,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page