7.11.2.2 IfcCaissonFoundationTypeEnum
7.11.2.2.1 Semantic definition
Enumeration of Caisson Foundation Types.
7.11.2.2.2 Type values
| Type | Description |
|---|---|
CAISSON
| |
WELL
| |
USERDEFINED
| |
NOTDEFINED
|
7.11.2.2.3 Formal representation
TYPE IfcCaissonFoundationTypeEnum = ENUMERATION OF
(CAISSON
,WELL
,USERDEFINED
,NOTDEFINED);
END_TYPE;