Drilling::BoreholeSegment

Header Image
Project:
BoreholeSegment : Public <<DataType>> Class
Created: 07.10.2010 11:39:35
Modified: 16.05.2025 12:22:01
Project:
Advanced:
[de] Der geometrische Verlauf der Bohrung (Bohrpfad) in einzelnen diskreten Abschnitten (Segmenten), lückenlos und relativ zum Bohransatzpunkt. Bei einer Bohrung ohne detaillierte Angaben zur Bohrlochgeometrie in der Datenquelle wird genau ein Segment angegeben, mit Unterkante gleich dem Wert in totalLength.<br/><br/>[en] The geometric path of the borehole in single discrete segments, without gaps and relative to the drilling start point. A borehole without specific geometric information in the data source is represented by exactly one segment with bottom edge equal to the value in totalLength.<br/>
  • Attributes
  • Tagged Values
  • Constraints
  • Advanced
  • Other Links
Attribute Scope Type
azimuth Public gml:AngleType
title_de=Azimuth
title_en=Azimuth
Notes: [de] Azimut des Bohrlochsegmentes in Grad bezogen auf geographisch Nord (= 0°).<br/><br/>[en] True north-based (= 0°) azimuth of the borehole segment in degrees.<br/>
inclination Public gml:AngleType
title_de=Inklination
title_en=Inclination
Notes: [de] Inklination des Bohrlochsegmentes in Grad, d.h. Abweichung von der Lotrechten (= 0°).<br/><br/>[en] Inclination of the borehole segment in degrees, i.e. deviation from the vertical (= 0°).<br/>
segmentDataQuality Public SegmentDataQualityList
title_de=Datenqualität der Messung
title_en=Measurement data quality
Notes: [de] Qualitative Einstufung der Angaben zu Azimut und Inklination des Bohrlochsegments.<br/><br/>[en] Qualitative classification of the information on azimuth and inclination of the borehole segment.<br/>
Tag Value
isCollection false
Details:
Values: true,false
Default: false
Description: Identifies the class as a collection
noPropertyType false
Details:
Values: true,false
Default: false
Description: Suppress creation of a named complex type ( property type ) that supports inline or byReference encoding
title_de Ablenkmessungen
Details:  
title_en Deflection measurements
Details:  
Constraint Type Status
azimuth_values OCL Approved
Details:
[de] Der Wert von azimuth muss mindestens 0 und darf maximal 360 betragen (bezogen auf geographisch Nord, im Uhrzeigersinn).<br/><br/>[en] The value of azimuth must be greater than or equal to 0 but less than or equal to 360 (in relation to true north, clockwise).<br/><br/>inv: azimuth.value #gt;= 0 and azimuth.value #lt;= 360<br/>
azimuth_uom OCL Approved
Details:
[de] Die Maßeinheit von azimuth muss Grad sein.<br/><br/>[en] The unit of measure of azimuth must be degree.<br/><br/>inv: azimuth.uom.uomSymbol = 'deg'<br/>
boreholeSegment_consistency Invariant Approved
Details:
[de] Wenn inclination einen Wert #gt; 0 und #lt; 180 enthält, dann muss azimuth angegeben werden. Wenn inclination den Wert 0 oder 180 enthält (lotrechtes Segment), dann bleibt azimuth leer (ein in azimuth angebener Wert ist irrelevant und wird ignoriert).<br/><br/>[en] If inclination contains a value #gt; 0 and #lt; 180, a value in azimuth must be given. If inclination contains the value 0 oder 180 (vertical segment), then azimuth remains empty (a value in azimuth is irrelevant and is to be ignored).<br/><br/>( inclination.value #gt; 0 and inclination.value #lt; 180 and azimuth -#gt; notEmpty() ) or ( inclination.value = 0 and azimuth -#gt; isEmpty() ) or ( inclination.value = 180 and azimuth -#gt; isEmpty() )<br/>
inclination_values OCL Approved
Details:
[de] Der Wert von inclination muss mindestens 0 und darf maximal 180 betragen (bezogen auf die Lotrechte).<br/><br/>[en] The value of inclination must be greater than or equal to 0 but less than or equal to 180 (relative to the vertical).<br/><br/>inv: inclination.value #gt;= 0 and inclination.value #lt;= 180<br/>
inclination_uom OCL Approved
Details:
[de]  Die Maßeinheit von inclination muss Grad sein.<br/><br/>[en] The unit of measure of inclination must be degree.<br/><br/>inv: inclination.uom.uomSymbol = 'deg'<br/>
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
«DataType» DepthInterval Class Generalization To