IfcPileTypeEnum

Natural language names
enPile Type Enum
frEnumération des types de pieux
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    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
BOREDA bore pile.
DRIVENA rammed, vibrated, or otherwise driven pile.
JETGROUTINGAn injected pile-like construction.
COHESIONA cohesion pile.
FRICTIONA friction pile.
SUPPORTA support pile.
USERDEFINEDThe type of pile function is user defined.
NOTDEFINEDThe type of pile function is not defined.
Formal representations
XSD 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

Link to this page  Link to this page