Documentation for obj_object_profiled_data_schema

Complex Type: cs_dtsOtdr

[Table of contents]

Super-types: None
Sub-types: None
Name cs_dtsOtdr
Used by (from the same schema document) Model Group grp_dtsInstalledSystem
Abstract no
Documentation This records the result arrays, along with context information, from an Optical Time Domain Reflectometry (OTDR) run. The arrays will define the relative scattered power from the Rayleigh scattering vs distance along the fiber. The actual data values are recorded in a wellLog object, which is referenced in a subelement.
XML Instance Representation
<...
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:reasonForRun> witsml:OTDRReason </witsml:reasonForRun> [1]

'The reason the OTDR test was run. The three main reasons are \'pre-installation\', which is before the installation of the fiber; \'post-installation\', which is used to validate a successful fiber installation; and \'DTS run\', which is a quality check of the fiber prior to a DTS run. A fourth permitted value is \'other\'.'

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

'The dateTime of the run.'

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

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

<witsml:fiberEndConncected> witsml:refNameString </witsml:fiberEndConncected> [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:comment> witsml:commentString </witsml:comment> [0..1]

'A general comment about the OTDR run.'

</...>
Diagram
h1088395132 h-622169519 h65068842 h65068842 h-793122037 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_dtsOtdr">
<xsd:sequence>
<xsd:element name="reasonForRun" type=" witsml:OTDRReason " minOccurs="1" maxOccurs="1"/>
<xsd:element name="dTimRun" type=" witsml:timestamp " minOccurs="0" maxOccurs="1"/>
<xsd:element name="dataInWellLog" type=" witsml:refNameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="fiberEndConncected" type=" witsml:refNameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="comment" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>