Documentation for obj_object_profiled_data_schema

Complex Type: cs_dtsFiberInformation

[Table of contents]

Super-types: None
Sub-types: None
Name cs_dtsFiberInformation
Used by (from the same schema document) Model Group grp_dtsInstalledSystem
Abstract no
Documentation The optical fiber used for distributed temperature surveys
XML Instance Representation
<...>
<witsml:installationDate> witsml:date </witsml:installationDate> [0..1]

'The date the fiber is installed.'

<witsml:installationCompany> witsml:nameString </witsml:installationCompany> [0..1]

'The company that installed the fiber in the wellbore.'

<witsml:deInstallationDate> witsml:date </witsml:deInstallationDate> [0..1]

'The date the fiber was de-installed from the wellbore.'

<witsml:capillaryTubeDiameter> witsml:lengthMeasure </witsml:capillaryTubeDiameter> [0..1]

'The diameter of the capillary tube into which one or more fibers will be installed. If the installation has fibers that go to different wellbores, only those fibers installed in the parent wellbore should be included in this instance.'

<witsml:fiber> witsml:cs_dtsFiber </witsml:fiber> [0..*]

'The properties of the fiber or fibers installed in the wellbore.'

</...>
Diagram
h518884755 h-269201247 h518884755 h283461459 h534339123
Schema Component Representation
<xsd:complexType name="cs_dtsFiberInformation">
<xsd:sequence>
<xsd:element name="installationDate" type=" witsml:date " minOccurs="0" maxOccurs="1"/>
<xsd:element name="installationCompany" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="deInstallationDate" type=" witsml:date " minOccurs="0" maxOccurs="1"/>
<xsd:element name="capillaryTubeDiameter" type=" witsml:lengthMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="fiber" type=" witsml:cs_dtsFiber " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>