IfcWallTypeEnum

Natural language names
Wall Type Enum
Énumération des types de mur
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcWallTypeEnum
      MOVABLEADDED
      PARAPETADDED
      PARTITIONINGADDED
      SOLIDWALLADDED
IFC4x2 Candidate 4.2.0.0
    IfcWallTypeEnum
      RETAININGWALLADDED
IFC4x2 to IFC4x3_RC1
    IfcWallTypeEnum
      WAVEWALLADDED
Semantic definitions at the type
Type definition

This enumeration defines the different types of walls that can further specify an IfcWall or IfcWallType.

HISTORY  New enumeration in IFC2x2.

IFC2x2 CHANGE  The enumerator POLYGON has been changed to POLYGONAL.

IFC2x3 CHANGE  The enumerators ELEMENTEDWALL and PLUMBINGWALL have been added.

IFC4 CHANGE  New enumerators MOVABLE, PARAPET, PARTITIONING, and SOLIDWALL have been added.
IFC4 DEPRECATION  The enumerators STANDARD, POLYGONAL and ELEMENTEDWALL are deprecated and shall no longer be used.

NOTE  The potentially misleading term SHEAR shall not impose a particular resistance against shear forces, but a particular shape.

Enumeration definition
ConstantDescription
MOVABLE

A movable wall that is either movable, such as folding wall or a sliding wall, or can be easily removed as a removable partitioning or mounting wall. Movable walls do normally not define space boundaries and often belong to the furnishing system.

PARAPET

A wall-like barrier to protect human or vehicle from falling, or to prevent the spread of fires. Often designed at the edge of balconies, terraces or roofs, or along edges of bridges.

PARTITIONING

A wall designed to partition spaces that often has a light-weight, sandwich-like construction (e.g. using gypsum board). Partitioning walls are normally non load bearing.

PLUMBINGWALL

A pier, or enclosure, or encasement, normally used to enclose plumbing in sanitary rooms. Such walls often do not extent to the ceiling.

SHEAR

A wall designed to withstand shear loads. Examples of shear wall are diaphragms inside a box girder, typically on a pier, to resist lateral forces and transfer them to the support.

SOLIDWALL

A massive wall construction for the wall core being the single layer or having multiple layers attached. Such walls are often masonry or concrete walls (both cast in-situ or precast) that are load bearing and fire protecting.

STANDARD

A standard wall, extruded vertically with a constant thickness along the wall path.

The value is deprecated, it is expressed by choosing the subtype IfcWallStandardCase.

POLYGONAL

A polygonal wall, extruded vertically, where the wall thickness varies along the wall path.

ELEMENTEDWALL

A stud wall framed with studs and faced with sheetings, sidings, wallboard, or plasterwork.

The value is deprecated, it is expressed by choosing the subtype IfcWallElementedCase.

RETAININGWALL

A supporting wall used to protect against soil layers behind. Special types of a retaining wall may be e.g. Gabion wall and Grib wall. Examples of retaining walls are wing wall, headwall, stem wall, pierwall and protecting wall.

WAVEWALL

Protective wall or screen to block overtopping and impact of waves across a breakwater

USERDEFINED

User-defined wall element.

NOTDEFINED

Undefined wall element.

Formal representations
XML Specification
 <xs:simpleType name="IfcWallTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="movable"/>
   <xs:enumeration value="parapet"/>
   <xs:enumeration value="partitioning"/>
   <xs:enumeration value="plumbingwall"/>
   <xs:enumeration value="shear"/>
   <xs:enumeration value="solidwall"/>
   <xs:enumeration value="standard"/>
   <xs:enumeration value="polygonal"/>
   <xs:enumeration value="elementedwall"/>
   <xs:enumeration value="retainingwall"/>
   <xs:enumeration value="wavewall"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcWallTypeEnum = ENUMERATION OF (
 MOVABLE,
 PARAPET,
 PARTITIONING,
 PLUMBINGWALL,
 SHEAR,
 SOLIDWALL,
 STANDARD,
 POLYGONAL,
 ELEMENTEDWALL,
 RETAININGWALL,
 WAVEWALL,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcWall IfcWallType

Link to this page  Link to this page