Documentation for obj_object_profiled_data_schema

Complex Type: obj_dtsMeasurement

[Table of contents]

Super-types: abstractSingularDataObject < obj_dtsMeasurement (by extension)
Sub-types: None
Name obj_dtsMeasurement
Used by (from the same schema document) Complex Type obj_dtsMeasurements
Abstract no
XML Instance Representation
<...
uidWell=" witsml:uidString [0..1]

'Unique identifier for the well. This uniquely represents the well referenced by the (possibly non-unique) nameWell.'

"

uidWellbore=" witsml:uidString [0..1]

'Unique identifier for the wellbore. This uniquely represents the wellbore referenced by the (possibly non-unique) nameWellbore.'

"

uid=" witsml:uidString [0..1]

'The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only required to be unique within the context of the nearest recurring parent element.'

"
>
<witsml:nameWell> witsml:nameString </witsml:nameWell> [1]

'Human recognizable context for the well that contains the wellbore.'

<witsml:nameWellbore> witsml:nameString </witsml:nameWellbore> [1]

'Human recognizable context for the wellbore that contains the dts.'

<witsml:name> witsml:nameString </witsml:name> [1]

'Human recognizable context for the dts.'

<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.'

<witsml:commonData> witsml:cs_commonData </witsml:commonData> [0..1]

'A container element that contains elements that are common to all data objects.'

<witsml:customData> witsml:cs_customData </witsml:customData> [0..1]

'A container element that can contain custom or user defined data elements.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="obj_dtsMeasurement">
<xsd:complexContent>
<xsd:extension base=" witsml:abstractSingularDataObject ">
<xsd:sequence>
<xsd:element name="nameWell" type=" witsml:nameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="nameWellbore" type=" witsml:nameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="name" type=" witsml:nameString " minOccurs="1" maxOccurs="1"/>
<xsd:group ref=" witsml:grp_dtsMeasurement "/>
<xsd:element name="commonData" type=" witsml:cs_commonData " minOccurs="0" maxOccurs="1"/>
<xsd:element name="customData" type=" witsml:cs_customData " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="uidWell" type=" witsml:uidString " use="optional"/>
<xsd:attribute name="uidWellbore" type=" witsml:uidString " use="optional"/>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>