Documentation for obj_object_profiled_data_schema

Model Group: grp_dtsMeasurement

[Table of contents]

Name grp_dtsMeasurement
Used by (from the same schema document) Complex Type obj_dtsMeasurement
Documentation The information content of a DTS temperature run is captured in the following elements, and in the referenced dtsInstalledFiber (for context) and the reference well log (captures the table of data).
XML Instance Representation
<witsml:dTimMin> witsml:endpointQualifiedDateTime </witsml:dTimMin> [0..1]

'The minimum time index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid values in a \"get\" result. That is, all measurements for a well in the specified period defined by the min/max. See the WITSML API Specification appendix on \"Special Handling\" of growing objects for a description of the behavior related to this parameter.'

<witsml:dTimMax> witsml:endpointQualifiedDateTime </witsml:dTimMax> [0..1]

'The maximum time index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid values in a \"get\" result. See the WITSML API Specification appendix on \"Special Handling\" of growing objects for a description of the behavior related to this parameter.'

<witsml:dTimCurrent> witsml:timestamp </witsml:dTimCurrent> [0..1]

'The definition of the \"current time\" index for this object. The current time index is a server query parameter which requests the selection of a single node from a recurring set (e.g., the data related to one point in a time series). That is, the \"most recent\" (at or before the specified time) measurement for a well. See the WITSML API Specification appendix on \"Special Handling\" of growing objects for a description of the behavior related to this parameter.'

<witsml:wellContext> witsml:cs_wellContext </witsml:wellContext> [0..1]

'Contextual data about the well that was tested.'

<witsml:dTim> witsml:timestamp </witsml:dTim> [0..1]

'The date and time associated with the measurement. This will normally be the start of the run.'

<witsml:runDuration> witsml:timeMeasure </witsml:runDuration> [0..1]

'The length of time that the instrument box was operating while collecting DTS data.'

<witsml:installedSystemUsed> witsml:refNameString </witsml:installedSystemUsed> [1]

'A reference to the installed system that was used to make the measurements.'

<witsml:dataInWellLog> witsml:refNameString </witsml:dataInWellLog> [1]

'A reference to the well log used to record the table of data.'

<witsml:connectedToFiber> witsml:refNameString </witsml:connectedToFiber> [0..1]

'A reference to the fiber used to record the table of data. This is necessary only in the cases in which a dtsInstalledSystem has a multi-fiber installation. If there is only a single installed fiber, this element is unnecessary.'

<witsml:fiberEndConnected> witsml:refNameString </witsml:fiberEndConnected> [0..1]

'A pointer to the fiber connection node. If more than one node is available for a well/wellbore, this element is used to specify which node is connected to the instrument box. This name should correspond to the fiberEndPoint/name that is recorded in the installed system object.'

<witsml:fiberDefinedPoint> witsml:cs_dtsSingleInstalledPoint </witsml:fiberDefinedPoint> [0..1]

'A known point of the fiber. This point should correspond to one that is given in the wellboreFiberSchematic, so that the relationship between the length of fiber values in the wellboreFiberSchematic can be related to the values in the measurement table.'

<witsml:errorReport> witsml:cs_dtsErrorReport </witsml:errorReport> [0..*]

'An error that occurred during the measurement.'

<witsml:processedLog> witsml:cs_dtsProcessedWellLog </witsml:processedLog> [0..*]

'A reference to a processed wellLog that represents this measurement.'

Diagram
h1334835837 h1334835837 h-622169519 h-1491742889 h-622169519 h-699105204 h65068842 h65068842 h65068842 h65068842 h-1495884681 h321709411 h11549889
Schema Component Representation
<xsd:group name="grp_dtsMeasurement">
<xsd:sequence>
<xsd:element name="dTimMin" type=" witsml:endpointQualifiedDateTime " minOccurs="0" maxOccurs="1"/>
<xsd:element name="dTimMax" type=" witsml:endpointQualifiedDateTime " minOccurs="0" maxOccurs="1"/>
<xsd:element name="dTimCurrent" type=" witsml:timestamp " minOccurs="0" maxOccurs="1"/>
<xsd:element name="wellContext" type=" witsml:cs_wellContext " minOccurs="0" maxOccurs="1"/>
<xsd:element name="dTim" type=" witsml:timestamp " minOccurs="0" maxOccurs="1"/>
<xsd:element name="runDuration" type=" witsml:timeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="installedSystemUsed" type=" witsml:refNameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="dataInWellLog" type=" witsml:refNameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="connectedToFiber" type=" witsml:refNameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="fiberEndConnected" type=" witsml:refNameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="fiberDefinedPoint" type=" witsml:cs_dtsSingleInstalledPoint " minOccurs="0" maxOccurs="1"/>
<xsd:element name="errorReport" type=" witsml:cs_dtsErrorReport " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="processedLog" type=" witsml:cs_dtsProcessedWellLog " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:group>