IfcGeoScienceObservationTypeEnum

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4X3_ADD2 to IFC4X4_draft
    IfcGeoScienceObservationTypeEnumADDED
Semantic definitions at the type
Type definition

This enumeration defines the different predefined types of geoscience observation types that can specify an IfcGeoScienceObservation.

Enumeration definition
ConstantDescription
INSITUTESTRESULT

Result from a test carried out on site directly in place, e.g. in a borehole, a gallery or from the surface.

LABTESTRESULT

Result from test on a rock/soil (geologic) or fluid specimen carried out in a laboratory.

BOREHOLELOG

Any kind of observation or measurement result related to intervals or points on the borehole axis.

MAPPEDFEATURE

Distinctly mapped structures that have been observed on MappedZones such as lineations, fold axes, discontinuity surfaces etc.

LOCALINFORMATION

Other observations made locally (e.g. at a point) such as discontinuities, water inflow, weathering, rockburst etc.

GEOPHYSICALSURVEYRESULT

A systematic collection of geophysical data that was gathered either at or near the ground surface or by using boreholes and measuring the whole volume in between (crosshole).

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Formal representations
XML Specification
 <xs:simpleType name="IfcGeoScienceObservationTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="insitutestresult"/>
   <xs:enumeration value="labtestresult"/>
   <xs:enumeration value="boreholelog"/>
   <xs:enumeration value="mappedfeature"/>
   <xs:enumeration value="localinformation"/>
   <xs:enumeration value="geophysicalsurveyresult"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcGeoScienceObservationTypeEnum = ENUMERATION OF (
 INSITUTESTRESULT,
 LABTESTRESULT,
 BOREHOLELOG,
 MAPPEDFEATURE,
 LOCALINFORMATION,
 GEOPHYSICALSURVEYRESULT,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcGeoScienceObservation

Link to this page  Link to this page