IfcCaissonFoundationTypeEnum

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x2 Candidate 4.2.0.0
    IfcCaissonFoundationTypeEnumADDED
Semantic definitions at the type
Type definition
Enumeration definition
ConstantDescription
WELL

Open box.

CAISSON

Closed box.

USERDEFINED

User-defined caisson foundation element.

NOTDEFINED

Undefined caisson element.

Formal representations
XML Specification
 <xs:simpleType name="IfcCaissonFoundationTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="well"/>
   <xs:enumeration value="caisson"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcCaissonFoundationTypeEnum = ENUMERATION OF (
 WELL,
 CAISSON,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcCaissonFoundation IfcCaissonFoundationType

Link to this page  Link to this page