Documentation for obj_object_profiled_data_schema

Complex Type: cs_dtsBoxInformation

[Table of contents]

Super-types: None
Sub-types: None
Name cs_dtsBoxInformation
Used by (from the same schema document) Model Group grp_dtsInstalledSystem
Abstract no
Documentation The instrument box used for distributed temperature surveys
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:installationDate> witsml:date </witsml:installationDate> [0..1]

'The date the instrument box was installed.'

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

'The company that installed the instrument box in the wellbore measurement system.'

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

'The date the instrument box was de-installed from the wellbore.'

<witsml:instrumentBox> witsml:cs_dtsInstrumentBox </witsml:instrumentBox> [0..1]

'The properties of the instrument box.'

</...>
Diagram
h518884755 h-269201247 h518884755 h-1186310485 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_dtsBoxInformation">
<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="instrumentBox" type=" witsml:cs_dtsInstrumentBox " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>