[de] Untersuchung im Bohrloch (Logging-Verfahren), optional mit Teufenbezug.<br/><br/>[en] Investigation in the borehole (logging methods), optionally with reference to depth.<br/>
[de] Oberkante des Intervalls der Untersuchung, relativ zum Bohransatzpunkt entlang des Bohrungspfades gemessen.<br/><br/>[en] Upper edge of the investigation interval, measured relative to the drilling start point along the borehole path.<br/>
[de] Unterkante des Intervalls der Untersuchung, relativ zum Bohransatzpunkt entlang des Bohrungspfades gemessen.<br/><br/>[en] Bottom edge of the investigation interval, measured relative to the drilling start point along the borehole path.<br/>
investigationType
Public
InvestigationTypeList
title_de=Art der Bohrlochmessung title_en=Logging method
Notes:
[de] Art oder Methode der Untersuchung.<br/><br/>[en] Type or method of the investigation.<br/>
title_de=Messverfahren im Bohrloch title_en=Logging along borehole path
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
Untersuchung
Details:
title_en
Investigation
Details:
Constraint
Type
Status
from_to_consistency
OCL
Approved
Details:
[de] Entweder werden sowohl from als auch to angegeben, oder from und to bleiben beide leer.<br/><br/>[en] Either both from and to are given, or both from and to remain empty.<br/><br/>inv: ( from -#gt; notEmpty() and to -#gt; notEmpty() ) or ( from -#gt; isEmpty() and to -#gt; isEmpty() )<br/>
from_to_values
OCL
Approved
Details:
[de] Der Wert von from muss mindestens 0 betragen. Der Wert von to muss größer als der Wert von from sein und darf maximal 99999 betragen.<br/><br/>[en] The value of from must be greater than or equal to 0. The value of to must be greater than the value of from but less than or equal to 99999.<br/><br/>inv: from #gt;= 0 and to #gt; from and to #lt;= 99999<br/>
from_to_uom
OCL
Approved
Details:
[de] Die Maßeinheit von from und to muss Meter sein.<br/><br/>[en] The unit of measure of from and to must be meter.<br/><br/>inv: from.uom.uomSymbol = 'm' and to.uom.uomSymbol = 'm'<br/>