Documentation for obj_object_profiled_data_schema

Model Group: grp_dtsInstalledSystem

[Table of contents]

Name grp_dtsInstalledSystem
Used by (from the same schema document) Complex Type obj_dtsInstalledSystem
Documentation The optical fiber is installed in a wellbore and attached to an instrument box. Calibrations are performed. In general, this should be a subelement of a DTS object.
XML Instance Representation
<witsml:dateMin> witsml:endpointQualifiedDate </witsml:dateMin> [0..1]

'The minimum date 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:dateMax> witsml:endpointQualifiedDate </witsml:dateMax> [0..1]

'The maximum date 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:dateCurrent> witsml:date </witsml:dateCurrent> [0..1]

'The definition of the \"current date\" index for this object. The current date 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 date series). That is, the \"most recent\" (at or before the specified date) installation 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 in which the system was installed.'

<witsml:isPlanned> witsml:logicalBoolean </witsml:isPlanned> [0..1]

'Is this a planned installation in a well, or has the installation already occurred. Note that the default value is \'false\', which states that this is an actual installation.'

<witsml:fiberInformation> witsml:cs_dtsFiberInformation </witsml:fiberInformation> [0..1]

'Information about the fiber used, and its installation.'

<witsml:instrumentBoxInformation> witsml:cs_dtsBoxInformation </witsml:instrumentBoxInformation> [0..1]

'Information about the instrument box used, and its installation.'

<witsml:fiberConfiguration> witsml:kindString </witsml:fiberConfiguration> [0..1]

'The configuration of the fiber installation. Example values would be linear, linear with gauge, J, U.'

<witsml:fiberEndPoint> witsml:cs_dtsFiberEndPoint </witsml:fiberEndPoint> [0..2]

'A fiber installed with a \"U\" configuration will have two ends available for hookup to an instrument box. In order to record which end is cabled to the instrument box on a particular measurement run, it is necessary to identify the two ends. This complex type allows a name and description for each end, so that it may be identified in a later use. This may also be useful when multiple fibers in multiple wellbores converge at the same wellhead.'

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

'The length of the fiber installed in the wellbore.'

<witsml:wellboreFiberSchematic> witsml:cs_dtsFiberInstalledPoints </witsml:wellboreFiberSchematic> [0..1]

'A table of values along the length along the fiber.'

<witsml:opticalBudget> witsml:generalMeasureType </witsml:opticalBudget> [0..1]

'Total light budget available for the installation. This is generally measured in decibels, and indicates the total power loss for two-way travel of the light in the installed fiber.'

<witsml:pumpActivity> witsml:cs_dtsPumpActivity </witsml:pumpActivity> [0..1]

'The activity of pumping the fiber downhole'

<witsml:otdrInstallationTest> witsml:cs_dtsOtdr </witsml:otdrInstallationTest> [0..*]

'This captures the data from the pre-installation and post-installation OTDR tests run on the fiber. A standard quality control program would include these two, but the schema allows for more than two if additional runs associated with the installation of the fiber are performed. OTDR runs associated with a measurement are given as a child of the measurementInformation element.'

<witsml:installationCalibration> witsml:cs_dtsCalibration </witsml:installationCalibration> [0..*]

'Any calibration other than the ones explicitly given may be recorded here. This is a general calibration type, which is populated with name/value pairs.'

<witsml:basedOnInstalledFiber> witsml:refNameString </witsml:basedOnInstalledFiber> [0..1]

'If an instrument box is changed, for example, but the fiber remains the same, this instance of installed fiber is given to record that change. This element refers to a previous installed fiber, on which this one is based. For example, the wellboreFiberSchematic is unchanged, and may be obtained from the previous instance of installed fiber that is referenced here.'

Diagram
h439384976 h439384976 h518884755 h-1491742889 h2055323524 h1248063737 h1361205498 h-399087894 h1260129480 h283461459 h467683914 h-531681067 h-285301136 h848799500 h-1348333071 h65068842
Schema Component Representation
<xsd:group name="grp_dtsInstalledSystem">
<xsd:sequence>
<xsd:element name="dateMin" type=" witsml:endpointQualifiedDate " minOccurs="0" maxOccurs="1"/>
<xsd:element name="dateMax" type=" witsml:endpointQualifiedDate " minOccurs="0" maxOccurs="1"/>
<xsd:element name="dateCurrent" type=" witsml:date " minOccurs="0" maxOccurs="1"/>
<xsd:element name="wellContext" type=" witsml:cs_wellContext " minOccurs="0" maxOccurs="1"/>
<xsd:element name="isPlanned" type=" witsml:logicalBoolean " minOccurs="0" maxOccurs="1"/>
<xsd:element name="fiberInformation" type=" witsml:cs_dtsFiberInformation " minOccurs="0" maxOccurs="1"/>
<xsd:element name="instrumentBoxInformation" type=" witsml:cs_dtsBoxInformation " minOccurs="0" maxOccurs="1"/>
<xsd:element name="fiberConfiguration" type=" witsml:kindString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="fiberEndPoint" type=" witsml:cs_dtsFiberEndPoint " minOccurs="0" maxOccurs="2"/>
<xsd:element name="fiberLength" type=" witsml:lengthMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="wellboreFiberSchematic" type=" witsml:cs_dtsFiberInstalledPoints " minOccurs="0" maxOccurs="1"/>
<xsd:element name="opticalBudget" type=" witsml:generalMeasureType " minOccurs="0" maxOccurs="1"/>
<xsd:element name="pumpActivity" type=" witsml:cs_dtsPumpActivity " minOccurs="0" maxOccurs="1"/>
<xsd:element name="otdrInstallationTest" type=" witsml:cs_dtsOtdr " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="installationCalibration" type=" witsml:cs_dtsCalibration " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="basedOnInstalledFiber" type=" witsml:refNameString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:group>