IfcGeographicElementTypeEnum

Natural language names
Geographic Element Type Enum
Enumération des types d'élément géographique
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcGeographicElementTypeEnumADDED
IFC4x2 Candidate 4.2.0.0
    IfcGeographicElementTypeEnum
      SOIL_BORING_POINTADDED
IFC4x2 to IFC4x3_RC1
    IfcGeographicElementTypeEnumMODIFIEDStatus changed to Deprecated.
Semantic definitions at the type
Type definition

This enumeration defines the different predefined types of geographic elements that can further specify an IfcGeographicElement or an IfcGeographicElementType.

NOTE  Cuurently no other predefined types beside terrain are defined.

HISTORY  New enumeration in IFC2x2.

Enumeration definition
ConstantDescription
TERRAIN
SOIL_BORING_POINT
VEGETATION

Plant life or plant cover (as of an area). For example trees, shrubs, herbs, grasses, ferns, and mosses.

USERDEFINED
NOTDEFINED
Formal representations
XML Specification
 <xs:simpleType name="IfcGeographicElementTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="terrain"/>
   <xs:enumeration value="soil_boring_point"/>
   <xs:enumeration value="vegetation"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcGeographicElementTypeEnum = ENUMERATION OF (
 TERRAIN,
 SOIL_BORING_POINT,
 VEGETATION,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcGeographicElement IfcGeographicElementType

Link to this page  Link to this page