IfcPileTypeEnum

Natural language names
Pile Type Enum
Enumération des types de pieux
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcPileTypeEnum
      BOREDADDED
      DRIVENADDED
      JETGROUTINGADDED
Semantic definitions at the type
Type definition

Enumeration defining the pile type.

HISTORY  New type in IFC2x2

IFC 2x4 CHANGE:  Items BORED, DRIVEN, JETGROUTING added.

Enumeration definition
ConstantDescription
BORED

A bore pile.

DRIVEN

A rammed, vibrated, or otherwise driven pile.

JETGROUTING

An injected pile-like construction.

COHESION

A cohesion pile.

FRICTION

A friction pile.

SUPPORT

A support pile.

USERDEFINED

The type of pile function is user defined.

NOTDEFINED

The type of pile function is not defined.

Formal representations
XML Specification
 <xs:simpleType name="IfcPileTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="bored"/>
   <xs:enumeration value="driven"/>
   <xs:enumeration value="jetgrouting"/>
   <xs:enumeration value="cohesion"/>
   <xs:enumeration value="friction"/>
   <xs:enumeration value="support"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcPileTypeEnum = ENUMERATION OF (
 BORED,
 DRIVEN,
 JETGROUTING,
 COHESION,
 FRICTION,
 SUPPORT,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcPile IfcPileType

Link to this page  Link to this page