IfcFootingTypeEnum

Natural language names
Footing Type Enum
Enumération des types de fondation
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcFootingTypeEnum
      CAISSON_FOUNDATIONADDED
Semantic definitions at the type
Type definition

Enumeration defining the generic footing type.

HISTORY  New type in IFC2x2

IFC 2x4 CHANGE:  Item CAISSON_FOUNDATION added.

Enumeration definition
ConstantDescription
CAISSON_FOUNDATION

A foundation construction type used in underwater construction.

IFC4x2 CHANGE  Enum made optional and deprecated. Use the dedicated class IfcCaissonFoundation instead.

FOOTING_BEAM

Footing elements that are in bending and are supported clear of the ground. They will normally span between piers, piles or pile caps. They are distinguished from beams in the building superstructure since they will normally require a lower grade of finish. They are distinguished from STRIP_FOOTING since they are clear of the ground surface and hence require support to the lower face while the concrete is curing.

PAD_FOOTING

An element that transfers the load of a single column (possibly two) to the ground.

PILE_CAP

An element that transfers the load from a column or group of columns to a pier or pile or group of piers or piles.

STRIP_FOOTING

A linear element that transfers loads into the ground from either a continuous element, such as a wall, or from a series of elements, such as columns.

USERDEFINED

Special types of footings which meet specific local requirements.

NOTDEFINED

The type of footing is not defined.

Formal representations
XML Specification
 <xs:simpleType name="IfcFootingTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="caisson_foundation"/>
   <xs:enumeration value="footing_beam"/>
   <xs:enumeration value="pad_footing"/>
   <xs:enumeration value="pile_cap"/>
   <xs:enumeration value="strip_footing"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcFootingTypeEnum = ENUMERATION OF (
 CAISSON_FOUNDATION,
 FOOTING_BEAM,
 PAD_FOOTING,
 PILE_CAP,
 STRIP_FOOTING,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcFooting IfcFootingType

Link to this page  Link to this page