IfcCurtainWallTypeEnum

Natural language names
enCurtain Wall Type Enum
frÉnumération des types de mur rideau
Semantic definitions at the type
Type definition

This enumeration defines the valid types of curtain wall that can be predefined using the enumeration values.

HISTORY  New enumeration in IFC2x3
NOTE   Currently there are no specific enumerators defined; the IfcCurtainWallTypeEnum has been added for future extensions.
Enumeration definition
ConstantDescription
USERDEFINED
NOTDEFINED
Formal representations
XSD Specification
 <xs:simpleType name="IfcCurtainWallTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcCurtainWallTypeEnum = ENUMERATION OF (
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page