Pile Type Enum | |
Enumération des types de pieux |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcPileTypeEnum | ||||
BORED | ADDED | |||
DRIVEN | ADDED | |||
JETGROUTING | ADDED |
Enumeration defining the pile type.
HISTORY New type in IFC2x2
IFC 2x4 CHANGE: Items BORED, DRIVEN, JETGROUTING added.
Constant | Description |
---|---|
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. |
<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>
TYPE IfcPileTypeEnum = ENUMERATION OF (
BORED,
DRIVEN,
JETGROUTING,
COHESION,
FRICTION,
SUPPORT,
USERDEFINED,
NOTDEFINED);
END_TYPE;
References: IfcPile IfcPileType