IfcFootingTypeEnum

Natural language names
Semantic definitions at the type
Type Definition

Definition from IAI: Enumeration defining the generic footing type.

HISTORY New type in IFC Release 2x2

ENUMERATION

Formal representations
XSD Specification
 <xs:simpleType name="IfcFootingTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="footing_beam"/>
   <xs:enumeration value="pad_footing"/>
   <xs:enumeration value="pile_cap"/>
   <xs:enumeration value="strip_footing"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
*)
TYPE IfcFootingTypeEnum = ENUMERATION OF (
 FOOTING_BEAM,
 PAD_FOOTING,
 PILE_CAP,
 STRIP_FOOTING,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;
(*

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page