IfcGeographicElementTypeEnum

Natural language names
enGeographic Element Type Enum
frEnumération des types d'élément géographique
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcGeographicElementTypeEnumADDED
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
USERDEFINED
NOTDEFINED
Formal representations
XSD Specification
 <xs:simpleType name="IfcGeographicElementTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="terrain"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcGeographicElementTypeEnum = ENUMERATION OF (
 TERRAIN,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page