Documentation for obj_object_profiled_data_schema

Complex Type: cs_dtsSingleInstalledPoint

[Table of contents]

Super-types: None
Sub-types: None
Name cs_dtsSingleInstalledPoint
Used by (from the same schema document) Complex Type cs_dtsFiberInstalledPoints , Model Group grp_dtsMeasurement
Abstract no
Documentation A set of points recorded during the installation process. The information can include the length along the fiber, the measured depth, and a type of point.
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:md> witsml:measuredDepthCoord </witsml:md> [0..1]

'The measured depth of the installed point of the fiber. This is optional, because the sender may want to record points that are outside the well.'

<witsml:lengthAlongFiber> witsml:lengthMeasure </witsml:lengthAlongFiber> [1]

'The length along the fiber, from the zero point, for this particular point.'

<witsml:type> witsml:InstalledFiberPoint </witsml:type> [0..1]

'The type of point that is being recorded.'

</...>
Diagram
h-327397763 h283461459 h-965375367 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_dtsSingleInstalledPoint">
<xsd:sequence>
<xsd:element name="md" type=" witsml:measuredDepthCoord " minOccurs="0" maxOccurs="1"/>
<xsd:element name="lengthAlongFiber" type=" witsml:lengthMeasure " minOccurs="1" maxOccurs="1"/>
<xsd:element name="type" type=" witsml:InstalledFiberPoint " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>